1 write to workflowRuntime
System.Workflow.Runtime (1)
WorkflowDefinitionDispenser.cs (1)
51this.workflowRuntime = runtime;
8 references to workflowRuntime
System.Workflow.Runtime (8)
WorkflowDefinitionDispenser.cs (8)
129localWorkflowDefinitionLoaded(this.workflowRuntime, new WorkflowDefinitionEventArgs(workflowType)); 186localWorkflowDefinitionLoaded(this.workflowRuntime, new WorkflowDefinitionEventArgs(xomlHashCode)); 256WorkflowLoaderService loader = workflowRuntime.GetService<WorkflowLoaderService>(); 264ValidateDefinition(root, true, workflowRuntime.GetService<ITypeProvider>()); 269root.SetValue(Activity.WorkflowRuntimeProperty, workflowRuntime); 277WorkflowLoaderService loader = workflowRuntime.GetService<WorkflowLoaderService>(); 309ITypeProvider typeProvider = workflowRuntime.GetService<ITypeProvider>(); 320root.SetValue(Activity.WorkflowRuntimeProperty, workflowRuntime);