Bart De Smet d4eea91c4f Use C# 8.0 in SequenceEqual. 6 년 전
..
Aggregate.cs 5faed346a8 Use C# 8.0 in Aggregate. 6 년 전
All.cs a14f42f8d4 Use C# 8.0 in All and Any. 6 년 전
Any.cs a14f42f8d4 Use C# 8.0 in All and Any. 6 년 전
AppendPrepend.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. 7 년 전
Average.Generated.cs dc2706c7ad Code-gen for Average. 6 년 전
Average.Generated.tt dc2706c7ad Code-gen for Average. 6 년 전
Cast.cs 555dbb6810 Changing a few classes to private. 6 년 전
Concat.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
Contains.cs 42273fc6a3 Use C# 8.0 in Contains. 6 년 전
Count.cs c36dc93b92 Use C# 8.0 in Count and LongCount. 6 년 전
DefaultIfEmpty.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
Distinct.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
ElementAt.cs 3e63666486 Use C# 8.0 in ElementAt. 6 년 전
ElementAtOrDefault.cs 3e63666486 Use C# 8.0 in ElementAt. 6 년 전
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. 6 년 전
Except.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
First.cs 0980e87430 Avoiding heap-allocated closures 6 년 전
FirstOrDefault.cs 8e5a9f51cd Use C# 8.0 in First. 6 년 전
ForEach.cs f931420e89 Use C# 8.0 in ForEach. 6 년 전
GroupBy.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
GroupJoin.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
Grouping.cs 8b7d90e758 Embrace LDM-2018-11-28 decision to check for cancellation in GetAsyncEnumerator. 7 년 전
Intersect.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
Join.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
Last.cs 0980e87430 Avoiding heap-allocated closures 6 년 전
LastOrDefault.cs ddaf9b991f Use C# 8.0 in Last. 6 년 전
LongCount.cs c36dc93b92 Use C# 8.0 in Count and LongCount. 6 년 전
Lookup.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
Max.cs 0980e87430 Avoiding heap-allocated closures 6 년 전
Min.cs 0980e87430 Avoiding heap-allocated closures 6 년 전
MinMax.Generated.cs 8d10432be7 Generate code for Min and Max. 6 년 전
MinMax.Generated.tt 8d10432be7 Generate code for Min and Max. 6 년 전
OfType.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
OrderBy.cs a5ad50d29b Adding tests for OrderBy. 6 년 전
OrderedAsyncEnumerable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
Range.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
Repeat.cs aa2430bb42 Check for cancellation in a few more places. 6 년 전
Reverse.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
Select.Opt.Generated.cs 2b0cd8e161 Enabling optimizations for combining N selectors 6 년 전
Select.Opt.Generated.tt 2b0cd8e161 Enabling optimizations for combining N selectors 6 년 전
Select.Opt.cs 2b0cd8e161 Enabling optimizations for combining N selectors 6 년 전
Select.cs 5227c48429 Refactor Where/Select optimizations 6 년 전
SelectMany.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
SequenceEqual.cs d4eea91c4f Use C# 8.0 in SequenceEqual. 6 년 전
Single.cs 5c55c93bd5 Use C# 8.0 in Single. 6 년 전
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
SingleOrDefault.cs 5c55c93bd5 Use C# 8.0 in Single. 6 년 전
Skip.cs 3a3c59ba42 Change signature of Clone. 7 년 전
SkipLast.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
SkipWhile.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
Sum.Generated.cs 0980e87430 Avoiding heap-allocated closures 6 년 전
Sum.Generated.tt 89ed66a36d Updated code generation for Sum to avoid closures 6 년 전
Take.cs cfd11d1c62 Adding BCL style exception factories. 7 년 전
TakeLast.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
TakeWhile.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
ToArray.cs 369026d24e Taming CancellationToken overload hell 6 년 전
ToAsyncEnumerable.Observable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
ToAsyncEnumerable.Task.cs 80b4afa2c0 Small tweak to Task<T> conversion code. 7 년 전
ToAsyncEnumerable.cs aa2430bb42 Check for cancellation in a few more places. 6 년 전
ToDictionary.cs 1640ce2dae Use C# 8.0 in ToDictionary. 6 년 전
ToEnumerable.cs 0980e87430 Avoiding heap-allocated closures 6 년 전
ToHashSet.cs 8a41d15864 Use C# 8.0 in ToHashSet. 6 년 전
ToList.cs 7cf8fb5a3b Use C# 8.0 in ToList. 6 년 전
ToLookup.cs 369026d24e Taming CancellationToken overload hell 6 년 전
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
Union.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
Where.Opt.Generated.cs be5d8bb438 Enabling optimizations for combining N predicates 6 년 전
Where.Opt.Generated.tt be5d8bb438 Enabling optimizations for combining N predicates 6 년 전
Where.Opt.cs be5d8bb438 Enabling optimizations for combining N predicates 6 년 전
Where.cs 5227c48429 Refactor Where/Select optimizations 6 년 전
Zip.cs d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. 7 년 전