4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2346_shuttingDown = true; 2414_shuttingDown = false; 2736_shuttingDown = true; 3558_shuttingDown = true;
6 references to _shuttingDown
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
1301telemetry.IsShuttingDown = _shuttingDown; 1563shuttingDown = _shuttingDown; 1682if (_shuttingDown) 1857if (_shuttingDown && packet.Type != NodePacketType.NodeShutdown) 2081if (_shuttingDown) 2146if (_shuttingDown)