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