1 write to reason
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
4619
this.
reason
= reason;
2 references to reason
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (2)
4697
thisPtr.parent.Instance.persistenceContext.SuspendedReason = thisPtr.parent.
reason
;
4702
thisPtr.parent.Instance.Controller.Track(new WorkflowInstanceSuspendedRecord(thisPtr.parent.Instance.Id, thisPtr.parent.Instance.WorkflowDefinition.DisplayName, thisPtr.parent.
reason
, thisPtr.parent.Instance.DefinitionIdentity));