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