2 writes to _componentShutdown
Microsoft.Build (2)
BackEnd\Components\Communications\NodeManager.cs (2)
178_componentShutdown = false; 201_componentShutdown = true;
1 reference to _componentShutdown
Microsoft.Build (1)
BackEnd\Components\Communications\NodeManager.cs (1)
140ErrorUtilities.VerifyThrow(!_componentShutdown, "We should never be calling ShutdownNodes after ShutdownComponent has been called");