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)
339
IRegisteredTaskObjectCache objectCache = (IRegisteredTaskObjectCache)(
_componentHost
.GetComponent(BuildComponentType.RegisteredTaskObjectCache));
348
if (
_componentHost
.BuildParameters.SaveOperatingEnvironment)
443
if (
_componentHost
.BuildParameters.MultiThreaded)
490
_componentHost
.BuildParameters.NodeId = configuration.NodeId;
499
_componentHost
.BuildParameters.IsOutOfProc = false;
502
ILoggingService loggingService =
_componentHost
.LoggingService;