4 references to GetAttributeNodes
Microsoft.VisualStudio.LanguageServices.VisualBasic (4)
CodeModel\VisualBasicCodeModelService.vb (4)
404
Return
GetAttributeNodes
(node.Parent)
1248
For Each attribute As AttributeSyntax In
GetAttributeNodes
(parentNode)
1590
Dim attributes =
GetAttributeNodes
(containerNode).ToArray()
1764
For Each attribute As AttributeSyntax In
GetAttributeNodes
(parentNode)