1 instantiation of SarifV2ErrorLogger
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
747
logger = new
SarifV2ErrorLogger
(errorLog, toolName, compilerVersion, assemblyVersion, 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.