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