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

◆ AddElementWithId()

void System.Xml.XmlDocument.AddElementWithId ( string id,
XmlElement elem )
inlinepackage

Definition at line 153 of file XmlDocument.cs.

154 {
155 if (this.htElementIdMap == null)
156 {
158 return;
159 }
160 if (this.htElementIdMap != null)
161 {
162 }
164 if (weakReference != null)
165 {
166 return;
167 }
168 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlDocument.htElementIdMap, and j__TPar.