1 write to suppressCancel
System.Activities (1)
System\Activities\Statements\CancellationScope.cs (1)
25this.suppressCancel = new Variable<bool>();
4 references to suppressCancel
System.Activities (4)
System\Activities\Statements\CancellationScope.cs (4)
76metadata.AddImplementationVariable(this.suppressCancel); 95this.suppressCancel.Set(context, true); 108bool suppressCancel = this.suppressCancel.Get(context); 117this.suppressCancel.Set(context, false);