2 writes to _loggingService
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
1755_loggingService = null; 1764_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)
615return _loggingService.Loggers == null 617: new List<ILogger>(_loggingService.Loggers); 858return _loggingService; 1295_loggingService.RegisterDistributedLogger(new ReusableLogger(remoteLoggerRecord.CentralLogger), remoteLoggerRecord.ForwardingLoggerDescription); 1310_loggingService.UnregisterAllLoggers(); 1557public void LogBuildFinishedEvent(bool success) => _loggingService.LogBuildFinished(success); 1672_loggingService.RegisterLogger(new ReusableLogger(logger)); 1732if (_loggingService != null) 1765_loggingService.MaxCPUCount = maxCPUCount; 1766_loggingService.OnlyLogCriticalEvents = onlyLogCriticalEvents;