2 overrides of InternalShouldExitCurrentIteration
mscorlib (2)
system\threading\Tasks\ParallelLoopState.cs (2)
310
internal override bool
InternalShouldExitCurrentIteration
375
internal override bool
InternalShouldExitCurrentIteration
1 reference to InternalShouldExitCurrentIteration
mscorlib (1)
system\threading\Tasks\ParallelLoopState.cs (1)
75
return
InternalShouldExitCurrentIteration
;