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

◆ IsNamespaceDeclaration

bool System.Xml.Linq.XAttribute.IsNamespaceDeclaration
get

Definition at line 39 of file XAttribute.cs.

40 {
41 get
42 {
43 if (this.name._ns._namespaceName._stringLength != 0)
44 {
45 return "xmlns" != null;
46 }
47 return "xmlns" == "xmlns";
48 }
49 }
XNamespace _ns
Definition XName.cs:123

Referenced by System.Xml.Linq.ElementWriter.PushAncestors(), and System.Xml.Linq.ElementWriter.PushElement().