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

◆ AddAttributeSkipNotify()

override void System.Xml.Linq.XElement.AddAttributeSkipNotify ( XAttribute a)
inlinepackagevirtual

Reimplemented from System.Xml.Linq.XContainer.

Definition at line 224 of file XElement.cs.

225 {
226 XAttribute xattribute = this.lastAttr;
227 if (xattribute != null)
228 {
229 XName xname = a.name;
230 XAttribute next = xattribute.next;
231 XName xname2 = next.name;
232 return;
233 }
234 XAttribute xattribute2;
235 if (a.parent != null)
236 {
237 xattribute2 = this.lastAttr;
238 }
239 if (xattribute2 != null)
240 {
241 XAttribute next2 = xattribute2.next;
242 return;
243 }
244 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Xml.Linq.XElement.lastAttr, System.Xml.Linq.XAttribute.name, System.Xml.Linq.XAttribute.next, System.Xml.Linq.XNode.next, and System.Xml.Linq.XObject.parent.