4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2075_shuttingDown = true; 2143_shuttingDown = false; 2465_shuttingDown = true; 3251_shuttingDown = true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1301shuttingDown = _shuttingDown; 1420if (_shuttingDown) 1595if (_shuttingDown && packet.Type != NodePacketType.NodeShutdown) 1819if (_shuttingDown) 1884if (_shuttingDown)