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

◆ LoadDocumentType()

void System.Xml.XmlLoader.LoadDocumentType ( IDtdInfo dtdInfo,
XmlDocumentType dtNode )
inlineprivate

Definition at line 324 of file XmlLoader.cs.

325 {
326 if (dtdInfo == null)
327 {
328 return;
329 }
330 dtNode.schemaInfo = dtdInfo;
331 XmlDocument xmlDocument = this.doc;
332 xmlDocument.schemaInfo = dtdInfo;
334 XmlNamedNodeMap notations;
335 if (dictionary != null)
336 {
337 notations = dtNode.Notations;
338 XmlDocument xmlDocument2 = this.doc;
339 XmlNode parentNode = xmlDocument.parentNode;
340 return;
341 }
343 if (dictionary2 != null)
344 {
345 XmlNode parent = notations.parent;
346 XmlNamedNodeMap.SmallXmlNodeList nodes = notations.nodes;
347 XmlNode parentNode2 = parent.parentNode;
348 return;
349 }
351 if (dictionary3 != null)
352 {
353 XmlNode parent2 = notations.parent;
355 XmlNode parentNode3 = parent2.parentNode;
356 return;
357 }
358 XmlDocument xmlDocument3 = this.doc;
359 XmlNamedNodeMap entities = dtNode.Entities;
360 xmlDocument3.entities = entities;
361 }
class f__AnonymousType0<< Count > j__TPar
XmlNamedNodeMap Entities
XmlNode parentNode
Definition XmlNode.cs:633

References System.dictionary, System.Xml.XmlLoader.doc, j__TPar, System.Xml.XmlNamedNodeMap.nodes, System.Xml.XmlNamedNodeMap.parent, and System.Xml.XmlNode.parentNode.