1 write to _componentHost
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
90
set {
_componentHost
= value; }
6 references to _componentHost
Microsoft.Build (6)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (6)
89
get { return
_componentHost
; }
122
var loggingService =
_componentHost
.LoggingService;
206
msbuildLocation =
_componentHost
.BuildParameters.NodeExeLocation;
228
if (
_componentHost
.BuildParameters.EnableNodeReuse)
293
_componentHost
.LoggingService.LogBuildEvent(new BuildMessageEventArgs(msg, null, null, MessageImportance.Low)
338
INodeLauncher nodeLauncher = (INodeLauncher)
_componentHost
.GetComponent(BuildComponentType.NodeLauncher);