1 instantiation of NullLogger
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
3044return new ForwardingLoggerRecord(new NullLogger(), forwardingLoggerDescription);
1 reference to NullLogger
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1857Execution.BuildManager.NullLogger => null,