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