terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ SkipDtd()

void System.Xml.XmlTextReaderImpl.SkipDtd ( )
inlineprivate

Definition at line 2641 of file XmlTextReaderImpl.cs.

2642 {
2643 int num;
2644 this.ps.charPos = num;
2645 Stream stream = this.ps.stream;
2646 int charsUsed = this.ps.charsUsed;
2647 if (this.ReadData() != 0)
2648 {
2649 int charPos = this.ps.charPos;
2650 return;
2651 }
2652 this.Throw("SYSTEM");
2653 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.ParsingState ps
void Throw(int pos, string res, string arg)

References j__TPar, System.Xml.XmlTextReaderImpl.ps, System.Xml.XmlTextReaderImpl.ReadData(), and System.Xml.XmlTextReaderImpl.Throw().