1 write to _startIndex
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
1419
_startIndex
= startIndex;
4 references to _startIndex
System.Collections.Concurrent (4)
System\Collections\Concurrent\PartitionerStatic.cs (4)
1523
if (_offset <
_startIndex
)
1528
Debug.Assert(_offset >=
_startIndex
&& _offset <= _endIndex);
1580
if (_offset <
_startIndex
)
1585
Debug.Assert(_offset >=
_startIndex
&& _offset <= _endIndex);