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