2 writes to m_currentChunkSize
System.Core (2)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (2)
595
m_currentChunkSize
= 0; // The chunk begins life begins empty.
691
mutables.
m_currentChunkSize
= i;
2 references to m_currentChunkSize
System.Core (2)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (2)
647
if (currentChunkIndex < mutables.
m_currentChunkSize
)
651
Contract.Assert(mutables.
m_currentChunkSize
> 0);