2 writes to stateManager
System.Activities (2)
System\Activities\Debugger\DebugManager.cs (2)
51
this.
stateManager
= new StateManager(
299
this.
stateManager
= null;
12 references to stateManager
System.Activities (12)
System\Activities\Debugger\DebugManager.cs (12)
70
set { this.
stateManager
.IsPriming = value; }
79
return this.
stateManager
.DebugStartedAtRoot;
275
this.
stateManager
.Bake(typeNamePrefix, checksumCache);
298
this.
stateManager
.ExitThreads(); // State manager is still keep for the session in SessionStateManager
312
State activityState = this.
stateManager
.DefineStateWithDebugInfo(sourceLocation, name);
350
this.
stateManager
.EnterState(threadId, activityState, locals);
390
this.
stateManager
.LeaveState(threadId, activityState);
427
this.
stateManager
.Exit(threadId);
558
int newThreadId = this.
stateManager
.CreateLogicalThread(threadName);
575
bool currentIsPrimingValue = this.
stateManager
.IsPriming;
576
this.
stateManager
.IsPriming = true;
585
this.
stateManager
.IsPriming = currentIsPrimingValue;