2 writes to IsRootCancelPending
System.Activities (2)
System\Activities\Runtime\ActivityExecutor.cs (2)
1316this.runtimeTransaction.IsRootCancelPending = false; 1586this.runtimeTransaction.IsRootCancelPending = true;
2 references to IsRootCancelPending
System.Activities (2)
System\Activities\Runtime\ActivityExecutor.cs (2)
1308if (this.runtimeTransaction.IsRootCancelPending) 1581if (this.runtimeTransaction.IsRootCancelPending)