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

◆ SkipNotify()

bool System.Xml.Linq.XObject.SkipNotify ( )
inlinepackageinherited

Definition at line 148 of file XObject.cs.

149 {
150 while (this != null)
151 {
152 if (this.annotations == null || this.Annotation<XObjectChangeAnnotation>() == null)
153 {
154 if (this.parent == null)
155 {
156 break;
157 }
158 }
159 }
160 return true;
161 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.Linq.XObject.annotations, j__TPar, and System.Xml.Linq.XObject.parent.