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