2 references to Rule
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\ClassIsNotDiagnosticAnalyzer.cs (2)
29
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
Rule
);
55
sac.ReportDiagnostic(namedType.Locations[0].CreateDiagnostic(
Rule
, namedType.Name));