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

◆ ConvertTextToNode()

void System.Xml.Linq.XContainer.ConvertTextToNode ( )
inlinepackageinherited

Definition at line 216 of file XContainer.cs.

217 {
218 if (this.content != null)
219 {
220 return;
221 }
222 }

References System.Xml.Linq.XContainer.content.

Referenced by System.Xml.Linq.XContainer.AddNode(), System.Xml.Linq.XContainer.AddNodeSkipNotify(), and System.Xml.Linq.XContainer.AddString().