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

◆ EatWhitespaces()

int System.Xml.XmlTextReaderImpl.EatWhitespaces ( StringBuilder sb)
inlineprivate

Definition at line 2674 of file XmlTextReaderImpl.cs.

2675 {
2676 int charPos = this.ps.charPos;
2678 int lineNo = this.ps.lineNo;
2679 this.ps.lineNo = lineNo;
2680 this.ps.baseUriStr = charPos;
2681 return "Unexpected end of file has occurred.";
2682 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.ParsingState ps

References j__TPar, and System.Xml.XmlTextReaderImpl.ps.