2 writes to _currentChunkSize
System.Linq.Parallel (2)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (2)
574_currentChunkSize = 0; // The chunk begins life begins empty. 666mutables._currentChunkSize = i;
2 references to _currentChunkSize
System.Linq.Parallel (2)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (2)
622if (currentChunkIndex < mutables._currentChunkSize) 626Debug.Assert(mutables._currentChunkSize > 0);