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