4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2154
_shuttingDown
= true;
2222
_shuttingDown
= false;
2544
_shuttingDown
= true;
3348
_shuttingDown
= true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1375
shuttingDown =
_shuttingDown
;
1494
if (
_shuttingDown
)
1669
if (
_shuttingDown
&& packet.Type != NodePacketType.NodeShutdown)
1893
if (
_shuttingDown
)
1958
if (
_shuttingDown
)