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)
152if (_componentHost.BuildParameters.ShutdownInProcNodeOnBuildFinish) 324IRegisteredTaskObjectCache objectCache = (IRegisteredTaskObjectCache)(_componentHost.GetComponent(BuildComponentType.RegisteredTaskObjectCache)); 333if (_componentHost.BuildParameters.SaveOperatingEnvironment) 471_componentHost.BuildParameters.NodeId = configuration.NodeId; 480_componentHost.BuildParameters.IsOutOfProc = false; 483ILoggingService loggingService = _componentHost.LoggingService;