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