1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
761_loggingService = _componentFactories.GetComponent(BuildComponentType.LoggingService) as ILoggingService;
16 references to _loggingService
Microsoft.Build (16)
BackEnd\Node\OutOfProcNode.cs (16)
191ILoggingService IBuildComponentHost.LoggingService => _loggingService; 495if (_loggingContext != null && _loggingService != null) 498((IBuildComponent)_loggingService).ShutdownComponent(); 504if (_loggingContext != null && _loggingService != null) 596_loggingService.LogError(_loggingContext?.BuildEventContext ?? BuildEventContext.Invalid, null, BuildEventFileInfo.Empty, 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 */);