1 write to _taskHostNodeManager
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
153
_taskHostNodeManager
= (this as IBuildComponentHost).GetComponent(BuildComponentType.TaskHostNodeManager) as INodeManager;
1 reference to _taskHostNodeManager
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
472
_taskHostNodeManager
.ShutdownConnectedNodes(_shutdownReason == NodeEngineShutdownReason.BuildCompleteReuse);