2 references to AnalyzerDriverExceptionDiagnosticId
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
1298
var descriptor = GetAnalyzerExceptionDiagnosticDescriptor(
AnalyzerDriverExceptionDiagnosticId
, title, messageFormat);
1324
if (diagnostic.Id == AnalyzerExceptionDiagnosticId || diagnostic.Id ==
AnalyzerDriverExceptionDiagnosticId
)