2 writes to _componentShutdown
Microsoft.Build (2)
BackEnd\Components\Communications\TaskHostNodeManager.cs (2)
94
_componentShutdown
= false;
104
_componentShutdown
= true;
1 reference to _componentShutdown
Microsoft.Build (1)
BackEnd\Components\Communications\TaskHostNodeManager.cs (1)
68
ErrorUtilities.VerifyThrow(!
_componentShutdown
, "We should never be calling ShutdownNodes after ShutdownComponent has been called");