1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
773_loggingService = _componentFactories.GetComponent(BuildComponentType.LoggingService) as ILoggingService;
16 references to _loggingService
Microsoft.Build (16)
BackEnd\Node\OutOfProcNode.cs (16)
193ILoggingService IBuildComponentHost.LoggingService => _loggingService; 507if (_loggingContext != null && _loggingService != null) 510((IBuildComponent)_loggingService).ShutdownComponent(); 516if (_loggingContext != null && _loggingService != null) 609_loggingService.LogWarning( 781_loggingService.IncludeEvaluationMetaprojects = true; 786_loggingService.IncludeEvaluationProfile = true; 791_loggingService.IncludeTaskInputs = true; 796_loggingService.SetIncludeEvaluationPropertiesAndItemsInEvents( 807_loggingService.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId); 815_loggingService.OnLoggingThreadException += OnLoggingThreadException; 826_loggingService.PropertiesToSerialize = propertyListToSerialize; 827_loggingService.RunningOnRemoteNode = true; 832_loggingService.SerializeAllProperties = true; 836_loggingService.SerializeAllProperties = false; 840_loggingContext = new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);