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)
291int currentSectionOffset = currentSection * _partitionCount * _maxChunkSize; 298mutables._currentChunkSize = _maxChunkSize; 299mutables._currentChunkOffset = currentSectionOffset + _partitionIndex * _maxChunkSize;