3 writes to _currentChunkSize
System.Linq.Parallel (3)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (3)
298mutables._currentChunkSize = _maxChunkSize; 309mutables._currentChunkSize = smallerChunkSize; 312mutables._currentChunkSize++;
3 references to _currentChunkSize
System.Linq.Parallel (3)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (3)
264if (++mutables._currentPositionInChunk < mutables._currentChunkSize || MoveNextSlowPath()) 278Debug.Assert(mutables._currentPositionInChunk >= mutables._currentChunkSize); 314if (mutables._currentChunkSize == 0)