1 instantiation of DebugController
System.Workflow.Runtime (1)
WorkflowRuntime.cs (1)
206this.debugController = new DebugController(this, _name);
9 references to DebugController
System.Workflow.Runtime (9)
DebugEngine\DebugController.cs (3)
907foreach (Activity activity in DebugController.WalkActivityTree(rootActivity)) 924foreach (ActivityExecutionContext executionContext in DebugController.WalkExecutionContextTree(rootExecutionContext)) 927foreach (Activity childInstance in DebugController.WalkActivityTree(instanceActivity))
DebugEngine\ProgramNode.cs (2)
15private DebugController controller; 17public ProgramNode(DebugController controller)
DebugEngine\ProgramPublisher.cs (2)
25private DebugController controller; 38public bool Publish(DebugController controller)
WorkflowRuntime.cs (2)
112private DebugController debugController; 205DebugController.InitializeProcessSecurity();