2 references to IsCancellationRequested
System.Activities (2)
System\Activities\Statements\Parallel.cs (1)
90
if (updateContext.
IsCancellationRequested
|| this.branches == null)
System\Activities\Statements\Pick.cs (1)
69
if (updateContext.
IsCancellationRequested
|| pickState.TriggerCompletionBookmark == null)