3 references to GetEffectiveSeverity
Microsoft.CodeAnalysis.Features (1)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (1)
64
var severity = d.
GetEffectiveSeverity
(
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\AnalyzersCommandHandler.cs (1)
288
var severity = diagnosticItem.Descriptor.
GetEffectiveSeverity
(project.CompilationOptions, analyzerConfigOptions?.ConfigOptionsWithoutFallback, analyzerConfigOptions?.TreeOptions);
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (1)
167
var effectiveSeverity = selectedDiagnostic.
GetEffectiveSeverity
(