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

◆ GetSaveOptionsFromAnnotations()

SaveOptions System.Xml.Linq.XObject.GetSaveOptionsFromAnnotations ( )
inlinepackageinherited

Definition at line 164 of file XObject.cs.

165 {
166 while (this != null)
167 {
168 object obj = this.annotations;
169 if (obj != null)
170 {
171 if (obj == null)
172 {
173 }
174 Type type;
175 if (this.AnnotationForSealedType(type) != null)
176 {
177 IL_0023:
178 throw new InvalidCastException();
179 }
180 }
181 if (this.parent == null)
182 {
183 break;
184 }
185 }
186 goto IL_0023;
187 }
class f__AnonymousType0<< Count > j__TPar
object AnnotationForSealedType(Type type)
Definition XObject.cs:31

References System.Xml.Linq.XObject.AnnotationForSealedType(), System.Xml.Linq.XObject.annotations, j__TPar, System.obj, and System.Xml.Linq.XObject.parent.