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 година