1 write to _maxChunkSize
System.Linq.Parallel (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
248
_maxChunkSize
= maxChunkSize;
3 references to _maxChunkSize
System.Linq.Parallel (3)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (3)
291
int currentSectionOffset = currentSection * _partitionCount *
_maxChunkSize
;
298
mutables._currentChunkSize =
_maxChunkSize
;
299
mutables._currentChunkOffset = currentSectionOffset + _partitionIndex *
_maxChunkSize
;