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

◆ ThrowUnexpectedToken() [2/4]

void System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken ( int pos,
string expectedToken1,
string expectedToken2 )
inlineprivate

Definition at line 3269 of file XmlTextReaderImpl.cs.

3270 {
3271 this.ps.charPos = pos;
3272 this.ThrowUnexpectedToken(expectedToken1, expectedToken2);
3273 }
class f__AnonymousType0<< Count > j__TPar
void ThrowUnexpectedToken(int pos, string expectedToken)

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