1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
769_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) 605_loggingService.LogWarning( 777_loggingService.IncludeEvaluationMetaprojects = true; 782_loggingService.IncludeEvaluationProfile = true; 787_loggingService.IncludeTaskInputs = true; 792_loggingService.SetIncludeEvaluationPropertiesAndItemsInEvents( 803_loggingService.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId); 811_loggingService.OnLoggingThreadException += OnLoggingThreadException; 822_loggingService.PropertiesToSerialize = propertyListToSerialize; 823_loggingService.RunningOnRemoteNode = true; 828_loggingService.SerializeAllProperties = true; 832_loggingService.SerializeAllProperties = false; 836_loggingContext = new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);