3 references to DotnetAnalyzerDiagnosticSeverityKey
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\DiagnosticDescriptorExtensions.cs (3)
129
if (analyzerConfigOptions.TryGetValue(
DotnetAnalyzerDiagnosticSeverityKey
, out value) &&
196
if (analyzerConfigOptions.TryGetValue(
DotnetAnalyzerDiagnosticSeverityKey
, out value) &&
241
if (analyzerOptions.TryGetValue(
DotnetAnalyzerDiagnosticSeverityKey
, out value) &&