6 references to ERR_ExpectedXmlWhiteSpace
Microsoft.CodeAnalysis.VisualBasic (4)
Errors\ErrorFacts.vb (1)
677ERRID.ERR_ExpectedXmlWhiteSpace,
Parser\ParseXml.vb (3)
275name = ReportSyntaxError(name, ERRID.ERR_ExpectedXmlWhiteSpace) 1547localName = ReportSyntaxError(localName, ERRID.ERR_ExpectedXmlWhiteSpace) 1859textToken = ReportSyntaxError(textToken, ERRID.ERR_ExpectedXmlWhiteSpace)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Parser\ParseXml.vb (2)
145Diagnostic(ERRID.ERR_ExpectedXmlWhiteSpace, "c")) 156Diagnostic(ERRID.ERR_ExpectedXmlWhiteSpace, "a"))