2 references to ParseXmlAttribute
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\Parser.vb (1)
4749xmlNamespace = DirectCast(ParseXmlAttribute(False, False, Nothing), XmlAttributeSyntax)
Parser\ParseXml.vb (1)
937Dim attribute = ParseXmlAttribute(requireLeadingWhitespace, AllowNameAsExpression:=True, xmlElementName:=xmlElementName)