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