3 references to Rule
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.CodeQuality.Analyzers\QualityGuidelines\SealMethodsThatSatisfyPrivateInterfaces.cs (3)
33public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(Rule); 79context.ReportDiagnostic(member.CreateDiagnostic(Rule)); 85context.ReportDiagnostic(type.CreateDiagnostic(Rule));