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

◆ XmlEntityReference()

System.Xml.XmlEntityReference.XmlEntityReference ( string name,
XmlDocument doc )
inlinepackage

Definition at line 10 of file XmlEntityReference.cs.

11 : base(doc)
12 {
13 if (!doc.isLoading)
14 {
15 int stringLength = name._stringLength;
16 long num = 0L;
17 char c = name[(int)num];
18 }
19 XmlNameTable nameTable = doc.NameTable;
20 this.name = nameTable;
22 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlDocument.isLoading, j__TPar, System.L, System.Xml.XmlEntityReference.name, and System.Xml.XmlDocument.NameTable.