4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2442_shuttingDown = true; 2507_shuttingDown = false; 2838_shuttingDown = true; 3671_shuttingDown = true;
6 references to _shuttingDown
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
1387telemetry.IsShuttingDown = _shuttingDown; 1653shuttingDown = _shuttingDown; 1775if (_shuttingDown) 1952if (_shuttingDown && packet.Type != NodePacketType.NodeShutdown) 2177if (_shuttingDown) 2243if (_shuttingDown)