3 references to Rule
Razor.Diagnostics.Analyzers (3)
PooledArrayBuilderAsRefAnalyzer.cs (3)
25public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(Rule); 62context.ReportDiagnostic(invocation.CreateDiagnostic(Rule)); 69context.ReportDiagnostic(invocation.CreateDiagnostic(Rule));