14 references to Break
mscorlib (14)
system\threading\Tasks\Parallel.cs (1)
577/// Calling <see cref="System.Threading.Tasks.ParallelLoopState.Break()">ParallelLoopState.Break()</see>
system\threading\Tasks\ParallelLoopState.cs (13)
63/// When an iteration of a loop calls <see cref="Break()"/> or <see cref="Stop()"/>, or 116/// Gets the lowest iteration of the loop from which <see cref="Break()"/> was called. 119/// If no iteration of the loop called <see cref="Break()"/>, this property will return null. 134/// The <see cref="Break()"/> method was previously called. <see cref="Break()"/> and <see 167/// The <see cref="Stop()"/> method was previously called. <see cref="Break()"/> and <see cref="Stop()"/> 172/// <see cref="Break()"/> may be used to communicate to the loop that no other iterations after the 173/// current iteration need be run. For example, if <see cref="Break()"/> is called from the 100th 178/// For long-running iterations that may already be executing, <see cref="Break()"/> causes <see 184/// <see cref="Break()"/> is typically employed in search-based algorithms where an ordering is 617/// value, <see cref="System.Threading.Tasks.ParallelLoopState.Break()"/> was used to end the loop prematurely. 632/// cref="System.Threading.Tasks.ParallelLoopState.Break()"/> 636/// If <see cref="System.Threading.Tasks.ParallelLoopState.Break()"/> was not employed, this property will