System\Activities\WorkflowApplication.cs (9)
385thisPtr.AbortInstance(abortException, true);
679AbortInstance(abortException, true);
740AbortInstance(abortException, true);
768this.AbortInstance(reason, false);
787AbortInstance(new WorkflowApplicationAbortedException(reason, innerException), false);
2243AbortInstance(abortException, true);
2743AbortInstance(abortException, true);
2794AbortInstance(abortException, true);
5290instance.AbortInstance(exception, true);