1 write to m_currentIndex
System.Core (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
379m_currentIndex = new Shared<int>(m_startIndex);
3 references to m_currentIndex
System.Core (3)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (3)
371Contract.Assert(m_currentIndex == null, "Expected deferred allocation to ensure it happens on correct thread"); 377if (m_currentIndex == null) 383int current = ++m_currentIndex.Value;