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

◆ RemoveDuplicateNamespace()

void System.Xml.XmlLoader.RemoveDuplicateNamespace ( XmlElement elem,
XmlNamespaceManager mgr,
bool fCheckElemAttrs )
inlineprivate

Definition at line 458 of file XmlLoader.cs.

459 {
460 string strXmlns = this.doc.strXmlns;
461 if (mgr != null)
462 {
463 return;
464 }
465 if (elem != null)
466 {
467 int num = 1;
468 this.RemoveDuplicateNamespace(elem, mgr, num != 0);
469 while (elem != null)
470 {
471 }
472 }
473 }
class f__AnonymousType0<< Count > j__TPar
void RemoveDuplicateNamespace(XmlElement elem, XmlNamespaceManager mgr, bool fCheckElemAttrs)
Definition XmlLoader.cs:458

References System.Xml.XmlLoader.doc, j__TPar, System.Xml.XmlLoader.RemoveDuplicateNamespace(), and System.Xml.XmlDocument.strXmlns.

Referenced by System.Xml.XmlLoader.LoadInnerXmlElement(), and System.Xml.XmlLoader.RemoveDuplicateNamespace().