1 write to controller
System.Activities (1)
System\Activities\Debugger\StateManager.cs (1)
364
this.
controller
= new ThreadWorkerController();
4 references to controller
System.Activities (4)
System\Activities\Debugger\StateManager.cs (4)
365
this.
controller
.Initialize(threadName + "." + threadId.ToString(CultureInfo.InvariantCulture), stateManager);
380
this.
controller
.Exit();
391
this.
controller
.EnterState(stackFrame);
416
this.
controller
.LeaveState();