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