1 instantiation of DebugManager
System.Activities (1)
System\Activities\Debugger\DebugController.cs (1)
80
this.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)
21
DebugManager
debugManager; // Instantiated after first instrumentation is successful.