Bart De Smet af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 years ago
..
Aggregate.cs 8be4811163 Moving to Async naming convention. 7 years ago
All.cs 8be4811163 Moving to Async naming convention. 7 years ago
Any.cs 8be4811163 Moving to Async naming convention. 7 years ago
AppendPrepend.cs 8be4811163 Moving to Async naming convention. 7 years ago
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. 7 years ago
Average.Generated.cs 8be4811163 Moving to Async naming convention. 7 years ago
Average.Generated.tt 8be4811163 Moving to Async naming convention. 7 years ago
Average.cs cfd11d1c62 Adding BCL style exception factories. 7 years ago
Cast.cs 3a3c59ba42 Change signature of Clone. 7 years ago
Concat.cs 8be4811163 Moving to Async naming convention. 7 years ago
Contains.cs 8be4811163 Moving to Async naming convention. 7 years ago
Count.cs 8be4811163 Moving to Async naming convention. 7 years ago
DefaultIfEmpty.cs 8be4811163 Moving to Async naming convention. 7 years ago
Distinct.cs 3a3c59ba42 Change signature of Clone. 7 years ago
ElementAt.cs 8be4811163 Moving to Async naming convention. 7 years ago
ElementAtOrDefault.cs 8be4811163 Moving to Async naming convention. 7 years ago
Empty.cs af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 years ago
Except.cs 3a3c59ba42 Change signature of Clone. 7 years ago
First.cs 8be4811163 Moving to Async naming convention. 7 years ago
FirstOrDefault.cs af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 years ago
ForEach.cs c52d01bcc2 Stylistic nit. 7 years ago
GroupBy.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
GroupJoin.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
Grouping.cs 67cb696b45 Clean up Grouping. 7 years ago
Intersect.cs 3a3c59ba42 Change signature of Clone. 7 years ago
Join.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
Last.cs 8be4811163 Moving to Async naming convention. 7 years ago
LastOrDefault.cs af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 years ago
LongCount.cs 8be4811163 Moving to Async naming convention. 7 years ago
Lookup.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
Max.Generic.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
Max.Primitive.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
Max.cs 8be4811163 Moving to Async naming convention. 7 years ago
Min.Generic.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
Min.Primitive.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
Min.cs 8be4811163 Moving to Async naming convention. 7 years ago
MinMax.Generated.cs 8be4811163 Moving to Async naming convention. 7 years ago
MinMax.Generated.tt 8be4811163 Moving to Async naming convention. 7 years ago
OfType.cs 3a3c59ba42 Change signature of Clone. 7 years ago
OrderBy.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
OrderedAsyncEnumerable.cs 8be4811163 Moving to Async naming convention. 7 years ago
Range.cs af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 years ago
Repeat.cs 3a3c59ba42 Change signature of Clone. 7 years ago
Reverse.cs 8be4811163 Moving to Async naming convention. 7 years ago
Select.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
SelectMany.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
SequenceEqual.cs 8be4811163 Moving to Async naming convention. 7 years ago
Single.cs 8be4811163 Moving to Async naming convention. 7 years ago
SingleLinkedNode.cs b53998f1d6 More code cleanup. 7 years ago
SingleOrDefault.cs 8be4811163 Moving to Async naming convention. 7 years ago
Skip.cs 3a3c59ba42 Change signature of Clone. 7 years ago
SkipLast.cs 3a3c59ba42 Change signature of Clone. 7 years ago
SkipWhile.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
Sum.Generated.cs 8be4811163 Moving to Async naming convention. 7 years ago
Sum.Generated.tt 8be4811163 Moving to Async naming convention. 7 years ago
Take.cs cfd11d1c62 Adding BCL style exception factories. 7 years ago
TakeLast.cs 3a3c59ba42 Change signature of Clone. 7 years ago
TakeWhile.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
ToArray.cs 8be4811163 Moving to Async naming convention. 7 years ago
ToAsyncEnumerable.cs 3a3c59ba42 Change signature of Clone. 7 years ago
ToDictionary.cs 8be4811163 Moving to Async naming convention. 7 years ago
ToEnumerable.cs 92515218cc Fix ToEnumerable's use of ValueTask. 7 years ago
ToHashSet.cs 8be4811163 Moving to Async naming convention. 7 years ago
ToList.cs 8be4811163 Moving to Async naming convention. 7 years ago
ToLookup.cs 8be4811163 Moving to Async naming convention. 7 years ago
ToObservable.cs cfd11d1c62 Adding BCL style exception factories. 7 years ago
Union.cs 3a3c59ba42 Change signature of Clone. 7 years ago
Where.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago
Zip.cs aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 years ago