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

◆ StartRtfConstruction()

void System.Xml.Xsl.Runtime.XmlQueryRuntime.StartRtfConstruction ( string baseUri,
out XmlQueryOutput output )
inline

Definition at line 678 of file XmlQueryRuntime.cs.

679 {
680 _stkOutput.Push(_output);
681 output = (_output = new XmlQueryOutput(this, new XmlEventCache(baseUri, hasRootNode: true)));
682 }
readonly Stack< XmlQueryOutput > _stkOutput

References System.Xml.Xsl.Runtime.XmlQueryRuntime._output, and System.Xml.Xsl.Runtime.XmlQueryRuntime._stkOutput.