3 references to GetCategoryBasedDotnetAnalyzerDiagnosticSeverityKey
dotnet-format (3)
Analyzers\AnalyzerOptionExtensions.cs (3)
74var categoryBasedKey = GetCategoryBasedDotnetAnalyzerDiagnosticSeverityKey(descriptor.Category); 100|| (diagnosticCategory != null && analyzerConfigOptions.TryGetValue(GetCategoryBasedDotnetAnalyzerDiagnosticSeverityKey(diagnosticCategory), out _)) 150var categoryBasedKey = GetCategoryBasedDotnetAnalyzerDiagnosticSeverityKey(diagnosticCategory);