4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2161_shuttingDown = true; 2229_shuttingDown = false; 2551_shuttingDown = true; 3362_shuttingDown = true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1378shuttingDown = _shuttingDown; 1497if (_shuttingDown) 1672if (_shuttingDown && packet.Type != NodePacketType.NodeShutdown) 1896if (_shuttingDown) 1961if (_shuttingDown)