1 instantiation of NullLogger
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
3031ForwardingLoggerRecord[] forwardingLogger = { new ForwardingLoggerRecord(new NullLogger(), forwardingLoggerDescription) };
1 reference to NullLogger
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1771Execution.BuildManager.NullLogger => null,