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