1 write to terminationPendingException
System.Activities (1)
System\Activities\Runtime\ActivityExecutor.cs (1)
1553this.terminationPendingException = reason;
2 references to terminationPendingException
System.Activities (2)
System\Activities\Runtime\ActivityExecutor.cs (2)
2394Fx.Assert(this.terminationPendingException != null, "Should have set terminationPendingException at the same time that we set isTerminatePending = true"); 2395this.Terminate(this.terminationPendingException);