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