4 writes to CurrentIteration
System.Threading.Tasks.Parallel (4)
System\Threading\Tasks\Parallel.cs (4)
1063
state!.
CurrentIteration
= j;
1074
state!.
CurrentIteration
= j;
2652
state?.
CurrentIteration
= index;
2692
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);