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