Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ParseXmlDeclarationFragment()

void System.Xml.XmlTextReaderImpl.ParseXmlDeclarationFragment ( )
inlineprivate

Definition at line 7848 of file XmlTextReaderImpl.cs.

7849 {
7850 try
7851 {
7853 }
7854 catch (XmlException ex)
7855 {
7856 ReThrow(ex, ex.LineNumber, ex.LinePosition - 6);
7857 }
7858 }
void ReThrow(Exception e, int lineNo, int linePos)
bool ParseXmlDeclaration(bool isTextDecl)

References System.Xml.XmlTextReaderImpl.ParseXmlDeclaration(), and System.Xml.XmlTextReaderImpl.ReThrow().

Referenced by System.Xml.XmlTextReaderImpl.Read(), and System.Xml.XmlTextReaderImpl.ReadAsync().