Oren Novotny b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
..
Aggregate.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
All.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Any.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
AppendPrepend.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
AsAsyncEnumerable.cs 6a3dfda574 Move Create and AsAsyncEnumerable. 7 년 전
Average.Generated.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Average.Generated.tt d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. 7 년 전
Average.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Cast.cs 555dbb6810 Changing a few classes to private. 7 년 전
Concat.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Contains.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Count.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
DefaultIfEmpty.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Distinct.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
ElementAt.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
ElementAtOrDefault.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Empty.cs 8d2882a48f Fixing name of TryGetElementAtAsync. 7 년 전
Except.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
First.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
FirstOrDefault.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
ForEach.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
GroupBy.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
GroupJoin.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Grouping.cs 8b7d90e758 Embrace LDM-2018-11-28 decision to check for cancellation in GetAsyncEnumerator. 7 년 전
Intersect.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Join.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Last.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
LastOrDefault.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
LongCount.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Lookup.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Max.Generic.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Max.Primitive.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Max.cs d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. 7 년 전
Min.Generic.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Min.Primitive.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Min.cs d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. 7 년 전
MinMax.Generated.cs d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. 7 년 전
MinMax.Generated.tt d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. 7 년 전
OfType.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
OrderBy.cs a5ad50d29b Adding tests for OrderBy. 7 년 전
OrderedAsyncEnumerable.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Range.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Repeat.cs aa2430bb42 Check for cancellation in a few more places. 7 년 전
Reverse.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Select.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
SelectMany.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
SequenceEqual.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Single.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
SingleLinkedNode.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
SingleOrDefault.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Skip.cs 3a3c59ba42 Change signature of Clone. 7 년 전
SkipLast.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
SkipWhile.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Sum.Generated.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Sum.Generated.tt b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Take.cs cfd11d1c62 Adding BCL style exception factories. 7 년 전
TakeLast.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
TakeWhile.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
ToArray.cs ce1cc00303 Use ValueTask in a few more places. 7 년 전
ToAsyncEnumerable.Observable.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
ToAsyncEnumerable.Task.cs 80b4afa2c0 Small tweak to Task<T> conversion code. 7 년 전
ToAsyncEnumerable.cs aa2430bb42 Check for cancellation in a few more places. 7 년 전
ToDictionary.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
ToEnumerable.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
ToHashSet.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
ToList.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
ToLookup.cs d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. 7 년 전
ToObservable.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Union.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Where.cs b9f9514d57 Revert "Use only var when type is obvious." 7 년 전
Zip.cs d596d9f6d8 Adding "deep cancellation" API surface predicated by a NO_DEEP_CANCELLATION symbol. 7 년 전