4 references to GetXmlElementAttributes
Microsoft.CodeAnalysis.VisualBasic (4)
Compilation\DocumentationComments\DocumentationCommentCompiler.Common.vb (4)
302Dim attributes As SyntaxList(Of XmlNodeSyntax) = GetXmlElementAttributes(element) 345Dim attributes As SyntaxList(Of XmlNodeSyntax) = GetXmlElementAttributes(element) 621Return GetXmlElementAttributes(DirectCast(element, XmlElementSyntax).StartTag) 638Dim attributes As SyntaxList(Of XmlNodeSyntax) = GetXmlElementAttributes(element)