3 writes to shuttingDown
Microsoft.Build.Engine (3)
LocalProvider\LocalNodeProvider.cs (3)
107shuttingDown = false; 289shuttingDown = true; 340shuttingDown = false;
2 references to shuttingDown
Microsoft.Build.Engine (2)
LocalProvider\LocalNodeProvider.cs (2)
240if (nodeData[nodeIndex].NodeState != NodeState.Launched && !shuttingDown) 590if (shuttingDown)