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