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