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