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

◆ SetParent()

override void System.Xml.XmlEntityReference.SetParent ( XmlNode node)
inlinepackagevirtual

Reimplemented from System.Xml.XmlNode.

Definition at line 131 of file XmlEntityReference.cs.

132 {
133 if (node != null)
134 {
135 return;
136 }
137 this.parentNode = this;
138 if (node != null && this == null)
139 {
140 return;
141 }
142 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.