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