14 references to Break
System.Threading.Tasks.Parallel (14)
System\Threading\Tasks\Parallel.cs (1)
517/// Calling <see cref="System.Threading.Tasks.ParallelLoopState.Break()">ParallelLoopState.Break()</see>
System\Threading\Tasks\ParallelLoopState.cs (13)
54/// When an iteration of a loop calls <see cref="Break()"/> or <see cref="Stop()"/>, or 107/// Gets the lowest iteration of the loop from which <see cref="Break()"/> was called. 110/// If no iteration of the loop called <see cref="Break()"/>, this property will return null. 125/// The <see cref="Break()"/> method was previously called. <see cref="Break()"/> and <see 158/// The <see cref="Stop()"/> method was previously called. <see cref="Break()"/> and <see cref="Stop()"/> 163/// <see cref="Break()"/> may be used to communicate to the loop that no other iterations after the 164/// current iteration need be run. For example, if <see cref="Break()"/> is called from the 100th 169/// For long-running iterations that may already be executing, <see cref="Break()"/> causes <see 175/// <see cref="Break()"/> is typically employed in search-based algorithms where an ordering is 421/// value, <see cref="System.Threading.Tasks.ParallelLoopState.Break()"/> was used to end the loop prematurely. 436/// cref="System.Threading.Tasks.ParallelLoopState.Break()"/> 440/// If <see cref="System.Threading.Tasks.ParallelLoopState.Break()"/> was not employed, this property will