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