Bart De Smet 50ae7fe619 Update comment to use `await using`. 6 년 전
..
Aggregate.cs 50ae7fe619 Update comment to use `await using`. 6 년 전
All.cs 962fc99716 Style consistency for new code 6 년 전
Any.cs 50ae7fe619 Update comment to use `await using`. 6 년 전
AppendPrepend.cs 962fc99716 Style consistency for new code 6 년 전
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. 7 년 전
Average.Generated.cs 50ae7fe619 Update comment to use `await using`. 6 년 전
Average.Generated.tt 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 년 전
Cast.cs 555dbb6810 Changing a few classes to private. 6 년 전
Concat.cs 962fc99716 Style consistency for new code 6 년 전
Contains.cs 962fc99716 Style consistency for new code 6 년 전
Count.cs 962fc99716 Style consistency for new code 6 년 전
DefaultIfEmpty.cs fab4165c01 Reduce code in DefaultIfEmpty. 6 년 전
Distinct.cs b2cc797263 Reduce code duplication in Distinct. 6 년 전
ElementAt.cs 962fc99716 Style consistency for new code 6 년 전
ElementAtOrDefault.cs 962fc99716 Style consistency for new code 6 년 전
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. 6 년 전
Except.cs ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. 6 년 전
First.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 년 전
FirstOrDefault.cs 50ae7fe619 Update comment to use `await using`. 6 년 전
ForEach.cs 962fc99716 Style consistency for new code 6 년 전
GroupBy.cs 7d459c9d85 Implementing more overloads of GroupBy. 6 년 전
GroupJoin.cs 50ae7fe619 Update comment to use `await using`. 6 년 전
Grouping.cs 043997b2e7 Fix typo. 6 년 전
Intersect.cs ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. 6 년 전
Join.cs 50ae7fe619 Update comment to use `await using`. 6 년 전
Last.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 년 전
LastOrDefault.cs 962fc99716 Style consistency for new code 6 년 전
LongCount.cs 962fc99716 Style consistency for new code 6 년 전
Lookup.cs 962fc99716 Style consistency for new code 6 년 전
Max.cs 50ae7fe619 Update comment to use `await using`. 6 년 전
Min.cs 50ae7fe619 Update comment to use `await using`. 6 년 전
MinMax.Generated.cs 50ae7fe619 Update comment to use `await using`. 6 년 전
MinMax.Generated.tt 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 년 전
OfType.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
OrderBy.cs 7f90a10101 Reduce code in OrderBy. 6 년 전
OrderedAsyncEnumerable.cs 50ae7fe619 Update comment to use `await using`. 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 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 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 ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. 6 년 전
SelectMany.cs d5aa7e28b0 Remove USE_AWAIT_FOREACH (always on now). 6 년 전
SequenceEqual.cs 50ae7fe619 Update comment to use `await using`. 6 년 전
Single.cs 50ae7fe619 Update comment to use `await using`. 6 년 전
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
SingleOrDefault.cs 50ae7fe619 Update comment to use `await using`. 6 년 전
Skip.cs 3a3c59ba42 Change signature of Clone. 7 년 전
SkipLast.cs 50ae7fe619 Update comment to use `await using`. 6 년 전
SkipWhile.cs 50ae7fe619 Update comment to use `await using`. 6 년 전
Sum.Generated.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 년 전
Sum.Generated.tt 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 년 전
Take.cs cfd11d1c62 Adding BCL style exception factories. 7 년 전
TakeLast.cs 50ae7fe619 Update comment to use `await using`. 6 년 전
TakeWhile.cs ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. 6 년 전
ToArray.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 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 962fc99716 Style consistency for new code 6 년 전
ToEnumerable.cs 0980e87430 Avoiding heap-allocated closures 6 년 전
ToHashSet.cs 962fc99716 Style consistency for new code 6 년 전
ToList.cs 962fc99716 Style consistency for new code 6 년 전
ToLookup.cs 1a63ba15ab Use ValueTask<T> for aggregates to improve ergonomics when used in e.g. Select. 6 년 전
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." 6 년 전
Union.cs 962fc99716 Style consistency for new code 6 년 전
Utilities.cs d5aa7e28b0 Remove USE_AWAIT_FOREACH (always on now). 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 ca0a8b53b4 Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. 6 년 전
Zip.cs 50ae7fe619 Update comment to use `await using`. 6 년 전