4 writes to _shuttingDown
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
2346
_shuttingDown
= true;
2414
_shuttingDown
= false;
2736
_shuttingDown
= true;
3558
_shuttingDown
= true;
6 references to _shuttingDown
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (6)
1301
telemetry.IsShuttingDown =
_shuttingDown
;
1563
shuttingDown =
_shuttingDown
;
1682
if (
_shuttingDown
)
1857
if (
_shuttingDown
&& packet.Type != NodePacketType.NodeShutdown)
2081
if (
_shuttingDown
)
2146
if (
_shuttingDown
)