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)
1222
return new KeyValuePair<long, TSource>(
_startIndex
+ _localOffset.Value,
1223
_sharedReader[
_startIndex
+ _localOffset.Value]);
1306
return new KeyValuePair<long, TSource>(
_startIndex
+ _localOffset.Value,
1307
_sharedReader[
_startIndex
+ _localOffset.Value]);