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