Bart De Smet e9f72835b4 Renaming IAsyncPartition methods to use Async suffix. 8 年之前
..
Aggregate.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 年之前
All.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 年之前
Any.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 年之前
AppendPrepend.cs 1cf439007c Reducing size of linked list nodes. 8 年之前
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 2e45ab5b38 Renaming some methods to use Core suffix. 8 年之前
Cast.cs 8c1ca84f1c Moving OfType to its own file. 8 年之前
Concat.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 年之前
Contains.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
Count.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 年之前
Create.cs b479229682 Moving some Create methods to AsyncEnumerator. 8 年之前
DefaultIfEmpty.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 年之前
Distinct.cs 73f6758489 Adding UnionWithAsync to Set. 8 年之前
ElementAt.cs e9f72835b4 Renaming IAsyncPartition methods to use Async suffix. 8 年之前
ElementAtOrDefault.cs e9f72835b4 Renaming IAsyncPartition methods to use Async suffix. 8 年之前
Empty.cs e9f72835b4 Renaming IAsyncPartition methods to use Async suffix. 8 年之前
Except.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
First.cs e9f72835b4 Renaming IAsyncPartition methods to use Async suffix. 8 年之前
FirstOrDefault.cs e9f72835b4 Renaming IAsyncPartition methods to use Async suffix. 8 年之前
ForEach.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 年之前
GroupBy.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 年之前
GroupJoin.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
Grouping.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
Intersect.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
Join.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
Last.cs e9f72835b4 Renaming IAsyncPartition methods to use Async suffix. 8 年之前
LastOrDefault.cs e9f72835b4 Renaming IAsyncPartition methods to use Async suffix. 8 年之前
LongCount.cs 206c7f2f1f Splitting Count and LongCount. 8 年之前
Max.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 年之前
Min.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 年之前
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 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
Range.cs e9f72835b4 Renaming IAsyncPartition methods to use Async suffix. 8 年之前
Repeat.cs 0ac5471646 Implementing IAsyncIListProvider on Repeat. 8 年之前
Reverse.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 年之前
Select.cs 488a36e2e0 Adding IAsyncIListProvider on Select. 8 年之前
SelectMany.cs c08f34be5f Moving non-standard SelectMany overload to AsyncEnumerableEx. 8 年之前
SequenceEqual.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 年之前
Single.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 年之前
SingleLinkedNode.cs 1cf439007c Reducing size of linked list nodes. 8 年之前
SingleOrDefault.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 年之前
Skip.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
SkipLast.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
SkipWhile.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
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 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
TakeLast.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
TakeWhile.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
ToArray.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 年之前
ToAsyncEnumerable.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 年之前
ToDictionary.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
ToEnumerable.cs bf3adad9bb Reshuffling some files. 8 年之前
ToHashSet.cs 401bf16e60 Adding ToHashSet. 8 年之前
ToList.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 年之前
ToLookup.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 年之前
ToObservable.cs bf3adad9bb Reshuffling some files. 8 年之前
Union.cs 6d8619b4ac Improving Union. 8 年之前
Where.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前
Zip.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 年之前