4 writes to CurrentIteration
System.Threading.Tasks.Parallel (4)
System\Threading\Tasks\Parallel.cs (4)
1068
state!.
CurrentIteration
= j;
1079
state!.
CurrentIteration
= j;
2657
state?.
CurrentIteration
= index;
2697
state?.
CurrentIteration
= 0;
2 references to CurrentIteration
System.Threading.Tasks.Parallel (2)
System\Threading\Tasks\ParallelLoopState.cs (2)
258
get { return _sharedParallelStateFlags.ShouldExitLoop(
CurrentIteration
); }
282
Break(
CurrentIteration
, _sharedParallelStateFlags);