2 instantiations of SarifV1ErrorLogger
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
743logger = new SarifV1ErrorLogger(errorLog, toolName, compilerVersion, assemblyVersion, Culture);
Microsoft.CodeAnalysis.UnitTests (1)
Diagnostics\SarifV1ErrorLoggerTests.cs (1)
27return new SarifV1ErrorLogger(stream, toolName, toolFileVersion, toolAssemblyVersion, culture);
1 reference to SarifV1ErrorLogger
Microsoft.CodeAnalysis (1)
CommandLine\SarifErrorLogger.cs (1)
15/// Base class for the <see cref="SarifV1ErrorLogger"/> and <see cref="SarifV2ErrorLogger"/> classes.