4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2367
_shuttingDown
= true;
2432
_shuttingDown
= false;
2761
_shuttingDown
= true;
3580
_shuttingDown
= true;
6 references to _shuttingDown
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
1326
telemetry.IsShuttingDown =
_shuttingDown
;
1586
shuttingDown =
_shuttingDown
;
1705
if (
_shuttingDown
)
1880
if (
_shuttingDown
&& packet.Type != NodePacketType.NodeShutdown)
2104
if (
_shuttingDown
)
2169
if (
_shuttingDown
)