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