4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2425_shuttingDown = true; 2490_shuttingDown = false; 2821_shuttingDown = true; 3648_shuttingDown = true;
6 references to _shuttingDown
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
1370telemetry.IsShuttingDown = _shuttingDown; 1636shuttingDown = _shuttingDown; 1758if (_shuttingDown) 1935if (_shuttingDown && packet.Type != NodePacketType.NodeShutdown) 2160if (_shuttingDown) 2226if (_shuttingDown)