2 writes to debugControllerThread
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (2)
329this.debugControllerThread = new DebugControllerThread(); 386this.debugControllerThread = null;
5 references to debugControllerThread
System.Workflow.Runtime (5)
DebugEngine\DebugController.cs (5)
330this.instanceTable = new InstanceTable(this.debugControllerThread.ManagedThreadId); 334this.debugControllerThread.RunThread(this.instanceTable); 354controllerThreadId = this.debugControllerThread.ThreadId; 383if (this.debugControllerThread != null) 385this.debugControllerThread.StopThread();