7 references to GetWorkflow
System.Workflow.Runtime (3)
Hosting\SqlWorkflowPersistenceService.cs (3)
895WorkflowInstance instance = Runtime.GetWorkflow(instanceId); 915WorkflowInstance instance = Runtime.GetWorkflow(instanceId); 951Runtime.GetWorkflow(id).Load();
System.WorkflowServices (4)
System\ServiceModel\Dispatcher\WorkflowDurableInstance.cs (1)
86this.workflowInstance = this.workflowDefinition.WorkflowRuntime.GetWorkflow(InstanceId);
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (3)
185this.workflowRuntime.GetWorkflow(instanceId).TryUnload(); 189this.workflowRuntime.GetWorkflow(instanceId).Abort(); 205this.workflowRuntime.GetWorkflow(instanceId).Abort();