2 writes to runThread
System.Workflow.Runtime (2)
DebugEngine\DebugControllerThread.cs (2)
44this.runThread = true; 57this.runThread = false;
2 references to runThread
System.Workflow.Runtime (2)
DebugEngine\DebugControllerThread.cs (2)
158while (this.runThread) 170while (this.runThread);