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

◆ PushElement()

void System.Xml.Linq.ElementWriter.PushElement ( XElement e)
inlineprivate

Definition at line 58 of file ElementWriter.cs.

59 {
60 NamespaceResolver resolver = this._resolver;
61 this._writer = resolver;
62 XAttribute lastAttr = e.lastAttr;
63 if (lastAttr != null)
64 {
65 XAttribute next = lastAttr.next;
66 bool isNamespaceDeclaration = next.IsNamespaceDeclaration;
67 if (next.name._ns._namespaceName._stringLength != 0)
68 {
69 return;
70 }
71 XNamespace xnamespace = XNamespace.Get(next.value);
72 XAttribute lastAttr2 = e.lastAttr;
73 }
74 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.Linq.XNamespace._namespaceName, System.Xml.Linq.XName._ns, System.Xml.Linq.ElementWriter._resolver, System.Xml.Linq.XNamespace.Get(), System.Xml.Linq.XAttribute.IsNamespaceDeclaration, j__TPar, System.Xml.Linq.XElement.lastAttr, System.Xml.Linq.XAttribute.name, System.Xml.Linq.XAttribute.next, and System.Xml.Linq.XAttribute.value.

Referenced by System.Xml.Linq.ElementWriter.WriteStartElement().