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