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