2 writes to m_currentChunkOffset
System.Core (2)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (2)
310mutables.m_currentChunkOffset = currentSectionOffset + m_partitionIndex * m_maxChunkSize; 330mutables.m_currentChunkOffset =
1 reference to m_currentChunkOffset
System.Core (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
277currentKey = mutables.m_currentChunkOffset + mutables.m_currentPositionInChunk;