1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
785_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( 793_loggingService.IncludeEvaluationMetaprojects = true; 798_loggingService.IncludeEvaluationProfile = true; 803_loggingService.IncludeTaskInputs = true; 808_loggingService.SetIncludeEvaluationPropertiesAndItemsInEvents( 815_loggingService.EnableTargetOutputLogging = true; 823_loggingService.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId); 831_loggingService.OnLoggingThreadException += OnLoggingThreadException; 842_loggingService.PropertiesToSerialize = propertyListToSerialize; 843_loggingService.RunningOnRemoteNode = true; 848_loggingService.SerializeAllProperties = true; 852_loggingService.SerializeAllProperties = false; 856_loggingContext = new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);