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