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