1 write to _orderingComparer
NuGet.Common (1)
AsyncEnumerable\AggregateEnumeratorAsync.cs (1)
38
_orderingComparer
= orderingComparer == null ? Comparer<T>.Default : orderingComparer;
2 references to _orderingComparer
NuGet.Common (2)
AsyncEnumerable\AggregateEnumeratorAsync.cs (2)
78
if (!hasValue ||
_orderingComparer
.Compare(currentValue!, enumerator.Current) > 0)
106
if (hasNext && (!hasValue ||
_orderingComparer
.Compare(currentValue!, enumerator.Current) > 0))