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