1 write to _sectionCount
System.Linq.Parallel (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
425
_sectionCount
= _elementCount / sectionSize +
1 reference to _sectionCount
System.Linq.Parallel (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
453
int sectionsRemaining =
_sectionCount
- currentSection;