4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2154_shuttingDown = true; 2222_shuttingDown = false; 2544_shuttingDown = true; 3348_shuttingDown = true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1375shuttingDown = _shuttingDown; 1494if (_shuttingDown) 1669if (_shuttingDown && packet.Type != NodePacketType.NodeShutdown) 1893if (_shuttingDown) 1958if (_shuttingDown)