3 references to TerminateInstance
System.Workflow.ComponentModel (3)
AuthoringOM\Activity.cs (1)
1605this.WorkflowCoreRuntime.TerminateInstance(exception);
AuthoringOM\ActivityExecutionContext.cs (2)
313this.currentActivity.WorkflowCoreRuntime.TerminateInstance(e); 606this.currentActivity.WorkflowCoreRuntime.TerminateInstance(e);