1 write to m_currentIteration
mscorlib (1)
system\threading\Tasks\ParallelLoopState.cs (1)
303set { m_currentIteration = value; }
1 reference to m_currentIteration
mscorlib (1)
system\threading\Tasks\ParallelLoopState.cs (1)
302get { return m_currentIteration; }