1 write to _startIndex
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
1114_startIndex = (int)(oldSharedIndex + 1);
4 references to _startIndex
System.Collections.Concurrent (4)
System\Collections\Concurrent\PartitionerStatic.cs (4)
1222return new KeyValuePair<long, TSource>(_startIndex + _localOffset.Value, 1223_sharedReader[_startIndex + _localOffset.Value]); 1306return new KeyValuePair<long, TSource>(_startIndex + _localOffset.Value, 1307_sharedReader[_startIndex + _localOffset.Value]);