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

◆ ElementCachesAttributes()

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

Definition at line 2806 of file XmlILVisitor.cs.

2807 {
2808 if (!info.MightHaveDuplicateAttributes)
2809 {
2810 return info.MightHaveNamespacesAfterAttributes;
2811 }
2812 return true;
2813 }

References System.info.

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