1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
779_loggingService = _componentFactories.GetComponent(BuildComponentType.LoggingService) as ILoggingService;
17 references to _loggingService
Microsoft.Build (17)
BackEnd\Node\OutOfProcNode.cs (17)
195ILoggingService IBuildComponentHost.LoggingService => _loggingService; 514if (_loggingContext != null && _loggingService != null) 517((IBuildComponent)_loggingService).ShutdownComponent(); 523if (_loggingContext != null && _loggingService != null) 614_loggingService.LogWarning( 787_loggingService.IncludeEvaluationMetaprojects = true; 792_loggingService.IncludeEvaluationProfile = true; 797_loggingService.IncludeTaskInputs = true; 802_loggingService.SetIncludeEvaluationPropertiesAndItemsInEvents( 809_loggingService.EnableTargetOutputLogging = true; 817_loggingService.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId); 825_loggingService.OnLoggingThreadException += OnLoggingThreadException; 836_loggingService.PropertiesToSerialize = propertyListToSerialize; 837_loggingService.RunningOnRemoteNode = true; 842_loggingService.SerializeAllProperties = true; 846_loggingService.SerializeAllProperties = false; 850_loggingContext = new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);