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

◆ SetWrappedWriter()

void System.Xml.Xsl.Runtime.XmlQueryOutput.SetWrappedWriter ( XmlRawWriter writer)
inlineprivate

Definition at line 99 of file XmlQueryOutput.cs.

100 {
101 if (Writer is XmlAttributeCache)
102 {
103 _attrCache = (XmlAttributeCache)Writer;
104 }
105 Writer = writer;
106 }

References System.Xml.Xsl.Runtime.XmlQueryOutput._attrCache, and System.writer.