1 write to _comparer
System.Linq.AsyncEnumerable (1)
System\Linq\OrderBy.cs (1)
288_comparer = comparer;
4 references to _comparer
System.Linq.AsyncEnumerable (4)
System\Linq\OrderBy.cs (4)
334int c = _comparer.Compare(keys[index1], keys[index2]); 354if (typeof(TKey).IsValueType && _next is null && _comparer == Comparer<TKey>.Default) 365Debug.Assert(_comparer == Comparer<TKey>.Default); 381Debug.Assert(_comparer == Comparer<TKey>.Default);