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