1 write to _startIndex
System.Linq.Parallel (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
527
_startIndex
= startIndex - 1; // Subtract one for the first call.
1 reference to _startIndex
System.Linq.Parallel (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
537
_currentIndex ??= new Shared<int>(
_startIndex
);