2 writes to _maxIdx
System.Linq (2)
System\Linq\OrderedEnumerable.SpeedOpt.cs (2)
485_maxIdx = _maxIndexInclusive; 488_maxIdx = count - 1;
4 references to _maxIdx
System.Linq (4)
System\Linq\OrderedEnumerable.SpeedOpt.cs (4)
472if (i <= _maxIdx) 486if (count <= _maxIdx) 491if (_minIndexInclusive == _maxIdx) 498_map = _source.SortedMap(buffer, _minIndexInclusive, _maxIdx);