2 references to SuspendInstance
System.Workflow.ComponentModel (2)
AuthoringOM\ActivityExecutionContext.cs (1)
596this.currentActivity.WorkflowCoreRuntime.SuspendInstance(suspendDescription);
AuthoringOM\ScheduleChanges.cs (1)
175bool suspended = workflowCoreRuntime.SuspendInstance(SR.GetString(SR.SuspendReason_WorkflowChange));