2 references to 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);