4 writes to CurrentIteration
System.Threading.Tasks.Parallel (4)
System\Threading\Tasks\Parallel.cs (4)
1068state!.CurrentIteration = j; 1079state!.CurrentIteration = j; 2657state?.CurrentIteration = index; 2697state?.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);