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)
1523if (_offset < _startIndex) 1528Debug.Assert(_offset >= _startIndex && _offset <= _endIndex); 1580if (_offset < _startIndex) 1585Debug.Assert(_offset >= _startIndex && _offset <= _endIndex);