2 implementations of LoggerDescriptions
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
481
public ICollection<LoggerDescription>
LoggerDescriptions
=> _loggerDescriptions;
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
123
public ICollection<LoggerDescription>
LoggerDescriptions
1 reference to LoggerDescriptions
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
2762
var remoteLoggers = new List<LoggerDescription>(loggingService.
LoggerDescriptions
);