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