2 writes to _currentChunkOffset
System.Linq.Parallel (2)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (2)
299mutables._currentChunkOffset = currentSectionOffset + _partitionIndex * _maxChunkSize; 319mutables._currentChunkOffset =
1 reference to _currentChunkOffset
System.Linq.Parallel (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
266currentKey = mutables._currentChunkOffset + mutables._currentPositionInChunk;