4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2117_shuttingDown = true; 2185_shuttingDown = false; 2507_shuttingDown = true; 3312_shuttingDown = true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1338shuttingDown = _shuttingDown; 1457if (_shuttingDown) 1632if (_shuttingDown && packet.Type != NodePacketType.NodeShutdown) 1856if (_shuttingDown) 1921if (_shuttingDown)