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