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

◆ InsertParentIntoElementIdAttrMap()

void System.Xml.XmlAttributeCollection.InsertParentIntoElementIdAttrMap ( XmlAttribute attr)
inlinepackage

Definition at line 155 of file XmlAttributeCollection.cs.

156 {
157 XmlNode parent = this.parent;
158 if (parent != null)
159 {
160 }
161 }

References System.Xml.XmlNamedNodeMap.parent.

Referenced by System.Xml.XmlAttributeCollection.Append(), and System.Xml.XmlAttributeCollection.InternalAppendAttribute().