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