1 write to _minimumReportedSeverity
Microsoft.CodeAnalysis.CodeStyle (1)
src\Analyzers\Core\Analyzers\AbstractBuiltInCodeStyleDiagnosticAnalyzer_Core.cs (1)
77_minimumReportedSeverity = context.MinimumReportedSeverity;
6 references to _minimumReportedSeverity
Microsoft.CodeAnalysis.CodeStyle (6)
src\Analyzers\Core\Analyzers\AbstractBuiltInCodeStyleDiagnosticAnalyzer_Core.cs (6)
161Debug.Assert(_minimumReportedSeverity != null); 167if (_minimumReportedSeverity!.Value == DiagnosticSeverity.Hidden) 177return notification.Value.Severity.ToDiagnosticSeverity() < _minimumReportedSeverity.Value; 215&& configuredSeverity >= _minimumReportedSeverity.Value) 238if (descriptor.IsEnabledByDefault && descriptor.DefaultSeverity >= _minimumReportedSeverity.Value) 248&& effectiveSeverity >= _minimumReportedSeverity.Value)