4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2442
_shuttingDown
= true;
2507
_shuttingDown
= false;
2838
_shuttingDown
= true;
3671
_shuttingDown
= true;
6 references to _shuttingDown
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
1387
telemetry.IsShuttingDown =
_shuttingDown
;
1653
shuttingDown =
_shuttingDown
;
1775
if (
_shuttingDown
)
1952
if (
_shuttingDown
&& packet.Type != NodePacketType.NodeShutdown)
2177
if (
_shuttingDown
)
2243
if (
_shuttingDown
)