2 writes to _maxIdx
System.Linq (2)
System\Linq\OrderedEnumerable.SpeedOpt.cs (2)
486_maxIdx = _maxIndexInclusive; 489_maxIdx = count - 1;
4 references to _maxIdx
System.Linq (4)
System\Linq\OrderedEnumerable.SpeedOpt.cs (4)
473if (i <= _maxIdx) 487if (count <= _maxIdx) 492if (_minIndexInclusive == _maxIdx) 499_map = _source.SortedMap(buffer, _minIndexInclusive, _maxIdx);