1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
761_loggingService = _componentFactories.GetComponent(BuildComponentType.LoggingService) as ILoggingService;
15 references to _loggingService
Microsoft.Build (15)
BackEnd\Node\OutOfProcNode.cs (15)
191ILoggingService IBuildComponentHost.LoggingService => _loggingService; 495if (_loggingContext != null && _loggingService != null) 498((IBuildComponent)_loggingService).ShutdownComponent(); 504if (_loggingContext != null && _loggingService != null) 769_loggingService.IncludeEvaluationMetaprojects = true; 774_loggingService.IncludeEvaluationProfile = true; 779_loggingService.IncludeTaskInputs = true; 784_loggingService.SetIncludeEvaluationPropertiesAndItemsInEvents( 795_loggingService.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId); 803_loggingService.OnLoggingThreadException += OnLoggingThreadException; 814_loggingService.PropertiesToSerialize = propertyListToSerialize; 815_loggingService.RunningOnRemoteNode = true; 820_loggingService.SerializeAllProperties = true; 824_loggingService.SerializeAllProperties = false; 828_loggingContext = new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);