1 write to _componentHost
Microsoft.Build (1)
BackEnd\Node\InProcNode.cs (1)
114
_componentHost
= componentHost;
7 references to _componentHost
Microsoft.Build (7)
BackEnd\Node\InProcNode.cs (7)
157
if (
_componentHost
.BuildParameters.ShutdownInProcNodeOnBuildFinish)
334
IRegisteredTaskObjectCache objectCache = (IRegisteredTaskObjectCache)(
_componentHost
.GetComponent(BuildComponentType.RegisteredTaskObjectCache));
343
if (
_componentHost
.BuildParameters.SaveOperatingEnvironment)
438
if (
_componentHost
.BuildParameters.MultiThreaded)
485
_componentHost
.BuildParameters.NodeId = configuration.NodeId;
494
_componentHost
.BuildParameters.IsOutOfProc = false;
497
ILoggingService loggingService =
_componentHost
.LoggingService;