2 writes to m_chunkBaseIndex
System.Core (2)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (2)
597m_chunkBaseIndex = 0; 700mutables.m_chunkBaseIndex = m_currentIndex.Value;
1 reference to m_chunkBaseIndex
System.Core (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
654currentKey = mutables.m_chunkBaseIndex + currentChunkIndex;