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