4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2090_shuttingDown = true; 2158_shuttingDown = false; 2480_shuttingDown = true; 3266_shuttingDown = true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1311shuttingDown = _shuttingDown; 1430if (_shuttingDown) 1605if (_shuttingDown && packet.Type != NodePacketType.NodeShutdown) 1829if (_shuttingDown) 1894if (_shuttingDown)