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