2 references to InvertedRangeRule
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\ConstantExpectedAnalyzer.cs (2)
120
CA1856.InvalidBoundsRule, CA1856.
InvertedRangeRule
,
599
public static Diagnostic MinMaxIsInverted(SyntaxNode attributeSyntax) => Diagnostic.Create(CA1856.
InvertedRangeRule
, attributeSyntax.GetLocation());