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