1 write to _comparer
System.Linq (1)
System\Linq\OrderedEnumerable.cs (1)
392
_comparer
= comparer;
4 references to _comparer
System.Linq (4)
System\Linq\OrderedEnumerable.cs (4)
427
int c =
_comparer
.Compare(keys[index1], keys[index2]);
447
Debug.Assert(
_comparer
== Comparer<TKey>.Default);
463
Debug.Assert(
_comparer
== Comparer<TKey>.Default);
482
if (typeof(TKey).IsValueType && _next is null &&
_comparer
== Comparer<TKey>.Default)