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);