3 writes to _nextChunkMaxSize
System.Linq.Parallel (3)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (3)
572
_nextChunkMaxSize
= 1; // We start the chunk size at 1 and grow it later.
688
mutables.
_nextChunkMaxSize
*= 2;
691
mutables.
_nextChunkMaxSize
= chunkBuffer.Length;
5 references to _nextChunkMaxSize
System.Linq.Parallel (5)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (5)
641
Debug.Assert(0 <= mutables.
_nextChunkMaxSize
&& mutables.
_nextChunkMaxSize
<= chunkBuffer.Length);
653
for (; i < mutables.
_nextChunkMaxSize
&& _source.MoveNext(); i++)
684
if (mutables.
_nextChunkMaxSize
< chunkBuffer.Length)
689
if (mutables.
_nextChunkMaxSize
> chunkBuffer.Length)