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