2 references to SeveritySuffix
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerOptionsExtensions.cs (2)
18
private const string DotnetAnalyzerDiagnosticSeverityKey = DotnetAnalyzerDiagnosticPrefix + "." +
SeveritySuffix
;
21
=> $"{DotnetAnalyzerDiagnosticPrefix}.{CategoryPrefix}-{category}.{
SeveritySuffix
}";