2 writes to CurrentIteration
mscorlib (2)
system\threading\Tasks\Parallel.cs (2)
1207state.CurrentIteration = j; 1218state.CurrentIteration = j;
2 references to CurrentIteration
mscorlib (2)
system\threading\Tasks\ParallelLoopState.cs (2)
312get { return m_sharedParallelStateFlags.ShouldExitLoop(CurrentIteration); } 336ParallelLoopState.Break(CurrentIteration, m_sharedParallelStateFlags);