3 references to ForwardingLoggerRecord
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
2941ForwardingLoggerRecord[] forwardingLogger = { new ForwardingLoggerRecord(buildCheckLogger, forwardingLoggerDescription) }; 3044return new ForwardingLoggerRecord(new NullLogger(), forwardingLoggerDescription);
MSBuild (1)
XMake.cs (1)
1319remoteLoggerRecords.Add(new ForwardingLoggerRecord(distRecord.CentralLogger, distRecord.ForwardingLoggerDescription));