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