3 references to IsCompleted
mscorlib (3)
system\threading\Tasks\ParallelLoopState.cs (3)
612/// If <see cref="IsCompleted"/> returns true, then the loop ran to completion, such that all iterations 613/// of the loop were executed. If <see cref="IsCompleted"/> returns false and <see 616/// cref="IsCompleted"/> returns false and <see cref="LowestBreakIteration"/> returns a non-null integral