11 references to Xml_ExpectingWhiteSpace
System.Private.Xml (11)
System\Xml\Core\XmlTextReaderImpl.cs (1)
8811Throw(pos, SR.Xml_ExpectingWhiteSpace, unexpectedToken);
System\Xml\Schema\DtdParser.cs (5)
1267Throw(_curPos - 5, SR.Xml_ExpectingWhiteSpace, "NDATA"); 1513Throw(SR.Xml_ExpectingWhiteSpace, char.ToString(_literalQuoteChar), (int)_literalLineInfo.lineNo, (int)_literalLineInfo.linePos); 1530Throw(SR.Xml_ExpectingWhiteSpace, char.ToString(_literalQuoteChar), (int)_literalLineInfo.lineNo, (int)_literalLineInfo.linePos); 1614Throw(_curPos, SR.Xml_ExpectingWhiteSpace, ParseUnexpectedToken(_curPos)); 2115Throw(_curPos, SR.Xml_ExpectingWhiteSpace, ParseUnexpectedToken(_curPos));
System\Xml\Schema\DtdParserAsync.cs (5)
900Throw(_curPos - 5, SR.Xml_ExpectingWhiteSpace, "NDATA"); 1138Throw(SR.Xml_ExpectingWhiteSpace, char.ToString(_literalQuoteChar), (int)_literalLineInfo.lineNo, (int)_literalLineInfo.linePos); 1155Throw(SR.Xml_ExpectingWhiteSpace, char.ToString(_literalQuoteChar), (int)_literalLineInfo.lineNo, (int)_literalLineInfo.linePos); 1241Throw(_curPos, SR.Xml_ExpectingWhiteSpace, ParseUnexpectedToken(_curPos)); 1630Throw(_curPos, SR.Xml_ExpectingWhiteSpace, ParseUnexpectedToken(_curPos));