3 references to GetSymbolKindsToAnalyze
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotMatchKeywords.cs (3)
113
return
GetSymbolKindsToAnalyze
(context, rule).Contains(context.Symbol.Kind);
128
if (!
GetSymbolKindsToAnalyze
(context, NamespaceRule).Contains(SymbolKind.Namespace))
218
if (!
GetSymbolKindsToAnalyze
(context, MemberParameterRule).Contains(SymbolKind.Parameter) ||