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

◆ ThrowTagMismatch()

void System.Xml.XmlTextReaderImpl.ThrowTagMismatch ( XmlTextReaderImpl::NodeData startTag)
inlineprivate

Definition at line 2092 of file XmlTextReaderImpl.cs.

2093 {
2094 XmlNodeType type = startTag.type;
2095 XmlNameTable xmlNameTable = this.nameTable;
2096 string nameWPrefix = startTag.GetNameWPrefix(xmlNameTable);
2097 throw new ArrayTypeMismatchException();
2098 }
class f__AnonymousType0<< Count > j__TPar

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