4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2157_shuttingDown = true; 2225_shuttingDown = false; 2547_shuttingDown = true; 3351_shuttingDown = true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1374shuttingDown = _shuttingDown; 1493if (_shuttingDown) 1668if (_shuttingDown && packet.Type != NodePacketType.NodeShutdown) 1892if (_shuttingDown) 1957if (_shuttingDown)