2 implementations of Loggers
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
502public ICollection<ILogger> Loggers => _loggers;
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
59public ICollection<ILogger> Loggers
3 references to Loggers
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (1)
3070if (loggingService.Loggers.Count == 0)
Definition\ProjectCollection.cs (2)
647return _loggingService.Loggers == null 649: new List<ILogger>(_loggingService.Loggers);