5 references to SuspendOnIdle
System.Workflow.Runtime (5)
WorkflowExecutor.cs (4)
853this.SuspendOnIdle(this.AdditionalInformation); 1898return this.SuspendOnIdle(error); 2709this.SuspendOnIdle(null); 2878return this.SuspendOnIdle(suspendDescription);
WorkflowStateRollbackService.cs (1)
143newWorkflowExecutor.SuspendOnIdle(this.suspendOnRevertInfo);