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