4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2367_shuttingDown = true; 2432_shuttingDown = false; 2761_shuttingDown = true; 3580_shuttingDown = true;
6 references to _shuttingDown
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
1326telemetry.IsShuttingDown = _shuttingDown; 1586shuttingDown = _shuttingDown; 1705if (_shuttingDown) 1880if (_shuttingDown && packet.Type != NodePacketType.NodeShutdown) 2104if (_shuttingDown) 2169if (_shuttingDown)