1 write to m_partitionIndex
System.Core (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
432
m_partitionIndex
= partitionIndex;
5 references to m_partitionIndex
System.Core (5)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (5)
488
mutables.m_currentChunkOffset = currentSectionOffset +
m_partitionIndex
* m_maxChunkSize;
499
if (
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