1 write to m_partitionIndex
System.Core (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
254m_partitionIndex = partitionIndex;
5 references to m_partitionIndex
System.Core (5)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (5)
310mutables.m_currentChunkOffset = currentSectionOffset + m_partitionIndex * m_maxChunkSize; 321if (m_partitionIndex < biggerChunkCount) 332+ m_partitionIndex * smallerChunkSize // + the start of this chunk if all chunks were "smaller" 333+ (m_partitionIndex < biggerChunkCount ? m_partitionIndex : biggerChunkCount); // + the number of "bigger" chunks before this chunk