1 write to action
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
6039this.action = action;
6 references to action
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (6)
6052if (this.action == WorkflowUnhandledExceptionAction.Cancel) 6056else if (this.action == WorkflowUnhandledExceptionAction.Terminate) 6060else if (this.action == WorkflowUnhandledExceptionAction.AbandonAndSuspend) 6119if (this.action == WorkflowUnhandledExceptionAction.Cancel) 6123else if (this.action == WorkflowUnhandledExceptionAction.Terminate) 6127else if (this.action == WorkflowUnhandledExceptionAction.AbandonAndSuspend)