1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
783_loggingService = _componentFactories.GetComponent(BuildComponentType.LoggingService) as ILoggingService;
17 references to _loggingService
Microsoft.Build (17)
BackEnd\Node\OutOfProcNode.cs (17)
196ILoggingService IBuildComponentHost.LoggingService => _loggingService; 515if (_loggingContext != null && _loggingService != null) 518((IBuildComponent)_loggingService).ShutdownComponent(); 524if (_loggingContext != null && _loggingService != null) 613_loggingService.LogError( 791_loggingService.IncludeEvaluationMetaprojects = true; 796_loggingService.IncludeEvaluationProfile = true; 801_loggingService.IncludeTaskInputs = true; 806_loggingService.SetIncludeEvaluationPropertiesAndItemsInEvents( 813_loggingService.EnableTargetOutputLogging = true; 821_loggingService.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId); 829_loggingService.OnLoggingThreadException += OnLoggingThreadException; 840_loggingService.PropertiesToSerialize = propertyListToSerialize; 841_loggingService.RunningOnRemoteNode = true; 846_loggingService.SerializeAllProperties = true; 850_loggingService.SerializeAllProperties = false; 854_loggingContext = new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);