4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2096_shuttingDown = true; 2164_shuttingDown = false; 2487_shuttingDown = true; 3251_shuttingDown = true;
6 references to _shuttingDown
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
795if (_shuttingDown) 1325shuttingDown = _shuttingDown; 1410if (_shuttingDown) 1584if (_shuttingDown && packet.Type != NodePacketType.NodeShutdown) 1840if (_shuttingDown) 1905if (_shuttingDown)