2 types derived from SarifErrorLogger
Microsoft.CodeAnalysis (2)
CommandLine\SarifV1ErrorLogger.cs (1)
28internal sealed class SarifV1ErrorLogger : SarifErrorLogger, IDisposable
CommandLine\SarifV2ErrorLogger.cs (1)
24internal sealed class SarifV2ErrorLogger : SarifErrorLogger, IDisposable
4 references to SarifErrorLogger
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.cs (3)
707public SarifErrorLogger? GetErrorLogger(TextWriter consoleOutput) 718SarifErrorLogger? logger; 750SarifErrorLogger? errorLogger = null;
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
55SarifErrorLogger? errorLogger = null;