4 references to GetAttributeNodes
Microsoft.VisualStudio.LanguageServices.VisualBasic (4)
CodeModel\VisualBasicCodeModelService.vb (4)
403
Return
GetAttributeNodes
(node.Parent)
1247
For Each attribute As AttributeSyntax In
GetAttributeNodes
(parentNode)
1589
Dim attributes =
GetAttributeNodes
(containerNode).ToArray()
1763
For Each attribute As AttributeSyntax In
GetAttributeNodes
(parentNode)