Bart De Smet af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 年之前
..
Aggregate.cs 8be4811163 Moving to Async naming convention. 7 年之前
All.cs 8be4811163 Moving to Async naming convention. 7 年之前
Any.cs 8be4811163 Moving to Async naming convention. 7 年之前
AppendPrepend.cs 8be4811163 Moving to Async naming convention. 7 年之前
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. 7 年之前
Average.Generated.cs 8be4811163 Moving to Async naming convention. 7 年之前
Average.Generated.tt 8be4811163 Moving to Async naming convention. 7 年之前
Average.cs cfd11d1c62 Adding BCL style exception factories. 7 年之前
Cast.cs 3a3c59ba42 Change signature of Clone. 7 年之前
Concat.cs 8be4811163 Moving to Async naming convention. 7 年之前
Contains.cs 8be4811163 Moving to Async naming convention. 7 年之前
Count.cs 8be4811163 Moving to Async naming convention. 7 年之前
DefaultIfEmpty.cs 8be4811163 Moving to Async naming convention. 7 年之前
Distinct.cs 3a3c59ba42 Change signature of Clone. 7 年之前
ElementAt.cs 8be4811163 Moving to Async naming convention. 7 年之前
ElementAtOrDefault.cs 8be4811163 Moving to Async naming convention. 7 年之前
Empty.cs af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 年之前
Except.cs 3a3c59ba42 Change signature of Clone. 7 年之前
First.cs 8be4811163 Moving to Async naming convention. 7 年之前
FirstOrDefault.cs af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 年之前
ForEach.cs c52d01bcc2 Stylistic nit. 7 年之前
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 年之前
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 年之前
Grouping.cs 67cb696b45 Clean up Grouping. 7 年之前
Intersect.cs 3a3c59ba42 Change signature of Clone. 7 年之前
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 年之前
Last.cs 8be4811163 Moving to Async naming convention. 7 年之前
LastOrDefault.cs af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 年之前
LongCount.cs 8be4811163 Moving to Async naming convention. 7 年之前
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 年之前
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 年之前
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 年之前
Max.cs 8be4811163 Moving to Async naming convention. 7 年之前
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 年之前
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 年之前
Min.cs 8be4811163 Moving to Async naming convention. 7 年之前
MinMax.Generated.cs 8be4811163 Moving to Async naming convention. 7 年之前
MinMax.Generated.tt 8be4811163 Moving to Async naming convention. 7 年之前
OfType.cs 3a3c59ba42 Change signature of Clone. 7 年之前
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 年之前
OrderedAsyncEnumerable.cs 8be4811163 Moving to Async naming convention. 7 年之前
Range.cs af6a43d236 Use ValueTask for internal IAsyncPartition interface. 7 年之前
Repeat.cs 3a3c59ba42 Change signature of Clone. 7 年之前
Reverse.cs 8be4811163 Moving to Async naming convention. 7 年之前
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 年之前
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 年之前
SequenceEqual.cs 8be4811163 Moving to Async naming convention. 7 年之前
Single.cs 8be4811163 Moving to Async naming convention. 7 年之前
SingleLinkedNode.cs b53998f1d6 More code cleanup. 7 年之前
SingleOrDefault.cs 8be4811163 Moving to Async naming convention. 7 年之前
Skip.cs 3a3c59ba42 Change signature of Clone. 7 年之前
SkipLast.cs 3a3c59ba42 Change signature of Clone. 7 年之前
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 年之前
Sum.Generated.cs 8be4811163 Moving to Async naming convention. 7 年之前
Sum.Generated.tt 8be4811163 Moving to Async naming convention. 7 年之前
Take.cs cfd11d1c62 Adding BCL style exception factories. 7 年之前
TakeLast.cs 3a3c59ba42 Change signature of Clone. 7 年之前
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 年之前
ToArray.cs 8be4811163 Moving to Async naming convention. 7 年之前
ToAsyncEnumerable.cs 3a3c59ba42 Change signature of Clone. 7 年之前
ToDictionary.cs 8be4811163 Moving to Async naming convention. 7 年之前
ToEnumerable.cs 92515218cc Fix ToEnumerable's use of ValueTask. 7 年之前
ToHashSet.cs 8be4811163 Moving to Async naming convention. 7 年之前
ToList.cs 8be4811163 Moving to Async naming convention. 7 年之前
ToLookup.cs 8be4811163 Moving to Async naming convention. 7 年之前
ToObservable.cs cfd11d1c62 Adding BCL style exception factories. 7 年之前
Union.cs 3a3c59ba42 Change signature of Clone. 7 年之前
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 年之前
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 年之前