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

◆ Grow()

void System.Xml.DomNameTable.Grow ( )
inlineprivate

Definition at line 83 of file DomNameTable.cs.

84 {
85 int num = this.mask;
86 XmlName[] array = this.entries;
87 int num2 = 1;
88 string localName = array.localName;
89 string localName2 = array.localName;
91 }
class f__AnonymousType0<< Count > j__TPar

References System.array, System.Xml.DomNameTable.entries, j__TPar, System.Xml.XmlName.localName, and System.Xml.DomNameTable.mask.

Referenced by System.Xml.DomNameTable.AddName().