4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2454
_shuttingDown
= true;
2519
_shuttingDown
= false;
2850
_shuttingDown
= true;
3683
_shuttingDown
= true;
6 references to _shuttingDown
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
1387
telemetry.IsShuttingDown =
_shuttingDown
;
1653
shuttingDown =
_shuttingDown
;
1775
if (
_shuttingDown
)
1964
if (
_shuttingDown
&& packet.Type != NodePacketType.NodeShutdown)
2189
if (
_shuttingDown
)
2255
if (
_shuttingDown
)