6 references to Aborted
System.Activities (4)
System\Activities\Hosting\WorkflowInstance.cs (1)
843result = WorkflowInstanceState.Aborted;
System\Activities\WorkflowApplication.cs (3)
1272if (instance.Controller.State == WorkflowInstanceState.Aborted) 3159if (this.instance.Controller.State == WorkflowInstanceState.Aborted) 5850Fx.AssertAndThrow(instance.Controller.State != WorkflowInstanceState.Aborted, "Cannot generate data for an aborted instance.");
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (2)
1272else if (this.Controller.State == WorkflowInstanceState.Aborted) 1531Fx.AssertAndThrow(Controller.State != WorkflowInstanceState.Aborted, "Cannot generate data for an aborted service instance.");