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