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