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)
429int c = _comparer.Compare(keys[index1], keys[index2]); 449Debug.Assert(_comparer == Comparer<TKey>.Default); 465Debug.Assert(_comparer == Comparer<TKey>.Default); 484if (typeof(TKey).IsValueType && _next is null && _comparer == Comparer<TKey>.Default)