1 write to m_startIndex
System.Core (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
545
m_startIndex
= startIndex - 1; // Subtract one for the first call.
1 reference to m_startIndex
System.Core (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
557
m_currentIndex = new Shared<int>(
m_startIndex
);