4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2157
_shuttingDown
= true;
2225
_shuttingDown
= false;
2547
_shuttingDown
= true;
3351
_shuttingDown
= true;
5 references to _shuttingDown
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
1374
shuttingDown =
_shuttingDown
;
1493
if (
_shuttingDown
)
1668
if (
_shuttingDown
&& packet.Type != NodePacketType.NodeShutdown)
1892
if (
_shuttingDown
)
1957
if (
_shuttingDown
)