Implemented interface member:
method
GetAttributesOfAttributeList
Microsoft.CodeAnalysis.ISyntaxHelper.GetAttributesOfAttributeList(Microsoft.CodeAnalysis.SyntaxNode)
2 overrides of GetAttributesOfAttributeList
Microsoft.CodeAnalysis.CSharp (1)
SourceGeneration\CSharpSyntaxHelper.cs (1)
57
public override SeparatedSyntaxList<SyntaxNode>
GetAttributesOfAttributeList
(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic (1)
SourceGeneration\VisualBasicSyntaxHelper.vb (1)
65
Public Overrides Function
GetAttributesOfAttributeList
(node As SyntaxNode) As SeparatedSyntaxList(Of SyntaxNode)