3 references to TypeRule
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotMatchKeywords.cs (3)
86
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(MemberParameterRule, MemberRule,
TypeRule
, NamespaceRule);
176
if (!ShouldAnalyze(context,
TypeRule
))
185
TypeRule
,