4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2342_shuttingDown = true; 2407_shuttingDown = false; 2736_shuttingDown = true; 3555_shuttingDown = true;
6 references to _shuttingDown
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
1301telemetry.IsShuttingDown = _shuttingDown; 1561shuttingDown = _shuttingDown; 1680if (_shuttingDown) 1855if (_shuttingDown && packet.Type != NodePacketType.NodeShutdown) 2079if (_shuttingDown) 2144if (_shuttingDown)