1 write to _currentIteration
System.Threading.Tasks.Parallel (1)
System\Threading\Tasks\ParallelLoopState.cs (1)
249set { _currentIteration = value; }
1 reference to _currentIteration
System.Threading.Tasks.Parallel (1)
System\Threading\Tasks\ParallelLoopState.cs (1)
248get { return _currentIteration; }