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