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