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