2 writes to _loggingService
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
1868_loggingService = null; 1877_loggingService = BackEnd.Logging.LoggingService.CreateLoggingService(_loggerMode, 0 /*Evaluation can be done as if it was on node "0"*/);
11 references to _loggingService
Microsoft.Build (11)
Definition\ProjectCollection.cs (11)
681return _loggingService.Loggers == null 683: new List<ILogger>(_loggingService.Loggers); 953return _loggingService; 1422_loggingService.RegisterDistributedLogger(new Logging.ReusableLogger(remoteLoggerRecord.CentralLogger), remoteLoggerRecord.ForwardingLoggerDescription); 1437_loggingService.UnregisterAllLoggers(); 1670public void LogBuildFinishedEvent(bool success) => _loggingService.LogBuildFinished(success); 1785_loggingService.RegisterLogger(new Logging.ReusableLogger(logger)); 1845if (_loggingService != null) 1878_loggingService.MaxCPUCount = maxCPUCount; 1879_loggingService.OnlyLogCriticalEvents = onlyLogCriticalEvents; 1880_loggingService.EnableTargetOutputLogging = enableTargetOutputLogging;