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)
334
IRegisteredTaskObjectCache objectCache = (IRegisteredTaskObjectCache)(
_componentHost
.GetComponent(BuildComponentType.RegisteredTaskObjectCache));
343
if (
_componentHost
.BuildParameters.SaveOperatingEnvironment)
481
_componentHost
.BuildParameters.NodeId = configuration.NodeId;
486
_componentHost
.BuildParameters.AppDomainSetup = configuration.AppDomainSetup;
490
_componentHost
.BuildParameters.IsOutOfProc = false;
493
ILoggingService loggingService =
_componentHost
.LoggingService;