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