1 write to _maxChunkSize
System.Linq.Parallel (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
419
_maxChunkSize
= maxChunkSize;
3 references to _maxChunkSize
System.Linq.Parallel (3)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (3)
462
int currentSectionOffset = currentSection * _partitionCount *
_maxChunkSize
;
469
mutables._currentChunkSize =
_maxChunkSize
;
470
mutables._currentChunkOffset = currentSectionOffset + _partitionIndex *
_maxChunkSize
;