5 references to Xml_UnexpectedEndTag
System.Private.Xml (5)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3098throw CreateXmlException(SR.Xml_UnexpectedEndTag);
System\Xml\Core\XmlTextReaderImpl.cs (2)
3993Throw(pos + 1, SR.Xml_UnexpectedEndTag); 4667Throw(SR.Xml_UnexpectedEndTag);
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
1555Throw(pos + 1, SR.Xml_UnexpectedEndTag); 2300Throw(SR.Xml_UnexpectedEndTag);