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

◆ WriteTo() [2/2]

override void System.Xml.XmlBoundElement.WriteTo ( XmlWriter w)
inline

Definition at line 241 of file XmlBoundElement.cs.

242 {
243 DataPointer dataPointer = new DataPointer((XmlDataDocument)OwnerDocument, this);
244 try
245 {
246 dataPointer.AddPointer();
248 }
249 finally
250 {
251 dataPointer.SetNoLongerUse();
252 }
253 }
void WriteRootBoundElementTo(DataPointer dp, XmlWriter w)
override XmlDocument OwnerDocument
Definition XmlElement.cs:49

References System.Xml.Dictionary, System.Xml.XmlElement.OwnerDocument, and System.Xml.XmlBoundElement.WriteRootBoundElementTo().

Referenced by System.Xml.XmlBoundElement.WriteBoundElementContentTo(), System.Xml.XmlBoundElement.WriteBoundElementTo(), System.Xml.XmlBoundElement.WriteRootBoundElementTo(), and System.Xml.XmlBoundElement.WriteTo().