4 writes to CurrentIteration
mscorlib (4)
system\threading\Tasks\Parallel.cs (4)
1521state.CurrentIteration = j; 1532state.CurrentIteration = j; 3352if (state != null) state.CurrentIteration = index; 3399state.CurrentIteration = 0;
2 references to CurrentIteration
mscorlib (2)
system\threading\Tasks\ParallelLoopState.cs (2)
377get { return m_sharedParallelStateFlags.ShouldExitLoop(CurrentIteration); } 404ParallelLoopState.Break(CurrentIteration, m_sharedParallelStateFlags);