3 writes to m_currentChunkSize
System.Core (3)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (3)
487mutables.m_currentChunkSize = m_maxChunkSize; 498mutables.m_currentChunkSize = smallerChunkSize; 501mutables.m_currentChunkSize++;
3 references to m_currentChunkSize
System.Core (3)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (3)
453if (++mutables.m_currentPositionInChunk < mutables.m_currentChunkSize || MoveNextSlowPath()) 467Contract.Assert(mutables.m_currentPositionInChunk >= mutables.m_currentChunkSize); 503if (mutables.m_currentChunkSize == 0)