1 reference to AnalyzeSymbol
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\UseIntegralOrStringArgumentForIndexers.cs (1)
70
context.RegisterSymbolAction(context =>
AnalyzeSymbol
(context, allowedTypes.ToImmutableHashSet()), SymbolKind.Property);