Bart De Smet a6e71784ca Cleaning up Count and LongCount. 7 vuotta sitten
..
Aggregate.cs 955246cfb3 Minor optimizations in Aggregate. 7 vuotta sitten
All.cs 5eed2806db Minor tweaks to Any and All. 7 vuotta sitten
Any.cs 5eed2806db Minor tweaks to Any and All. 7 vuotta sitten
AppendPrepend.cs b343121674 Some more naming changes. 7 vuotta sitten
Average.Generated.cs 2e45ab5b38 Renaming some methods to use Core suffix. 8 vuotta sitten
Average.Generated.tt 2e45ab5b38 Renaming some methods to use Core suffix. 8 vuotta sitten
Average.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 vuotta sitten
Cast.cs 8c1ca84f1c Moving OfType to its own file. 8 vuotta sitten
Concat.cs b53998f1d6 More code cleanup. 7 vuotta sitten
Contains.cs 741e9660c8 merge from master 7 vuotta sitten
Count.cs a6e71784ca Cleaning up Count and LongCount. 7 vuotta sitten
Create.cs b53998f1d6 More code cleanup. 7 vuotta sitten
DefaultIfEmpty.cs b53998f1d6 More code cleanup. 7 vuotta sitten
Distinct.cs cf1dbedb42 Use ConfigureAwait(false) when awaiting UnionWithAsync. 7 vuotta sitten
ElementAt.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 vuotta sitten
ElementAtOrDefault.cs 4847c39521 Modernize some code. 7 vuotta sitten
Empty.cs 4847c39521 Modernize some code. 7 vuotta sitten
Except.cs b53998f1d6 More code cleanup. 7 vuotta sitten
First.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 vuotta sitten
FirstOrDefault.cs 4847c39521 Modernize some code. 7 vuotta sitten
ForEach.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 vuotta sitten
GroupBy.cs ee62cf2eba Passing down cancellation to Lookup functionality. 7 vuotta sitten
GroupJoin.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 vuotta sitten
Grouping.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 vuotta sitten
Intersect.cs b53998f1d6 More code cleanup. 7 vuotta sitten
Join.cs e2b5a524e1 Some stylistic changes. 7 vuotta sitten
Last.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 vuotta sitten
LastOrDefault.cs 4847c39521 Modernize some code. 7 vuotta sitten
LongCount.cs a6e71784ca Cleaning up Count and LongCount. 7 vuotta sitten
Max.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 vuotta sitten
Min.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 vuotta sitten
MinMax.Generated.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 vuotta sitten
MinMax.Generated.tt 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 vuotta sitten
OfType.cs 8c1ca84f1c Moving OfType to its own file. 8 vuotta sitten
OrderBy.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 vuotta sitten
OrderedAsyncEnumerable.cs b343121674 Some more naming changes. 7 vuotta sitten
Range.cs 4847c39521 Modernize some code. 7 vuotta sitten
Repeat.cs b53998f1d6 More code cleanup. 7 vuotta sitten
Reverse.cs b53998f1d6 More code cleanup. 7 vuotta sitten
Select.cs b53998f1d6 More code cleanup. 7 vuotta sitten
SelectMany.cs 4847c39521 Modernize some code. 7 vuotta sitten
SequenceEqual.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 vuotta sitten
Single.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 vuotta sitten
SingleLinkedNode.cs b53998f1d6 More code cleanup. 7 vuotta sitten
SingleOrDefault.cs 4847c39521 Modernize some code. 7 vuotta sitten
Skip.cs 6f2e856fd2 Adding Async[Enumerable|List]Partition and use it for Skip and Take. 8 vuotta sitten
SkipLast.cs b53998f1d6 More code cleanup. 7 vuotta sitten
SkipWhile.cs b53998f1d6 More code cleanup. 7 vuotta sitten
Sum.Generated.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 vuotta sitten
Sum.Generated.tt 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 vuotta sitten
Take.cs 6f2e856fd2 Adding Async[Enumerable|List]Partition and use it for Skip and Take. 8 vuotta sitten
TakeLast.cs b53998f1d6 More code cleanup. 7 vuotta sitten
TakeWhile.cs b53998f1d6 More code cleanup. 7 vuotta sitten
ToArray.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 vuotta sitten
ToAsyncEnumerable.cs 0a64f5bcb6 Use CreateEnumerable overloads that take in a CancellationToken. 7 vuotta sitten
ToDictionary.cs 1a7192b640 Moving Standard Query Operators to System.Linq.Async. 8 vuotta sitten
ToEnumerable.cs 271688e421 Adapting to GetAsyncEnumerator(CancellationToken) interface change. 7 vuotta sitten
ToHashSet.cs 401bf16e60 Adding ToHashSet. 8 vuotta sitten
ToList.cs ada8a64036 Renaming IIListProvider to IAsyncIListProvider. 8 vuotta sitten
ToLookup.cs ee62cf2eba Passing down cancellation to Lookup functionality. 7 vuotta sitten
ToObservable.cs 6716857cb4 Simplify ToObservable implementation. 7 vuotta sitten
Union.cs cf1dbedb42 Use ConfigureAwait(false) when awaiting UnionWithAsync. 7 vuotta sitten
Where.cs b53998f1d6 More code cleanup. 7 vuotta sitten
Zip.cs b53998f1d6 More code cleanup. 7 vuotta sitten