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

◆ AddContentSkipNotify()

void System.Xml.Linq.XContainer.AddContentSkipNotify ( object content)
inlinepackageinherited

Definition at line 100 of file XContainer.cs.

101 {
102 if (content == null)
103 {
104 return;
105 }
106 long num;
107 if (content != null)
108 {
109 num = 0L;
110 return;
111 }
112 if (num != 0L)
113 {
114 return;
115 }
116 string stringValue = XContainer.GetStringValue(num);
117 }

References System.Xml.Linq.XContainer.content, System.Xml.Linq.XContainer.GetStringValue(), and System.L.

Referenced by System.Xml.Linq.XContainer.Add().