1 write to _componentHost
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
88set { _componentHost = value; }
6 references to _componentHost
Microsoft.Build (6)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (6)
87get { return _componentHost; } 120var loggingService = _componentHost.LoggingService; 204msbuildLocation = _componentHost.BuildParameters.NodeExeLocation; 226if (_componentHost.BuildParameters.EnableNodeReuse) 290_componentHost.LoggingService.LogBuildEvent(new BuildMessageEventArgs(msg, null, null, MessageImportance.Low) 335INodeLauncher nodeLauncher = (INodeLauncher)_componentHost.GetComponent(BuildComponentType.NodeLauncher);