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)
274
int cmp = _descending ?
_comparer
.Compare(_lastKey, newKey) :
_comparer
.Compare(newKey, _lastKey);
302
int cmp = _descending ?
_comparer
.Compare(_lastKey, newKey) :
_comparer
.Compare(newKey, _lastKey);