3 references to GetAnalyzerExceptionDiagnosticDescriptor
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
1251
var descriptor =
GetAnalyzerExceptionDiagnosticDescriptor
(AnalyzerExceptionDiagnosticId, title, messageFormat);
1298
var descriptor =
GetAnalyzerExceptionDiagnosticDescriptor
(AnalyzerDriverExceptionDiagnosticId, title, messageFormat);
DiagnosticAnalyzer\CompilerDiagnosticAnalyzer.cs (1)
34
builder.Add(AnalyzerExecutor.
GetAnalyzerExceptionDiagnosticDescriptor
());