4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2269_shuttingDown = true; 2337_shuttingDown = false; 2659_shuttingDown = true; 3481_shuttingDown = true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1486shuttingDown = _shuttingDown; 1605if (_shuttingDown) 1780if (_shuttingDown && packet.Type != NodePacketType.NodeShutdown) 2004if (_shuttingDown) 2069if (_shuttingDown)