1 write to m_maxChunkSize
System.Core (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
255
m_maxChunkSize
= maxChunkSize;
3 references to m_maxChunkSize
System.Core (3)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (3)
302
int currentSectionOffset = currentSection * m_partitionCount *
m_maxChunkSize
;
309
mutables.m_currentChunkSize =
m_maxChunkSize
;
310
mutables.m_currentChunkOffset = currentSectionOffset + m_partitionIndex *
m_maxChunkSize
;