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