3 references to Rule
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\PreferStringContainsOverIndexOfAnalyzer.cs (3)
35public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(Rule); 158context.ReportDiagnostic(binaryOperation.CreateDiagnostic(Rule)); 198context.ReportDiagnostic(variableNameAndLocation.Value.CreateDiagnostic(Rule));