1 write to _componentHost
Microsoft.Build (1)
BackEnd\Node\InProcNode.cs (1)
111
_componentHost
= componentHost;
6 references to _componentHost
Microsoft.Build (6)
BackEnd\Node\InProcNode.cs (6)
152
if (
_componentHost
.BuildParameters.ShutdownInProcNodeOnBuildFinish)
324
IRegisteredTaskObjectCache objectCache = (IRegisteredTaskObjectCache)(
_componentHost
.GetComponent(BuildComponentType.RegisteredTaskObjectCache));
333
if (
_componentHost
.BuildParameters.SaveOperatingEnvironment)
471
_componentHost
.BuildParameters.NodeId = configuration.NodeId;
480
_componentHost
.BuildParameters.IsOutOfProc = false;
483
ILoggingService loggingService =
_componentHost
.LoggingService;