1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
760_loggingService = _componentFactories.GetComponent(BuildComponentType.LoggingService) as ILoggingService;
15 references to _loggingService
Microsoft.Build (15)
BackEnd\Node\OutOfProcNode.cs (15)
191ILoggingService IBuildComponentHost.LoggingService => _loggingService; 492if (_loggingContext != null && _loggingService != null) 495((IBuildComponent)_loggingService).ShutdownComponent(); 501if (_loggingContext != null && _loggingService != null) 768_loggingService.IncludeEvaluationMetaprojects = true; 773_loggingService.IncludeEvaluationProfile = true; 778_loggingService.IncludeTaskInputs = true; 783_loggingService.IncludeEvaluationPropertiesAndItems = true; 791_loggingService.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId); 799_loggingService.OnLoggingThreadException += OnLoggingThreadException; 810_loggingService.PropertiesToSerialize = propertyListToSerialize; 811_loggingService.RunningOnRemoteNode = true; 816_loggingService.SerializeAllProperties = true; 820_loggingService.SerializeAllProperties = false; 824_loggingContext = new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);