3 writes to _offset
System.Collections.Concurrent (3)
System\Collections\Concurrent\PartitionerStatic.cs (3)
1421_offset = startIndex - 1; 1450_offset++; 1461_offset = _endIndex + 1;
11 references to _offset
System.Collections.Concurrent (11)
System\Collections\Concurrent\PartitionerStatic.cs (11)
1448if (_offset < _endIndex) 1523if (_offset < _startIndex) 1528Debug.Assert(_offset >= _startIndex && _offset <= _endIndex); 1529return (new KeyValuePair<long, TSource>(_offset, _list[_offset])); 1580if (_offset < _startIndex) 1585Debug.Assert(_offset >= _startIndex && _offset <= _endIndex); 1586return (new KeyValuePair<long, TSource>(_offset, _array[_offset]));