1 write to m_maxChunkSize
System.Core (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
433
m_maxChunkSize
= maxChunkSize;
3 references to m_maxChunkSize
System.Core (3)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (3)
480
int currentSectionOffset = currentSection * m_partitionCount *
m_maxChunkSize
;
487
mutables.m_currentChunkSize =
m_maxChunkSize
;
488
mutables.m_currentChunkOffset = currentSectionOffset + m_partitionIndex *
m_maxChunkSize
;