24 references to ERR_ExpectedXmlName
Microsoft.CodeAnalysis.VisualBasic (12)
Errors\ErrorFacts.vb (1)
652ERRID.ERR_ExpectedXmlName,
Parser\ParseExpression.vb (4)
1055atToken = ReportSyntaxError(atToken, ERRID.ERR_ExpectedXmlName) 1071atToken = ReportSyntaxError(atToken, ERRID.ERR_ExpectedXmlName) 1127ReportSyntaxError(InternalSyntaxFactory.XmlName(Nothing, missingName), ERRID.ERR_ExpectedXmlName)) 1219Return ReportSyntaxError(SyntaxFactory.XmlName(Nothing, SyntaxFactory.XmlNameToken("", SyntaxKind.XmlNameToken, Nothing, Nothing)), ERRID.ERR_ExpectedXmlName)
Parser\ParseVerify.vb (1)
136Return ERRID.ERR_ExpectedXmlName
Parser\ParseXml.vb (6)
233endPrologue = endPrologue.AddLeadingSyntax(unexpected, ERRID.ERR_ExpectedXmlName) 726ReportSyntaxError(InternalSyntaxFactory.XmlName(Nothing, SyntaxFactory.XmlNameToken("", SyntaxKind.XmlNameToken, Nothing, Nothing)), ERRID.ERR_ExpectedXmlName), 1566localName = ReportSyntaxError(localName, ERRID.ERR_ExpectedXmlName) 1570localName = ReportSyntaxError(InternalSyntaxFactory.XmlNameToken("", SyntaxKind.XmlNameToken, Nothing, Nothing), ERRID.ERR_ExpectedXmlName) 1637localName = ReportSyntaxError(InternalSyntaxFactory.XmlNameToken("", SyntaxKind.XmlNameToken, Nothing, Nothing), ERRID.ERR_ExpectedXmlName) 1656name = ReportSyntaxError(name, ERRID.ERR_ExpectedXmlName)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (12)
Parser\ParseExpression.vb (1)
2152Diagnostic(ERRID.ERR_ExpectedXmlName, "Name"),
Parser\ParseStatements.vb (1)
3460Diagnostic(ERRID.ERR_ExpectedXmlName, "ns5"),
Parser\ParseXml.vb (10)
66Diagnostic(ERRID.ERR_ExpectedXmlName, "x")) 1361Diagnostic(ERRID.ERR_ExpectedXmlName, "b"), 1362Diagnostic(ERRID.ERR_ExpectedXmlName, ""), 1366Diagnostic(ERRID.ERR_ExpectedXmlName, "b"), 1369Diagnostic(ERRID.ERR_ExpectedXmlName, "c")) 3531Diagnostic(ERRID.ERR_ExpectedXmlName, "y"), 4405Diagnostic(ERRID.ERR_ExpectedXmlName, "@").WithLocation(4, 22)) 4413Diagnostic(ERRID.ERR_ExpectedXmlName, "@").WithLocation(4, 22)) 4421Diagnostic(ERRID.ERR_ExpectedXmlName, "").WithLocation(4, 27)) 4429Diagnostic(ERRID.ERR_ExpectedXmlName, "").WithLocation(4, 27))