2 writes to debugManager
System.Activities (2)
System\Activities\Debugger\DebugController.cs (2)
37this.debugManager = null; 80this.debugManager = new DebugManager(rootActivity, "Workflow", "Workflow", "DebuggerThread", false, this.host, ancestors.Count == 0);
9 references to debugManager
System.Activities (9)
System\Activities\Debugger\DebugController.cs (9)
34if (this.debugManager != null) 36this.debugManager.Exit(); 46this.debugManager.OnEnterState(activityInstance); 55this.debugManager.OnLeaveState(activityInstance); 65if (this.debugManager == null) 85this.debugManager.IsPriming = true; 89this.debugManager.OnEnterState(ancestorInstance); 93this.debugManager.OnEnterState(instance); 95this.debugManager.IsPriming = false;