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