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