10 references to Stop
mscorlib (10)
system\threading\Tasks\Parallel.cs (1)
586/// <see cref="System.Threading.Tasks.ParallelLoopState.Stop()">ParallelLoopState.Stop()</see>
system\threading\Tasks\ParallelLoopState.cs (9)
63/// When an iteration of a loop calls <see cref="Break()"/> or <see cref="Stop()"/>, or 80/// Gets whether any iteration of the loop has called <see cref="Stop()"/>. 135/// cref="Stop()"/> may not be used in combination by iterations of the same loop. 139/// <see cref="Stop()"/> may be used to communicate to the loop that no other iterations need be run. 140/// For long-running iterations that may already be executing, <see cref="Stop()"/> causes <see cref="IsStopped"/> 145/// <see cref="Stop()"/> is typically employed in search-based algorithms, where once a result is found, 167/// The <see cref="Stop()"/> method was previously called. <see cref="Break()"/> and <see cref="Stop()"/> 615/// cref="System.Threading.Tasks.ParallelLoopState.Stop"/> was used to end the loop prematurely. If <see