1 write to _componentHost
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
890_componentHost = buildComponentHost;
6 references to _componentHost
Microsoft.Build (6)
BackEnd\Components\Logging\LoggingService.cs (5)
317_configCache = new Lazy<IConfigCache>(() => (IConfigCache)_componentHost.GetComponent(BuildComponentType.ConfigCache), LazyThreadSafetyMode.PublicationOnly); 1336if (loggingPacket?.NodeBuildEvent != null && _componentHost != null) 1518if (_componentHost != null) 1522CultureInfo.CurrentCulture = _componentHost.BuildParameters.Culture; 1523CultureInfo.CurrentUICulture = _componentHost.BuildParameters.UICulture;
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
354IDictionary<string, string> environmentProperties = _componentHost?.BuildParameters?.BuildProcessEnvironment;