4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2164
_shuttingDown
= true;
2232
_shuttingDown
= false;
2554
_shuttingDown
= true;
3365
_shuttingDown
= true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1381
shuttingDown =
_shuttingDown
;
1500
if (
_shuttingDown
)
1675
if (
_shuttingDown
&& packet.Type != NodePacketType.NodeShutdown)
1899
if (
_shuttingDown
)
1964
if (
_shuttingDown
)