1 instantiation of DebugManager
System.Activities (1)
System\Activities\Debugger\DebugController.cs (1)
80this.debugManager = new DebugManager(rootActivity, "Workflow", "Workflow", "DebuggerThread", false, this.host, ancestors.Count == 0);
1 reference to DebugManager
System.Activities (1)
System\Activities\Debugger\DebugController.cs (1)
21DebugManager debugManager; // Instantiated after first instrumentation is successful.