2 references to Rule
Razor.Diagnostics.Analyzers (2)
ImmutableArrayBoxingAnalyzer.cs (2)
26
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => [
Rule
];
99
context.ReportDiagnostic(instance.CreateDiagnostic(
Rule
, $"{typeName}.{targetMethod.Name}"));