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