1 write to serviceContainer
System.Workflow.Runtime (1)
DebugEngine\DebugController.cs (1)
274
this.
serviceContainer
= serviceContainer;
11 references to serviceContainer
System.Workflow.Runtime (11)
DebugEngine\DebugController.cs (11)
284
this.
serviceContainer
.Started += this.Start;
285
this.
serviceContainer
.Stopped += this.Stop;
413
if (!this.
serviceContainer
.IsZombie)
415
foreach (WorkflowInstance instance in this.
serviceContainer
.GetLoadedWorkflows())
425
this.
serviceContainer
.WorkflowExecutorInitializing -= InstanceInitializing;
426
this.
serviceContainer
.DefinitionDispenser.WorkflowDefinitionLoaded -= ScheduleTypeLoaded;
542
this.
serviceContainer
.DefinitionDispenser.WorkflowDefinitionLoaded += ScheduleTypeLoaded;
547
this.
serviceContainer
.DefinitionDispenser.GetWorkflowTypes(out types, out values);
556
this.
serviceContainer
.DefinitionDispenser.GetWorkflowDefinitions(out keys, out values);
568
this.
serviceContainer
.WorkflowExecutorInitializing += InstanceInitializing;
570
foreach (WorkflowInstance instance in this.
serviceContainer
.GetLoadedWorkflows())