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

◆ SkipPublicOrSystemIdLiteral()

void System.Xml.XmlTextReaderImpl.SkipPublicOrSystemIdLiteral ( )
inlineprivate

Definition at line 2656 of file XmlTextReaderImpl.cs.

2657 {
2658 Stream stream = this.ps.stream;
2659 this.ThrowUnexpectedToken("\"", "'");
2660 int charPos = this.ps.charPos;
2661 this.ps.charPos = charPos;
2662 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.ParsingState ps
void ThrowUnexpectedToken(int pos, string expectedToken)

References j__TPar, System.Xml.XmlTextReaderImpl.ps, and System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken().