System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (19)
409AbortInstance(new FaultException(OperationExecutionFault.CreateAbortedFault(SR.DefaultAbortReason)), false);
1269AbortInstance(abortException, true);
1275this.AbortInstance(abortReason, true);
1328AbortInstance(reason, false);
2221this.AbortInstance(e, false);
2306this.AbortInstance(exception, false);
2328this.AbortInstance(exception, false);
2746thisPtr.workflowInstance.AbortInstance(completionException, thisPtr.ownsLock);
4391this.Instance.AbortInstance(this.reason, true);
4420this.Instance.AbortInstance(this.reason, true);
4483this.Instance.AbortInstance(this.reason, true);
4503this.Instance.AbortInstance(this.reason, true);
5743this.instance.AbortInstance(ex, false);
5765thisPtr.instance.AbortInstance(ex, false);
5836this.instance.AbortInstance(ex, false);
5859thisPtr.instance.AbortInstance(ex, false);
5896thisPtr.instance.AbortInstance(ex, false);
6090this.instance.AbortInstance(ex, true);
6113thisPtr.instance.AbortInstance(ex, false);