4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2454_shuttingDown = true; 2519_shuttingDown = false; 2850_shuttingDown = true; 3683_shuttingDown = true;
6 references to _shuttingDown
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
1387telemetry.IsShuttingDown = _shuttingDown; 1653shuttingDown = _shuttingDown; 1775if (_shuttingDown) 1964if (_shuttingDown && packet.Type != NodePacketType.NodeShutdown) 2189if (_shuttingDown) 2255if (_shuttingDown)