2 instantiations of ReusableLogger
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
1295_loggingService.RegisterDistributedLogger(new ReusableLogger(remoteLoggerRecord.CentralLogger), remoteLoggerRecord.ForwardingLoggerDescription); 1672_loggingService.RegisterLogger(new ReusableLogger(logger));
2 references to ReusableLogger
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
1709while (log is ProjectCollection.ReusableLogger reusableLogger) 1755var innerLogger = (logger is ProjectCollection.ReusableLogger reusableLogger) ? reusableLogger.OriginalLogger : logger;