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