4 writes to CurrentIteration
System.Threading.Tasks.Parallel (4)
System\Threading\Tasks\Parallel.cs (4)
1063state!.CurrentIteration = j; 1074state!.CurrentIteration = j; 2652if (state != null) state.CurrentIteration = index; 2693state.CurrentIteration = 0;
2 references to CurrentIteration
System.Threading.Tasks.Parallel (2)
System\Threading\Tasks\ParallelLoopState.cs (2)
258get { return _sharedParallelStateFlags.ShouldExitLoop(CurrentIteration); } 282Break(CurrentIteration, _sharedParallelStateFlags);