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