4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2164_shuttingDown = true; 2232_shuttingDown = false; 2554_shuttingDown = true; 3365_shuttingDown = true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1381shuttingDown = _shuttingDown; 1500if (_shuttingDown) 1675if (_shuttingDown && packet.Type != NodePacketType.NodeShutdown) 1899if (_shuttingDown) 1964if (_shuttingDown)