2 references to Rule
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\UseSearchValues.cs (2)
36
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
Rule
);
90
context.ReportDiagnostic(valuesArgument.CreateDiagnostic(
Rule
));