1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
778_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) 612_loggingService.LogError( 786_loggingService.IncludeEvaluationMetaprojects = true; 791_loggingService.IncludeEvaluationProfile = true; 796_loggingService.IncludeTaskInputs = true; 801_loggingService.SetIncludeEvaluationPropertiesAndItemsInEvents( 808_loggingService.EnableTargetOutputLogging = true; 816_loggingService.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId); 824_loggingService.OnLoggingThreadException += OnLoggingThreadException; 835_loggingService.PropertiesToSerialize = propertyListToSerialize; 836_loggingService.RunningOnRemoteNode = true; 841_loggingService.SerializeAllProperties = true; 845_loggingService.SerializeAllProperties = false; 849_loggingContext = new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);