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)
1448if (_offset < _endIndex) 1461_offset = _endIndex + 1; 1528Debug.Assert(_offset >= _startIndex && _offset <= _endIndex); 1585Debug.Assert(_offset >= _startIndex && _offset <= _endIndex);