Bart De Smet 243d99b61c Adding some comment to Select. 8 ani în urmă
..
Aggregate.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 ani în urmă
All.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 ani în urmă
Any.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 ani în urmă
AppendPrepend.cs 1cf439007c Reducing size of linked list nodes. 8 ani în urmă
Average.Generated.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 ani în urmă
Average.Generated.tt 2e45ab5b38 Renaming some methods to use Core suffix. 8 ani în urmă
Average.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 ani în urmă
Cast.cs 8c1ca84f1c Moving OfType to its own file. 8 ani în urmă
Concat.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 ani în urmă
Contains.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
Count.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 ani în urmă
Create.cs b479229682 Moving some Create methods to AsyncEnumerator. 8 ani în urmă
DefaultIfEmpty.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 ani în urmă
Distinct.cs 73f6758489 Adding UnionWithAsync to Set. 8 ani în urmă
ElementAt.cs bcd0512515 Feeding CancellationToken to IAsyncPartition operations. 8 ani în urmă
ElementAtOrDefault.cs bcd0512515 Feeding CancellationToken to IAsyncPartition operations. 8 ani în urmă
Empty.cs bcd0512515 Feeding CancellationToken to IAsyncPartition operations. 8 ani în urmă
Except.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
First.cs bcd0512515 Feeding CancellationToken to IAsyncPartition operations. 8 ani în urmă
FirstOrDefault.cs bcd0512515 Feeding CancellationToken to IAsyncPartition operations. 8 ani în urmă
ForEach.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 ani în urmă
GroupBy.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 ani în urmă
GroupJoin.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
Grouping.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
Intersect.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
Join.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
Last.cs bcd0512515 Feeding CancellationToken to IAsyncPartition operations. 8 ani în urmă
LastOrDefault.cs bcd0512515 Feeding CancellationToken to IAsyncPartition operations. 8 ani în urmă
LongCount.cs 206c7f2f1f Splitting Count and LongCount. 8 ani în urmă
Max.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 ani în urmă
Min.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 ani în urmă
MinMax.Generated.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
MinMax.Generated.tt 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
OfType.cs 8c1ca84f1c Moving OfType to its own file. 8 ani în urmă
OrderBy.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
OrderedAsyncEnumerable.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
Range.cs bcd0512515 Feeding CancellationToken to IAsyncPartition operations. 8 ani în urmă
Repeat.cs 0ac5471646 Implementing IAsyncIListProvider on Repeat. 8 ani în urmă
Reverse.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 ani în urmă
Select.cs 243d99b61c Adding some comment to Select. 8 ani în urmă
SelectMany.cs c08f34be5f Moving non-standard SelectMany overload to AsyncEnumerableEx. 8 ani în urmă
SequenceEqual.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 ani în urmă
Single.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 ani în urmă
SingleLinkedNode.cs 1cf439007c Reducing size of linked list nodes. 8 ani în urmă
SingleOrDefault.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 ani în urmă
Skip.cs 6f2e856fd2 Adding Async[Enumerable|List]Partition and use it for Skip and Take. 8 ani în urmă
SkipLast.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
SkipWhile.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
Sum.Generated.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
Sum.Generated.tt 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
Take.cs 6f2e856fd2 Adding Async[Enumerable|List]Partition and use it for Skip and Take. 8 ani în urmă
TakeLast.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
TakeWhile.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
ToArray.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 ani în urmă
ToAsyncEnumerable.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 ani în urmă
ToDictionary.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
ToEnumerable.cs bf3adad9bb Reshuffling some files. 8 ani în urmă
ToHashSet.cs 401bf16e60 Adding ToHashSet. 8 ani în urmă
ToList.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 ani în urmă
ToLookup.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 ani în urmă
ToObservable.cs bf3adad9bb Reshuffling some files. 8 ani în urmă
Union.cs 6d8619b4ac Improving Union. 8 ani în urmă
Where.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă
Zip.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 ani în urmă