1 write to workflowStateRollbackService
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
544
this.
workflowStateRollbackService
= new WorkflowStateRollbackService(this);
2 references to workflowStateRollbackService
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
543
if (this.
workflowStateRollbackService
== null)
545
return this.
workflowStateRollbackService
;