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