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