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