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