2 writes to _currentChunkSize
System.Linq.Parallel (2)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (2)
574
_currentChunkSize
= 0; // The chunk begins life begins empty.
666
mutables.
_currentChunkSize
= i;
2 references to _currentChunkSize
System.Linq.Parallel (2)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (2)
622
if (currentChunkIndex < mutables.
_currentChunkSize
)
626
Debug.Assert(mutables.
_currentChunkSize
> 0);