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
3 references to SarifErrorLogger
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.cs (3)
718public SarifErrorLogger? GetErrorLogger(TextWriter consoleOutput) 729SarifErrorLogger? logger; 761SarifErrorLogger? errorLogger = null;