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

◆ BeforeStartChecks()

void System.Xml.Xsl.IlGen.XmlILVisitor.BeforeStartChecks ( QilNode ndCtor)
inlineprivate

Definition at line 2815 of file XmlILVisitor.cs.

2816 {
2817 switch (XmlILConstructInfo.Read(ndCtor).InitialStates)
2818 {
2819 case PossibleXmlStates.WithinSequence:
2821 break;
2822 case PossibleXmlStates.EnumAttrs:
2823 {
2824 QilNodeType nodeType = ndCtor.NodeType;
2825 if (nodeType == QilNodeType.ElementCtor || (uint)(nodeType - 83) <= 3u)
2826 {
2828 }
2829 break;
2830 }
2831 }
2832 }
void CallStartTree(XPathNodeType rootType)
XPathNodeType QilConstructorToNodeType(QilNodeType typ)

References System.Xml.Xsl.IlGen.XmlILConstructInfo.Read().

Referenced by System.Xml.Xsl.IlGen.XmlILVisitor.VisitAttributeCtor(), System.Xml.Xsl.IlGen.XmlILVisitor.VisitElementCtor(), System.Xml.Xsl.IlGen.XmlILVisitor.VisitNamespaceDecl(), and System.Xml.Xsl.IlGen.XmlILVisitor.VisitTextCtor().