4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2090
_shuttingDown
= true;
2158
_shuttingDown
= false;
2480
_shuttingDown
= true;
3266
_shuttingDown
= true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1311
shuttingDown =
_shuttingDown
;
1430
if (
_shuttingDown
)
1605
if (
_shuttingDown
&& packet.Type != NodePacketType.NodeShutdown)
1829
if (
_shuttingDown
)
1894
if (
_shuttingDown
)