2 writes to _loggingService
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
1761_loggingService = null; 1770_loggingService = BackEnd.Logging.LoggingService.CreateLoggingService(_loggerMode, 0 /*Evaluation can be done as if it was on node "0"*/);
10 references to _loggingService
Microsoft.Build (10)
Definition\ProjectCollection.cs (10)
620return _loggingService.Loggers == null 622: new List<ILogger>(_loggingService.Loggers); 863return _loggingService; 1315_loggingService.RegisterDistributedLogger(new ReusableLogger(remoteLoggerRecord.CentralLogger), remoteLoggerRecord.ForwardingLoggerDescription); 1330_loggingService.UnregisterAllLoggers(); 1563public void LogBuildFinishedEvent(bool success) => _loggingService.LogBuildFinished(success); 1678_loggingService.RegisterLogger(new ReusableLogger(logger)); 1738if (_loggingService != null) 1771_loggingService.MaxCPUCount = maxCPUCount; 1772_loggingService.OnlyLogCriticalEvents = onlyLogCriticalEvents;