3 writes to m_currentChunkSize
System.Core (3)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (3)
309mutables.m_currentChunkSize = m_maxChunkSize; 320mutables.m_currentChunkSize = smallerChunkSize; 323mutables.m_currentChunkSize++;
3 references to m_currentChunkSize
System.Core (3)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (3)
275if (++mutables.m_currentPositionInChunk < mutables.m_currentChunkSize || MoveNextSlowPath()) 289Contract.Assert(mutables.m_currentPositionInChunk >= mutables.m_currentChunkSize); 325if (mutables.m_currentChunkSize == 0)