12 references to Xml_UnexpectedEOF
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (8)
2590
if (e.ResString == ResXml.
Xml_UnexpectedEOF
&& _ps.entity != null)
4509
Throw(pos, ResXml.
Xml_UnexpectedEOF
, ">");
6422
Throw(_ps.charsUsed, ResXml.
Xml_UnexpectedEOF
, "PI");
6628
Throw(ResXml.
Xml_UnexpectedEOF
, (type == XmlNodeType.Comment) ? "Comment" : "CDATA");
6799
Throw(ResXml.
Xml_UnexpectedEOF
, "DOCTYPE");
7314
Throw(ResXml.
Xml_UnexpectedEOF
);
7666
Throw(pos, ResXml.
Xml_UnexpectedEOF
, "Name");
7729
Throw(pos, ResXml.
Xml_UnexpectedEOF
, "Name");
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (4)
1407
if (e.ResString == ResXml.
Xml_UnexpectedEOF
&& _currentEntityId != 0)
3042
Throw(_curPos, ResXml.
Xml_UnexpectedEOF
, "Name");
3105
Throw(_curPos, ResXml.
Xml_UnexpectedEOF
, "Name");
3174
Throw(_curPos, ResXml.
Xml_UnexpectedEOF
, "NmToken");