1 write to _endIndex
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
1420
_endIndex
= endIndex;
4 references to _endIndex
System.Collections.Concurrent (4)
System\Collections\Concurrent\PartitionerStatic.cs (4)
1448
if (_offset <
_endIndex
)
1461
_offset =
_endIndex
+ 1;
1528
Debug.Assert(_offset >= _startIndex && _offset <=
_endIndex
);
1585
Debug.Assert(_offset >= _startIndex && _offset <=
_endIndex
);