3 references to Rule
Roslyn.Diagnostics.Analyzers (3)
TemporaryArrayAsRefAnalyzer.cs (3)
34public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(Rule); 65context.ReportDiagnostic(invocation.CreateDiagnostic(Rule)); 72context.ReportDiagnostic(invocation.CreateDiagnostic(Rule));