3 writes to _currentChunkSize
System.Linq.Parallel (3)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (3)
469mutables._currentChunkSize = _maxChunkSize; 480mutables._currentChunkSize = smallerChunkSize; 483mutables._currentChunkSize++;
3 references to _currentChunkSize
System.Linq.Parallel (3)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (3)
435if (++mutables._currentPositionInChunk < mutables._currentChunkSize || MoveNextSlowPath()) 449Debug.Assert(mutables._currentPositionInChunk >= mutables._currentChunkSize); 485if (mutables._currentChunkSize == 0)