1 implementation of IsAttributeList
Microsoft.CodeAnalysis (1)
SourceGeneration\ISyntaxHelper.cs (1)
51public abstract bool IsAttributeList(SyntaxNode node);
1 reference to IsAttributeList
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithSimpleName.cs (1)
253if (syntaxHelper.IsAttributeList(node))