1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
768_loggingService = _componentFactories.GetComponent(BuildComponentType.LoggingService) as ILoggingService;
16 references to _loggingService
Microsoft.Build (16)
BackEnd\Node\OutOfProcNode.cs (16)
192ILoggingService IBuildComponentHost.LoggingService => _loggingService; 506if (_loggingContext != null && _loggingService != null) 509((IBuildComponent)_loggingService).ShutdownComponent(); 515if (_loggingContext != null && _loggingService != null) 604_loggingService.LogWarning( 776_loggingService.IncludeEvaluationMetaprojects = true; 781_loggingService.IncludeEvaluationProfile = true; 786_loggingService.IncludeTaskInputs = true; 791_loggingService.SetIncludeEvaluationPropertiesAndItemsInEvents( 802_loggingService.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId); 810_loggingService.OnLoggingThreadException += OnLoggingThreadException; 821_loggingService.PropertiesToSerialize = propertyListToSerialize; 822_loggingService.RunningOnRemoteNode = true; 827_loggingService.SerializeAllProperties = true; 831_loggingService.SerializeAllProperties = false; 835_loggingContext = new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);