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