4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2075
_shuttingDown
= true;
2143
_shuttingDown
= false;
2465
_shuttingDown
= true;
3251
_shuttingDown
= true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1301
shuttingDown =
_shuttingDown
;
1420
if (
_shuttingDown
)
1595
if (
_shuttingDown
&& packet.Type != NodePacketType.NodeShutdown)
1819
if (
_shuttingDown
)
1884
if (
_shuttingDown
)