4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2269
_shuttingDown
= true;
2337
_shuttingDown
= false;
2659
_shuttingDown
= true;
3481
_shuttingDown
= true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1486
shuttingDown =
_shuttingDown
;
1605
if (
_shuttingDown
)
1780
if (
_shuttingDown
&& packet.Type != NodePacketType.NodeShutdown)
2004
if (
_shuttingDown
)
2069
if (
_shuttingDown
)