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