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