3 references to Rule
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\UseOrdinalStringComparison.cs (3)
43
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
Rule
);
61
operationContext.ReportDiagnostic(Diagnostic.Create(
Rule
, GetMethodNameLocation(operation.Syntax)));
74
operationContext.ReportDiagnostic(lastArgument.Syntax.CreateDiagnostic(
Rule
));