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

◆ AppendChildForLoad()

override XmlNode System.Xml.XmlElement.AppendChildForLoad ( XmlNode newChild,
XmlDocument doc )
inlinepackagevirtual

Reimplemented from System.Xml.XmlNode.

Definition at line 170 of file XmlElement.cs.

171 {
172 XmlNodeChangedEventArgs insertEventArgsForLoad = doc.GetInsertEventArgsForLoad(newChild, this);
173 if (insertEventArgsForLoad != null)
174 {
175 }
176 if (newChild != null)
177 {
178 }
180 if (xmlLinkedNode != null)
181 {
186 if (insertEventArgsForLoad == null)
187 {
188 return newChild;
189 }
190 }
191 else
192 {
194 if (insertEventArgsForLoad != null)
195 {
196 }
197 }
198 return newChild;
199 }
class f__AnonymousType0<< Count > j__TPar
XmlLinkedNode lastChild
XmlLinkedNode(XmlDocument doc)

References System.Xml.XmlDocument.GetInsertEventArgsForLoad(), j__TPar, System.Xml.XmlElement.lastChild, and System.Xml.XmlLinkedNode.next.