4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2425
_shuttingDown
= true;
2490
_shuttingDown
= false;
2821
_shuttingDown
= true;
3648
_shuttingDown
= true;
6 references to _shuttingDown
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
1370
telemetry.IsShuttingDown =
_shuttingDown
;
1636
shuttingDown =
_shuttingDown
;
1758
if (
_shuttingDown
)
1935
if (
_shuttingDown
&& packet.Type != NodePacketType.NodeShutdown)
2160
if (
_shuttingDown
)
2226
if (
_shuttingDown
)