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