5 references to WorkflowStateRollbackService
System.Workflow.Runtime (5)
WorkflowExecutor.cs (5)
787
if (this.
WorkflowStateRollbackService
.IsInstanceStateRevertRequested)
793
this.
WorkflowStateRollbackService
.RevertToCheckpointState();
2921
this.
WorkflowStateRollbackService
.CheckpointInstanceState();
2929
this.
WorkflowStateRollbackService
.RequestRevertToCheckpointState(currentActivity, callbackHandler, callbackData, suspendOnRevert, suspendInfo);
2935
this.
WorkflowStateRollbackService
.DisposeCheckpointState();