4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2342
_shuttingDown
= true;
2407
_shuttingDown
= false;
2736
_shuttingDown
= true;
3555
_shuttingDown
= true;
6 references to _shuttingDown
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
1301
telemetry.IsShuttingDown =
_shuttingDown
;
1561
shuttingDown =
_shuttingDown
;
1680
if (
_shuttingDown
)
1855
if (
_shuttingDown
&& packet.Type != NodePacketType.NodeShutdown)
2079
if (
_shuttingDown
)
2144
if (
_shuttingDown
)