Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ MightHaveNamespacesAfterAttributes()

bool System.Xml.Xsl.IlGen.XmlILVisitor.MightHaveNamespacesAfterAttributes ( XmlILConstructInfo info)
inlineprivate

Definition at line 2797 of file XmlILVisitor.cs.

2798 {
2799 if (info != null)
2800 {
2801 info = info.ParentElementInfo;
2802 }
2803 return info?.MightHaveNamespacesAfterAttributes ?? true;
2804 }

References System.info.

Referenced by System.Xml.Xsl.IlGen.XmlILVisitor.VisitNamespaceDecl().