2 references to Rule
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\PreferAsSpanOverSubstring.cs (2)
37
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
Rule
);
78
Diagnostic diagnostic = invocation.CreateDiagnostic(
Rule
);