1 write to _comparer
System.Linq (1)
System\Linq\OrderedEnumerable.cs (1)
267_comparer = comparer;
4 references to _comparer
System.Linq (4)
System\Linq\OrderedEnumerable.cs (4)
274int cmp = _descending ? _comparer.Compare(_lastKey, newKey) : _comparer.Compare(newKey, _lastKey); 302int cmp = _descending ? _comparer.Compare(_lastKey, newKey) : _comparer.Compare(newKey, _lastKey);