Bart De Smet f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
..
Aggregate.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
All.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
Any.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
AppendPrepend.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 years ago
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. 7 years ago
Average.Generated.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
Average.Generated.tt f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
Cast.cs 490e2dd857 Use async iterators for Cast. 6 years ago
Concat.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 years ago
Contains.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 years ago
Count.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
DefaultIfEmpty.cs fab4165c01 Reduce code in DefaultIfEmpty. 6 years ago
Distinct.cs b2cc797263 Reduce code duplication in Distinct. 6 years ago
ElementAt.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 years ago
ElementAtOrDefault.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 years ago
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. 6 years ago
Except.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 years ago
First.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
FirstOrDefault.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
ForEach.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
GroupBy.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
GroupJoin.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
Grouping.cs 043997b2e7 Fix typo. 6 years ago
Intersect.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 years ago
Join.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
Last.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
LastOrDefault.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
LongCount.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
Lookup.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 years ago
Max.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
Min.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
MinMax.Generated.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
MinMax.Generated.tt f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
OfType.cs 7a0f4fe957 Use async iterators for OfType. 6 years ago
OrderBy.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
OrderedAsyncEnumerable.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 years ago
Range.cs 1144c88c20 Eliminate redundant code in Range. 6 years ago
Repeat.cs aa2430bb42 Check for cancellation in a few more places. 6 years ago
Reverse.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 years ago
Select.Opt.Generated.cs 2b0cd8e161 Enabling optimizations for combining N selectors 6 years ago
Select.Opt.Generated.tt 2b0cd8e161 Enabling optimizations for combining N selectors 6 years ago
Select.Opt.cs 2b0cd8e161 Enabling optimizations for combining N selectors 6 years ago
Select.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
SelectMany.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
SequenceEqual.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 years ago
Single.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." 6 years ago
SingleOrDefault.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
Skip.cs 3a3c59ba42 Change signature of Clone. 7 years ago
SkipLast.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 years ago
SkipWhile.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
Sum.Generated.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
Sum.Generated.tt f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
Take.cs cfd11d1c62 Adding BCL style exception factories. 7 years ago
TakeLast.cs 0171e2bad0 Use await using which now can bind to configured tasks. 6 years ago
TakeWhile.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
ToArray.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 years ago
ToAsyncEnumerable.Observable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 years ago
ToAsyncEnumerable.Task.cs 80b4afa2c0 Small tweak to Task<T> conversion code. 6 years ago
ToAsyncEnumerable.cs aa2430bb42 Check for cancellation in a few more places. 6 years ago
ToDictionary.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
ToEnumerable.cs 0980e87430 Avoiding heap-allocated closures 6 years ago
ToHashSet.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 years ago
ToList.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 years ago
ToLookup.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 years ago
Union.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 years ago
Utilities.cs 176fd41eba Add shim for code that's moved to TaskExtensions 6 years ago
Where.Opt.Generated.cs be5d8bb438 Enabling optimizations for combining N predicates 6 years ago
Where.Opt.Generated.tt be5d8bb438 Enabling optimizations for combining N predicates 6 years ago
Where.Opt.cs be5d8bb438 Enabling optimizations for combining N predicates 6 years ago
Where.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago
Zip.cs f2ce04b662 The Big Rename to avoid ambiguity between sync/async/cancellable overloads of operators. 6 years ago