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

◆ EndWriterLoop()

void System.Xml.Xsl.IlGen.XmlILVisitor.EndWriterLoop ( QilNode nd,
bool hasOnEnd,
Label lblOnEnd )
inlineprivate

Definition at line 2784 of file XmlILVisitor.cs.

2785 {
2786 XmlILConstructInfo xmlILConstructInfo = XmlILConstructInfo.Read(nd);
2787 if (xmlILConstructInfo.PushToWriterLast)
2788 {
2789 _iterCurr.Storage = StorageDescriptor.None();
2790 if (!nd.XmlType.IsSingleton && hasOnEnd)
2791 {
2793 }
2794 }
2795 }

References System.Xml.Dictionary, System.Xml.Xsl.IlGen.StorageDescriptor.None(), and System.Xml.Xsl.IlGen.XmlILConstructInfo.Read().

Referenced by System.Xml.Xsl.IlGen.XmlILVisitor.CopySequence(), and System.Xml.Xsl.IlGen.XmlILVisitor.VisitLoop().