1 implementation of GetAttributesOfAttributeList
Microsoft.CodeAnalysis (1)
SourceGeneration\ISyntaxHelper.cs (1)
52public abstract SeparatedSyntaxList<SyntaxNode> GetAttributesOfAttributeList(SyntaxNode node);
1 reference to GetAttributesOfAttributeList
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithSimpleName.cs (1)
255foreach (var attribute in syntaxHelper.GetAttributesOfAttributeList(node))