6 references to Xml_ExpectingWhiteSpace
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
8945Throw(pos, ResXml.Xml_ExpectingWhiteSpace, unexpectedToken);
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (5)
1285Throw(_curPos - 5, ResXml.Xml_ExpectingWhiteSpace, "NDATA"); 1537Throw(ResXml.Xml_ExpectingWhiteSpace, new string(_literalQuoteChar, 1), (int)_literalLineInfo.lineNo, (int)_literalLineInfo.linePos); 1554Throw(ResXml.Xml_ExpectingWhiteSpace, new string(_literalQuoteChar, 1), (int)_literalLineInfo.lineNo, (int)_literalLineInfo.linePos); 1638Throw(_curPos, ResXml.Xml_ExpectingWhiteSpace, ParseUnexpectedToken(_curPos)); 2140Throw(_curPos, ResXml.Xml_ExpectingWhiteSpace, ParseUnexpectedToken(_curPos));