4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2117
_shuttingDown
= true;
2185
_shuttingDown
= false;
2507
_shuttingDown
= true;
3312
_shuttingDown
= true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1338
shuttingDown =
_shuttingDown
;
1457
if (
_shuttingDown
)
1632
if (
_shuttingDown
&& packet.Type != NodePacketType.NodeShutdown)
1856
if (
_shuttingDown
)
1921
if (
_shuttingDown
)