2 instantiations of ParallelLoopState32
mscorlib (2)
system\threading\Tasks\Parallel.cs (2)
1169state = new ParallelLoopState32(sharedPStateFlags); 1174state = new ParallelLoopState32(sharedPStateFlags);
1 reference to ParallelLoopState32
mscorlib (1)
system\threading\Tasks\Parallel.cs (1)
1164ParallelLoopState32 state = null;