2 references to Rule
Roslyn.Diagnostics.Analyzers (2)
ImmutableArrayBoxingAnalyzer.cs (2)
36public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(Rule); 96context.ReportDiagnostic(instance.CreateDiagnostic(Rule, $"{typeName}.{targetMethod.Name}"));