3 writes to threadActive
Microsoft.Build.Engine (3)
Engine\TaskWorkerThread.cs (3)
101this.threadActive = false; 402threadActive = false; 492threadActive = true;
2 references to threadActive
Microsoft.Build.Engine (2)
Engine\TaskWorkerThread.cs (2)
458if (executionMode == NodeLoopExecutionMode.BaseActiveThread && !threadActive) 516workerThread.NodeActionLoop(workerThread.threadActive ? NodeLoopExecutionMode.WaitingActiveThread :