1 write to _componentHost
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
89set { _componentHost = value; }
6 references to _componentHost
Microsoft.Build (6)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (6)
88get { return _componentHost; } 125var loggingService = _componentHost.LoggingService; 228msbuildLocation = _componentHost.BuildParameters.NodeExeLocation; 347_componentHost.LoggingService.LogBuildEvent(new BuildMessageEventArgs(msg, null, null, MessageImportance.Low) 390INodeLauncher nodeLauncher = (INodeLauncher)_componentHost.GetComponent(BuildComponentType.NodeLauncher); 464_componentHost?.BuildParameters?.NodeExeLocation);