2 writes to _loggingService
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
1756_loggingService = null; 1765_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; 1310_loggingService.RegisterDistributedLogger(new ReusableLogger(remoteLoggerRecord.CentralLogger), remoteLoggerRecord.ForwardingLoggerDescription); 1325_loggingService.UnregisterAllLoggers(); 1558public void LogBuildFinishedEvent(bool success) => _loggingService.LogBuildFinished(success); 1673_loggingService.RegisterLogger(new ReusableLogger(logger)); 1733if (_loggingService != null) 1766_loggingService.MaxCPUCount = maxCPUCount; 1767_loggingService.OnlyLogCriticalEvents = onlyLogCriticalEvents;