3 references to Rule
Roslyn.Diagnostics.Analyzers (3)
PooledArrayBuilderAsRefAnalyzer.cs (3)
36
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
Rule
);
67
context.ReportDiagnostic(invocation.CreateDiagnostic(
Rule
));
74
context.ReportDiagnostic(invocation.CreateDiagnostic(
Rule
));