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