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