4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2081_shuttingDown = true; 2149_shuttingDown = false; 2471_shuttingDown = true; 3257_shuttingDown = true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1302shuttingDown = _shuttingDown; 1421if (_shuttingDown) 1596if (_shuttingDown && packet.Type != NodePacketType.NodeShutdown) 1820if (_shuttingDown) 1885if (_shuttingDown)