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

◆ SkipUntil()

void System.Xml.XmlTextReaderImpl.SkipUntil ( char stopChar,
bool recognizeLiterals )
inlineprivate

Definition at line 2665 of file XmlTextReaderImpl.cs.

2666 {
2668 int charPos = this.ps.charPos;
2669 XmlCharType xmlCharType = this.xmlCharType;
2670 this.ps.charPos = charPos;
2671 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.ParsingState ps

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