6 references to WorkflowRuntime
System.WorkflowServices (6)
System\ServiceModel\Dispatcher\WorkflowDurableInstance.cs (1)
86this.workflowInstance = this.workflowDefinition.WorkflowRuntime.GetWorkflow(InstanceId);
System\Workflow\Runtime\CompiledWorkflowDefinitionContext.cs (1)
56return base.WorkflowRuntime.CreateWorkflow(this.workflowType, null, instanceId);
System\Workflow\Runtime\StreamedWorkflowDefinitionContext.cs (4)
175return this.WorkflowRuntime.CreateWorkflow(definitionReader, ruleReader, null, instanceId); 209if (this.WorkflowRuntime.IsStarted) 211this.WorkflowRuntime.StopRuntime(); 213this.WorkflowRuntime.AddService(this.typeProvider);