Bart De Smet 645aa551dc Use static local functions. 6 年之前
..
Aggregate.cs 645aa551dc Use static local functions. 6 年之前
All.cs 645aa551dc Use static local functions. 6 年之前
Any.cs 645aa551dc Use static local functions. 6 年之前
AppendPrepend.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. 6 年之前
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. 7 年之前
Average.Generated.cs 645aa551dc Use static local functions. 6 年之前
Average.Generated.tt 645aa551dc Use static local functions. 6 年之前
Cast.cs 555dbb6810 Changing a few classes to private. 6 年之前
Concat.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. 6 年之前
Contains.cs 645aa551dc Use static local functions. 6 年之前
Count.cs 645aa551dc Use static local functions. 6 年之前
DefaultIfEmpty.cs fab4165c01 Reduce code in DefaultIfEmpty. 6 年之前
Distinct.cs b2cc797263 Reduce code duplication in Distinct. 6 年之前
ElementAt.cs 645aa551dc Use static local functions. 6 年之前
ElementAtOrDefault.cs 645aa551dc Use static local functions. 6 年之前
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. 6 年之前
Except.cs e11f6aed52 Fix USE_ASYNC_ITERATOR build. 6 年之前
First.cs 645aa551dc Use static local functions. 6 年之前
FirstOrDefault.cs 645aa551dc Use static local functions. 6 年之前
ForEach.cs 645aa551dc Use static local functions. 6 年之前
GroupBy.cs 7d459c9d85 Implementing more overloads of GroupBy. 6 年之前
GroupJoin.cs e11f6aed52 Fix USE_ASYNC_ITERATOR build. 6 年之前
Grouping.cs 043997b2e7 Fix typo. 6 年之前
Intersect.cs e11f6aed52 Fix USE_ASYNC_ITERATOR build. 6 年之前
Join.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 6 年之前
Last.cs 645aa551dc Use static local functions. 6 年之前
LastOrDefault.cs 645aa551dc Use static local functions. 6 年之前
LongCount.cs 645aa551dc Use static local functions. 6 年之前
Lookup.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. 6 年之前
Max.cs 645aa551dc Use static local functions. 6 年之前
Min.cs 645aa551dc Use static local functions. 6 年之前
MinMax.Generated.cs 645aa551dc Use static local functions. 6 年之前
MinMax.Generated.tt 645aa551dc Use static local functions. 6 年之前
OfType.cs b9f9514d57 Revert "Use only var when type is obvious." 6 年之前
OrderBy.cs 7f90a10101 Reduce code in OrderBy. 6 年之前
OrderedAsyncEnumerable.cs eddf1ea0bc Using configured enumerator rather than interface. 6 年之前
Range.cs b9f9514d57 Revert "Use only var when type is obvious." 6 年之前
Repeat.cs aa2430bb42 Check for cancellation in a few more places. 6 年之前
Reverse.cs b9f9514d57 Revert "Use only var when type is obvious." 6 年之前
Select.Opt.Generated.cs 2b0cd8e161 Enabling optimizations for combining N selectors 6 年之前
Select.Opt.Generated.tt 2b0cd8e161 Enabling optimizations for combining N selectors 6 年之前
Select.Opt.cs 2b0cd8e161 Enabling optimizations for combining N selectors 6 年之前
Select.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 6 年之前
SelectMany.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. 6 年之前
SequenceEqual.cs 645aa551dc Use static local functions. 6 年之前
Single.cs 645aa551dc Use static local functions. 6 年之前
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." 6 年之前
SingleOrDefault.cs 5c55c93bd5 Use C# 8.0 in Single. 6 年之前
Skip.cs 3a3c59ba42 Change signature of Clone. 7 年之前
SkipLast.cs e11f6aed52 Fix USE_ASYNC_ITERATOR build. 6 年之前
SkipWhile.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 6 年之前
Sum.Generated.cs 645aa551dc Use static local functions. 6 年之前
Sum.Generated.tt 645aa551dc Use static local functions. 6 年之前
Take.cs cfd11d1c62 Adding BCL style exception factories. 7 年之前
TakeLast.cs e11f6aed52 Fix USE_ASYNC_ITERATOR build. 6 年之前
TakeWhile.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 6 年之前
ToArray.cs 369026d24e Taming CancellationToken overload hell 6 年之前
ToAsyncEnumerable.Observable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 年之前
ToAsyncEnumerable.Task.cs 80b4afa2c0 Small tweak to Task<T> conversion code. 6 年之前
ToAsyncEnumerable.cs aa2430bb42 Check for cancellation in a few more places. 6 年之前
ToDictionary.cs 645aa551dc Use static local functions. 6 年之前
ToEnumerable.cs 0980e87430 Avoiding heap-allocated closures 6 年之前
ToHashSet.cs 645aa551dc Use static local functions. 6 年之前
ToList.cs 645aa551dc Use static local functions. 6 年之前
ToLookup.cs 645aa551dc Use static local functions. 6 年之前
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 年之前
Union.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. 6 年之前
Utilities.cs e576f23303 Remove AETOR_HAS_CT checks. CancellationToken is now supported on the interface. 6 年之前
Where.Opt.Generated.cs be5d8bb438 Enabling optimizations for combining N predicates 6 年之前
Where.Opt.Generated.tt be5d8bb438 Enabling optimizations for combining N predicates 6 年之前
Where.Opt.cs be5d8bb438 Enabling optimizations for combining N predicates 6 年之前
Where.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 6 年之前
Zip.cs ac470e6889 Remove ASYNC_ITERATOR_CAN_RETURN_AETOR; this is now supported in the latest preview. 6 年之前