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