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

◆ XmlILConstructInfo()

System.Xml.Xsl.IlGen.XmlILConstructInfo.XmlILConstructInfo ( QilNodeType nodeType)
inlineprivate

Definition at line 268 of file XmlILConstructInfo.cs.

269 {
270 _nodeType = nodeType;
271 _xstatesInitial = (_xstatesFinal = PossibleXmlStates.Any);
272 _xstatesBeginLoop = (_xstatesEndLoop = PossibleXmlStates.None);
273 _isNmspInScope = false;
274 _mightHaveNmsp = true;
275 _mightHaveAttrs = true;
276 _mightHaveDupAttrs = true;
278 _constrMeth = XmlILConstructMethod.Iterator;
279 _parentInfo = null;
280 }

References System.Xml.Xsl.IlGen.XmlILConstructInfo._constrMeth, System.Xml.Xsl.IlGen.XmlILConstructInfo._isNmspInScope, System.Xml.Xsl.IlGen.XmlILConstructInfo._mightHaveAttrs, System.Xml.Xsl.IlGen.XmlILConstructInfo._mightHaveDupAttrs, System.Xml.Xsl.IlGen.XmlILConstructInfo._mightHaveNmsp, System.Xml.Xsl.IlGen.XmlILConstructInfo._mightHaveNmspAfterAttrs, System.Xml.Xsl.IlGen.XmlILConstructInfo._nodeType, System.Xml.Xsl.IlGen.XmlILConstructInfo._parentInfo, System.Xml.Xsl.IlGen.XmlILConstructInfo._xstatesBeginLoop, System.Xml.Xsl.IlGen.XmlILConstructInfo._xstatesEndLoop, System.Xml.Xsl.IlGen.XmlILConstructInfo._xstatesFinal, and System.Xml.Xsl.IlGen.XmlILConstructInfo._xstatesInitial.

Referenced by System.Xml.Xsl.IlGen.XmlILConstructInfo.Read(), and System.Xml.Xsl.IlGen.XmlILConstructInfo.Write().