2 writes to debugManager
System.Activities (2)
System\Activities\Debugger\DebugController.cs (2)
37
this.
debugManager
= null;
80
this.
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)
34
if (this.
debugManager
!= null)
36
this.
debugManager
.Exit();
46
this.
debugManager
.OnEnterState(activityInstance);
55
this.
debugManager
.OnLeaveState(activityInstance);
65
if (this.
debugManager
== null)
85
this.
debugManager
.IsPriming = true;
89
this.
debugManager
.OnEnterState(ancestorInstance);
93
this.
debugManager
.OnEnterState(instance);
95
this.
debugManager
.IsPriming = false;