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