terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ WriteTo()

override void System.Xml.Linq.XText.WriteTo ( XmlWriter writer)
inline

Definition at line 68 of file XText.cs.

69 {
70 while (writer == null)
71 {
72 }
73 if (this.parent != null)
74 {
75 }
76 string text = this.text;
77 }

References System.Xml.Linq.XObject.parent, and System.Xml.Linq.XText.text.