2 writes to m_currentCount
System.Core (2)
System\Linq\Parallel\Enumerables\RangeEnumerable.cs (2)
106m_currentCount = new Shared<int>(-1); 125m_currentCount = null;
3 references to m_currentCount
System.Core (3)
System\Linq\Parallel\Enumerables\RangeEnumerable.cs (3)
105if( m_currentCount == null) 109int nextCount = m_currentCount.Value + 1; 112m_currentCount.Value = nextCount;