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)
78if (!hasValue || _orderingComparer.Compare(currentValue!, enumerator.Current) > 0) 106if (hasNext && (!hasValue || _orderingComparer.Compare(currentValue!, enumerator.Current) > 0))