4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2161
_shuttingDown
= true;
2229
_shuttingDown
= false;
2551
_shuttingDown
= true;
3362
_shuttingDown
= true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1378
shuttingDown =
_shuttingDown
;
1497
if (
_shuttingDown
)
1672
if (
_shuttingDown
&& packet.Type != NodePacketType.NodeShutdown)
1896
if (
_shuttingDown
)
1961
if (
_shuttingDown
)