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