1 write to _comparer
System.Linq.AsyncEnumerable (1)
System\Linq\OrderBy.cs (1)
288
_comparer
= comparer;
4 references to _comparer
System.Linq.AsyncEnumerable (4)
System\Linq\OrderBy.cs (4)
334
int c =
_comparer
.Compare(keys[index1], keys[index2]);
354
if (typeof(TKey).IsValueType && _next is null &&
_comparer
== Comparer<TKey>.Default)
365
Debug.Assert(
_comparer
== Comparer<TKey>.Default);
381
Debug.Assert(
_comparer
== Comparer<TKey>.Default);