Bart De Smet 4847c39521 Modernize some code. 7 年之前
..
Aggregate.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
All.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
Any.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
AppendPrepend.cs 4847c39521 Modernize some code. 7 年之前
Average.Generated.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 年之前
Average.Generated.tt 2e45ab5b38 Renaming some methods to use Core suffix. 8 年之前
Average.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
Cast.cs 8c1ca84f1c Moving OfType to its own file. 8 年之前
Concat.cs 4847c39521 Modernize some code. 7 年之前
Contains.cs 741e9660c8 merge from master 7 年之前
Count.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 年之前
Create.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
DefaultIfEmpty.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
Distinct.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
ElementAt.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
ElementAtOrDefault.cs 4847c39521 Modernize some code. 7 年之前
Empty.cs 4847c39521 Modernize some code. 7 年之前
Except.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
First.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
FirstOrDefault.cs 4847c39521 Modernize some code. 7 年之前
ForEach.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
GroupBy.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
GroupJoin.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
Grouping.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
Intersect.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
Join.cs e2b5a524e1 Some stylistic changes. 7 年之前
Last.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
LastOrDefault.cs 4847c39521 Modernize some code. 7 年之前
LongCount.cs 206c7f2f1f Splitting Count and LongCount. 8 年之前
Max.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
Min.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
MinMax.Generated.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
MinMax.Generated.tt 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
OfType.cs 8c1ca84f1c Moving OfType to its own file. 8 年之前
OrderBy.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
OrderedAsyncEnumerable.cs e2b5a524e1 Some stylistic changes. 7 年之前
Range.cs 4847c39521 Modernize some code. 7 年之前
Repeat.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
Reverse.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
Select.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
SelectMany.cs 4847c39521 Modernize some code. 7 年之前
SequenceEqual.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
Single.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
SingleLinkedNode.cs 1cf439007c Reducing size of linked list nodes. 8 年之前
SingleOrDefault.cs 4847c39521 Modernize some code. 7 年之前
Skip.cs 6f2e856fd2 Adding Async[Enumerable|List]Partition and use it for Skip and Take. 8 年之前
SkipLast.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
SkipWhile.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
Sum.Generated.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
Sum.Generated.tt 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
Take.cs 6f2e856fd2 Adding Async[Enumerable|List]Partition and use it for Skip and Take. 8 年之前
TakeLast.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
TakeWhile.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
ToArray.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 年之前
ToAsyncEnumerable.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
ToDictionary.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
ToEnumerable.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
ToHashSet.cs 401bf16e60 Adding ToHashSet. 8 年之前
ToList.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 年之前
ToLookup.cs 4847c39521 Modernize some code. 7 年之前
ToObservable.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
Union.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
Where.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前
Zip.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 年之前