4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2081
_shuttingDown
= true;
2149
_shuttingDown
= false;
2471
_shuttingDown
= true;
3257
_shuttingDown
= true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1302
shuttingDown =
_shuttingDown
;
1421
if (
_shuttingDown
)
1596
if (
_shuttingDown
&& packet.Type != NodePacketType.NodeShutdown)
1820
if (
_shuttingDown
)
1885
if (
_shuttingDown
)