#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; // System.Xml.Linq.XAttribute struct XAttribute_t355876829; // System.Xml.Linq.XObject struct XObject_t1119084474; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.String struct String_t; // System.Xml.Linq.XName struct XName_t3751455998; // System.Xml.Linq.XNamespace struct XNamespace_t1843508170; // System.Text.StringBuilder struct StringBuilder_t; // System.Char[] struct CharU5BU5D_t3528271667; // System.Xml.Linq.XCData struct XCData_t832623270; // System.Xml.Linq.XText struct XText_t1448860321; // System.Xml.XmlWriter struct XmlWriter_t127905479; // System.Xml.Linq.XComment struct XComment_t1832251191; // System.Xml.Linq.XNode struct XNode_t716131460; // System.Xml.Linq.XContainer struct XContainer_t3387731002; // System.Type struct Type_t; // System.ArgumentException struct ArgumentException_t132251570; // System.Collections.IEnumerable struct IEnumerable_t1941168011; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3990951645; // System.Xml.Linq.XContainer/c__Iterator1A struct U3CNodesU3Ec__Iterator1A_t2001237956; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t1148701928; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Xml.Linq.XDeclaration struct XDeclaration_t2907650823; // System.String[] struct StringU5BU5D_t1281789340; // System.Xml.Linq.XDocument struct XDocument_t1376419702; // System.Xml.Linq.XDocumentType struct XDocumentType_t1853592271; // System.Xml.Linq.XElement struct XElement_t4185968754; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3630697014; // System.Collections.Generic.List`1 struct List_1_t1363076200; // System.Collections.Generic.List`1 struct List_1_t257213610; // System.Xml.Linq.XElement/c__Iterator20 struct U3CAttributesU3Ec__Iterator20_t3836567394; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t827303578; // System.Xml.Linq.XElement/c__Iterator23 struct U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t788447297; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2280021157; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Exception struct Exception_t; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1628764469; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3536712297; // System.Xml.Linq.XNodeEqualityComparer struct XNodeEqualityComparer_t35321779; // System.Xml.Linq.XNodeDocumentOrderComparer struct XNodeDocumentOrderComparer_t3558329258; // System.IO.StringWriter struct StringWriter_t802263757; // System.Xml.XmlWriterSettings struct XmlWriterSettings_t3314986516; // System.IO.TextWriter struct TextWriter_t3478189236; // System.Xml.Linq.XProcessingInstruction struct XProcessingInstruction_t2943691487; // System.Xml.Linq.XUtil/c__Iterator25 struct U3CExpandArrayU3Ec__Iterator25_t2040603384; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3512676632; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.Xml.Linq.XElement[] struct XElementU5BU5D_t4235097479; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Xml.Linq.XName[] struct XNameU5BU5D_t3805722955; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2656134671; // System.Xml.Linq.XNamespace[] struct XNamespaceU5BU5D_t2132713935; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t983125651; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Xml.Linq.XAttribute[] struct XAttributeU5BU5D_t61111312; // System.Void struct Void_t1185182177; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Text.Encoding struct Encoding_t1523322056; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3165821643; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern const RuntimeMethod* XAttribute__ctor_m4086971032_RuntimeMethod_var; extern String_t* _stringLiteral2432405111; extern const uint32_t XAttribute__ctor_m4086971032_MetadataUsageId; extern const RuntimeMethod* XAttribute__ctor_m2609633652_RuntimeMethod_var; extern String_t* _stringLiteral62725243; extern const uint32_t XAttribute__ctor_m2609633652_MetadataUsageId; extern RuntimeClass* XAttributeU5BU5D_t61111312_il2cpp_TypeInfo_var; extern RuntimeClass* XAttribute_t355876829_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255367____U24U24fieldU2D0_0_FieldInfo_var; extern const uint32_t XAttribute__cctor_m1388140072_MetadataUsageId; extern RuntimeClass* XNamespace_t1843508170_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3929236445; extern const uint32_t XAttribute_get_IsNamespaceDeclaration_m3726745643_MetadataUsageId; extern const RuntimeMethod* XAttribute_SetValue_m2461411202_RuntimeMethod_var; extern String_t* _stringLiteral3493618073; extern const uint32_t XAttribute_SetValue_m2461411202_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3450386323; extern String_t* _stringLiteral3452614526; extern String_t* _stringLiteral735890526; extern String_t* _stringLiteral2598437568; extern String_t* _stringLiteral2597716672; extern String_t* _stringLiteral3987679165; extern String_t* _stringLiteral1415199655; extern String_t* _stringLiteral4136188839; extern String_t* _stringLiteral3256957863; extern const uint32_t XAttribute_ToString_m1941498034_MetadataUsageId; extern String_t* _stringLiteral240589865; extern const uint32_t XCData_WriteTo_m381187891_MetadataUsageId; extern RuntimeClass* XNode_t716131460_il2cpp_TypeInfo_var; extern const uint32_t XComment__ctor_m2613070977_MetadataUsageId; extern const uint32_t XComment__ctor_m1691910914_MetadataUsageId; extern const uint32_t XContainer__ctor_m2392412783_MetadataUsageId; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* XContainer_CheckChildType_m4115270306_RuntimeMethod_var; extern String_t* _stringLiteral899227327; extern const uint32_t XContainer_CheckChildType_m4115270306_MetadataUsageId; extern const uint32_t XContainer_Add_m3329748841_MetadataUsageId; extern const uint32_t XContainer_AddNode_m2842040036_MetadataUsageId; extern RuntimeClass* U3CNodesU3Ec__Iterator1A_t2001237956_il2cpp_TypeInfo_var; extern const uint32_t XContainer_Nodes_m2555830513_MetadataUsageId; extern const uint32_t U3CNodesU3Ec__Iterator1A_System_Collections_Generic_IEnumerableU3CSystem_Xml_Linq_XNodeU3E_GetEnumerator_m581229554_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CNodesU3Ec__Iterator1A_Reset_m1358219216_RuntimeMethod_var; extern const uint32_t U3CNodesU3Ec__Iterator1A_Reset_m1358219216_MetadataUsageId; extern const RuntimeMethod* XDeclaration__ctor_m3840151100_RuntimeMethod_var; extern const uint32_t XDeclaration__ctor_m3840151100_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3121692312; extern String_t* _stringLiteral2120901972; extern String_t* _stringLiteral4008185757; extern String_t* _stringLiteral3804145326; extern String_t* _stringLiteral3451697041; extern const uint32_t XDeclaration_ToString_m4250318426_MetadataUsageId; extern RuntimeClass* IEnumerable_1_t3990951645_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t1148701928_il2cpp_TypeInfo_var; extern RuntimeClass* XDocumentType_t1853592271_il2cpp_TypeInfo_var; extern const uint32_t XDocument_get_DocumentType_m3980618089_MetadataUsageId; extern RuntimeClass* XElement_t4185968754_il2cpp_TypeInfo_var; extern const uint32_t XDocument_get_Root_m2125125051_MetadataUsageId; extern const RuntimeMethod* XDocument_ValidateWhitespace_m2906834603_RuntimeMethod_var; extern String_t* _stringLiteral1412811576; extern const uint32_t XDocument_ValidateWhitespace_m2906834603_MetadataUsageId; extern String_t* _stringLiteral4119301762; extern const uint32_t XDocument_WriteTo_m2640830178_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern RuntimeClass* XText_t1448860321_il2cpp_TypeInfo_var; extern const RuntimeMethod* XDocument_VerifyAddedNode_m597051693_RuntimeMethod_var; extern String_t* _stringLiteral543672387; extern String_t* _stringLiteral228468519; extern String_t* _stringLiteral3983093102; extern String_t* _stringLiteral1377633606; extern String_t* _stringLiteral3121346522; extern const uint32_t XDocument_VerifyAddedNode_m597051693_MetadataUsageId; extern const uint32_t XDocumentType__ctor_m4247116401_MetadataUsageId; extern const RuntimeMethod* XDocumentType__ctor_m3958915516_RuntimeMethod_var; extern const uint32_t XDocumentType__ctor_m3958915516_MetadataUsageId; extern RuntimeClass* List_1_t1363076200_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3266408214_RuntimeMethod_var; extern const uint32_t XElement__cctor_m2877726409_MetadataUsageId; extern const uint32_t XElement_get_IsEmpty_m2647420198_MetadataUsageId; extern const uint32_t XElement_get_Value_m2366324488_MetadataUsageId; extern RuntimeClass* U3CAttributesU3Ec__Iterator20_t3836567394_il2cpp_TypeInfo_var; extern const uint32_t XElement_Attributes_m3055649957_MetadataUsageId; extern const uint32_t XElement_SetAttributeObject_m3047153873_MetadataUsageId; extern RuntimeClass* IEnumerable_1_t3630697014_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t788447297_il2cpp_TypeInfo_var; extern const uint32_t XElement_WriteTo_m3488799361_MetadataUsageId; extern const uint32_t XElement_GetNamespaceOfPrefix_m544949661_MetadataUsageId; extern RuntimeClass* IEnumerable_1_t827303578_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t2280021157_il2cpp_TypeInfo_var; extern const uint32_t XElement_GetPrefixOfNamespace_m2885939482_MetadataUsageId; extern RuntimeClass* U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361_il2cpp_TypeInfo_var; extern const uint32_t XElement_GetPrefixOfNamespaceCore_m942657601_MetadataUsageId; extern RuntimeClass* XDocument_t1376419702_il2cpp_TypeInfo_var; extern RuntimeClass* XDeclaration_t2907650823_il2cpp_TypeInfo_var; extern const RuntimeMethod* XElement_OnAddingObject_m357068137_RuntimeMethod_var; extern String_t* _stringLiteral359158074; extern String_t* _stringLiteral3579718899; extern const uint32_t XElement_OnAddingObject_m357068137_MetadataUsageId; extern const uint32_t U3CAttributesU3Ec__Iterator20_System_Collections_Generic_IEnumerableU3CSystem_Xml_Linq_XAttributeU3E_GetEnumerator_m3913764316_MetadataUsageId; extern const RuntimeMethod* U3CAttributesU3Ec__Iterator20_Reset_m3493095447_RuntimeMethod_var; extern const uint32_t U3CAttributesU3Ec__Iterator20_Reset_m3493095447_MetadataUsageId; extern const uint32_t U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_System_Collections_Generic_IEnumerableU3CstringU3E_GetEnumerator_m2064117807_MetadataUsageId; extern const uint32_t U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_MoveNext_m65961133_MetadataUsageId; extern const uint32_t U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_Dispose_m1228071436_MetadataUsageId; extern const RuntimeMethod* U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_Reset_m625605849_RuntimeMethod_var; extern const uint32_t U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_Reset_m625605849_MetadataUsageId; extern const uint32_t XName__ctor_m1578757153_MetadataUsageId; extern RuntimeClass* XmlConvert_t1981561327_il2cpp_TypeInfo_var; extern const uint32_t XName__ctor_m1224003870_MetadataUsageId; extern const RuntimeMethod* XName_System_Runtime_Serialization_ISerializable_GetObjectData_m2812957368_RuntimeMethod_var; extern String_t* _stringLiteral79347; extern const uint32_t XName_System_Runtime_Serialization_ISerializable_GetObjectData_m2812957368_MetadataUsageId; extern String_t* _stringLiteral960522708; extern const uint32_t XName_ErrorInvalidExpandedName_m2834418701_MetadataUsageId; extern RuntimeClass* XName_t3751455998_il2cpp_TypeInfo_var; extern const uint32_t XName_Equals_m2715300575_MetadataUsageId; extern const RuntimeMethod* XName_ExpandName_m1905105600_RuntimeMethod_var; extern String_t* _stringLiteral3634912706; extern const uint32_t XName_ExpandName_m1905105600_MetadataUsageId; extern const uint32_t XName_Get_m1748475756_MetadataUsageId; extern String_t* _stringLiteral3452614613; extern String_t* _stringLiteral3452614611; extern const uint32_t XName_ToString_m2643581250_MetadataUsageId; extern const uint32_t XName_op_Equality_m1536062490_MetadataUsageId; extern const RuntimeMethod* XNamespace__ctor_m1972467617_RuntimeMethod_var; extern String_t* _stringLiteral1875761611; extern const uint32_t XNamespace__ctor_m1972467617_MetadataUsageId; extern RuntimeClass* Dictionary_2_t1628764469_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4001013245_RuntimeMethod_var; extern String_t* _stringLiteral2984480440; extern String_t* _stringLiteral2829469855; extern const uint32_t XNamespace__cctor_m1615621918_MetadataUsageId; extern const uint32_t XNamespace_get_None_m394397613_MetadataUsageId; extern const uint32_t XNamespace_get_Xmlns_m2148974693_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3551226368_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m2023143285_RuntimeMethod_var; extern const uint32_t XNamespace_Get_m9299589_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3536712297_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3533927825_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m384005654_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m1059449987_RuntimeMethod_var; extern const uint32_t XNamespace_GetName_m1445243739_MetadataUsageId; extern const uint32_t XNamespace_Equals_m291863040_MetadataUsageId; extern const uint32_t XNamespace_op_Inequality_m3269657107_MetadataUsageId; extern const uint32_t XNamespace_op_Implicit_m1109018013_MetadataUsageId; extern RuntimeClass* XNodeEqualityComparer_t35321779_il2cpp_TypeInfo_var; extern RuntimeClass* XNodeDocumentOrderComparer_t3558329258_il2cpp_TypeInfo_var; extern const uint32_t XNode__cctor_m3059938870_MetadataUsageId; extern RuntimeClass* StringWriter_t802263757_il2cpp_TypeInfo_var; extern RuntimeClass* XmlWriterSettings_t3314986516_il2cpp_TypeInfo_var; extern const uint32_t XNode_ToString_m3816148259_MetadataUsageId; extern const RuntimeMethod* XNode_Remove_m1307836180_RuntimeMethod_var; extern String_t* _stringLiteral585064775; extern const uint32_t XNode_Remove_m1307836180_MetadataUsageId; extern const uint32_t XNodeDocumentOrderComparer_System_Collections_IComparer_Compare_m3112624495_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern const uint32_t XNodeDocumentOrderComparer_Compare_m2530632105_MetadataUsageId; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* XNodeDocumentOrderComparer_CompareCore_m1650160920_RuntimeMethod_var; extern String_t* _stringLiteral231541970; extern const uint32_t XNodeDocumentOrderComparer_CompareCore_m1650160920_MetadataUsageId; extern const uint32_t XNodeEqualityComparer_System_Collections_IEqualityComparer_Equals_m2548080933_MetadataUsageId; extern const uint32_t XNodeEqualityComparer_System_Collections_IEqualityComparer_GetHashCode_m1832933310_MetadataUsageId; extern RuntimeClass* XComment_t1832251191_il2cpp_TypeInfo_var; extern RuntimeClass* XProcessingInstruction_t2943691487_il2cpp_TypeInfo_var; extern const RuntimeMethod* XNodeEqualityComparer_Equals_m2579228723_RuntimeMethod_var; extern const uint32_t XNodeEqualityComparer_Equals_m2579228723_MetadataUsageId; extern const uint32_t XNodeEqualityComparer_Equals_m2348506353_MetadataUsageId; extern const uint32_t XNodeEqualityComparer_Equals_m3547144307_MetadataUsageId; extern const uint32_t XNodeEqualityComparer_GetHashCode_m3507126661_MetadataUsageId; extern const uint32_t XObject_get_Document_m407246325_MetadataUsageId; extern const uint32_t XObject_get_Parent_m1531964362_MetadataUsageId; extern const RuntimeMethod* XProcessingInstruction__ctor_m3301977354_RuntimeMethod_var; extern String_t* _stringLiteral2037252866; extern const uint32_t XProcessingInstruction__ctor_m3301977354_MetadataUsageId; extern const RuntimeMethod* XProcessingInstruction__ctor_m1711994690_RuntimeMethod_var; extern const uint32_t XProcessingInstruction__ctor_m1711994690_MetadataUsageId; extern const uint32_t XText__ctor_m2401333842_MetadataUsageId; extern const uint32_t XText__ctor_m694960668_MetadataUsageId; extern const RuntimeMethod* XText_set_Value_m1476704356_RuntimeMethod_var; extern const uint32_t XText_set_Value_m1476704356_MetadataUsageId; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern RuntimeClass* TimeSpan_t881159249_il2cpp_TypeInfo_var; extern RuntimeClass* DateTimeOffset_t3229287507_il2cpp_TypeInfo_var; extern const RuntimeMethod* XUtil_ToString_m783279265_RuntimeMethod_var; extern String_t* _stringLiteral2883732141; extern String_t* _stringLiteral3452614606; extern const uint32_t XUtil_ToString_m783279265_MetadataUsageId; extern RuntimeClass* U3CExpandArrayU3Ec__Iterator25_t2040603384_il2cpp_TypeInfo_var; extern const uint32_t XUtil_ExpandArray_m1010524603_MetadataUsageId; extern const RuntimeMethod* XUtil_ToNode_m1416248515_RuntimeMethod_var; extern String_t* _stringLiteral2680494859; extern const uint32_t XUtil_ToNode_m1416248515_MetadataUsageId; extern RuntimeClass* XCData_t832623270_il2cpp_TypeInfo_var; extern const RuntimeMethod* XUtil_Clone_m1389476390_RuntimeMethod_var; extern const uint32_t XUtil_Clone_m1389476390_MetadataUsageId; extern const uint32_t U3CExpandArrayU3Ec__Iterator25_System_Collections_Generic_IEnumerableU3CobjectU3E_GetEnumerator_m1566941509_MetadataUsageId; extern const uint32_t U3CExpandArrayU3Ec__Iterator25_MoveNext_m1277076819_MetadataUsageId; extern const uint32_t U3CExpandArrayU3Ec__Iterator25_Dispose_m789777091_MetadataUsageId; extern const RuntimeMethod* U3CExpandArrayU3Ec__Iterator25_Reset_m1378465184_RuntimeMethod_var; extern const uint32_t U3CExpandArrayU3Ec__Iterator25_Reset_m1378465184_MetadataUsageId; struct XAttributeU5BU5D_t61111312; struct CharU5BU5D_t3528271667; struct StringU5BU5D_t1281789340; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H #ifndef U3CMODULEU3E_T692745558_H #define U3CMODULEU3E_T692745558_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t692745558 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CMODULEU3E_T692745558_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Exception_t, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef SERIALIZATIONINFO_T950877179_H #define SERIALIZATIONINFO_T950877179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.SerializationInfo::serialized Hashtable_t1853889766 * ___serialized_0; // System.Collections.ArrayList System.Runtime.Serialization.SerializationInfo::values ArrayList_t2718874744 * ___values_1; // System.String System.Runtime.Serialization.SerializationInfo::assemblyName String_t* ___assemblyName_2; // System.String System.Runtime.Serialization.SerializationInfo::fullTypeName String_t* ___fullTypeName_3; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::converter RuntimeObject* ___converter_4; public: inline static int32_t get_offset_of_serialized_0() { return static_cast(offsetof(SerializationInfo_t950877179, ___serialized_0)); } inline Hashtable_t1853889766 * get_serialized_0() const { return ___serialized_0; } inline Hashtable_t1853889766 ** get_address_of_serialized_0() { return &___serialized_0; } inline void set_serialized_0(Hashtable_t1853889766 * value) { ___serialized_0 = value; Il2CppCodeGenWriteBarrier((&___serialized_0), value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SerializationInfo_t950877179, ___values_1)); } inline ArrayList_t2718874744 * get_values_1() const { return ___values_1; } inline ArrayList_t2718874744 ** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ArrayList_t2718874744 * value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((&___values_1), value); } inline static int32_t get_offset_of_assemblyName_2() { return static_cast(offsetof(SerializationInfo_t950877179, ___assemblyName_2)); } inline String_t* get_assemblyName_2() const { return ___assemblyName_2; } inline String_t** get_address_of_assemblyName_2() { return &___assemblyName_2; } inline void set_assemblyName_2(String_t* value) { ___assemblyName_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_2), value); } inline static int32_t get_offset_of_fullTypeName_3() { return static_cast(offsetof(SerializationInfo_t950877179, ___fullTypeName_3)); } inline String_t* get_fullTypeName_3() const { return ___fullTypeName_3; } inline String_t** get_address_of_fullTypeName_3() { return &___fullTypeName_3; } inline void set_fullTypeName_3(String_t* value) { ___fullTypeName_3 = value; Il2CppCodeGenWriteBarrier((&___fullTypeName_3), value); } inline static int32_t get_offset_of_converter_4() { return static_cast(offsetof(SerializationInfo_t950877179, ___converter_4)); } inline RuntimeObject* get_converter_4() const { return ___converter_4; } inline RuntimeObject** get_address_of_converter_4() { return &___converter_4; } inline void set_converter_4(RuntimeObject* value) { ___converter_4 = value; Il2CppCodeGenWriteBarrier((&___converter_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFO_T950877179_H #ifndef U3CGETPREFIXOFNAMESPACECOREU3EC__ITERATOR23_T674090361_H #define U3CGETPREFIXOFNAMESPACECOREU3EC__ITERATOR23_T674090361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XElement/c__Iterator23 struct U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 : public RuntimeObject { public: // System.Xml.Linq.XElement System.Xml.Linq.XElement/c__Iterator23::__0 XElement_t4185968754 * ___U3CelU3E__0_0; // System.Collections.Generic.IEnumerator`1 System.Xml.Linq.XElement/c__Iterator23::<$s_68>__1 RuntimeObject* ___U3CU24s_68U3E__1_1; // System.Xml.Linq.XAttribute System.Xml.Linq.XElement/c__Iterator23::__2 XAttribute_t355876829 * ___U3CaU3E__2_2; // System.Xml.Linq.XNamespace System.Xml.Linq.XElement/c__Iterator23::ns XNamespace_t1843508170 * ___ns_3; // System.Int32 System.Xml.Linq.XElement/c__Iterator23::$PC int32_t ___U24PC_4; // System.String System.Xml.Linq.XElement/c__Iterator23::$current String_t* ___U24current_5; // System.Xml.Linq.XNamespace System.Xml.Linq.XElement/c__Iterator23::<$>ns XNamespace_t1843508170 * ___U3CU24U3Ens_6; // System.Xml.Linq.XElement System.Xml.Linq.XElement/c__Iterator23::<>f__this XElement_t4185968754 * ___U3CU3Ef__this_7; public: inline static int32_t get_offset_of_U3CelU3E__0_0() { return static_cast(offsetof(U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361, ___U3CelU3E__0_0)); } inline XElement_t4185968754 * get_U3CelU3E__0_0() const { return ___U3CelU3E__0_0; } inline XElement_t4185968754 ** get_address_of_U3CelU3E__0_0() { return &___U3CelU3E__0_0; } inline void set_U3CelU3E__0_0(XElement_t4185968754 * value) { ___U3CelU3E__0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CelU3E__0_0), value); } inline static int32_t get_offset_of_U3CU24s_68U3E__1_1() { return static_cast(offsetof(U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361, ___U3CU24s_68U3E__1_1)); } inline RuntimeObject* get_U3CU24s_68U3E__1_1() const { return ___U3CU24s_68U3E__1_1; } inline RuntimeObject** get_address_of_U3CU24s_68U3E__1_1() { return &___U3CU24s_68U3E__1_1; } inline void set_U3CU24s_68U3E__1_1(RuntimeObject* value) { ___U3CU24s_68U3E__1_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU24s_68U3E__1_1), value); } inline static int32_t get_offset_of_U3CaU3E__2_2() { return static_cast(offsetof(U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361, ___U3CaU3E__2_2)); } inline XAttribute_t355876829 * get_U3CaU3E__2_2() const { return ___U3CaU3E__2_2; } inline XAttribute_t355876829 ** get_address_of_U3CaU3E__2_2() { return &___U3CaU3E__2_2; } inline void set_U3CaU3E__2_2(XAttribute_t355876829 * value) { ___U3CaU3E__2_2 = value; Il2CppCodeGenWriteBarrier((&___U3CaU3E__2_2), value); } inline static int32_t get_offset_of_ns_3() { return static_cast(offsetof(U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361, ___ns_3)); } inline XNamespace_t1843508170 * get_ns_3() const { return ___ns_3; } inline XNamespace_t1843508170 ** get_address_of_ns_3() { return &___ns_3; } inline void set_ns_3(XNamespace_t1843508170 * value) { ___ns_3 = value; Il2CppCodeGenWriteBarrier((&___ns_3), value); } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } inline static int32_t get_offset_of_U24current_5() { return static_cast(offsetof(U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361, ___U24current_5)); } inline String_t* get_U24current_5() const { return ___U24current_5; } inline String_t** get_address_of_U24current_5() { return &___U24current_5; } inline void set_U24current_5(String_t* value) { ___U24current_5 = value; Il2CppCodeGenWriteBarrier((&___U24current_5), value); } inline static int32_t get_offset_of_U3CU24U3Ens_6() { return static_cast(offsetof(U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361, ___U3CU24U3Ens_6)); } inline XNamespace_t1843508170 * get_U3CU24U3Ens_6() const { return ___U3CU24U3Ens_6; } inline XNamespace_t1843508170 ** get_address_of_U3CU24U3Ens_6() { return &___U3CU24U3Ens_6; } inline void set_U3CU24U3Ens_6(XNamespace_t1843508170 * value) { ___U3CU24U3Ens_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU24U3Ens_6), value); } inline static int32_t get_offset_of_U3CU3Ef__this_7() { return static_cast(offsetof(U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361, ___U3CU3Ef__this_7)); } inline XElement_t4185968754 * get_U3CU3Ef__this_7() const { return ___U3CU3Ef__this_7; } inline XElement_t4185968754 ** get_address_of_U3CU3Ef__this_7() { return &___U3CU3Ef__this_7; } inline void set_U3CU3Ef__this_7(XElement_t4185968754 * value) { ___U3CU3Ef__this_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__this_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETPREFIXOFNAMESPACECOREU3EC__ITERATOR23_T674090361_H #ifndef U3CATTRIBUTESU3EC__ITERATOR20_T3836567394_H #define U3CATTRIBUTESU3EC__ITERATOR20_T3836567394_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XElement/c__Iterator20 struct U3CAttributesU3Ec__Iterator20_t3836567394 : public RuntimeObject { public: // System.Xml.Linq.XAttribute System.Xml.Linq.XElement/c__Iterator20::__0 XAttribute_t355876829 * ___U3CaU3E__0_0; // System.Xml.Linq.XAttribute System.Xml.Linq.XElement/c__Iterator20::__1 XAttribute_t355876829 * ___U3CnextU3E__1_1; // System.Int32 System.Xml.Linq.XElement/c__Iterator20::$PC int32_t ___U24PC_2; // System.Xml.Linq.XAttribute System.Xml.Linq.XElement/c__Iterator20::$current XAttribute_t355876829 * ___U24current_3; // System.Xml.Linq.XElement System.Xml.Linq.XElement/c__Iterator20::<>f__this XElement_t4185968754 * ___U3CU3Ef__this_4; public: inline static int32_t get_offset_of_U3CaU3E__0_0() { return static_cast(offsetof(U3CAttributesU3Ec__Iterator20_t3836567394, ___U3CaU3E__0_0)); } inline XAttribute_t355876829 * get_U3CaU3E__0_0() const { return ___U3CaU3E__0_0; } inline XAttribute_t355876829 ** get_address_of_U3CaU3E__0_0() { return &___U3CaU3E__0_0; } inline void set_U3CaU3E__0_0(XAttribute_t355876829 * value) { ___U3CaU3E__0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CaU3E__0_0), value); } inline static int32_t get_offset_of_U3CnextU3E__1_1() { return static_cast(offsetof(U3CAttributesU3Ec__Iterator20_t3836567394, ___U3CnextU3E__1_1)); } inline XAttribute_t355876829 * get_U3CnextU3E__1_1() const { return ___U3CnextU3E__1_1; } inline XAttribute_t355876829 ** get_address_of_U3CnextU3E__1_1() { return &___U3CnextU3E__1_1; } inline void set_U3CnextU3E__1_1(XAttribute_t355876829 * value) { ___U3CnextU3E__1_1 = value; Il2CppCodeGenWriteBarrier((&___U3CnextU3E__1_1), value); } inline static int32_t get_offset_of_U24PC_2() { return static_cast(offsetof(U3CAttributesU3Ec__Iterator20_t3836567394, ___U24PC_2)); } inline int32_t get_U24PC_2() const { return ___U24PC_2; } inline int32_t* get_address_of_U24PC_2() { return &___U24PC_2; } inline void set_U24PC_2(int32_t value) { ___U24PC_2 = value; } inline static int32_t get_offset_of_U24current_3() { return static_cast(offsetof(U3CAttributesU3Ec__Iterator20_t3836567394, ___U24current_3)); } inline XAttribute_t355876829 * get_U24current_3() const { return ___U24current_3; } inline XAttribute_t355876829 ** get_address_of_U24current_3() { return &___U24current_3; } inline void set_U24current_3(XAttribute_t355876829 * value) { ___U24current_3 = value; Il2CppCodeGenWriteBarrier((&___U24current_3), value); } inline static int32_t get_offset_of_U3CU3Ef__this_4() { return static_cast(offsetof(U3CAttributesU3Ec__Iterator20_t3836567394, ___U3CU3Ef__this_4)); } inline XElement_t4185968754 * get_U3CU3Ef__this_4() const { return ___U3CU3Ef__this_4; } inline XElement_t4185968754 ** get_address_of_U3CU3Ef__this_4() { return &___U3CU3Ef__this_4; } inline void set_U3CU3Ef__this_4(XElement_t4185968754 * value) { ___U3CU3Ef__this_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__this_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CATTRIBUTESU3EC__ITERATOR20_T3836567394_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef XDECLARATION_T2907650823_H #define XDECLARATION_T2907650823_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XDeclaration struct XDeclaration_t2907650823 : public RuntimeObject { public: // System.String System.Xml.Linq.XDeclaration::encoding String_t* ___encoding_0; // System.String System.Xml.Linq.XDeclaration::standalone String_t* ___standalone_1; // System.String System.Xml.Linq.XDeclaration::version String_t* ___version_2; public: inline static int32_t get_offset_of_encoding_0() { return static_cast(offsetof(XDeclaration_t2907650823, ___encoding_0)); } inline String_t* get_encoding_0() const { return ___encoding_0; } inline String_t** get_address_of_encoding_0() { return &___encoding_0; } inline void set_encoding_0(String_t* value) { ___encoding_0 = value; Il2CppCodeGenWriteBarrier((&___encoding_0), value); } inline static int32_t get_offset_of_standalone_1() { return static_cast(offsetof(XDeclaration_t2907650823, ___standalone_1)); } inline String_t* get_standalone_1() const { return ___standalone_1; } inline String_t** get_address_of_standalone_1() { return &___standalone_1; } inline void set_standalone_1(String_t* value) { ___standalone_1 = value; Il2CppCodeGenWriteBarrier((&___standalone_1), value); } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(XDeclaration_t2907650823, ___version_2)); } inline String_t* get_version_2() const { return ___version_2; } inline String_t** get_address_of_version_2() { return &___version_2; } inline void set_version_2(String_t* value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((&___version_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XDECLARATION_T2907650823_H #ifndef U3CNODESU3EC__ITERATOR1A_T2001237956_H #define U3CNODESU3EC__ITERATOR1A_T2001237956_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XContainer/c__Iterator1A struct U3CNodesU3Ec__Iterator1A_t2001237956 : public RuntimeObject { public: // System.Xml.Linq.XNode System.Xml.Linq.XContainer/c__Iterator1A::__0 XNode_t716131460 * ___U3CnU3E__0_0; // System.Xml.Linq.XNode System.Xml.Linq.XContainer/c__Iterator1A::__1 XNode_t716131460 * ___U3CnextU3E__1_1; // System.Int32 System.Xml.Linq.XContainer/c__Iterator1A::$PC int32_t ___U24PC_2; // System.Xml.Linq.XNode System.Xml.Linq.XContainer/c__Iterator1A::$current XNode_t716131460 * ___U24current_3; // System.Xml.Linq.XContainer System.Xml.Linq.XContainer/c__Iterator1A::<>f__this XContainer_t3387731002 * ___U3CU3Ef__this_4; public: inline static int32_t get_offset_of_U3CnU3E__0_0() { return static_cast(offsetof(U3CNodesU3Ec__Iterator1A_t2001237956, ___U3CnU3E__0_0)); } inline XNode_t716131460 * get_U3CnU3E__0_0() const { return ___U3CnU3E__0_0; } inline XNode_t716131460 ** get_address_of_U3CnU3E__0_0() { return &___U3CnU3E__0_0; } inline void set_U3CnU3E__0_0(XNode_t716131460 * value) { ___U3CnU3E__0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CnU3E__0_0), value); } inline static int32_t get_offset_of_U3CnextU3E__1_1() { return static_cast(offsetof(U3CNodesU3Ec__Iterator1A_t2001237956, ___U3CnextU3E__1_1)); } inline XNode_t716131460 * get_U3CnextU3E__1_1() const { return ___U3CnextU3E__1_1; } inline XNode_t716131460 ** get_address_of_U3CnextU3E__1_1() { return &___U3CnextU3E__1_1; } inline void set_U3CnextU3E__1_1(XNode_t716131460 * value) { ___U3CnextU3E__1_1 = value; Il2CppCodeGenWriteBarrier((&___U3CnextU3E__1_1), value); } inline static int32_t get_offset_of_U24PC_2() { return static_cast(offsetof(U3CNodesU3Ec__Iterator1A_t2001237956, ___U24PC_2)); } inline int32_t get_U24PC_2() const { return ___U24PC_2; } inline int32_t* get_address_of_U24PC_2() { return &___U24PC_2; } inline void set_U24PC_2(int32_t value) { ___U24PC_2 = value; } inline static int32_t get_offset_of_U24current_3() { return static_cast(offsetof(U3CNodesU3Ec__Iterator1A_t2001237956, ___U24current_3)); } inline XNode_t716131460 * get_U24current_3() const { return ___U24current_3; } inline XNode_t716131460 ** get_address_of_U24current_3() { return &___U24current_3; } inline void set_U24current_3(XNode_t716131460 * value) { ___U24current_3 = value; Il2CppCodeGenWriteBarrier((&___U24current_3), value); } inline static int32_t get_offset_of_U3CU3Ef__this_4() { return static_cast(offsetof(U3CNodesU3Ec__Iterator1A_t2001237956, ___U3CU3Ef__this_4)); } inline XContainer_t3387731002 * get_U3CU3Ef__this_4() const { return ___U3CU3Ef__this_4; } inline XContainer_t3387731002 ** get_address_of_U3CU3Ef__this_4() { return &___U3CU3Ef__this_4; } inline void set_U3CU3Ef__this_4(XContainer_t3387731002 * value) { ___U3CU3Ef__this_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__this_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CNODESU3EC__ITERATOR1A_T2001237956_H #ifndef XMLWRITER_T127905479_H #define XMLWRITER_T127905479_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlWriter struct XmlWriter_t127905479 : public RuntimeObject { public: // System.Xml.XmlWriterSettings System.Xml.XmlWriter::settings XmlWriterSettings_t3314986516 * ___settings_0; public: inline static int32_t get_offset_of_settings_0() { return static_cast(offsetof(XmlWriter_t127905479, ___settings_0)); } inline XmlWriterSettings_t3314986516 * get_settings_0() const { return ___settings_0; } inline XmlWriterSettings_t3314986516 ** get_address_of_settings_0() { return &___settings_0; } inline void set_settings_0(XmlWriterSettings_t3314986516 * value) { ___settings_0 = value; Il2CppCodeGenWriteBarrier((&___settings_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLWRITER_T127905479_H #ifndef LIST_1_T1363076200_H #define LIST_1_T1363076200_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1363076200 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items XElementU5BU5D_t4235097479* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1363076200, ____items_1)); } inline XElementU5BU5D_t4235097479* get__items_1() const { return ____items_1; } inline XElementU5BU5D_t4235097479** get_address_of__items_1() { return &____items_1; } inline void set__items_1(XElementU5BU5D_t4235097479* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1363076200, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1363076200, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t1363076200_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray XElementU5BU5D_t4235097479* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1363076200_StaticFields, ___EmptyArray_4)); } inline XElementU5BU5D_t4235097479* get_EmptyArray_4() const { return ___EmptyArray_4; } inline XElementU5BU5D_t4235097479** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(XElementU5BU5D_t4235097479* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1363076200_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef U3CEXPANDARRAYU3EC__ITERATOR25_T2040603384_H #define U3CEXPANDARRAYU3EC__ITERATOR25_T2040603384_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XUtil/c__Iterator25 struct U3CExpandArrayU3Ec__Iterator25_t2040603384 : public RuntimeObject { public: // System.Object System.Xml.Linq.XUtil/c__Iterator25::o RuntimeObject * ___o_0; // System.Xml.Linq.XNode System.Xml.Linq.XUtil/c__Iterator25::__0 XNode_t716131460 * ___U3CnU3E__0_1; // System.Collections.IEnumerator System.Xml.Linq.XUtil/c__Iterator25::<$s_86>__1 RuntimeObject* ___U3CU24s_86U3E__1_2; // System.Object System.Xml.Linq.XUtil/c__Iterator25::__2 RuntimeObject * ___U3CobjU3E__2_3; // System.Collections.IEnumerator System.Xml.Linq.XUtil/c__Iterator25::<$s_87>__3 RuntimeObject* ___U3CU24s_87U3E__3_4; // System.Object System.Xml.Linq.XUtil/c__Iterator25::__4 RuntimeObject * ___U3CooU3E__4_5; // System.Int32 System.Xml.Linq.XUtil/c__Iterator25::$PC int32_t ___U24PC_6; // System.Object System.Xml.Linq.XUtil/c__Iterator25::$current RuntimeObject * ___U24current_7; // System.Object System.Xml.Linq.XUtil/c__Iterator25::<$>o RuntimeObject * ___U3CU24U3Eo_8; public: inline static int32_t get_offset_of_o_0() { return static_cast(offsetof(U3CExpandArrayU3Ec__Iterator25_t2040603384, ___o_0)); } inline RuntimeObject * get_o_0() const { return ___o_0; } inline RuntimeObject ** get_address_of_o_0() { return &___o_0; } inline void set_o_0(RuntimeObject * value) { ___o_0 = value; Il2CppCodeGenWriteBarrier((&___o_0), value); } inline static int32_t get_offset_of_U3CnU3E__0_1() { return static_cast(offsetof(U3CExpandArrayU3Ec__Iterator25_t2040603384, ___U3CnU3E__0_1)); } inline XNode_t716131460 * get_U3CnU3E__0_1() const { return ___U3CnU3E__0_1; } inline XNode_t716131460 ** get_address_of_U3CnU3E__0_1() { return &___U3CnU3E__0_1; } inline void set_U3CnU3E__0_1(XNode_t716131460 * value) { ___U3CnU3E__0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CnU3E__0_1), value); } inline static int32_t get_offset_of_U3CU24s_86U3E__1_2() { return static_cast(offsetof(U3CExpandArrayU3Ec__Iterator25_t2040603384, ___U3CU24s_86U3E__1_2)); } inline RuntimeObject* get_U3CU24s_86U3E__1_2() const { return ___U3CU24s_86U3E__1_2; } inline RuntimeObject** get_address_of_U3CU24s_86U3E__1_2() { return &___U3CU24s_86U3E__1_2; } inline void set_U3CU24s_86U3E__1_2(RuntimeObject* value) { ___U3CU24s_86U3E__1_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU24s_86U3E__1_2), value); } inline static int32_t get_offset_of_U3CobjU3E__2_3() { return static_cast(offsetof(U3CExpandArrayU3Ec__Iterator25_t2040603384, ___U3CobjU3E__2_3)); } inline RuntimeObject * get_U3CobjU3E__2_3() const { return ___U3CobjU3E__2_3; } inline RuntimeObject ** get_address_of_U3CobjU3E__2_3() { return &___U3CobjU3E__2_3; } inline void set_U3CobjU3E__2_3(RuntimeObject * value) { ___U3CobjU3E__2_3 = value; Il2CppCodeGenWriteBarrier((&___U3CobjU3E__2_3), value); } inline static int32_t get_offset_of_U3CU24s_87U3E__3_4() { return static_cast(offsetof(U3CExpandArrayU3Ec__Iterator25_t2040603384, ___U3CU24s_87U3E__3_4)); } inline RuntimeObject* get_U3CU24s_87U3E__3_4() const { return ___U3CU24s_87U3E__3_4; } inline RuntimeObject** get_address_of_U3CU24s_87U3E__3_4() { return &___U3CU24s_87U3E__3_4; } inline void set_U3CU24s_87U3E__3_4(RuntimeObject* value) { ___U3CU24s_87U3E__3_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU24s_87U3E__3_4), value); } inline static int32_t get_offset_of_U3CooU3E__4_5() { return static_cast(offsetof(U3CExpandArrayU3Ec__Iterator25_t2040603384, ___U3CooU3E__4_5)); } inline RuntimeObject * get_U3CooU3E__4_5() const { return ___U3CooU3E__4_5; } inline RuntimeObject ** get_address_of_U3CooU3E__4_5() { return &___U3CooU3E__4_5; } inline void set_U3CooU3E__4_5(RuntimeObject * value) { ___U3CooU3E__4_5 = value; Il2CppCodeGenWriteBarrier((&___U3CooU3E__4_5), value); } inline static int32_t get_offset_of_U24PC_6() { return static_cast(offsetof(U3CExpandArrayU3Ec__Iterator25_t2040603384, ___U24PC_6)); } inline int32_t get_U24PC_6() const { return ___U24PC_6; } inline int32_t* get_address_of_U24PC_6() { return &___U24PC_6; } inline void set_U24PC_6(int32_t value) { ___U24PC_6 = value; } inline static int32_t get_offset_of_U24current_7() { return static_cast(offsetof(U3CExpandArrayU3Ec__Iterator25_t2040603384, ___U24current_7)); } inline RuntimeObject * get_U24current_7() const { return ___U24current_7; } inline RuntimeObject ** get_address_of_U24current_7() { return &___U24current_7; } inline void set_U24current_7(RuntimeObject * value) { ___U24current_7 = value; Il2CppCodeGenWriteBarrier((&___U24current_7), value); } inline static int32_t get_offset_of_U3CU24U3Eo_8() { return static_cast(offsetof(U3CExpandArrayU3Ec__Iterator25_t2040603384, ___U3CU24U3Eo_8)); } inline RuntimeObject * get_U3CU24U3Eo_8() const { return ___U3CU24U3Eo_8; } inline RuntimeObject ** get_address_of_U3CU24U3Eo_8() { return &___U3CU24U3Eo_8; } inline void set_U3CU24U3Eo_8(RuntimeObject * value) { ___U3CU24U3Eo_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU24U3Eo_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CEXPANDARRAYU3EC__ITERATOR25_T2040603384_H #ifndef XUTIL_T154644382_H #define XUTIL_T154644382_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XUtil struct XUtil_t154644382 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XUTIL_T154644382_H #ifndef TEXTWRITER_T3478189236_H #define TEXTWRITER_T3478189236_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextWriter struct TextWriter_t3478189236 : public RuntimeObject { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t3528271667* ___CoreNewLine_0; // System.IFormatProvider System.IO.TextWriter::internalFormatProvider RuntimeObject* ___internalFormatProvider_1; public: inline static int32_t get_offset_of_CoreNewLine_0() { return static_cast(offsetof(TextWriter_t3478189236, ___CoreNewLine_0)); } inline CharU5BU5D_t3528271667* get_CoreNewLine_0() const { return ___CoreNewLine_0; } inline CharU5BU5D_t3528271667** get_address_of_CoreNewLine_0() { return &___CoreNewLine_0; } inline void set_CoreNewLine_0(CharU5BU5D_t3528271667* value) { ___CoreNewLine_0 = value; Il2CppCodeGenWriteBarrier((&___CoreNewLine_0), value); } inline static int32_t get_offset_of_internalFormatProvider_1() { return static_cast(offsetof(TextWriter_t3478189236, ___internalFormatProvider_1)); } inline RuntimeObject* get_internalFormatProvider_1() const { return ___internalFormatProvider_1; } inline RuntimeObject** get_address_of_internalFormatProvider_1() { return &___internalFormatProvider_1; } inline void set_internalFormatProvider_1(RuntimeObject* value) { ___internalFormatProvider_1 = value; Il2CppCodeGenWriteBarrier((&___internalFormatProvider_1), value); } }; struct TextWriter_t3478189236_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t3478189236 * ___Null_2; public: inline static int32_t get_offset_of_Null_2() { return static_cast(offsetof(TextWriter_t3478189236_StaticFields, ___Null_2)); } inline TextWriter_t3478189236 * get_Null_2() const { return ___Null_2; } inline TextWriter_t3478189236 ** get_address_of_Null_2() { return &___Null_2; } inline void set_Null_2(TextWriter_t3478189236 * value) { ___Null_2 = value; Il2CppCodeGenWriteBarrier((&___Null_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTWRITER_T3478189236_H #ifndef XNODEDOCUMENTORDERCOMPARER_T3558329258_H #define XNODEDOCUMENTORDERCOMPARER_T3558329258_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XNodeDocumentOrderComparer struct XNodeDocumentOrderComparer_t3558329258 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XNODEDOCUMENTORDERCOMPARER_T3558329258_H #ifndef XNODEEQUALITYCOMPARER_T35321779_H #define XNODEEQUALITYCOMPARER_T35321779_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XNodeEqualityComparer struct XNodeEqualityComparer_t35321779 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XNODEEQUALITYCOMPARER_T35321779_H #ifndef DICTIONARY_2_T3536712297_H #define DICTIONARY_2_T3536712297_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3536712297 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots XNameU5BU5D_t3805722955* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t3536712297, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t3536712297, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t3536712297, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3536712297, ___valueSlots_7)); } inline XNameU5BU5D_t3805722955* get_valueSlots_7() const { return ___valueSlots_7; } inline XNameU5BU5D_t3805722955** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(XNameU5BU5D_t3805722955* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3536712297, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t3536712297, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t3536712297, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t3536712297, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t3536712297, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t3536712297, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t3536712297, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t3536712297_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2656134671 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3536712297_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2656134671 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2656134671 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2656134671 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3536712297_H #ifndef DICTIONARY_2_T1628764469_H #define DICTIONARY_2_T1628764469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1628764469 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots XNamespaceU5BU5D_t2132713935* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t1628764469, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t1628764469, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t1628764469, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1628764469, ___valueSlots_7)); } inline XNamespaceU5BU5D_t2132713935* get_valueSlots_7() const { return ___valueSlots_7; } inline XNamespaceU5BU5D_t2132713935** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(XNamespaceU5BU5D_t2132713935* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1628764469, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t1628764469, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t1628764469, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t1628764469, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t1628764469, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t1628764469, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t1628764469, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t1628764469_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t983125651 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1628764469_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t983125651 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t983125651 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t983125651 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1628764469_H #ifndef XNAME_T3751455998_H #define XNAME_T3751455998_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XName struct XName_t3751455998 : public RuntimeObject { public: // System.String System.Xml.Linq.XName::local String_t* ___local_0; // System.Xml.Linq.XNamespace System.Xml.Linq.XName::ns XNamespace_t1843508170 * ___ns_1; public: inline static int32_t get_offset_of_local_0() { return static_cast(offsetof(XName_t3751455998, ___local_0)); } inline String_t* get_local_0() const { return ___local_0; } inline String_t** get_address_of_local_0() { return &___local_0; } inline void set_local_0(String_t* value) { ___local_0 = value; Il2CppCodeGenWriteBarrier((&___local_0), value); } inline static int32_t get_offset_of_ns_1() { return static_cast(offsetof(XName_t3751455998, ___ns_1)); } inline XNamespace_t1843508170 * get_ns_1() const { return ___ns_1; } inline XNamespace_t1843508170 ** get_address_of_ns_1() { return &___ns_1; } inline void set_ns_1(XNamespace_t1843508170 * value) { ___ns_1 = value; Il2CppCodeGenWriteBarrier((&___ns_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XNAME_T3751455998_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef XOBJECT_T1119084474_H #define XOBJECT_T1119084474_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XObject struct XObject_t1119084474 : public RuntimeObject { public: // System.Xml.Linq.XContainer System.Xml.Linq.XObject::owner XContainer_t3387731002 * ___owner_0; // System.Int32 System.Xml.Linq.XObject::line int32_t ___line_1; // System.Int32 System.Xml.Linq.XObject::column int32_t ___column_2; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(XObject_t1119084474, ___owner_0)); } inline XContainer_t3387731002 * get_owner_0() const { return ___owner_0; } inline XContainer_t3387731002 ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(XContainer_t3387731002 * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((&___owner_0), value); } inline static int32_t get_offset_of_line_1() { return static_cast(offsetof(XObject_t1119084474, ___line_1)); } inline int32_t get_line_1() const { return ___line_1; } inline int32_t* get_address_of_line_1() { return &___line_1; } inline void set_line_1(int32_t value) { ___line_1 = value; } inline static int32_t get_offset_of_column_2() { return static_cast(offsetof(XObject_t1119084474, ___column_2)); } inline int32_t get_column_2() const { return ___column_2; } inline int32_t* get_address_of_column_2() { return &___column_2; } inline void set_column_2(int32_t value) { ___column_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XOBJECT_T1119084474_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef XNAMESPACE_T1843508170_H #define XNAMESPACE_T1843508170_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XNamespace struct XNamespace_t1843508170 : public RuntimeObject { public: // System.String System.Xml.Linq.XNamespace::uri String_t* ___uri_4; // System.Collections.Generic.Dictionary`2 System.Xml.Linq.XNamespace::table Dictionary_2_t3536712297 * ___table_5; public: inline static int32_t get_offset_of_uri_4() { return static_cast(offsetof(XNamespace_t1843508170, ___uri_4)); } inline String_t* get_uri_4() const { return ___uri_4; } inline String_t** get_address_of_uri_4() { return &___uri_4; } inline void set_uri_4(String_t* value) { ___uri_4 = value; Il2CppCodeGenWriteBarrier((&___uri_4), value); } inline static int32_t get_offset_of_table_5() { return static_cast(offsetof(XNamespace_t1843508170, ___table_5)); } inline Dictionary_2_t3536712297 * get_table_5() const { return ___table_5; } inline Dictionary_2_t3536712297 ** get_address_of_table_5() { return &___table_5; } inline void set_table_5(Dictionary_2_t3536712297 * value) { ___table_5 = value; Il2CppCodeGenWriteBarrier((&___table_5), value); } }; struct XNamespace_t1843508170_StaticFields { public: // System.Xml.Linq.XNamespace System.Xml.Linq.XNamespace::blank XNamespace_t1843508170 * ___blank_0; // System.Xml.Linq.XNamespace System.Xml.Linq.XNamespace::xml XNamespace_t1843508170 * ___xml_1; // System.Xml.Linq.XNamespace System.Xml.Linq.XNamespace::xmlns XNamespace_t1843508170 * ___xmlns_2; // System.Collections.Generic.Dictionary`2 System.Xml.Linq.XNamespace::nstable Dictionary_2_t1628764469 * ___nstable_3; public: inline static int32_t get_offset_of_blank_0() { return static_cast(offsetof(XNamespace_t1843508170_StaticFields, ___blank_0)); } inline XNamespace_t1843508170 * get_blank_0() const { return ___blank_0; } inline XNamespace_t1843508170 ** get_address_of_blank_0() { return &___blank_0; } inline void set_blank_0(XNamespace_t1843508170 * value) { ___blank_0 = value; Il2CppCodeGenWriteBarrier((&___blank_0), value); } inline static int32_t get_offset_of_xml_1() { return static_cast(offsetof(XNamespace_t1843508170_StaticFields, ___xml_1)); } inline XNamespace_t1843508170 * get_xml_1() const { return ___xml_1; } inline XNamespace_t1843508170 ** get_address_of_xml_1() { return &___xml_1; } inline void set_xml_1(XNamespace_t1843508170 * value) { ___xml_1 = value; Il2CppCodeGenWriteBarrier((&___xml_1), value); } inline static int32_t get_offset_of_xmlns_2() { return static_cast(offsetof(XNamespace_t1843508170_StaticFields, ___xmlns_2)); } inline XNamespace_t1843508170 * get_xmlns_2() const { return ___xmlns_2; } inline XNamespace_t1843508170 ** get_address_of_xmlns_2() { return &___xmlns_2; } inline void set_xmlns_2(XNamespace_t1843508170 * value) { ___xmlns_2 = value; Il2CppCodeGenWriteBarrier((&___xmlns_2), value); } inline static int32_t get_offset_of_nstable_3() { return static_cast(offsetof(XNamespace_t1843508170_StaticFields, ___nstable_3)); } inline Dictionary_2_t1628764469 * get_nstable_3() const { return ___nstable_3; } inline Dictionary_2_t1628764469 ** get_address_of_nstable_3() { return &___nstable_3; } inline void set_nstable_3(Dictionary_2_t1628764469 * value) { ___nstable_3 = value; Il2CppCodeGenWriteBarrier((&___nstable_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XNAMESPACE_T1843508170_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef U24ARRAYTYPEU2416_T3254766647_H #define U24ARRAYTYPEU2416_T3254766647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$16 struct U24ArrayTypeU2416_t3254766647 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2416_t3254766647__padding[16]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2416_T3254766647_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef STRINGWRITER_T802263757_H #define STRINGWRITER_T802263757_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StringWriter struct StringWriter_t802263757 : public TextWriter_t3478189236 { public: // System.Text.StringBuilder System.IO.StringWriter::internalString StringBuilder_t * ___internalString_3; // System.Boolean System.IO.StringWriter::disposed bool ___disposed_4; public: inline static int32_t get_offset_of_internalString_3() { return static_cast(offsetof(StringWriter_t802263757, ___internalString_3)); } inline StringBuilder_t * get_internalString_3() const { return ___internalString_3; } inline StringBuilder_t ** get_address_of_internalString_3() { return &___internalString_3; } inline void set_internalString_3(StringBuilder_t * value) { ___internalString_3 = value; Il2CppCodeGenWriteBarrier((&___internalString_3), value); } inline static int32_t get_offset_of_disposed_4() { return static_cast(offsetof(StringWriter_t802263757, ___disposed_4)); } inline bool get_disposed_4() const { return ___disposed_4; } inline bool* get_address_of_disposed_4() { return &___disposed_4; } inline void set_disposed_4(bool value) { ___disposed_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGWRITER_T802263757_H #ifndef XATTRIBUTE_T355876829_H #define XATTRIBUTE_T355876829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XAttribute struct XAttribute_t355876829 : public XObject_t1119084474 { public: // System.Xml.Linq.XName System.Xml.Linq.XAttribute::name XName_t3751455998 * ___name_4; // System.String System.Xml.Linq.XAttribute::value String_t* ___value_5; // System.Xml.Linq.XAttribute System.Xml.Linq.XAttribute::next XAttribute_t355876829 * ___next_6; // System.Xml.Linq.XAttribute System.Xml.Linq.XAttribute::previous XAttribute_t355876829 * ___previous_7; public: inline static int32_t get_offset_of_name_4() { return static_cast(offsetof(XAttribute_t355876829, ___name_4)); } inline XName_t3751455998 * get_name_4() const { return ___name_4; } inline XName_t3751455998 ** get_address_of_name_4() { return &___name_4; } inline void set_name_4(XName_t3751455998 * value) { ___name_4 = value; Il2CppCodeGenWriteBarrier((&___name_4), value); } inline static int32_t get_offset_of_value_5() { return static_cast(offsetof(XAttribute_t355876829, ___value_5)); } inline String_t* get_value_5() const { return ___value_5; } inline String_t** get_address_of_value_5() { return &___value_5; } inline void set_value_5(String_t* value) { ___value_5 = value; Il2CppCodeGenWriteBarrier((&___value_5), value); } inline static int32_t get_offset_of_next_6() { return static_cast(offsetof(XAttribute_t355876829, ___next_6)); } inline XAttribute_t355876829 * get_next_6() const { return ___next_6; } inline XAttribute_t355876829 ** get_address_of_next_6() { return &___next_6; } inline void set_next_6(XAttribute_t355876829 * value) { ___next_6 = value; Il2CppCodeGenWriteBarrier((&___next_6), value); } inline static int32_t get_offset_of_previous_7() { return static_cast(offsetof(XAttribute_t355876829, ___previous_7)); } inline XAttribute_t355876829 * get_previous_7() const { return ___previous_7; } inline XAttribute_t355876829 ** get_address_of_previous_7() { return &___previous_7; } inline void set_previous_7(XAttribute_t355876829 * value) { ___previous_7 = value; Il2CppCodeGenWriteBarrier((&___previous_7), value); } }; struct XAttribute_t355876829_StaticFields { public: // System.Xml.Linq.XAttribute[] System.Xml.Linq.XAttribute::empty_array XAttributeU5BU5D_t61111312* ___empty_array_3; // System.Char[] System.Xml.Linq.XAttribute::escapeChars CharU5BU5D_t3528271667* ___escapeChars_8; public: inline static int32_t get_offset_of_empty_array_3() { return static_cast(offsetof(XAttribute_t355876829_StaticFields, ___empty_array_3)); } inline XAttributeU5BU5D_t61111312* get_empty_array_3() const { return ___empty_array_3; } inline XAttributeU5BU5D_t61111312** get_address_of_empty_array_3() { return &___empty_array_3; } inline void set_empty_array_3(XAttributeU5BU5D_t61111312* value) { ___empty_array_3 = value; Il2CppCodeGenWriteBarrier((&___empty_array_3), value); } inline static int32_t get_offset_of_escapeChars_8() { return static_cast(offsetof(XAttribute_t355876829_StaticFields, ___escapeChars_8)); } inline CharU5BU5D_t3528271667* get_escapeChars_8() const { return ___escapeChars_8; } inline CharU5BU5D_t3528271667** get_address_of_escapeChars_8() { return &___escapeChars_8; } inline void set_escapeChars_8(CharU5BU5D_t3528271667* value) { ___escapeChars_8 = value; Il2CppCodeGenWriteBarrier((&___escapeChars_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XATTRIBUTE_T355876829_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef XNODE_T716131460_H #define XNODE_T716131460_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XNode struct XNode_t716131460 : public XObject_t1119084474 { public: // System.Xml.Linq.XNode System.Xml.Linq.XNode::previous XNode_t716131460 * ___previous_5; // System.Xml.Linq.XNode System.Xml.Linq.XNode::next XNode_t716131460 * ___next_6; public: inline static int32_t get_offset_of_previous_5() { return static_cast(offsetof(XNode_t716131460, ___previous_5)); } inline XNode_t716131460 * get_previous_5() const { return ___previous_5; } inline XNode_t716131460 ** get_address_of_previous_5() { return &___previous_5; } inline void set_previous_5(XNode_t716131460 * value) { ___previous_5 = value; Il2CppCodeGenWriteBarrier((&___previous_5), value); } inline static int32_t get_offset_of_next_6() { return static_cast(offsetof(XNode_t716131460, ___next_6)); } inline XNode_t716131460 * get_next_6() const { return ___next_6; } inline XNode_t716131460 ** get_address_of_next_6() { return &___next_6; } inline void set_next_6(XNode_t716131460 * value) { ___next_6 = value; Il2CppCodeGenWriteBarrier((&___next_6), value); } }; struct XNode_t716131460_StaticFields { public: // System.Xml.Linq.XNodeEqualityComparer System.Xml.Linq.XNode::eq_comparer XNodeEqualityComparer_t35321779 * ___eq_comparer_3; // System.Xml.Linq.XNodeDocumentOrderComparer System.Xml.Linq.XNode::order_comparer XNodeDocumentOrderComparer_t3558329258 * ___order_comparer_4; public: inline static int32_t get_offset_of_eq_comparer_3() { return static_cast(offsetof(XNode_t716131460_StaticFields, ___eq_comparer_3)); } inline XNodeEqualityComparer_t35321779 * get_eq_comparer_3() const { return ___eq_comparer_3; } inline XNodeEqualityComparer_t35321779 ** get_address_of_eq_comparer_3() { return &___eq_comparer_3; } inline void set_eq_comparer_3(XNodeEqualityComparer_t35321779 * value) { ___eq_comparer_3 = value; Il2CppCodeGenWriteBarrier((&___eq_comparer_3), value); } inline static int32_t get_offset_of_order_comparer_4() { return static_cast(offsetof(XNode_t716131460_StaticFields, ___order_comparer_4)); } inline XNodeDocumentOrderComparer_t3558329258 * get_order_comparer_4() const { return ___order_comparer_4; } inline XNodeDocumentOrderComparer_t3558329258 ** get_address_of_order_comparer_4() { return &___order_comparer_4; } inline void set_order_comparer_4(XNodeDocumentOrderComparer_t3558329258 * value) { ___order_comparer_4 = value; Il2CppCodeGenWriteBarrier((&___order_comparer_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XNODE_T716131460_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef XPROCESSINGINSTRUCTION_T2943691487_H #define XPROCESSINGINSTRUCTION_T2943691487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XProcessingInstruction struct XProcessingInstruction_t2943691487 : public XNode_t716131460 { public: // System.String System.Xml.Linq.XProcessingInstruction::name String_t* ___name_7; // System.String System.Xml.Linq.XProcessingInstruction::data String_t* ___data_8; public: inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(XProcessingInstruction_t2943691487, ___name_7)); } inline String_t* get_name_7() const { return ___name_7; } inline String_t** get_address_of_name_7() { return &___name_7; } inline void set_name_7(String_t* value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((&___name_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(XProcessingInstruction_t2943691487, ___data_8)); } inline String_t* get_data_8() const { return ___data_8; } inline String_t** get_address_of_data_8() { return &___data_8; } inline void set_data_8(String_t* value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPROCESSINGINSTRUCTION_T2943691487_H #ifndef NAMESPACEHANDLING_T4087553436_H #define NAMESPACEHANDLING_T4087553436_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.NamespaceHandling struct NamespaceHandling_t4087553436 { public: // System.Int32 System.Xml.NamespaceHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NamespaceHandling_t4087553436, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMESPACEHANDLING_T4087553436_H #ifndef XMLOUTPUTMETHOD_T2185361861_H #define XMLOUTPUTMETHOD_T2185361861_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlOutputMethod struct XmlOutputMethod_t2185361861 { public: // System.Int32 System.Xml.XmlOutputMethod::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlOutputMethod_t2185361861, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLOUTPUTMETHOD_T2185361861_H #ifndef TYPECODE_T2987224087_H #define TYPECODE_T2987224087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TypeCode struct TypeCode_t2987224087 { public: // System.Int32 System.TypeCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TypeCode_t2987224087, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPECODE_T2987224087_H #ifndef XMLDATETIMESERIALIZATIONMODE_T1214355817_H #define XMLDATETIMESERIALIZATIONMODE_T1214355817_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDateTimeSerializationMode struct XmlDateTimeSerializationMode_t1214355817 { public: // System.Int32 System.Xml.XmlDateTimeSerializationMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlDateTimeSerializationMode_t1214355817, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDATETIMESERIALIZATIONMODE_T1214355817_H #ifndef SAVEOPTIONS_T2609998520_H #define SAVEOPTIONS_T2609998520_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.SaveOptions struct SaveOptions_t2609998520 { public: // System.Int32 System.Xml.Linq.SaveOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SaveOptions_t2609998520, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SAVEOPTIONS_T2609998520_H #ifndef NEWLINEHANDLING_T850339274_H #define NEWLINEHANDLING_T850339274_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.NewLineHandling struct NewLineHandling_t850339274 { public: // System.Int32 System.Xml.NewLineHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NewLineHandling_t850339274, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NEWLINEHANDLING_T850339274_H #ifndef STREAMINGCONTEXTSTATES_T3580100459_H #define STREAMINGCONTEXTSTATES_T3580100459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t3580100459 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StreamingContextStates_t3580100459, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMINGCONTEXTSTATES_T3580100459_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255367_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255367_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255367 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255367_StaticFields { public: // /$ArrayType$16 ::$$field-0 U24ArrayTypeU2416_t3254766647 ___U24U24fieldU2D0_0; public: inline static int32_t get_offset_of_U24U24fieldU2D0_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255367_StaticFields, ___U24U24fieldU2D0_0)); } inline U24ArrayTypeU2416_t3254766647 get_U24U24fieldU2D0_0() const { return ___U24U24fieldU2D0_0; } inline U24ArrayTypeU2416_t3254766647 * get_address_of_U24U24fieldU2D0_0() { return &___U24U24fieldU2D0_0; } inline void set_U24U24fieldU2D0_0(U24ArrayTypeU2416_t3254766647 value) { ___U24U24fieldU2D0_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255367_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t3027515415, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef XMLNODETYPE_T1672767151_H #define XMLNODETYPE_T1672767151_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeType struct XmlNodeType_t1672767151 { public: // System.Int32 System.Xml.XmlNodeType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlNodeType_t1672767151, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODETYPE_T1672767151_H #ifndef INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_H #ifndef XDOCUMENTTYPE_T1853592271_H #define XDOCUMENTTYPE_T1853592271_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XDocumentType struct XDocumentType_t1853592271 : public XNode_t716131460 { public: // System.String System.Xml.Linq.XDocumentType::name String_t* ___name_7; // System.String System.Xml.Linq.XDocumentType::pubid String_t* ___pubid_8; // System.String System.Xml.Linq.XDocumentType::sysid String_t* ___sysid_9; // System.String System.Xml.Linq.XDocumentType::intSubset String_t* ___intSubset_10; public: inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(XDocumentType_t1853592271, ___name_7)); } inline String_t* get_name_7() const { return ___name_7; } inline String_t** get_address_of_name_7() { return &___name_7; } inline void set_name_7(String_t* value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((&___name_7), value); } inline static int32_t get_offset_of_pubid_8() { return static_cast(offsetof(XDocumentType_t1853592271, ___pubid_8)); } inline String_t* get_pubid_8() const { return ___pubid_8; } inline String_t** get_address_of_pubid_8() { return &___pubid_8; } inline void set_pubid_8(String_t* value) { ___pubid_8 = value; Il2CppCodeGenWriteBarrier((&___pubid_8), value); } inline static int32_t get_offset_of_sysid_9() { return static_cast(offsetof(XDocumentType_t1853592271, ___sysid_9)); } inline String_t* get_sysid_9() const { return ___sysid_9; } inline String_t** get_address_of_sysid_9() { return &___sysid_9; } inline void set_sysid_9(String_t* value) { ___sysid_9 = value; Il2CppCodeGenWriteBarrier((&___sysid_9), value); } inline static int32_t get_offset_of_intSubset_10() { return static_cast(offsetof(XDocumentType_t1853592271, ___intSubset_10)); } inline String_t* get_intSubset_10() const { return ___intSubset_10; } inline String_t** get_address_of_intSubset_10() { return &___intSubset_10; } inline void set_intSubset_10(String_t* value) { ___intSubset_10 = value; Il2CppCodeGenWriteBarrier((&___intSubset_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XDOCUMENTTYPE_T1853592271_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef XCONTAINER_T3387731002_H #define XCONTAINER_T3387731002_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XContainer struct XContainer_t3387731002 : public XNode_t716131460 { public: // System.Xml.Linq.XNode System.Xml.Linq.XContainer::first XNode_t716131460 * ___first_7; // System.Xml.Linq.XNode System.Xml.Linq.XContainer::last XNode_t716131460 * ___last_8; public: inline static int32_t get_offset_of_first_7() { return static_cast(offsetof(XContainer_t3387731002, ___first_7)); } inline XNode_t716131460 * get_first_7() const { return ___first_7; } inline XNode_t716131460 ** get_address_of_first_7() { return &___first_7; } inline void set_first_7(XNode_t716131460 * value) { ___first_7 = value; Il2CppCodeGenWriteBarrier((&___first_7), value); } inline static int32_t get_offset_of_last_8() { return static_cast(offsetof(XContainer_t3387731002, ___last_8)); } inline XNode_t716131460 * get_last_8() const { return ___last_8; } inline XNode_t716131460 ** get_address_of_last_8() { return &___last_8; } inline void set_last_8(XNode_t716131460 * value) { ___last_8 = value; Il2CppCodeGenWriteBarrier((&___last_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XCONTAINER_T3387731002_H #ifndef XCOMMENT_T1832251191_H #define XCOMMENT_T1832251191_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XComment struct XComment_t1832251191 : public XNode_t716131460 { public: // System.String System.Xml.Linq.XComment::value String_t* ___value_7; public: inline static int32_t get_offset_of_value_7() { return static_cast(offsetof(XComment_t1832251191, ___value_7)); } inline String_t* get_value_7() const { return ___value_7; } inline String_t** get_address_of_value_7() { return &___value_7; } inline void set_value_7(String_t* value) { ___value_7 = value; Il2CppCodeGenWriteBarrier((&___value_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XCOMMENT_T1832251191_H #ifndef RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t1871169219, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef COMPARERESULT_T200929839_H #define COMPARERESULT_T200929839_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XNodeDocumentOrderComparer/CompareResult struct CompareResult_t200929839 { public: // System.Int32 System.Xml.Linq.XNodeDocumentOrderComparer/CompareResult::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CompareResult_t200929839, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARERESULT_T200929839_H #ifndef XTEXT_T1448860321_H #define XTEXT_T1448860321_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XText struct XText_t1448860321 : public XNode_t716131460 { public: // System.String System.Xml.Linq.XText::value String_t* ___value_7; public: inline static int32_t get_offset_of_value_7() { return static_cast(offsetof(XText_t1448860321, ___value_7)); } inline String_t* get_value_7() const { return ___value_7; } inline String_t** get_address_of_value_7() { return &___value_7; } inline void set_value_7(String_t* value) { ___value_7 = value; Il2CppCodeGenWriteBarrier((&___value_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XTEXT_T1448860321_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef CONFORMANCELEVEL_T3899847875_H #define CONFORMANCELEVEL_T3899847875_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.ConformanceLevel struct ConformanceLevel_t3899847875 { public: // System.Int32 System.Xml.ConformanceLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConformanceLevel_t3899847875, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFORMANCELEVEL_T3899847875_H #ifndef XCDATA_T832623270_H #define XCDATA_T832623270_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XCData struct XCData_t832623270 : public XText_t1448860321 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XCDATA_T832623270_H #ifndef DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_H #ifndef STREAMINGCONTEXT_T3711869237_H #define STREAMINGCONTEXT_T3711869237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237 { public: // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::state int32_t ___state_0; // System.Object System.Runtime.Serialization.StreamingContext::additional RuntimeObject * ___additional_1; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(StreamingContext_t3711869237, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } inline static int32_t get_offset_of_additional_1() { return static_cast(offsetof(StreamingContext_t3711869237, ___additional_1)); } inline RuntimeObject * get_additional_1() const { return ___additional_1; } inline RuntimeObject ** get_address_of_additional_1() { return &___additional_1; } inline void set_additional_1(RuntimeObject * value) { ___additional_1 = value; Il2CppCodeGenWriteBarrier((&___additional_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_pinvoke { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_com { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; #endif // STREAMINGCONTEXT_T3711869237_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef XMLWRITERSETTINGS_T3314986516_H #define XMLWRITERSETTINGS_T3314986516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlWriterSettings struct XmlWriterSettings_t3314986516 : public RuntimeObject { public: // System.Boolean System.Xml.XmlWriterSettings::checkCharacters bool ___checkCharacters_0; // System.Boolean System.Xml.XmlWriterSettings::closeOutput bool ___closeOutput_1; // System.Xml.ConformanceLevel System.Xml.XmlWriterSettings::conformance int32_t ___conformance_2; // System.Text.Encoding System.Xml.XmlWriterSettings::encoding Encoding_t1523322056 * ___encoding_3; // System.Boolean System.Xml.XmlWriterSettings::indent bool ___indent_4; // System.String System.Xml.XmlWriterSettings::indentChars String_t* ___indentChars_5; // System.String System.Xml.XmlWriterSettings::newLineChars String_t* ___newLineChars_6; // System.Boolean System.Xml.XmlWriterSettings::newLineOnAttributes bool ___newLineOnAttributes_7; // System.Xml.NewLineHandling System.Xml.XmlWriterSettings::newLineHandling int32_t ___newLineHandling_8; // System.Boolean System.Xml.XmlWriterSettings::omitXmlDeclaration bool ___omitXmlDeclaration_9; // System.Xml.XmlOutputMethod System.Xml.XmlWriterSettings::outputMethod int32_t ___outputMethod_10; // System.Xml.NamespaceHandling System.Xml.XmlWriterSettings::k__BackingField int32_t ___U3CNamespaceHandlingU3Ek__BackingField_11; public: inline static int32_t get_offset_of_checkCharacters_0() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___checkCharacters_0)); } inline bool get_checkCharacters_0() const { return ___checkCharacters_0; } inline bool* get_address_of_checkCharacters_0() { return &___checkCharacters_0; } inline void set_checkCharacters_0(bool value) { ___checkCharacters_0 = value; } inline static int32_t get_offset_of_closeOutput_1() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___closeOutput_1)); } inline bool get_closeOutput_1() const { return ___closeOutput_1; } inline bool* get_address_of_closeOutput_1() { return &___closeOutput_1; } inline void set_closeOutput_1(bool value) { ___closeOutput_1 = value; } inline static int32_t get_offset_of_conformance_2() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___conformance_2)); } inline int32_t get_conformance_2() const { return ___conformance_2; } inline int32_t* get_address_of_conformance_2() { return &___conformance_2; } inline void set_conformance_2(int32_t value) { ___conformance_2 = value; } inline static int32_t get_offset_of_encoding_3() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___encoding_3)); } inline Encoding_t1523322056 * get_encoding_3() const { return ___encoding_3; } inline Encoding_t1523322056 ** get_address_of_encoding_3() { return &___encoding_3; } inline void set_encoding_3(Encoding_t1523322056 * value) { ___encoding_3 = value; Il2CppCodeGenWriteBarrier((&___encoding_3), value); } inline static int32_t get_offset_of_indent_4() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___indent_4)); } inline bool get_indent_4() const { return ___indent_4; } inline bool* get_address_of_indent_4() { return &___indent_4; } inline void set_indent_4(bool value) { ___indent_4 = value; } inline static int32_t get_offset_of_indentChars_5() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___indentChars_5)); } inline String_t* get_indentChars_5() const { return ___indentChars_5; } inline String_t** get_address_of_indentChars_5() { return &___indentChars_5; } inline void set_indentChars_5(String_t* value) { ___indentChars_5 = value; Il2CppCodeGenWriteBarrier((&___indentChars_5), value); } inline static int32_t get_offset_of_newLineChars_6() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___newLineChars_6)); } inline String_t* get_newLineChars_6() const { return ___newLineChars_6; } inline String_t** get_address_of_newLineChars_6() { return &___newLineChars_6; } inline void set_newLineChars_6(String_t* value) { ___newLineChars_6 = value; Il2CppCodeGenWriteBarrier((&___newLineChars_6), value); } inline static int32_t get_offset_of_newLineOnAttributes_7() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___newLineOnAttributes_7)); } inline bool get_newLineOnAttributes_7() const { return ___newLineOnAttributes_7; } inline bool* get_address_of_newLineOnAttributes_7() { return &___newLineOnAttributes_7; } inline void set_newLineOnAttributes_7(bool value) { ___newLineOnAttributes_7 = value; } inline static int32_t get_offset_of_newLineHandling_8() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___newLineHandling_8)); } inline int32_t get_newLineHandling_8() const { return ___newLineHandling_8; } inline int32_t* get_address_of_newLineHandling_8() { return &___newLineHandling_8; } inline void set_newLineHandling_8(int32_t value) { ___newLineHandling_8 = value; } inline static int32_t get_offset_of_omitXmlDeclaration_9() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___omitXmlDeclaration_9)); } inline bool get_omitXmlDeclaration_9() const { return ___omitXmlDeclaration_9; } inline bool* get_address_of_omitXmlDeclaration_9() { return &___omitXmlDeclaration_9; } inline void set_omitXmlDeclaration_9(bool value) { ___omitXmlDeclaration_9 = value; } inline static int32_t get_offset_of_outputMethod_10() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___outputMethod_10)); } inline int32_t get_outputMethod_10() const { return ___outputMethod_10; } inline int32_t* get_address_of_outputMethod_10() { return &___outputMethod_10; } inline void set_outputMethod_10(int32_t value) { ___outputMethod_10 = value; } inline static int32_t get_offset_of_U3CNamespaceHandlingU3Ek__BackingField_11() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___U3CNamespaceHandlingU3Ek__BackingField_11)); } inline int32_t get_U3CNamespaceHandlingU3Ek__BackingField_11() const { return ___U3CNamespaceHandlingU3Ek__BackingField_11; } inline int32_t* get_address_of_U3CNamespaceHandlingU3Ek__BackingField_11() { return &___U3CNamespaceHandlingU3Ek__BackingField_11; } inline void set_U3CNamespaceHandlingU3Ek__BackingField_11(int32_t value) { ___U3CNamespaceHandlingU3Ek__BackingField_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLWRITERSETTINGS_T3314986516_H #ifndef ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_H #ifndef XELEMENT_T4185968754_H #define XELEMENT_T4185968754_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XElement struct XElement_t4185968754 : public XContainer_t3387731002 { public: // System.Xml.Linq.XName System.Xml.Linq.XElement::name XName_t3751455998 * ___name_10; // System.Xml.Linq.XAttribute System.Xml.Linq.XElement::attr_first XAttribute_t355876829 * ___attr_first_11; // System.Xml.Linq.XAttribute System.Xml.Linq.XElement::attr_last XAttribute_t355876829 * ___attr_last_12; // System.Boolean System.Xml.Linq.XElement::explicit_is_empty bool ___explicit_is_empty_13; public: inline static int32_t get_offset_of_name_10() { return static_cast(offsetof(XElement_t4185968754, ___name_10)); } inline XName_t3751455998 * get_name_10() const { return ___name_10; } inline XName_t3751455998 ** get_address_of_name_10() { return &___name_10; } inline void set_name_10(XName_t3751455998 * value) { ___name_10 = value; Il2CppCodeGenWriteBarrier((&___name_10), value); } inline static int32_t get_offset_of_attr_first_11() { return static_cast(offsetof(XElement_t4185968754, ___attr_first_11)); } inline XAttribute_t355876829 * get_attr_first_11() const { return ___attr_first_11; } inline XAttribute_t355876829 ** get_address_of_attr_first_11() { return &___attr_first_11; } inline void set_attr_first_11(XAttribute_t355876829 * value) { ___attr_first_11 = value; Il2CppCodeGenWriteBarrier((&___attr_first_11), value); } inline static int32_t get_offset_of_attr_last_12() { return static_cast(offsetof(XElement_t4185968754, ___attr_last_12)); } inline XAttribute_t355876829 * get_attr_last_12() const { return ___attr_last_12; } inline XAttribute_t355876829 ** get_address_of_attr_last_12() { return &___attr_last_12; } inline void set_attr_last_12(XAttribute_t355876829 * value) { ___attr_last_12 = value; Il2CppCodeGenWriteBarrier((&___attr_last_12), value); } inline static int32_t get_offset_of_explicit_is_empty_13() { return static_cast(offsetof(XElement_t4185968754, ___explicit_is_empty_13)); } inline bool get_explicit_is_empty_13() const { return ___explicit_is_empty_13; } inline bool* get_address_of_explicit_is_empty_13() { return &___explicit_is_empty_13; } inline void set_explicit_is_empty_13(bool value) { ___explicit_is_empty_13 = value; } }; struct XElement_t4185968754_StaticFields { public: // System.Collections.Generic.IEnumerable`1 System.Xml.Linq.XElement::emptySequence RuntimeObject* ___emptySequence_9; public: inline static int32_t get_offset_of_emptySequence_9() { return static_cast(offsetof(XElement_t4185968754_StaticFields, ___emptySequence_9)); } inline RuntimeObject* get_emptySequence_9() const { return ___emptySequence_9; } inline RuntimeObject** get_address_of_emptySequence_9() { return &___emptySequence_9; } inline void set_emptySequence_9(RuntimeObject* value) { ___emptySequence_9 = value; Il2CppCodeGenWriteBarrier((&___emptySequence_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XELEMENT_T4185968754_H #ifndef XDOCUMENT_T1376419702_H #define XDOCUMENT_T1376419702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Linq.XDocument struct XDocument_t1376419702 : public XContainer_t3387731002 { public: // System.Xml.Linq.XDeclaration System.Xml.Linq.XDocument::xmldecl XDeclaration_t2907650823 * ___xmldecl_9; public: inline static int32_t get_offset_of_xmldecl_9() { return static_cast(offsetof(XDocument_t1376419702, ___xmldecl_9)); } inline XDeclaration_t2907650823 * get_xmldecl_9() const { return ___xmldecl_9; } inline XDeclaration_t2907650823 ** get_address_of_xmldecl_9() { return &___xmldecl_9; } inline void set_xmldecl_9(XDeclaration_t2907650823 * value) { ___xmldecl_9 = value; Il2CppCodeGenWriteBarrier((&___xmldecl_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XDOCUMENT_T1376419702_H #ifndef DATETIMEOFFSET_T3229287507_H #define DATETIMEOFFSET_T3229287507_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeOffset struct DateTimeOffset_t3229287507 { public: // System.DateTime System.DateTimeOffset::dt DateTime_t3738529785 ___dt_2; // System.TimeSpan System.DateTimeOffset::utc_offset TimeSpan_t881159249 ___utc_offset_3; public: inline static int32_t get_offset_of_dt_2() { return static_cast(offsetof(DateTimeOffset_t3229287507, ___dt_2)); } inline DateTime_t3738529785 get_dt_2() const { return ___dt_2; } inline DateTime_t3738529785 * get_address_of_dt_2() { return &___dt_2; } inline void set_dt_2(DateTime_t3738529785 value) { ___dt_2 = value; } inline static int32_t get_offset_of_utc_offset_3() { return static_cast(offsetof(DateTimeOffset_t3229287507, ___utc_offset_3)); } inline TimeSpan_t881159249 get_utc_offset_3() const { return ___utc_offset_3; } inline TimeSpan_t881159249 * get_address_of_utc_offset_3() { return &___utc_offset_3; } inline void set_utc_offset_3(TimeSpan_t881159249 value) { ___utc_offset_3 = value; } }; struct DateTimeOffset_t3229287507_StaticFields { public: // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t3229287507 ___MaxValue_0; // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t3229287507 ___MinValue_1; public: inline static int32_t get_offset_of_MaxValue_0() { return static_cast(offsetof(DateTimeOffset_t3229287507_StaticFields, ___MaxValue_0)); } inline DateTimeOffset_t3229287507 get_MaxValue_0() const { return ___MaxValue_0; } inline DateTimeOffset_t3229287507 * get_address_of_MaxValue_0() { return &___MaxValue_0; } inline void set_MaxValue_0(DateTimeOffset_t3229287507 value) { ___MaxValue_0 = value; } inline static int32_t get_offset_of_MinValue_1() { return static_cast(offsetof(DateTimeOffset_t3229287507_StaticFields, ___MinValue_1)); } inline DateTimeOffset_t3229287507 get_MinValue_1() const { return ___MinValue_1; } inline DateTimeOffset_t3229287507 * get_address_of_MinValue_1() { return &___MinValue_1; } inline void set_MinValue_1(DateTimeOffset_t3229287507 value) { ___MinValue_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEOFFSET_T3229287507_H // System.Xml.Linq.XAttribute[] struct XAttributeU5BU5D_t61111312 : public RuntimeArray { public: ALIGN_FIELD (8) XAttribute_t355876829 * m_Items[1]; public: inline XAttribute_t355876829 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XAttribute_t355876829 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, XAttribute_t355876829 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline XAttribute_t355876829 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XAttribute_t355876829 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XAttribute_t355876829 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_t1281789340 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m518943619_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3280774074_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3474379962_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Xml.Linq.XObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void XObject__ctor_m1122439361 (XObject_t1119084474 * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Xml.Linq.XName::op_Equality(System.Xml.Linq.XName,System.Xml.Linq.XName) extern "C" IL2CPP_METHOD_ATTR bool XName_op_Equality_m1536062490 (RuntimeObject * __this /* static, unused */, XName_t3751455998 * ___n10, XName_t3751455998 * ___n21, const RuntimeMethod* method); // System.Void System.Xml.Linq.XAttribute::SetValue(System.Object) extern "C" IL2CPP_METHOD_ATTR void XAttribute_SetValue_m2461411202 (XAttribute_t355876829 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeFieldHandle_t1871169219 p1, const RuntimeMethod* method); // System.Xml.Linq.XNamespace System.Xml.Linq.XName::get_Namespace() extern "C" IL2CPP_METHOD_ATTR XNamespace_t1843508170 * XName_get_Namespace_m4023955522 (XName_t3751455998 * __this, const RuntimeMethod* method); // System.Xml.Linq.XNamespace System.Xml.Linq.XNamespace::get_Xmlns() extern "C" IL2CPP_METHOD_ATTR XNamespace_t1843508170 * XNamespace_get_Xmlns_m2148974693 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Xml.Linq.XNamespace::op_Equality(System.Xml.Linq.XNamespace,System.Xml.Linq.XNamespace) extern "C" IL2CPP_METHOD_ATTR bool XNamespace_op_Equality_m3113830840 (RuntimeObject * __this /* static, unused */, XNamespace_t1843508170 * ___o10, XNamespace_t1843508170 * ___o21, const RuntimeMethod* method); // System.String System.Xml.Linq.XName::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XName_get_LocalName_m2163884361 (XName_t3751455998 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Xml.Linq.XNamespace System.Xml.Linq.XNamespace::get_None() extern "C" IL2CPP_METHOD_ATTR XNamespace_t1843508170 * XNamespace_get_None_m394397613 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Xml.Linq.XUtil::ToString(System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* XUtil_ToString_m783279265 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XName::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* XName_ToString_m2643581250 (XName_t3751455998 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m2323029521 (String_t* __this, CharU5BU5D_t3528271667* p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m3214161208 (StringBuilder_t * __this, String_t* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.String System.Text.StringBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_m3317489284 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XText::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XText__ctor_m2401333842 (XText_t1448860321 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XText::.ctor(System.Xml.Linq.XText) extern "C" IL2CPP_METHOD_ATTR void XText__ctor_m694960668 (XText_t1448860321 * __this, XText_t1448860321 * ___other0, const RuntimeMethod* method); // System.String System.Xml.Linq.XText::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XText_get_Value_m3622993421 (XText_t1448860321 * __this, const RuntimeMethod* method); // System.Void System.Xml.Linq.XNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void XNode__ctor_m2640711240 (XNode_t716131460 * __this, const RuntimeMethod* method); // System.Void System.Xml.Linq.XContainer::CheckChildType(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XContainer_CheckChildType_m4115270306 (XContainer_t3387731002 * __this, RuntimeObject * ___o0, bool ___addFirst1, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* p0, const RuntimeMethod* method); // System.Collections.IEnumerable System.Xml.Linq.XUtil::ExpandArray(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XUtil_ExpandArray_m1010524603 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Xml.Linq.XNode System.Xml.Linq.XUtil::ToNode(System.Object) extern "C" IL2CPP_METHOD_ATTR XNode_t716131460 * XUtil_ToNode_m1416248515 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XContainer::AddNode(System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR void XContainer_AddNode_m2842040036 (XContainer_t3387731002 * __this, XNode_t716131460 * ___n0, const RuntimeMethod* method); // System.Object System.Xml.Linq.XUtil::GetDetachedObject(System.Xml.Linq.XObject) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XUtil_GetDetachedObject_m3700365624 (RuntimeObject * __this /* static, unused */, XObject_t1119084474 * ___child0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XObject::SetOwner(System.Xml.Linq.XContainer) extern "C" IL2CPP_METHOD_ATTR void XObject_SetOwner_m1034455036 (XObject_t1119084474 * __this, XContainer_t3387731002 * ___node0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XNode::set_NextNode(System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR void XNode_set_NextNode_m2663856633 (XNode_t716131460 * __this, XNode_t716131460 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XNode::set_PreviousNode(System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR void XNode_set_PreviousNode_m4241906262 (XNode_t716131460 * __this, XNode_t716131460 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XContainer/c__Iterator1A::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CNodesU3Ec__Iterator1A__ctor_m1803409360 (U3CNodesU3Ec__Iterator1A_t2001237956 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Xml.Linq.XContainer/c__Iterator1A::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CNodesU3Ec__Iterator1A_System_Collections_Generic_IEnumerableU3CSystem_Xml_Linq_XNodeU3E_GetEnumerator_m581229554 (U3CNodesU3Ec__Iterator1A_t2001237956 * __this, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_m3023855514 (RuntimeObject * __this /* static, unused */, int32_t* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Xml.Linq.XNode System.Xml.Linq.XContainer::get_FirstNode() extern "C" IL2CPP_METHOD_ATTR XNode_t716131460 * XContainer_get_FirstNode_m540601710 (XContainer_t3387731002 * __this, const RuntimeMethod* method); // System.Xml.Linq.XNode System.Xml.Linq.XNode::get_NextNode() extern "C" IL2CPP_METHOD_ATTR XNode_t716131460 * XNode_get_NextNode_m2890561158 (XNode_t716131460 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1809518182 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* p0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XContainer::.ctor() extern "C" IL2CPP_METHOD_ATTR void XContainer__ctor_m2392412783 (XContainer_t3387731002 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Xml.Linq.XContainer::Nodes() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XContainer_Nodes_m2555830513 (XContainer_t3387731002 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDeclaration::get_Standalone() extern "C" IL2CPP_METHOD_ATTR String_t* XDeclaration_get_Standalone_m2365902379 (XDeclaration_t2907650823 * __this, const RuntimeMethod* method); // System.Void System.Xml.Linq.XDocument::VerifyAddedNode(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XDocument_VerifyAddedNode_m597051693 (XDocument_t1376419702 * __this, RuntimeObject * ___node0, bool ___addFirst1, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XDocument::ValidateWhitespace(System.String) extern "C" IL2CPP_METHOD_ATTR void XDocument_ValidateWhitespace_m2906834603 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Xml.Linq.XDocumentType System.Xml.Linq.XDocument::get_DocumentType() extern "C" IL2CPP_METHOD_ATTR XDocumentType_t1853592271 * XDocument_get_DocumentType_m3980618089 (XDocument_t1376419702 * __this, const RuntimeMethod* method); // System.Xml.Linq.XElement System.Xml.Linq.XDocument::get_Root() extern "C" IL2CPP_METHOD_ATTR XElement_t4185968754 * XDocument_get_Root_m2125125051 (XDocument_t1376419702 * __this, const RuntimeMethod* method); // System.Xml.Linq.XDocument System.Xml.Linq.XObject::get_Document() extern "C" IL2CPP_METHOD_ATTR XDocument_t1376419702 * XObject_get_Document_m407246325 (XObject_t1119084474 * __this, const RuntimeMethod* method); // System.Xml.Linq.XName System.Xml.Linq.XElement::get_Name() extern "C" IL2CPP_METHOD_ATTR XName_t3751455998 * XElement_get_Name_m619912033 (XElement_t4185968754 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Xml.Linq.XElement::Attributes() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XElement_Attributes_m3055649957 (XElement_t4185968754 * __this, const RuntimeMethod* method); // System.Void System.Xml.Linq.XContainer::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR void XContainer_Add_m3329748841 (XContainer_t3387731002 * __this, RuntimeObject * ___content0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m3266408214(__this, method) (( void (*) (List_1_t1363076200 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.String System.Xml.Linq.XElement::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XElement_get_Value_m2366324488 (XElement_t4185968754 * __this, const RuntimeMethod* method); // System.Void System.Xml.Linq.XElement/c__Iterator20::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CAttributesU3Ec__Iterator20__ctor_m29640648 (U3CAttributesU3Ec__Iterator20_t3836567394 * __this, const RuntimeMethod* method); // System.Void System.Xml.Linq.XAttribute::set_NextAttribute(System.Xml.Linq.XAttribute) extern "C" IL2CPP_METHOD_ATTR void XAttribute_set_NextAttribute_m3918303899 (XAttribute_t355876829 * __this, XAttribute_t355876829 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XAttribute::set_PreviousAttribute(System.Xml.Linq.XAttribute) extern "C" IL2CPP_METHOD_ATTR void XAttribute_set_PreviousAttribute_m4080792654 (XAttribute_t355876829 * __this, XAttribute_t355876829 * ___value0, const RuntimeMethod* method); // System.String System.Xml.Linq.XName::get_NamespaceName() extern "C" IL2CPP_METHOD_ATTR String_t* XName_get_NamespaceName_m1113219825 (XName_t3751455998 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XNamespace::get_NamespaceName() extern "C" IL2CPP_METHOD_ATTR String_t* XNamespace_get_NamespaceName_m2952101840 (XNamespace_t1843508170 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Linq.XAttribute::get_IsNamespaceDeclaration() extern "C" IL2CPP_METHOD_ATTR bool XAttribute_get_IsNamespaceDeclaration_m3726745643 (XAttribute_t355876829 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XAttribute::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XAttribute_get_Value_m822045865 (XAttribute_t355876829 * __this, const RuntimeMethod* method); // System.Xml.Linq.XName System.Xml.Linq.XAttribute::get_Name() extern "C" IL2CPP_METHOD_ATTR XName_t3751455998 * XAttribute_get_Name_m2178653462 (XAttribute_t355876829 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteAttributeString(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteAttributeString_m2341773285 (XmlWriter_t127905479 * __this, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteAttributeString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteAttributeString_m3906092358 (XmlWriter_t127905479 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteAttributeString(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteAttributeString_m2453032990 (XmlWriter_t127905479 * __this, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.Xml.Linq.XNamespace System.Xml.Linq.XNamespace::Get(System.String) extern "C" IL2CPP_METHOD_ATTR XNamespace_t1843508170 * XNamespace_Get_m9299589 (RuntimeObject * __this /* static, unused */, String_t* ___uri0, const RuntimeMethod* method); // System.Xml.Linq.XElement System.Xml.Linq.XObject::get_Parent() extern "C" IL2CPP_METHOD_ATTR XElement_t4185968754 * XObject_get_Parent_m1531964362 (XObject_t1119084474 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Xml.Linq.XElement::GetPrefixOfNamespaceCore(System.Xml.Linq.XNamespace) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XElement_GetPrefixOfNamespaceCore_m942657601 (XElement_t4185968754 * __this, XNamespace_t1843508170 * ___ns0, const RuntimeMethod* method); // System.Xml.Linq.XNamespace System.Xml.Linq.XElement::GetNamespaceOfPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR XNamespace_t1843508170 * XElement_GetNamespaceOfPrefix_m544949661 (XElement_t4185968754 * __this, String_t* ___prefix0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XElement/c__Iterator23::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23__ctor_m3608323712 (U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Xml.Linq.XElement::SetAttributeObject(System.Xml.Linq.XAttribute) extern "C" IL2CPP_METHOD_ATTR void XElement_SetAttributeObject_m3047153873 (XElement_t4185968754 * __this, XAttribute_t355876829 * ___a0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Xml.Linq.XText::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void XText_set_Value_m1476704356 (XText_t1448860321 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Xml.Linq.XElement/c__Iterator20::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CAttributesU3Ec__Iterator20_System_Collections_Generic_IEnumerableU3CSystem_Xml_Linq_XAttributeU3E_GetEnumerator_m3913764316 (U3CAttributesU3Ec__Iterator20_t3836567394 * __this, const RuntimeMethod* method); // System.Xml.Linq.XAttribute System.Xml.Linq.XAttribute::get_NextAttribute() extern "C" IL2CPP_METHOD_ATTR XAttribute_t355876829 * XAttribute_get_NextAttribute_m3961459391 (XAttribute_t355876829 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Xml.Linq.XElement/c__Iterator23::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_System_Collections_Generic_IEnumerableU3CstringU3E_GetEnumerator_m2064117807 (U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m3155282843 (SerializationInfo_t950877179 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XName::ExpandName(System.String,System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR void XName_ExpandName_m1905105600 (RuntimeObject * __this /* static, unused */, String_t* ___expandedName0, String_t** ___local1, String_t** ___ns2, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::VerifyNCName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_m3085528481 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m2872281893 (SerializationInfo_t950877179 * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean System.Xml.Linq.XName::op_Inequality(System.Xml.Linq.XName,System.Xml.Linq.XName) extern "C" IL2CPP_METHOD_ATTR bool XName_op_Inequality_m457653385 (RuntimeObject * __this /* static, unused */, XName_t3751455998 * ___n10, XName_t3751455998 * ___n21, const RuntimeMethod* method); // System.Xml.Linq.XName System.Xml.Linq.XName::Get(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XName_t3751455998 * XName_Get_m1748475756 (RuntimeObject * __this /* static, unused */, String_t* ___localName0, String_t* ___namespaceName1, const RuntimeMethod* method); // System.Exception System.Xml.Linq.XName::ErrorInvalidExpandedName() extern "C" IL2CPP_METHOD_ATTR Exception_t * XName_ErrorInvalidExpandedName_m2834418701 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Xml.Linq.XName System.Xml.Linq.XNamespace::GetName(System.String) extern "C" IL2CPP_METHOD_ATTR XName_t3751455998 * XNamespace_GetName_m1445243739 (XNamespace_t1843508170 * __this, String_t* ___localName0, const RuntimeMethod* method); // System.Int32 System.String::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t String_GetHashCode_m1906374149 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.Xml.Linq.XNamespace::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t XNamespace_GetHashCode_m4127606670 (XNamespace_t1843508170 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Boolean System.Object::ReferenceEquals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_ReferenceEquals_m610702577 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Xml.Linq.XName System.Xml.Linq.XName::Get(System.String) extern "C" IL2CPP_METHOD_ATTR XName_t3751455998 * XName_Get_m1522378289 (RuntimeObject * __this /* static, unused */, String_t* ___expandedName0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4001013245(__this, method) (( void (*) (Dictionary_2_t1628764469 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Threading.Monitor::Enter(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m2249409497 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3551226368(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1628764469 *, String_t*, XNamespace_t1843508170 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Void System.Xml.Linq.XNamespace::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XNamespace__ctor_m1972467617 (XNamespace_t1843508170 * __this, String_t* ___namespaceName0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m2023143285(__this, p0, p1, method) (( void (*) (Dictionary_2_t1628764469 *, String_t*, XNamespace_t1843508170 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Void System.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m3585316909 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3533927825(__this, method) (( void (*) (Dictionary_2_t3536712297 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m384005654(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3536712297 *, String_t*, XName_t3751455998 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Void System.Xml.Linq.XName::.ctor(System.String,System.Xml.Linq.XNamespace) extern "C" IL2CPP_METHOD_ATTR void XName__ctor_m1224003870 (XName_t3751455998 * __this, String_t* ___local0, XNamespace_t1843508170 * ___ns1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m1059449987(__this, p0, p1, method) (( void (*) (Dictionary_2_t3536712297 *, String_t*, XName_t3751455998 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Boolean System.Xml.Linq.XNamespace::op_Inequality(System.Xml.Linq.XNamespace,System.Xml.Linq.XNamespace) extern "C" IL2CPP_METHOD_ATTR bool XNamespace_op_Inequality_m3269657107 (RuntimeObject * __this /* static, unused */, XNamespace_t1843508170 * ___o10, XNamespace_t1843508170 * ___o21, const RuntimeMethod* method); // System.Boolean System.Xml.Linq.XNamespace::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool XNamespace_Equals_m291863040 (XNamespace_t1843508170 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XNodeEqualityComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void XNodeEqualityComparer__ctor_m4167768991 (XNodeEqualityComparer_t35321779 * __this, const RuntimeMethod* method); // System.Void System.Xml.Linq.XNodeDocumentOrderComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void XNodeDocumentOrderComparer__ctor_m1254989908 (XNodeDocumentOrderComparer_t3558329258 * __this, const RuntimeMethod* method); // System.Void System.IO.StringWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringWriter__ctor_m1244548890 (StringWriter_t802263757 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlWriterSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlWriterSettings__ctor_m2465852079 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlWriterSettings::set_ConformanceLevel(System.Xml.ConformanceLevel) extern "C" IL2CPP_METHOD_ATTR void XmlWriterSettings_set_ConformanceLevel_m2379836262 (XmlWriterSettings_t3314986516 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Xml.XmlWriterSettings::set_Indent(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlWriterSettings_set_Indent_m2801213143 (XmlWriterSettings_t3314986516 * __this, bool p0, const RuntimeMethod* method); // System.Xml.XmlWriter System.Xml.XmlWriter::Create(System.IO.TextWriter,System.Xml.XmlWriterSettings) extern "C" IL2CPP_METHOD_ATTR XmlWriter_t127905479 * XmlWriter_Create_m1754013770 (RuntimeObject * __this /* static, unused */, TextWriter_t3478189236 * p0, XmlWriterSettings_t3314986516 * p1, const RuntimeMethod* method); // System.Void System.Xml.Linq.XContainer::set_FirstNode(System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR void XContainer_set_FirstNode_m2944879952 (XContainer_t3387731002 * __this, XNode_t716131460 * ___value0, const RuntimeMethod* method); // System.Xml.Linq.XNode System.Xml.Linq.XContainer::get_LastNode() extern "C" IL2CPP_METHOD_ATTR XNode_t716131460 * XContainer_get_LastNode_m743769697 (XContainer_t3387731002 * __this, const RuntimeMethod* method); // System.Void System.Xml.Linq.XContainer::set_LastNode(System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR void XContainer_set_LastNode_m1576286215 (XContainer_t3387731002 * __this, XNode_t716131460 * ___value0, const RuntimeMethod* method); // System.String System.Xml.Linq.XNode::ToString(System.Xml.Linq.SaveOptions) extern "C" IL2CPP_METHOD_ATTR String_t* XNode_ToString_m3816148259 (XNode_t716131460 * __this, int32_t ___options0, const RuntimeMethod* method); // System.Int32 System.Xml.Linq.XNodeDocumentOrderComparer::Compare(System.Xml.Linq.XNode,System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR int32_t XNodeDocumentOrderComparer_Compare_m2530632105 (XNodeDocumentOrderComparer_t3558329258 * __this, XNode_t716131460 * ___n10, XNode_t716131460 * ___n21, const RuntimeMethod* method); // System.Xml.Linq.XNodeDocumentOrderComparer/CompareResult System.Xml.Linq.XNodeDocumentOrderComparer::CompareCore(System.Xml.Linq.XNode,System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR int32_t XNodeDocumentOrderComparer_CompareCore_m1650160920 (XNodeDocumentOrderComparer_t3558329258 * __this, XNode_t716131460 * ___n10, XNode_t716131460 * ___n21, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Now_m1277138875 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int64 System.DateTime::get_Ticks() extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m1550640881 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Xml.Linq.XContainer System.Xml.Linq.XObject::get_Owner() extern "C" IL2CPP_METHOD_ATTR XContainer_t3387731002 * XObject_get_Owner_m1271595353 (XObject_t1119084474 * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* p0, const RuntimeMethod* method); // System.Xml.Linq.XNodeDocumentOrderComparer/CompareResult System.Xml.Linq.XNodeDocumentOrderComparer::CompareSibling(System.Xml.Linq.XNode,System.Xml.Linq.XNode,System.Xml.Linq.XNodeDocumentOrderComparer/CompareResult) extern "C" IL2CPP_METHOD_ATTR int32_t XNodeDocumentOrderComparer_CompareSibling_m1018603538 (XNodeDocumentOrderComparer_t3558329258 * __this, XNode_t716131460 * ___n10, XNode_t716131460 * ___n21, int32_t ___forSameValue2, const RuntimeMethod* method); // System.Boolean System.Xml.Linq.XNodeEqualityComparer::Equals(System.Xml.Linq.XNode,System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR bool XNodeEqualityComparer_Equals_m2579228723 (XNodeEqualityComparer_t35321779 * __this, XNode_t716131460 * ___n10, XNode_t716131460 * ___n21, const RuntimeMethod* method); // System.Int32 System.Xml.Linq.XNodeEqualityComparer::GetHashCode(System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR int32_t XNodeEqualityComparer_GetHashCode_m3507126661 (XNodeEqualityComparer_t35321779 * __this, XNode_t716131460 * ___node0, const RuntimeMethod* method); // System.Xml.Linq.XDeclaration System.Xml.Linq.XDocument::get_Declaration() extern "C" IL2CPP_METHOD_ATTR XDeclaration_t2907650823 * XDocument_get_Declaration_m925992014 (XDocument_t1376419702 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Linq.XNodeEqualityComparer::Equals(System.Xml.Linq.XDeclaration,System.Xml.Linq.XDeclaration) extern "C" IL2CPP_METHOD_ATTR bool XNodeEqualityComparer_Equals_m3547144307 (XNodeEqualityComparer_t35321779 * __this, XDeclaration_t2907650823 * ___d10, XDeclaration_t2907650823 * ___d21, const RuntimeMethod* method); // System.Boolean System.Xml.Linq.XNodeEqualityComparer::Equals(System.Xml.Linq.XAttribute,System.Xml.Linq.XAttribute) extern "C" IL2CPP_METHOD_ATTR bool XNodeEqualityComparer_Equals_m2348506353 (XNodeEqualityComparer_t35321779 * __this, XAttribute_t355876829 * ___a10, XAttribute_t355876829 * ___a21, const RuntimeMethod* method); // System.String System.Xml.Linq.XComment::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XComment_get_Value_m2341089205 (XComment_t1832251191 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XProcessingInstruction::get_Target() extern "C" IL2CPP_METHOD_ATTR String_t* XProcessingInstruction_get_Target_m1093269484 (XProcessingInstruction_t2943691487 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XProcessingInstruction::get_Data() extern "C" IL2CPP_METHOD_ATTR String_t* XProcessingInstruction_get_Data_m278879449 (XProcessingInstruction_t2943691487 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDocumentType::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XDocumentType_get_Name_m790980377 (XDocumentType_t1853592271 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDocumentType::get_PublicId() extern "C" IL2CPP_METHOD_ATTR String_t* XDocumentType_get_PublicId_m2737470277 (XDocumentType_t1853592271 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDocumentType::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* XDocumentType_get_SystemId_m3234814655 (XDocumentType_t1853592271 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDocumentType::get_InternalSubset() extern "C" IL2CPP_METHOD_ATTR String_t* XDocumentType_get_InternalSubset_m3319583102 (XDocumentType_t1853592271 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDeclaration::get_Version() extern "C" IL2CPP_METHOD_ATTR String_t* XDeclaration_get_Version_m3841412136 (XDeclaration_t2907650823 * __this, const RuntimeMethod* method); // System.String System.Xml.Linq.XDeclaration::get_Encoding() extern "C" IL2CPP_METHOD_ATTR String_t* XDeclaration_get_Encoding_m1349017164 (XDeclaration_t2907650823 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Linq.XNodeEqualityComparer::GetHashCode(System.Xml.Linq.XDeclaration) extern "C" IL2CPP_METHOD_ATTR int32_t XNodeEqualityComparer_GetHashCode_m2209212769 (XNodeEqualityComparer_t35321779 * __this, XDeclaration_t2907650823 * ___d0, const RuntimeMethod* method); // System.Int32 System.Xml.Linq.XName::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t XName_GetHashCode_m2555446476 (XName_t3751455998 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Linq.XObject::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XObject_get_LineNumber_m1404839056 (XObject_t1119084474 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Linq.XObject::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XObject_get_LinePosition_m2117800008 (XObject_t1119084474 * __this, const RuntimeMethod* method); // System.TypeCode System.Type::GetTypeCode(System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t Type_GetTypeCode_m480753082 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.DateTime,System.Xml.XmlDateTimeSerializationMode) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m1019655946 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, int32_t p1, const RuntimeMethod* method); // System.String System.Double::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Double_ToString_m896573572 (double* __this, String_t* p0, const RuntimeMethod* method); // System.String System.Single::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Single_ToString_m3489843083 (float* __this, String_t* p0, const RuntimeMethod* method); // System.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m2029374922 (String_t* __this, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m1102839109 (RuntimeObject * __this /* static, unused */, TimeSpan_t881159249 p0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.DateTimeOffset) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m158558848 (RuntimeObject * __this /* static, unused */, DateTimeOffset_t3229287507 p0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XUtil/c__Iterator25::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CExpandArrayU3Ec__Iterator25__ctor_m1292296129 (U3CExpandArrayU3Ec__Iterator25_t2040603384 * __this, const RuntimeMethod* method); // System.Object System.Xml.Linq.XUtil::Clone(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XUtil_Clone_m1389476390 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XAttribute::.ctor(System.Xml.Linq.XAttribute) extern "C" IL2CPP_METHOD_ATTR void XAttribute__ctor_m4086971032 (XAttribute_t355876829 * __this, XAttribute_t355876829 * ___other0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XElement::.ctor(System.Xml.Linq.XElement) extern "C" IL2CPP_METHOD_ATTR void XElement__ctor_m3926917909 (XElement_t4185968754 * __this, XElement_t4185968754 * ___source0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XCData::.ctor(System.Xml.Linq.XCData) extern "C" IL2CPP_METHOD_ATTR void XCData__ctor_m2021185271 (XCData_t832623270 * __this, XCData_t832623270 * ___other0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XComment::.ctor(System.Xml.Linq.XComment) extern "C" IL2CPP_METHOD_ATTR void XComment__ctor_m1691910914 (XComment_t1832251191 * __this, XComment_t1832251191 * ___other0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XProcessingInstruction::.ctor(System.Xml.Linq.XProcessingInstruction) extern "C" IL2CPP_METHOD_ATTR void XProcessingInstruction__ctor_m1711994690 (XProcessingInstruction_t2943691487 * __this, XProcessingInstruction_t2943691487 * ___other0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XDeclaration::.ctor(System.Xml.Linq.XDeclaration) extern "C" IL2CPP_METHOD_ATTR void XDeclaration__ctor_m3840151100 (XDeclaration_t2907650823 * __this, XDeclaration_t2907650823 * ___other0, const RuntimeMethod* method); // System.Void System.Xml.Linq.XDocumentType::.ctor(System.Xml.Linq.XDocumentType) extern "C" IL2CPP_METHOD_ATTR void XDocumentType__ctor_m3958915516 (XDocumentType_t1853592271 * __this, XDocumentType_t1853592271 * ___other0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m3698743796 (ArgumentException_t132251570 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Xml.Linq.XUtil/c__Iterator25::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExpandArrayU3Ec__Iterator25_System_Collections_Generic_IEnumerableU3CobjectU3E_GetEnumerator_m1566941509 (U3CExpandArrayU3Ec__Iterator25_t2040603384 * __this, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XAttribute::.ctor(System.Xml.Linq.XAttribute) extern "C" IL2CPP_METHOD_ATTR void XAttribute__ctor_m4086971032 (XAttribute_t355876829 * __this, XAttribute_t355876829 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XAttribute__ctor_m4086971032_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XObject__ctor_m1122439361(__this, /*hidden argument*/NULL); XAttribute_t355876829 * L_0 = ___other0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2432405111, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XAttribute__ctor_m4086971032_RuntimeMethod_var); } IL_0017: { XAttribute_t355876829 * L_2 = ___other0; NullCheck(L_2); XName_t3751455998 * L_3 = L_2->get_name_4(); __this->set_name_4(L_3); XAttribute_t355876829 * L_4 = ___other0; NullCheck(L_4); String_t* L_5 = L_4->get_value_5(); __this->set_value_5(L_5); return; } } // System.Void System.Xml.Linq.XAttribute::.ctor(System.Xml.Linq.XName,System.Object) extern "C" IL2CPP_METHOD_ATTR void XAttribute__ctor_m2609633652 (XAttribute_t355876829 * __this, XName_t3751455998 * ___name0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XAttribute__ctor_m2609633652_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XObject__ctor_m1122439361(__this, /*hidden argument*/NULL); XName_t3751455998 * L_0 = ___name0; bool L_1 = XName_op_Equality_m1536062490(NULL /*static, unused*/, L_0, (XName_t3751455998 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,XAttribute__ctor_m2609633652_RuntimeMethod_var); } IL_001d: { XName_t3751455998 * L_3 = ___name0; __this->set_name_4(L_3); RuntimeObject * L_4 = ___value1; XAttribute_SetValue_m2461411202(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Linq.XAttribute::.cctor() extern "C" IL2CPP_METHOD_ATTR void XAttribute__cctor_m1388140072 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XAttribute__cctor_m1388140072_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((XAttribute_t355876829_StaticFields*)il2cpp_codegen_static_fields_for(XAttribute_t355876829_il2cpp_TypeInfo_var))->set_empty_array_3(((XAttributeU5BU5D_t61111312*)SZArrayNew(XAttributeU5BU5D_t61111312_il2cpp_TypeInfo_var, (uint32_t)0))); CharU5BU5D_t3528271667* L_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)7)); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255367____U24U24fieldU2D0_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((XAttribute_t355876829_StaticFields*)il2cpp_codegen_static_fields_for(XAttribute_t355876829_il2cpp_TypeInfo_var))->set_escapeChars_8(L_0); return; } } // System.Boolean System.Xml.Linq.XAttribute::get_IsNamespaceDeclaration() extern "C" IL2CPP_METHOD_ATTR bool XAttribute_get_IsNamespaceDeclaration_m3726745643 (XAttribute_t355876829 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XAttribute_get_IsNamespaceDeclaration_m3726745643_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; { XName_t3751455998 * L_0 = __this->get_name_4(); NullCheck(L_0); XNamespace_t1843508170 * L_1 = XName_get_Namespace_m4023955522(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); XNamespace_t1843508170 * L_2 = XNamespace_get_Xmlns_m2148974693(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_3 = XNamespace_op_Equality_m3113830840(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_004e; } } { XName_t3751455998 * L_4 = __this->get_name_4(); NullCheck(L_4); String_t* L_5 = XName_get_LocalName_m2163884361(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_6) { goto IL_004b; } } { XName_t3751455998 * L_7 = __this->get_name_4(); NullCheck(L_7); XNamespace_t1843508170 * L_8 = XName_get_Namespace_m4023955522(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); XNamespace_t1843508170 * L_9 = XNamespace_get_None_m394397613(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_10 = XNamespace_op_Equality_m3113830840(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); G_B4_0 = ((int32_t)(L_10)); goto IL_004c; } IL_004b: { G_B4_0 = 0; } IL_004c: { G_B6_0 = G_B4_0; goto IL_004f; } IL_004e: { G_B6_0 = 1; } IL_004f: { return (bool)G_B6_0; } } // System.Xml.Linq.XName System.Xml.Linq.XAttribute::get_Name() extern "C" IL2CPP_METHOD_ATTR XName_t3751455998 * XAttribute_get_Name_m2178653462 (XAttribute_t355876829 * __this, const RuntimeMethod* method) { { XName_t3751455998 * L_0 = __this->get_name_4(); return L_0; } } // System.Xml.Linq.XAttribute System.Xml.Linq.XAttribute::get_NextAttribute() extern "C" IL2CPP_METHOD_ATTR XAttribute_t355876829 * XAttribute_get_NextAttribute_m3961459391 (XAttribute_t355876829 * __this, const RuntimeMethod* method) { { XAttribute_t355876829 * L_0 = __this->get_next_6(); return L_0; } } // System.Void System.Xml.Linq.XAttribute::set_NextAttribute(System.Xml.Linq.XAttribute) extern "C" IL2CPP_METHOD_ATTR void XAttribute_set_NextAttribute_m3918303899 (XAttribute_t355876829 * __this, XAttribute_t355876829 * ___value0, const RuntimeMethod* method) { { XAttribute_t355876829 * L_0 = ___value0; __this->set_next_6(L_0); return; } } // System.Xml.XmlNodeType System.Xml.Linq.XAttribute::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XAttribute_get_NodeType_m2343038868 (XAttribute_t355876829 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Void System.Xml.Linq.XAttribute::set_PreviousAttribute(System.Xml.Linq.XAttribute) extern "C" IL2CPP_METHOD_ATTR void XAttribute_set_PreviousAttribute_m4080792654 (XAttribute_t355876829 * __this, XAttribute_t355876829 * ___value0, const RuntimeMethod* method) { { XAttribute_t355876829 * L_0 = ___value0; __this->set_previous_7(L_0); return; } } // System.String System.Xml.Linq.XAttribute::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XAttribute_get_Value_m822045865 (XAttribute_t355876829 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_value_5(); String_t* L_1 = XUtil_ToString_m783279265(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.Linq.XAttribute::SetValue(System.Object) extern "C" IL2CPP_METHOD_ATTR void XAttribute_SetValue_m2461411202 (XAttribute_t355876829 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XAttribute_SetValue_m2461411202_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XAttribute_SetValue_m2461411202_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___value0; String_t* L_3 = XUtil_ToString_m783279265(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); __this->set_value_5(L_3); return; } } // System.String System.Xml.Linq.XAttribute::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* XAttribute_ToString_m1941498034 (XAttribute_t355876829 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XAttribute_ToString_m1941498034_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; StringBuilder_t * L_1 = V_0; XName_t3751455998 * L_2 = __this->get_name_4(); NullCheck(L_2); String_t* L_3 = XName_ToString_m2643581250(L_2, /*hidden argument*/NULL); NullCheck(L_1); StringBuilder_Append_m1965104174(L_1, L_3, /*hidden argument*/NULL); StringBuilder_t * L_4 = V_0; NullCheck(L_4); StringBuilder_Append_m1965104174(L_4, _stringLiteral3450386323, /*hidden argument*/NULL); V_1 = 0; } IL_0026: { String_t* L_5 = __this->get_value_5(); IL2CPP_RUNTIME_CLASS_INIT(XAttribute_t355876829_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_6 = ((XAttribute_t355876829_StaticFields*)il2cpp_codegen_static_fields_for(XAttribute_t355876829_il2cpp_TypeInfo_var))->get_escapeChars_8(); int32_t L_7 = V_1; NullCheck(L_5); int32_t L_8 = String_IndexOfAny_m2323029521(L_5, L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; int32_t L_9 = V_2; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0086; } } { int32_t L_10 = V_1; if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0066; } } { StringBuilder_t * L_11 = V_0; String_t* L_12 = __this->get_value_5(); int32_t L_13 = V_1; String_t* L_14 = __this->get_value_5(); NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); int32_t L_16 = V_1; NullCheck(L_11); StringBuilder_Append_m3214161208(L_11, L_12, L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), /*hidden argument*/NULL); goto IL_0073; } IL_0066: { StringBuilder_t * L_17 = V_0; String_t* L_18 = __this->get_value_5(); NullCheck(L_17); StringBuilder_Append_m1965104174(L_17, L_18, /*hidden argument*/NULL); } IL_0073: { StringBuilder_t * L_19 = V_0; NullCheck(L_19); StringBuilder_Append_m1965104174(L_19, _stringLiteral3452614526, /*hidden argument*/NULL); StringBuilder_t * L_20 = V_0; NullCheck(L_20); String_t* L_21 = StringBuilder_ToString_m3317489284(L_20, /*hidden argument*/NULL); return L_21; } IL_0086: { StringBuilder_t * L_22 = V_0; String_t* L_23 = __this->get_value_5(); int32_t L_24 = V_1; int32_t L_25 = V_2; int32_t L_26 = V_1; NullCheck(L_22); StringBuilder_Append_m3214161208(L_22, L_23, L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_26)), /*hidden argument*/NULL); String_t* L_27 = __this->get_value_5(); int32_t L_28 = V_2; NullCheck(L_27); Il2CppChar L_29 = String_get_Chars_m2986988803(L_27, L_28, /*hidden argument*/NULL); V_3 = L_29; Il2CppChar L_30 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)9)))) { case 0: { goto IL_0151; } case 1: { goto IL_0140; } case 2: { goto IL_00c1; } case 3: { goto IL_00c1; } case 4: { goto IL_012f; } } } IL_00c1: { Il2CppChar L_31 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)((int32_t)60)))) { case 0: { goto IL_00fc; } case 1: { goto IL_00d6; } case 2: { goto IL_010d; } } } IL_00d6: { Il2CppChar L_32 = V_3; if ((((int32_t)L_32) == ((int32_t)((int32_t)34)))) { goto IL_011e; } } { Il2CppChar L_33 = V_3; if ((((int32_t)L_33) == ((int32_t)((int32_t)38)))) { goto IL_00eb; } } { goto IL_0162; } IL_00eb: { StringBuilder_t * L_34 = V_0; NullCheck(L_34); StringBuilder_Append_m1965104174(L_34, _stringLiteral735890526, /*hidden argument*/NULL); goto IL_0162; } IL_00fc: { StringBuilder_t * L_35 = V_0; NullCheck(L_35); StringBuilder_Append_m1965104174(L_35, _stringLiteral2598437568, /*hidden argument*/NULL); goto IL_0162; } IL_010d: { StringBuilder_t * L_36 = V_0; NullCheck(L_36); StringBuilder_Append_m1965104174(L_36, _stringLiteral2597716672, /*hidden argument*/NULL); goto IL_0162; } IL_011e: { StringBuilder_t * L_37 = V_0; NullCheck(L_37); StringBuilder_Append_m1965104174(L_37, _stringLiteral3987679165, /*hidden argument*/NULL); goto IL_0162; } IL_012f: { StringBuilder_t * L_38 = V_0; NullCheck(L_38); StringBuilder_Append_m1965104174(L_38, _stringLiteral1415199655, /*hidden argument*/NULL); goto IL_0162; } IL_0140: { StringBuilder_t * L_39 = V_0; NullCheck(L_39); StringBuilder_Append_m1965104174(L_39, _stringLiteral4136188839, /*hidden argument*/NULL); goto IL_0162; } IL_0151: { StringBuilder_t * L_40 = V_0; NullCheck(L_40); StringBuilder_Append_m1965104174(L_40, _stringLiteral3256957863, /*hidden argument*/NULL); goto IL_0162; } IL_0162: { int32_t L_41 = V_2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); goto IL_0026; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XCData::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XCData__ctor_m2121219684 (XCData_t832623270 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; XText__ctor_m2401333842(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Linq.XCData::.ctor(System.Xml.Linq.XCData) extern "C" IL2CPP_METHOD_ATTR void XCData__ctor_m2021185271 (XCData_t832623270 * __this, XCData_t832623270 * ___other0, const RuntimeMethod* method) { { XCData_t832623270 * L_0 = ___other0; XText__ctor_m694960668(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.XmlNodeType System.Xml.Linq.XCData::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XCData_get_NodeType_m709580419 (XCData_t832623270 * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } // System.Void System.Xml.Linq.XCData::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XCData_WriteTo_m381187891 (XCData_t832623270 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XCData_WriteTo_m381187891_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; XmlWriter_t127905479 * G_B14_0 = NULL; XmlWriter_t127905479 * G_B13_0 = NULL; String_t* G_B15_0 = NULL; XmlWriter_t127905479 * G_B15_1 = NULL; { V_0 = 0; V_1 = (StringBuilder_t *)NULL; V_2 = 0; goto IL_0079; } IL_000b: { String_t* L_0 = XText_get_Value_m3622993421(__this, /*hidden argument*/NULL); int32_t L_1 = V_2; NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)93))))) { goto IL_0075; } } { String_t* L_3 = XText_get_Value_m3622993421(__this, /*hidden argument*/NULL); int32_t L_4 = V_2; NullCheck(L_3); Il2CppChar L_5 = String_get_Chars_m2986988803(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)93))))) { goto IL_0075; } } { String_t* L_6 = XText_get_Value_m3622993421(__this, /*hidden argument*/NULL); int32_t L_7 = V_2; NullCheck(L_6); Il2CppChar L_8 = String_get_Chars_m2986988803(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2)), /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)62))))) { goto IL_0075; } } { StringBuilder_t * L_9 = V_1; if (L_9) { goto IL_0054; } } { StringBuilder_t * L_10 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_10, /*hidden argument*/NULL); V_1 = L_10; } IL_0054: { StringBuilder_t * L_11 = V_1; String_t* L_12 = XText_get_Value_m3622993421(__this, /*hidden argument*/NULL); int32_t L_13 = V_0; int32_t L_14 = V_2; int32_t L_15 = V_0; NullCheck(L_11); StringBuilder_Append_m3214161208(L_11, L_12, L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)), /*hidden argument*/NULL); StringBuilder_t * L_16 = V_1; NullCheck(L_16); StringBuilder_Append_m1965104174(L_16, _stringLiteral240589865, /*hidden argument*/NULL); int32_t L_17 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3)); } IL_0075: { int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0079: { int32_t L_19 = V_2; String_t* L_20 = XText_get_Value_m3622993421(__this, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); if ((((int32_t)L_19) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)2))))) { goto IL_000b; } } { int32_t L_22 = V_0; if (!L_22) { goto IL_00be; } } { int32_t L_23 = V_0; String_t* L_24 = XText_get_Value_m3622993421(__this, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = String_get_Length_m3847582255(L_24, /*hidden argument*/NULL); if ((((int32_t)L_23) == ((int32_t)L_25))) { goto IL_00be; } } { StringBuilder_t * L_26 = V_1; String_t* L_27 = XText_get_Value_m3622993421(__this, /*hidden argument*/NULL); int32_t L_28 = V_0; String_t* L_29 = XText_get_Value_m3622993421(__this, /*hidden argument*/NULL); NullCheck(L_29); int32_t L_30 = String_get_Length_m3847582255(L_29, /*hidden argument*/NULL); int32_t L_31 = V_0; NullCheck(L_26); StringBuilder_Append_m3214161208(L_26, L_27, L_28, ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/NULL); } IL_00be: { XmlWriter_t127905479 * L_32 = ___w0; StringBuilder_t * L_33 = V_1; G_B13_0 = L_32; if (L_33) { G_B14_0 = L_32; goto IL_00d0; } } { String_t* L_34 = XText_get_Value_m3622993421(__this, /*hidden argument*/NULL); G_B15_0 = L_34; G_B15_1 = G_B13_0; goto IL_00d6; } IL_00d0: { StringBuilder_t * L_35 = V_1; NullCheck(L_35); String_t* L_36 = StringBuilder_ToString_m3317489284(L_35, /*hidden argument*/NULL); G_B15_0 = L_36; G_B15_1 = G_B14_0; } IL_00d6: { NullCheck(G_B15_1); VirtActionInvoker1< String_t* >::Invoke(10 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, G_B15_1, G_B15_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XComment::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XComment__ctor_m2613070977 (XComment_t1832251191 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XComment__ctor_m2613070977_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XNode_t716131460_il2cpp_TypeInfo_var); XNode__ctor_m2640711240(__this, /*hidden argument*/NULL); String_t* L_0 = ___value0; __this->set_value_7(L_0); return; } } // System.Void System.Xml.Linq.XComment::.ctor(System.Xml.Linq.XComment) extern "C" IL2CPP_METHOD_ATTR void XComment__ctor_m1691910914 (XComment_t1832251191 * __this, XComment_t1832251191 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XComment__ctor_m1691910914_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XNode_t716131460_il2cpp_TypeInfo_var); XNode__ctor_m2640711240(__this, /*hidden argument*/NULL); XComment_t1832251191 * L_0 = ___other0; NullCheck(L_0); String_t* L_1 = L_0->get_value_7(); __this->set_value_7(L_1); return; } } // System.Xml.XmlNodeType System.Xml.Linq.XComment::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XComment_get_NodeType_m2774887594 (XComment_t1832251191 * __this, const RuntimeMethod* method) { { return (int32_t)(8); } } // System.String System.Xml.Linq.XComment::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XComment_get_Value_m2341089205 (XComment_t1832251191 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_value_7(); return L_0; } } // System.Void System.Xml.Linq.XComment::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XComment_WriteTo_m341824341 (XComment_t1832251191 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { XmlWriter_t127905479 * L_0 = ___w0; String_t* L_1 = __this->get_value_7(); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(11 /* System.Void System.Xml.XmlWriter::WriteComment(System.String) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XContainer::.ctor() extern "C" IL2CPP_METHOD_ATTR void XContainer__ctor_m2392412783 (XContainer_t3387731002 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XContainer__ctor_m2392412783_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XNode_t716131460_il2cpp_TypeInfo_var); XNode__ctor_m2640711240(__this, /*hidden argument*/NULL); return; } } // System.Xml.Linq.XNode System.Xml.Linq.XContainer::get_FirstNode() extern "C" IL2CPP_METHOD_ATTR XNode_t716131460 * XContainer_get_FirstNode_m540601710 (XContainer_t3387731002 * __this, const RuntimeMethod* method) { { XNode_t716131460 * L_0 = __this->get_first_7(); return L_0; } } // System.Void System.Xml.Linq.XContainer::set_FirstNode(System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR void XContainer_set_FirstNode_m2944879952 (XContainer_t3387731002 * __this, XNode_t716131460 * ___value0, const RuntimeMethod* method) { { XNode_t716131460 * L_0 = ___value0; __this->set_first_7(L_0); return; } } // System.Xml.Linq.XNode System.Xml.Linq.XContainer::get_LastNode() extern "C" IL2CPP_METHOD_ATTR XNode_t716131460 * XContainer_get_LastNode_m743769697 (XContainer_t3387731002 * __this, const RuntimeMethod* method) { { XNode_t716131460 * L_0 = __this->get_last_8(); return L_0; } } // System.Void System.Xml.Linq.XContainer::set_LastNode(System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR void XContainer_set_LastNode_m1576286215 (XContainer_t3387731002 * __this, XNode_t716131460 * ___value0, const RuntimeMethod* method) { { XNode_t716131460 * L_0 = ___value0; __this->set_last_8(L_0); return; } } // System.Void System.Xml.Linq.XContainer::CheckChildType(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XContainer_CheckChildType_m4115270306 (XContainer_t3387731002 * __this, RuntimeObject * ___o0, bool ___addFirst1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XContainer_CheckChildType_m4115270306_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = ___o0; if (!L_0) { goto IL_001c; } } { RuntimeObject * L_1 = ___o0; if (((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))) { goto IL_001c; } } { RuntimeObject * L_2 = ___o0; if (!((XNode_t716131460 *)IsInstClass((RuntimeObject*)L_2, XNode_t716131460_il2cpp_TypeInfo_var))) { goto IL_001d; } } IL_001c: { return; } IL_001d: { RuntimeObject * L_3 = ___o0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_3, IEnumerable_t1941168011_il2cpp_TypeInfo_var))) { goto IL_006b; } } { RuntimeObject * L_4 = ___o0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, IEnumerable_t1941168011_il2cpp_TypeInfo_var))); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IEnumerable_t1941168011_il2cpp_TypeInfo_var))); V_1 = L_5; } IL_0034: try { // begin try (depth: 1) { goto IL_0048; } IL_0039: { RuntimeObject* L_6 = V_1; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); V_0 = L_7; RuntimeObject * L_8 = V_0; bool L_9 = ___addFirst1; XContainer_CheckChildType_m4115270306(__this, L_8, L_9, /*hidden argument*/NULL); } IL_0048: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0039; } } IL_0053: { IL2CPP_LEAVE(0x6A, FINALLY_0058); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0058; } FINALLY_0058: { // begin finally (depth: 1) { RuntimeObject* L_12 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_2; if (L_13) { goto IL_0063; } } IL_0062: { IL2CPP_END_FINALLY(88) } IL_0063: { RuntimeObject* L_14 = V_2; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_14); IL2CPP_END_FINALLY(88) } } // end finally (depth: 1) IL2CPP_CLEANUP(88) { IL2CPP_JUMP_TBL(0x6A, IL_006a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_006a: { return; } IL_006b: { RuntimeObject * L_15 = ___o0; NullCheck(L_15); Type_t * L_16 = Object_GetType_m88164663(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral899227327, L_16, /*hidden argument*/NULL); ArgumentException_t132251570 * L_18 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,XContainer_CheckChildType_m4115270306_RuntimeMethod_var); } } // System.Void System.Xml.Linq.XContainer::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR void XContainer_Add_m3329748841 (XContainer_t3387731002 * __this, RuntimeObject * ___content0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XContainer_Add_m3329748841_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = ___content0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { RuntimeObject * L_1 = ___content0; RuntimeObject* L_2 = XUtil_ExpandArray_m1010524603(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject* L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_2); V_1 = L_3; } IL_0013: try { // begin try (depth: 1) { goto IL_003f; } IL_0018: { RuntimeObject* L_4 = V_1; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_0 = L_5; RuntimeObject * L_6 = V_0; XNode_t716131460 * L_7 = __this->get_last_8(); bool L_8 = VirtFuncInvoker4< bool, RuntimeObject *, bool, XNode_t716131460 *, bool >::Invoke(8 /* System.Boolean System.Xml.Linq.XContainer::OnAddingObject(System.Object,System.Boolean,System.Xml.Linq.XNode,System.Boolean) */, __this, L_6, (bool)0, L_7, (bool)0); if (L_8) { goto IL_003f; } } IL_0033: { RuntimeObject * L_9 = V_0; XNode_t716131460 * L_10 = XUtil_ToNode_m1416248515(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); XContainer_AddNode_m2842040036(__this, L_10, /*hidden argument*/NULL); } IL_003f: { RuntimeObject* L_11 = V_1; NullCheck(L_11); bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0018; } } IL_004a: { IL2CPP_LEAVE(0x61, FINALLY_004f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004f; } FINALLY_004f: { // begin finally (depth: 1) { RuntimeObject* L_13 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_2; if (L_14) { goto IL_005a; } } IL_0059: { IL2CPP_END_FINALLY(79) } IL_005a: { RuntimeObject* L_15 = V_2; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_15); IL2CPP_END_FINALLY(79) } } // end finally (depth: 1) IL2CPP_CLEANUP(79) { IL2CPP_JUMP_TBL(0x61, IL_0061) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0061: { return; } } // System.Void System.Xml.Linq.XContainer::AddNode(System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR void XContainer_AddNode_m2842040036 (XContainer_t3387731002 * __this, XNode_t716131460 * ___n0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XContainer_AddNode_m2842040036_MetadataUsageId); s_Il2CppMethodInitialized = true; } XNode_t716131460 * V_0 = NULL; { XNode_t716131460 * L_0 = ___n0; XContainer_CheckChildType_m4115270306(__this, L_0, (bool)0, /*hidden argument*/NULL); XNode_t716131460 * L_1 = ___n0; RuntimeObject * L_2 = XUtil_GetDetachedObject_m3700365624(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); ___n0 = ((XNode_t716131460 *)CastclassClass((RuntimeObject*)L_2, XNode_t716131460_il2cpp_TypeInfo_var)); XNode_t716131460 * L_3 = ___n0; NullCheck(L_3); XObject_SetOwner_m1034455036(L_3, __this, /*hidden argument*/NULL); XNode_t716131460 * L_4 = __this->get_first_7(); if (L_4) { goto IL_003c; } } { XNode_t716131460 * L_5 = ___n0; XNode_t716131460 * L_6 = L_5; V_0 = L_6; __this->set_first_7(L_6); XNode_t716131460 * L_7 = V_0; __this->set_last_8(L_7); goto IL_005b; } IL_003c: { XNode_t716131460 * L_8 = __this->get_last_8(); XNode_t716131460 * L_9 = ___n0; NullCheck(L_8); XNode_set_NextNode_m2663856633(L_8, L_9, /*hidden argument*/NULL); XNode_t716131460 * L_10 = ___n0; XNode_t716131460 * L_11 = __this->get_last_8(); NullCheck(L_10); XNode_set_PreviousNode_m4241906262(L_10, L_11, /*hidden argument*/NULL); XNode_t716131460 * L_12 = ___n0; __this->set_last_8(L_12); } IL_005b: { return; } } // System.Boolean System.Xml.Linq.XContainer::OnAddingObject(System.Object,System.Boolean,System.Xml.Linq.XNode,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XContainer_OnAddingObject_m1379122276 (XContainer_t3387731002 * __this, RuntimeObject * ___o0, bool ___rejectAttribute1, XNode_t716131460 * ___refNode2, bool ___addFirst3, const RuntimeMethod* method) { { return (bool)0; } } // System.Collections.Generic.IEnumerable`1 System.Xml.Linq.XContainer::Nodes() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XContainer_Nodes_m2555830513 (XContainer_t3387731002 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XContainer_Nodes_m2555830513_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CNodesU3Ec__Iterator1A_t2001237956 * V_0 = NULL; { U3CNodesU3Ec__Iterator1A_t2001237956 * L_0 = (U3CNodesU3Ec__Iterator1A_t2001237956 *)il2cpp_codegen_object_new(U3CNodesU3Ec__Iterator1A_t2001237956_il2cpp_TypeInfo_var); U3CNodesU3Ec__Iterator1A__ctor_m1803409360(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CNodesU3Ec__Iterator1A_t2001237956 * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3Ef__this_4(__this); U3CNodesU3Ec__Iterator1A_t2001237956 * L_2 = V_0; U3CNodesU3Ec__Iterator1A_t2001237956 * L_3 = L_2; NullCheck(L_3); L_3->set_U24PC_2(((int32_t)-2)); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XContainer/c__Iterator1A::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CNodesU3Ec__Iterator1A__ctor_m1803409360 (U3CNodesU3Ec__Iterator1A_t2001237956 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Xml.Linq.XNode System.Xml.Linq.XContainer/c__Iterator1A::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR XNode_t716131460 * U3CNodesU3Ec__Iterator1A_System_Collections_Generic_IEnumeratorU3CSystem_Xml_Linq_XNodeU3E_get_Current_m3844429010 (U3CNodesU3Ec__Iterator1A_t2001237956 * __this, const RuntimeMethod* method) { { XNode_t716131460 * L_0 = __this->get_U24current_3(); return L_0; } } // System.Object System.Xml.Linq.XContainer/c__Iterator1A::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CNodesU3Ec__Iterator1A_System_Collections_IEnumerator_get_Current_m2242344886 (U3CNodesU3Ec__Iterator1A_t2001237956 * __this, const RuntimeMethod* method) { { XNode_t716131460 * L_0 = __this->get_U24current_3(); return L_0; } } // System.Collections.IEnumerator System.Xml.Linq.XContainer/c__Iterator1A::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CNodesU3Ec__Iterator1A_System_Collections_IEnumerable_GetEnumerator_m2304264358 (U3CNodesU3Ec__Iterator1A_t2001237956 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CNodesU3Ec__Iterator1A_System_Collections_Generic_IEnumerableU3CSystem_Xml_Linq_XNodeU3E_GetEnumerator_m581229554(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.Generic.IEnumerator`1 System.Xml.Linq.XContainer/c__Iterator1A::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CNodesU3Ec__Iterator1A_System_Collections_Generic_IEnumerableU3CSystem_Xml_Linq_XNodeU3E_GetEnumerator_m581229554 (U3CNodesU3Ec__Iterator1A_t2001237956 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CNodesU3Ec__Iterator1A_System_Collections_Generic_IEnumerableU3CSystem_Xml_Linq_XNodeU3E_GetEnumerator_m581229554_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CNodesU3Ec__Iterator1A_t2001237956 * V_0 = NULL; { int32_t* L_0 = __this->get_address_of_U24PC_2(); int32_t L_1 = Interlocked_CompareExchange_m3023855514(NULL /*static, unused*/, L_0, 0, ((int32_t)-2), /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)-2))))) { goto IL_0014; } } { return __this; } IL_0014: { U3CNodesU3Ec__Iterator1A_t2001237956 * L_2 = (U3CNodesU3Ec__Iterator1A_t2001237956 *)il2cpp_codegen_object_new(U3CNodesU3Ec__Iterator1A_t2001237956_il2cpp_TypeInfo_var); U3CNodesU3Ec__Iterator1A__ctor_m1803409360(L_2, /*hidden argument*/NULL); V_0 = L_2; U3CNodesU3Ec__Iterator1A_t2001237956 * L_3 = V_0; XContainer_t3387731002 * L_4 = __this->get_U3CU3Ef__this_4(); NullCheck(L_3); L_3->set_U3CU3Ef__this_4(L_4); U3CNodesU3Ec__Iterator1A_t2001237956 * L_5 = V_0; return L_5; } } // System.Boolean System.Xml.Linq.XContainer/c__Iterator1A::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CNodesU3Ec__Iterator1A_MoveNext_m4166297686 (U3CNodesU3Ec__Iterator1A_t2001237956 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; bool V_1 = false; { int32_t L_0 = __this->get_U24PC_2(); V_0 = L_0; __this->set_U24PC_2((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_0060; } } } { goto IL_007e; } IL_0021: { XContainer_t3387731002 * L_2 = __this->get_U3CU3Ef__this_4(); NullCheck(L_2); XNode_t716131460 * L_3 = XContainer_get_FirstNode_m540601710(L_2, /*hidden argument*/NULL); __this->set_U3CnU3E__0_0(L_3); goto IL_006c; } IL_0037: { XNode_t716131460 * L_4 = __this->get_U3CnU3E__0_0(); NullCheck(L_4); XNode_t716131460 * L_5 = XNode_get_NextNode_m2890561158(L_4, /*hidden argument*/NULL); __this->set_U3CnextU3E__1_1(L_5); XNode_t716131460 * L_6 = __this->get_U3CnU3E__0_0(); __this->set_U24current_3(L_6); __this->set_U24PC_2(1); goto IL_0080; } IL_0060: { XNode_t716131460 * L_7 = __this->get_U3CnextU3E__1_1(); __this->set_U3CnU3E__0_0(L_7); } IL_006c: { XNode_t716131460 * L_8 = __this->get_U3CnU3E__0_0(); if (L_8) { goto IL_0037; } } { __this->set_U24PC_2((-1)); } IL_007e: { return (bool)0; } IL_0080: { return (bool)1; } // Dead block : IL_0082: ldloc.1 } // System.Void System.Xml.Linq.XContainer/c__Iterator1A::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CNodesU3Ec__Iterator1A_Dispose_m1723976836 (U3CNodesU3Ec__Iterator1A_t2001237956 * __this, const RuntimeMethod* method) { { __this->set_U24PC_2((-1)); return; } } // System.Void System.Xml.Linq.XContainer/c__Iterator1A::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CNodesU3Ec__Iterator1A_Reset_m1358219216 (U3CNodesU3Ec__Iterator1A_t2001237956 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CNodesU3Ec__Iterator1A_Reset_m1358219216_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CNodesU3Ec__Iterator1A_Reset_m1358219216_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XDeclaration::.ctor(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XDeclaration__ctor_m3920275799 (XDeclaration_t2907650823 * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___version0; __this->set_version_2(L_0); String_t* L_1 = ___encoding1; __this->set_encoding_0(L_1); String_t* L_2 = ___standalone2; __this->set_standalone_1(L_2); return; } } // System.Void System.Xml.Linq.XDeclaration::.ctor(System.Xml.Linq.XDeclaration) extern "C" IL2CPP_METHOD_ATTR void XDeclaration__ctor_m3840151100 (XDeclaration_t2907650823 * __this, XDeclaration_t2907650823 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDeclaration__ctor_m3840151100_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XDeclaration_t2907650823 * L_0 = ___other0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2432405111, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XDeclaration__ctor_m3840151100_RuntimeMethod_var); } IL_0017: { XDeclaration_t2907650823 * L_2 = ___other0; NullCheck(L_2); String_t* L_3 = L_2->get_version_2(); __this->set_version_2(L_3); XDeclaration_t2907650823 * L_4 = ___other0; NullCheck(L_4); String_t* L_5 = L_4->get_encoding_0(); __this->set_encoding_0(L_5); XDeclaration_t2907650823 * L_6 = ___other0; NullCheck(L_6); String_t* L_7 = L_6->get_standalone_1(); __this->set_standalone_1(L_7); return; } } // System.String System.Xml.Linq.XDeclaration::get_Encoding() extern "C" IL2CPP_METHOD_ATTR String_t* XDeclaration_get_Encoding_m1349017164 (XDeclaration_t2907650823 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_encoding_0(); return L_0; } } // System.String System.Xml.Linq.XDeclaration::get_Standalone() extern "C" IL2CPP_METHOD_ATTR String_t* XDeclaration_get_Standalone_m2365902379 (XDeclaration_t2907650823 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_standalone_1(); return L_0; } } // System.String System.Xml.Linq.XDeclaration::get_Version() extern "C" IL2CPP_METHOD_ATTR String_t* XDeclaration_get_Version_m3841412136 (XDeclaration_t2907650823 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_version_2(); return L_0; } } // System.String System.Xml.Linq.XDeclaration::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* XDeclaration_ToString_m4250318426 (XDeclaration_t2907650823 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDeclaration_ToString_m4250318426_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; StringU5BU5D_t1281789340* G_B2_1 = NULL; StringU5BU5D_t1281789340* G_B2_2 = NULL; int32_t G_B1_0 = 0; StringU5BU5D_t1281789340* G_B1_1 = NULL; StringU5BU5D_t1281789340* G_B1_2 = NULL; String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; StringU5BU5D_t1281789340* G_B3_2 = NULL; StringU5BU5D_t1281789340* G_B3_3 = NULL; int32_t G_B5_0 = 0; StringU5BU5D_t1281789340* G_B5_1 = NULL; StringU5BU5D_t1281789340* G_B5_2 = NULL; int32_t G_B4_0 = 0; StringU5BU5D_t1281789340* G_B4_1 = NULL; StringU5BU5D_t1281789340* G_B4_2 = NULL; String_t* G_B6_0 = NULL; int32_t G_B6_1 = 0; StringU5BU5D_t1281789340* G_B6_2 = NULL; StringU5BU5D_t1281789340* G_B6_3 = NULL; int32_t G_B8_0 = 0; StringU5BU5D_t1281789340* G_B8_1 = NULL; StringU5BU5D_t1281789340* G_B8_2 = NULL; int32_t G_B7_0 = 0; StringU5BU5D_t1281789340* G_B7_1 = NULL; StringU5BU5D_t1281789340* G_B7_2 = NULL; String_t* G_B9_0 = NULL; int32_t G_B9_1 = 0; StringU5BU5D_t1281789340* G_B9_2 = NULL; StringU5BU5D_t1281789340* G_B9_3 = NULL; int32_t G_B11_0 = 0; StringU5BU5D_t1281789340* G_B11_1 = NULL; StringU5BU5D_t1281789340* G_B11_2 = NULL; int32_t G_B10_0 = 0; StringU5BU5D_t1281789340* G_B10_1 = NULL; StringU5BU5D_t1281789340* G_B10_2 = NULL; String_t* G_B12_0 = NULL; int32_t G_B12_1 = 0; StringU5BU5D_t1281789340* G_B12_2 = NULL; StringU5BU5D_t1281789340* G_B12_3 = NULL; int32_t G_B14_0 = 0; StringU5BU5D_t1281789340* G_B14_1 = NULL; StringU5BU5D_t1281789340* G_B14_2 = NULL; int32_t G_B13_0 = 0; StringU5BU5D_t1281789340* G_B13_1 = NULL; StringU5BU5D_t1281789340* G_B13_2 = NULL; String_t* G_B15_0 = NULL; int32_t G_B15_1 = 0; StringU5BU5D_t1281789340* G_B15_2 = NULL; StringU5BU5D_t1281789340* G_B15_3 = NULL; int32_t G_B17_0 = 0; StringU5BU5D_t1281789340* G_B17_1 = NULL; StringU5BU5D_t1281789340* G_B17_2 = NULL; int32_t G_B16_0 = 0; StringU5BU5D_t1281789340* G_B16_1 = NULL; StringU5BU5D_t1281789340* G_B16_2 = NULL; String_t* G_B18_0 = NULL; int32_t G_B18_1 = 0; StringU5BU5D_t1281789340* G_B18_2 = NULL; StringU5BU5D_t1281789340* G_B18_3 = NULL; int32_t G_B20_0 = 0; StringU5BU5D_t1281789340* G_B20_1 = NULL; StringU5BU5D_t1281789340* G_B20_2 = NULL; int32_t G_B19_0 = 0; StringU5BU5D_t1281789340* G_B19_1 = NULL; StringU5BU5D_t1281789340* G_B19_2 = NULL; String_t* G_B21_0 = NULL; int32_t G_B21_1 = 0; StringU5BU5D_t1281789340* G_B21_2 = NULL; StringU5BU5D_t1281789340* G_B21_3 = NULL; int32_t G_B23_0 = 0; StringU5BU5D_t1281789340* G_B23_1 = NULL; StringU5BU5D_t1281789340* G_B23_2 = NULL; int32_t G_B22_0 = 0; StringU5BU5D_t1281789340* G_B22_1 = NULL; StringU5BU5D_t1281789340* G_B22_2 = NULL; String_t* G_B24_0 = NULL; int32_t G_B24_1 = 0; StringU5BU5D_t1281789340* G_B24_2 = NULL; StringU5BU5D_t1281789340* G_B24_3 = NULL; int32_t G_B26_0 = 0; StringU5BU5D_t1281789340* G_B26_1 = NULL; StringU5BU5D_t1281789340* G_B26_2 = NULL; int32_t G_B25_0 = 0; StringU5BU5D_t1281789340* G_B25_1 = NULL; StringU5BU5D_t1281789340* G_B25_2 = NULL; String_t* G_B27_0 = NULL; int32_t G_B27_1 = 0; StringU5BU5D_t1281789340* G_B27_2 = NULL; StringU5BU5D_t1281789340* G_B27_3 = NULL; { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11))); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3121692312); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral3121692312); StringU5BU5D_t1281789340* L_1 = L_0; String_t* L_2 = __this->get_version_2(); G_B1_0 = 1; G_B1_1 = L_1; G_B1_2 = L_1; if (!L_2) { G_B2_0 = 1; G_B2_1 = L_1; G_B2_2 = L_1; goto IL_0026; } } { G_B3_0 = _stringLiteral2120901972; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_0027; } IL_0026: { G_B3_0 = ((String_t*)(NULL)); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_0027: { NullCheck(G_B3_2); ArrayElementTypeCheck (G_B3_2, G_B3_0); (G_B3_2)->SetAt(static_cast(G_B3_1), (String_t*)G_B3_0); StringU5BU5D_t1281789340* L_3 = G_B3_3; String_t* L_4 = __this->get_version_2(); G_B4_0 = 2; G_B4_1 = L_3; G_B4_2 = L_3; if (!L_4) { G_B5_0 = 2; G_B5_1 = L_3; G_B5_2 = L_3; goto IL_0040; } } { String_t* L_5 = __this->get_version_2(); G_B6_0 = L_5; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; goto IL_0041; } IL_0040: { G_B6_0 = ((String_t*)(NULL)); G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; G_B6_3 = G_B5_2; } IL_0041: { NullCheck(G_B6_2); ArrayElementTypeCheck (G_B6_2, G_B6_0); (G_B6_2)->SetAt(static_cast(G_B6_1), (String_t*)G_B6_0); StringU5BU5D_t1281789340* L_6 = G_B6_3; String_t* L_7 = __this->get_version_2(); G_B7_0 = 3; G_B7_1 = L_6; G_B7_2 = L_6; if (!L_7) { G_B8_0 = 3; G_B8_1 = L_6; G_B8_2 = L_6; goto IL_0059; } } { G_B9_0 = _stringLiteral3452614526; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; G_B9_3 = G_B7_2; goto IL_005a; } IL_0059: { G_B9_0 = ((String_t*)(NULL)); G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; G_B9_3 = G_B8_2; } IL_005a: { NullCheck(G_B9_2); ArrayElementTypeCheck (G_B9_2, G_B9_0); (G_B9_2)->SetAt(static_cast(G_B9_1), (String_t*)G_B9_0); StringU5BU5D_t1281789340* L_8 = G_B9_3; String_t* L_9 = __this->get_encoding_0(); G_B10_0 = 4; G_B10_1 = L_8; G_B10_2 = L_8; if (!L_9) { G_B11_0 = 4; G_B11_1 = L_8; G_B11_2 = L_8; goto IL_0072; } } { G_B12_0 = _stringLiteral4008185757; G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; G_B12_3 = G_B10_2; goto IL_0073; } IL_0072: { G_B12_0 = ((String_t*)(NULL)); G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; G_B12_3 = G_B11_2; } IL_0073: { NullCheck(G_B12_2); ArrayElementTypeCheck (G_B12_2, G_B12_0); (G_B12_2)->SetAt(static_cast(G_B12_1), (String_t*)G_B12_0); StringU5BU5D_t1281789340* L_10 = G_B12_3; String_t* L_11 = __this->get_encoding_0(); G_B13_0 = 5; G_B13_1 = L_10; G_B13_2 = L_10; if (!L_11) { G_B14_0 = 5; G_B14_1 = L_10; G_B14_2 = L_10; goto IL_008c; } } { String_t* L_12 = __this->get_encoding_0(); G_B15_0 = L_12; G_B15_1 = G_B13_0; G_B15_2 = G_B13_1; G_B15_3 = G_B13_2; goto IL_008d; } IL_008c: { G_B15_0 = ((String_t*)(NULL)); G_B15_1 = G_B14_0; G_B15_2 = G_B14_1; G_B15_3 = G_B14_2; } IL_008d: { NullCheck(G_B15_2); ArrayElementTypeCheck (G_B15_2, G_B15_0); (G_B15_2)->SetAt(static_cast(G_B15_1), (String_t*)G_B15_0); StringU5BU5D_t1281789340* L_13 = G_B15_3; String_t* L_14 = __this->get_encoding_0(); G_B16_0 = 6; G_B16_1 = L_13; G_B16_2 = L_13; if (!L_14) { G_B17_0 = 6; G_B17_1 = L_13; G_B17_2 = L_13; goto IL_00a5; } } { G_B18_0 = _stringLiteral3452614526; G_B18_1 = G_B16_0; G_B18_2 = G_B16_1; G_B18_3 = G_B16_2; goto IL_00a6; } IL_00a5: { G_B18_0 = ((String_t*)(NULL)); G_B18_1 = G_B17_0; G_B18_2 = G_B17_1; G_B18_3 = G_B17_2; } IL_00a6: { NullCheck(G_B18_2); ArrayElementTypeCheck (G_B18_2, G_B18_0); (G_B18_2)->SetAt(static_cast(G_B18_1), (String_t*)G_B18_0); StringU5BU5D_t1281789340* L_15 = G_B18_3; String_t* L_16 = __this->get_standalone_1(); G_B19_0 = 7; G_B19_1 = L_15; G_B19_2 = L_15; if (!L_16) { G_B20_0 = 7; G_B20_1 = L_15; G_B20_2 = L_15; goto IL_00be; } } { G_B21_0 = _stringLiteral3804145326; G_B21_1 = G_B19_0; G_B21_2 = G_B19_1; G_B21_3 = G_B19_2; goto IL_00bf; } IL_00be: { G_B21_0 = ((String_t*)(NULL)); G_B21_1 = G_B20_0; G_B21_2 = G_B20_1; G_B21_3 = G_B20_2; } IL_00bf: { NullCheck(G_B21_2); ArrayElementTypeCheck (G_B21_2, G_B21_0); (G_B21_2)->SetAt(static_cast(G_B21_1), (String_t*)G_B21_0); StringU5BU5D_t1281789340* L_17 = G_B21_3; String_t* L_18 = __this->get_standalone_1(); G_B22_0 = 8; G_B22_1 = L_17; G_B22_2 = L_17; if (!L_18) { G_B23_0 = 8; G_B23_1 = L_17; G_B23_2 = L_17; goto IL_00d8; } } { String_t* L_19 = __this->get_standalone_1(); G_B24_0 = L_19; G_B24_1 = G_B22_0; G_B24_2 = G_B22_1; G_B24_3 = G_B22_2; goto IL_00d9; } IL_00d8: { G_B24_0 = ((String_t*)(NULL)); G_B24_1 = G_B23_0; G_B24_2 = G_B23_1; G_B24_3 = G_B23_2; } IL_00d9: { NullCheck(G_B24_2); ArrayElementTypeCheck (G_B24_2, G_B24_0); (G_B24_2)->SetAt(static_cast(G_B24_1), (String_t*)G_B24_0); StringU5BU5D_t1281789340* L_20 = G_B24_3; String_t* L_21 = __this->get_standalone_1(); G_B25_0 = ((int32_t)9); G_B25_1 = L_20; G_B25_2 = L_20; if (!L_21) { G_B26_0 = ((int32_t)9); G_B26_1 = L_20; G_B26_2 = L_20; goto IL_00f2; } } { G_B27_0 = _stringLiteral3452614526; G_B27_1 = G_B25_0; G_B27_2 = G_B25_1; G_B27_3 = G_B25_2; goto IL_00f3; } IL_00f2: { G_B27_0 = ((String_t*)(NULL)); G_B27_1 = G_B26_0; G_B27_2 = G_B26_1; G_B27_3 = G_B26_2; } IL_00f3: { NullCheck(G_B27_2); ArrayElementTypeCheck (G_B27_2, G_B27_0); (G_B27_2)->SetAt(static_cast(G_B27_1), (String_t*)G_B27_0); StringU5BU5D_t1281789340* L_22 = G_B27_3; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral3451697041); (L_22)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral3451697041); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m1809518182(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); return L_23; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XDocument__ctor_m1715976504 (XDocument_t1376419702 * __this, const RuntimeMethod* method) { { XContainer__ctor_m2392412783(__this, /*hidden argument*/NULL); return; } } // System.Xml.Linq.XDeclaration System.Xml.Linq.XDocument::get_Declaration() extern "C" IL2CPP_METHOD_ATTR XDeclaration_t2907650823 * XDocument_get_Declaration_m925992014 (XDocument_t1376419702 * __this, const RuntimeMethod* method) { { XDeclaration_t2907650823 * L_0 = __this->get_xmldecl_9(); return L_0; } } // System.Void System.Xml.Linq.XDocument::set_Declaration(System.Xml.Linq.XDeclaration) extern "C" IL2CPP_METHOD_ATTR void XDocument_set_Declaration_m1583407267 (XDocument_t1376419702 * __this, XDeclaration_t2907650823 * ___value0, const RuntimeMethod* method) { { XDeclaration_t2907650823 * L_0 = ___value0; __this->set_xmldecl_9(L_0); return; } } // System.Xml.Linq.XDocumentType System.Xml.Linq.XDocument::get_DocumentType() extern "C" IL2CPP_METHOD_ATTR XDocumentType_t1853592271 * XDocument_get_DocumentType_m3980618089 (XDocument_t1376419702 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocument_get_DocumentType_m3980618089_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; XDocumentType_t1853592271 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = XContainer_Nodes_m2555830513(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3990951645_il2cpp_TypeInfo_var, L_0); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_002f; } IL_0011: { RuntimeObject* L_2 = V_1; NullCheck(L_2); XNode_t716131460 * L_3 = InterfaceFuncInvoker0< XNode_t716131460 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1148701928_il2cpp_TypeInfo_var, L_2); V_0 = L_3; RuntimeObject * L_4 = V_0; if (!((XDocumentType_t1853592271 *)IsInstClass((RuntimeObject*)L_4, XDocumentType_t1853592271_il2cpp_TypeInfo_var))) { goto IL_002f; } } IL_0023: { RuntimeObject * L_5 = V_0; V_2 = ((XDocumentType_t1853592271 *)CastclassClass((RuntimeObject*)L_5, XDocumentType_t1853592271_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x4C, FINALLY_003f); } IL_002f: { RuntimeObject* L_6 = V_1; NullCheck(L_6); bool L_7 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); if (L_7) { goto IL_0011; } } IL_003a: { IL2CPP_LEAVE(0x4A, FINALLY_003f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003f; } FINALLY_003f: { // begin finally (depth: 1) { RuntimeObject* L_8 = V_1; if (L_8) { goto IL_0043; } } IL_0042: { IL2CPP_END_FINALLY(63) } IL_0043: { RuntimeObject* L_9 = V_1; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_9); IL2CPP_END_FINALLY(63) } } // end finally (depth: 1) IL2CPP_CLEANUP(63) { IL2CPP_JUMP_TBL(0x4C, IL_004c) IL2CPP_JUMP_TBL(0x4A, IL_004a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004a: { return (XDocumentType_t1853592271 *)NULL; } IL_004c: { XDocumentType_t1853592271 * L_10 = V_2; return L_10; } } // System.Xml.XmlNodeType System.Xml.Linq.XDocument::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XDocument_get_NodeType_m3201257204 (XDocument_t1376419702 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)9)); } } // System.Xml.Linq.XElement System.Xml.Linq.XDocument::get_Root() extern "C" IL2CPP_METHOD_ATTR XElement_t4185968754 * XDocument_get_Root_m2125125051 (XDocument_t1376419702 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocument_get_Root_m2125125051_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; XElement_t4185968754 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = XContainer_Nodes_m2555830513(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3990951645_il2cpp_TypeInfo_var, L_0); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_002f; } IL_0011: { RuntimeObject* L_2 = V_1; NullCheck(L_2); XNode_t716131460 * L_3 = InterfaceFuncInvoker0< XNode_t716131460 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1148701928_il2cpp_TypeInfo_var, L_2); V_0 = L_3; RuntimeObject * L_4 = V_0; if (!((XElement_t4185968754 *)IsInstClass((RuntimeObject*)L_4, XElement_t4185968754_il2cpp_TypeInfo_var))) { goto IL_002f; } } IL_0023: { RuntimeObject * L_5 = V_0; V_2 = ((XElement_t4185968754 *)CastclassClass((RuntimeObject*)L_5, XElement_t4185968754_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x4C, FINALLY_003f); } IL_002f: { RuntimeObject* L_6 = V_1; NullCheck(L_6); bool L_7 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); if (L_7) { goto IL_0011; } } IL_003a: { IL2CPP_LEAVE(0x4A, FINALLY_003f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003f; } FINALLY_003f: { // begin finally (depth: 1) { RuntimeObject* L_8 = V_1; if (L_8) { goto IL_0043; } } IL_0042: { IL2CPP_END_FINALLY(63) } IL_0043: { RuntimeObject* L_9 = V_1; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_9); IL2CPP_END_FINALLY(63) } } // end finally (depth: 1) IL2CPP_CLEANUP(63) { IL2CPP_JUMP_TBL(0x4C, IL_004c) IL2CPP_JUMP_TBL(0x4A, IL_004a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004a: { return (XElement_t4185968754 *)NULL; } IL_004c: { XElement_t4185968754 * L_10 = V_2; return L_10; } } // System.Void System.Xml.Linq.XDocument::ValidateWhitespace(System.String) extern "C" IL2CPP_METHOD_ATTR void XDocument_ValidateWhitespace_m2906834603 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocument_ValidateWhitespace_m2906834603_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; { V_0 = 0; goto IL_004d; } IL_0007: { String_t* L_0 = ___s0; int32_t L_1 = V_0; NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; Il2CppChar L_3 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)9)))) { case 0: { goto IL_0039; } case 1: { goto IL_0039; } case 2: { goto IL_002c; } case 3: { goto IL_002c; } case 4: { goto IL_0039; } } } IL_002c: { Il2CppChar L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)((int32_t)32)))) { goto IL_0039; } } { goto IL_003e; } IL_0039: { goto IL_0049; } IL_003e: { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, _stringLiteral1412811576, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,XDocument_ValidateWhitespace_m2906834603_RuntimeMethod_var); } IL_0049: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_004d: { int32_t L_7 = V_0; String_t* L_8 = ___s0; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0007; } } { return; } } // System.Void System.Xml.Linq.XDocument::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XDocument_WriteTo_m2640830178 (XDocument_t1376419702 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocument_WriteTo_m2640830178_MetadataUsageId); s_Il2CppMethodInitialized = true; } XNode_t716131460 * V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XDeclaration_t2907650823 * L_0 = __this->get_xmldecl_9(); if (!L_0) { goto IL_0041; } } { XDeclaration_t2907650823 * L_1 = __this->get_xmldecl_9(); NullCheck(L_1); String_t* L_2 = XDeclaration_get_Standalone_m2365902379(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_003b; } } { XmlWriter_t127905479 * L_3 = ___w0; XDeclaration_t2907650823 * L_4 = __this->get_xmldecl_9(); NullCheck(L_4); String_t* L_5 = XDeclaration_get_Standalone_m2365902379(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, _stringLiteral4119301762, /*hidden argument*/NULL); NullCheck(L_3); VirtActionInvoker1< bool >::Invoke(21 /* System.Void System.Xml.XmlWriter::WriteStartDocument(System.Boolean) */, L_3, L_6); goto IL_0041; } IL_003b: { XmlWriter_t127905479 * L_7 = ___w0; NullCheck(L_7); VirtActionInvoker0::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteStartDocument() */, L_7); } IL_0041: { RuntimeObject* L_8 = XContainer_Nodes_m2555830513(__this, /*hidden argument*/NULL); NullCheck(L_8); RuntimeObject* L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3990951645_il2cpp_TypeInfo_var, L_8); V_1 = L_9; } IL_004d: try { // begin try (depth: 1) { goto IL_0060; } IL_0052: { RuntimeObject* L_10 = V_1; NullCheck(L_10); XNode_t716131460 * L_11 = InterfaceFuncInvoker0< XNode_t716131460 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1148701928_il2cpp_TypeInfo_var, L_10); V_0 = L_11; XNode_t716131460 * L_12 = V_0; XmlWriter_t127905479 * L_13 = ___w0; NullCheck(L_12); VirtActionInvoker1< XmlWriter_t127905479 * >::Invoke(7 /* System.Void System.Xml.Linq.XNode::WriteTo(System.Xml.XmlWriter) */, L_12, L_13); } IL_0060: { RuntimeObject* L_14 = V_1; NullCheck(L_14); bool L_15 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_0052; } } IL_006b: { IL2CPP_LEAVE(0x7B, FINALLY_0070); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0070; } FINALLY_0070: { // begin finally (depth: 1) { RuntimeObject* L_16 = V_1; if (L_16) { goto IL_0074; } } IL_0073: { IL2CPP_END_FINALLY(112) } IL_0074: { RuntimeObject* L_17 = V_1; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_17); IL2CPP_END_FINALLY(112) } } // end finally (depth: 1) IL2CPP_CLEANUP(112) { IL2CPP_JUMP_TBL(0x7B, IL_007b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007b: { return; } } // System.Boolean System.Xml.Linq.XDocument::OnAddingObject(System.Object,System.Boolean,System.Xml.Linq.XNode,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XDocument_OnAddingObject_m1942331326 (XDocument_t1376419702 * __this, RuntimeObject * ___obj0, bool ___rejectAttribute1, XNode_t716131460 * ___refNode2, bool ___addFirst3, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; bool L_1 = ___addFirst3; XDocument_VerifyAddedNode_m597051693(__this, L_0, L_1, /*hidden argument*/NULL); return (bool)0; } } // System.Void System.Xml.Linq.XDocument::VerifyAddedNode(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XDocument_VerifyAddedNode_m597051693 (XDocument_t1376419702 * __this, RuntimeObject * ___node0, bool ___addFirst1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocument_VerifyAddedNode_m597051693_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___node0; if (L_0) { goto IL_0011; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral543672387, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XDocument_VerifyAddedNode_m597051693_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___node0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var))) { goto IL_0027; } } { RuntimeObject * L_3 = ___node0; XDocument_ValidateWhitespace_m2906834603(NULL /*static, unused*/, ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_0027: { RuntimeObject * L_4 = ___node0; if (!((XText_t1448860321 *)IsInstClass((RuntimeObject*)L_4, XText_t1448860321_il2cpp_TypeInfo_var))) { goto IL_0047; } } { RuntimeObject * L_5 = ___node0; NullCheck(((XText_t1448860321 *)CastclassClass((RuntimeObject*)L_5, XText_t1448860321_il2cpp_TypeInfo_var))); String_t* L_6 = XText_get_Value_m3622993421(((XText_t1448860321 *)CastclassClass((RuntimeObject*)L_5, XText_t1448860321_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); XDocument_ValidateWhitespace_m2906834603(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); goto IL_00c6; } IL_0047: { RuntimeObject * L_7 = ___node0; if (!((XDocumentType_t1853592271 *)IsInstClass((RuntimeObject*)L_7, XDocumentType_t1853592271_il2cpp_TypeInfo_var))) { goto IL_0089; } } { XDocumentType_t1853592271 * L_8 = XDocument_get_DocumentType_m3980618089(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_0068; } } { InvalidOperationException_t56020091 * L_9 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_9, _stringLiteral228468519, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,XDocument_VerifyAddedNode_m597051693_RuntimeMethod_var); } IL_0068: { XElement_t4185968754 * L_10 = XDocument_get_Root_m2125125051(__this, /*hidden argument*/NULL); if (!L_10) { goto IL_0084; } } { bool L_11 = ___addFirst1; if (L_11) { goto IL_0084; } } { InvalidOperationException_t56020091 * L_12 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_12, _stringLiteral3983093102, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,XDocument_VerifyAddedNode_m597051693_RuntimeMethod_var); } IL_0084: { goto IL_00c6; } IL_0089: { RuntimeObject * L_13 = ___node0; if (!((XElement_t4185968754 *)IsInstClass((RuntimeObject*)L_13, XElement_t4185968754_il2cpp_TypeInfo_var))) { goto IL_00c6; } } { XElement_t4185968754 * L_14 = XDocument_get_Root_m2125125051(__this, /*hidden argument*/NULL); if (!L_14) { goto IL_00aa; } } { InvalidOperationException_t56020091 * L_15 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_15, _stringLiteral1377633606, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,XDocument_VerifyAddedNode_m597051693_RuntimeMethod_var); } IL_00aa: { XDocumentType_t1853592271 * L_16 = XDocument_get_DocumentType_m3980618089(__this, /*hidden argument*/NULL); if (!L_16) { goto IL_00c6; } } { bool L_17 = ___addFirst1; if (!L_17) { goto IL_00c6; } } { InvalidOperationException_t56020091 * L_18 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_18, _stringLiteral3121346522, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,XDocument_VerifyAddedNode_m597051693_RuntimeMethod_var); } IL_00c6: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XDocumentType::.ctor(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XDocumentType__ctor_m4247116401 (XDocumentType_t1853592271 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentType__ctor_m4247116401_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XNode_t716131460_il2cpp_TypeInfo_var); XNode__ctor_m2640711240(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_name_7(L_0); String_t* L_1 = ___publicId1; __this->set_pubid_8(L_1); String_t* L_2 = ___systemId2; __this->set_sysid_9(L_2); String_t* L_3 = ___internalSubset3; __this->set_intSubset_10(L_3); return; } } // System.Void System.Xml.Linq.XDocumentType::.ctor(System.Xml.Linq.XDocumentType) extern "C" IL2CPP_METHOD_ATTR void XDocumentType__ctor_m3958915516 (XDocumentType_t1853592271 * __this, XDocumentType_t1853592271 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XDocumentType__ctor_m3958915516_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XNode_t716131460_il2cpp_TypeInfo_var); XNode__ctor_m2640711240(__this, /*hidden argument*/NULL); XDocumentType_t1853592271 * L_0 = ___other0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2432405111, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XDocumentType__ctor_m3958915516_RuntimeMethod_var); } IL_0017: { XDocumentType_t1853592271 * L_2 = ___other0; NullCheck(L_2); String_t* L_3 = L_2->get_name_7(); __this->set_name_7(L_3); XDocumentType_t1853592271 * L_4 = ___other0; NullCheck(L_4); String_t* L_5 = L_4->get_pubid_8(); __this->set_pubid_8(L_5); XDocumentType_t1853592271 * L_6 = ___other0; NullCheck(L_6); String_t* L_7 = L_6->get_sysid_9(); __this->set_sysid_9(L_7); XDocumentType_t1853592271 * L_8 = ___other0; NullCheck(L_8); String_t* L_9 = L_8->get_intSubset_10(); __this->set_intSubset_10(L_9); return; } } // System.String System.Xml.Linq.XDocumentType::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XDocumentType_get_Name_m790980377 (XDocumentType_t1853592271 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_7(); return L_0; } } // System.String System.Xml.Linq.XDocumentType::get_PublicId() extern "C" IL2CPP_METHOD_ATTR String_t* XDocumentType_get_PublicId_m2737470277 (XDocumentType_t1853592271 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_pubid_8(); return L_0; } } // System.String System.Xml.Linq.XDocumentType::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* XDocumentType_get_SystemId_m3234814655 (XDocumentType_t1853592271 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_sysid_9(); return L_0; } } // System.String System.Xml.Linq.XDocumentType::get_InternalSubset() extern "C" IL2CPP_METHOD_ATTR String_t* XDocumentType_get_InternalSubset_m3319583102 (XDocumentType_t1853592271 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_intSubset_10(); return L_0; } } // System.Xml.XmlNodeType System.Xml.Linq.XDocumentType::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XDocumentType_get_NodeType_m2244383995 (XDocumentType_t1853592271 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)10)); } } // System.Void System.Xml.Linq.XDocumentType::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XDocumentType_WriteTo_m464390746 (XDocumentType_t1853592271 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { XDocument_t1376419702 * V_0 = NULL; XElement_t4185968754 * V_1 = NULL; { XDocument_t1376419702 * L_0 = XObject_get_Document_m407246325(__this, /*hidden argument*/NULL); V_0 = L_0; XDocument_t1376419702 * L_1 = V_0; NullCheck(L_1); XElement_t4185968754 * L_2 = XDocument_get_Root_m2125125051(L_1, /*hidden argument*/NULL); V_1 = L_2; XElement_t4185968754 * L_3 = V_1; if (!L_3) { goto IL_0037; } } { XmlWriter_t127905479 * L_4 = ___w0; XElement_t4185968754 * L_5 = V_1; NullCheck(L_5); XName_t3751455998 * L_6 = XElement_get_Name_m619912033(L_5, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = XName_get_LocalName_m2163884361(L_6, /*hidden argument*/NULL); String_t* L_8 = __this->get_pubid_8(); String_t* L_9 = __this->get_sysid_9(); String_t* L_10 = __this->get_intSubset_10(); NullCheck(L_4); VirtActionInvoker4< String_t*, String_t*, String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteDocType(System.String,System.String,System.String,System.String) */, L_4, L_7, L_8, L_9, L_10); } IL_0037: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XElement::.ctor(System.Xml.Linq.XElement) extern "C" IL2CPP_METHOD_ATTR void XElement__ctor_m3926917909 (XElement_t4185968754 * __this, XElement_t4185968754 * ___source0, const RuntimeMethod* method) { { __this->set_explicit_is_empty_13((bool)1); XContainer__ctor_m2392412783(__this, /*hidden argument*/NULL); XElement_t4185968754 * L_0 = ___source0; NullCheck(L_0); XName_t3751455998 * L_1 = L_0->get_name_10(); __this->set_name_10(L_1); XElement_t4185968754 * L_2 = ___source0; NullCheck(L_2); RuntimeObject* L_3 = XElement_Attributes_m3055649957(L_2, /*hidden argument*/NULL); XContainer_Add_m3329748841(__this, L_3, /*hidden argument*/NULL); XElement_t4185968754 * L_4 = ___source0; NullCheck(L_4); RuntimeObject* L_5 = XContainer_Nodes_m2555830513(L_4, /*hidden argument*/NULL); XContainer_Add_m3329748841(__this, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Linq.XElement::.ctor(System.Xml.Linq.XName) extern "C" IL2CPP_METHOD_ATTR void XElement__ctor_m643760410 (XElement_t4185968754 * __this, XName_t3751455998 * ___name0, const RuntimeMethod* method) { { __this->set_explicit_is_empty_13((bool)1); XContainer__ctor_m2392412783(__this, /*hidden argument*/NULL); XName_t3751455998 * L_0 = ___name0; __this->set_name_10(L_0); return; } } // System.Void System.Xml.Linq.XElement::.cctor() extern "C" IL2CPP_METHOD_ATTR void XElement__cctor_m2877726409 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XElement__cctor_m2877726409_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1363076200 * L_0 = (List_1_t1363076200 *)il2cpp_codegen_object_new(List_1_t1363076200_il2cpp_TypeInfo_var); List_1__ctor_m3266408214(L_0, /*hidden argument*/List_1__ctor_m3266408214_RuntimeMethod_var); ((XElement_t4185968754_StaticFields*)il2cpp_codegen_static_fields_for(XElement_t4185968754_il2cpp_TypeInfo_var))->set_emptySequence_9(L_0); return; } } // System.Boolean System.Xml.Linq.XElement::get_IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool XElement_get_IsEmpty_m2647420198 (XElement_t4185968754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XElement_get_IsEmpty_m2647420198_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { RuntimeObject* L_0 = XContainer_Nodes_m2555830513(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3990951645_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); bool L_2 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_1); if (L_2) { goto IL_001d; } } { bool L_3 = __this->get_explicit_is_empty_13(); G_B3_0 = ((int32_t)(L_3)); goto IL_001e; } IL_001d: { G_B3_0 = 0; } IL_001e: { return (bool)G_B3_0; } } // System.Xml.Linq.XName System.Xml.Linq.XElement::get_Name() extern "C" IL2CPP_METHOD_ATTR XName_t3751455998 * XElement_get_Name_m619912033 (XElement_t4185968754 * __this, const RuntimeMethod* method) { { XName_t3751455998 * L_0 = __this->get_name_10(); return L_0; } } // System.Xml.XmlNodeType System.Xml.Linq.XElement::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XElement_get_NodeType_m1489408106 (XElement_t4185968754 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.String System.Xml.Linq.XElement::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XElement_get_Value_m2366324488 (XElement_t4185968754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XElement_get_Value_m2366324488_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; XNode_t716131460 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); String_t* G_B16_0 = NULL; { V_0 = (StringBuilder_t *)NULL; RuntimeObject* L_0 = XContainer_Nodes_m2555830513(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3990951645_il2cpp_TypeInfo_var, L_0); V_2 = L_1; } IL_000e: try { // begin try (depth: 1) { goto IL_0065; } IL_0013: { RuntimeObject* L_2 = V_2; NullCheck(L_2); XNode_t716131460 * L_3 = InterfaceFuncInvoker0< XNode_t716131460 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1148701928_il2cpp_TypeInfo_var, L_2); V_1 = L_3; StringBuilder_t * L_4 = V_0; if (L_4) { goto IL_0026; } } IL_0020: { StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_5, /*hidden argument*/NULL); V_0 = L_5; } IL_0026: { XNode_t716131460 * L_6 = V_1; if (!((XText_t1448860321 *)IsInstClass((RuntimeObject*)L_6, XText_t1448860321_il2cpp_TypeInfo_var))) { goto IL_0048; } } IL_0031: { StringBuilder_t * L_7 = V_0; XNode_t716131460 * L_8 = V_1; NullCheck(((XText_t1448860321 *)CastclassClass((RuntimeObject*)L_8, XText_t1448860321_il2cpp_TypeInfo_var))); String_t* L_9 = XText_get_Value_m3622993421(((XText_t1448860321 *)CastclassClass((RuntimeObject*)L_8, XText_t1448860321_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_7); StringBuilder_Append_m1965104174(L_7, L_9, /*hidden argument*/NULL); goto IL_0065; } IL_0048: { XNode_t716131460 * L_10 = V_1; if (!((XElement_t4185968754 *)IsInstClass((RuntimeObject*)L_10, XElement_t4185968754_il2cpp_TypeInfo_var))) { goto IL_0065; } } IL_0053: { StringBuilder_t * L_11 = V_0; XNode_t716131460 * L_12 = V_1; NullCheck(((XElement_t4185968754 *)CastclassClass((RuntimeObject*)L_12, XElement_t4185968754_il2cpp_TypeInfo_var))); String_t* L_13 = XElement_get_Value_m2366324488(((XElement_t4185968754 *)CastclassClass((RuntimeObject*)L_12, XElement_t4185968754_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_11); StringBuilder_Append_m1965104174(L_11, L_13, /*hidden argument*/NULL); } IL_0065: { RuntimeObject* L_14 = V_2; NullCheck(L_14); bool L_15 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_0013; } } IL_0070: { IL2CPP_LEAVE(0x80, FINALLY_0075); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0075; } FINALLY_0075: { // begin finally (depth: 1) { RuntimeObject* L_16 = V_2; if (L_16) { goto IL_0079; } } IL_0078: { IL2CPP_END_FINALLY(117) } IL_0079: { RuntimeObject* L_17 = V_2; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_17); IL2CPP_END_FINALLY(117) } } // end finally (depth: 1) IL2CPP_CLEANUP(117) { IL2CPP_JUMP_TBL(0x80, IL_0080) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0080: { StringBuilder_t * L_18 = V_0; if (L_18) { goto IL_0090; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B16_0 = L_19; goto IL_0096; } IL_0090: { StringBuilder_t * L_20 = V_0; NullCheck(L_20); String_t* L_21 = StringBuilder_ToString_m3317489284(L_20, /*hidden argument*/NULL); G_B16_0 = L_21; } IL_0096: { return G_B16_0; } } // System.Collections.Generic.IEnumerable`1 System.Xml.Linq.XElement::Attributes() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XElement_Attributes_m3055649957 (XElement_t4185968754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XElement_Attributes_m3055649957_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CAttributesU3Ec__Iterator20_t3836567394 * V_0 = NULL; { U3CAttributesU3Ec__Iterator20_t3836567394 * L_0 = (U3CAttributesU3Ec__Iterator20_t3836567394 *)il2cpp_codegen_object_new(U3CAttributesU3Ec__Iterator20_t3836567394_il2cpp_TypeInfo_var); U3CAttributesU3Ec__Iterator20__ctor_m29640648(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CAttributesU3Ec__Iterator20_t3836567394 * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3Ef__this_4(__this); U3CAttributesU3Ec__Iterator20_t3836567394 * L_2 = V_0; U3CAttributesU3Ec__Iterator20_t3836567394 * L_3 = L_2; NullCheck(L_3); L_3->set_U24PC_2(((int32_t)-2)); return L_3; } } // System.Void System.Xml.Linq.XElement::SetAttributeObject(System.Xml.Linq.XAttribute) extern "C" IL2CPP_METHOD_ATTR void XElement_SetAttributeObject_m3047153873 (XElement_t4185968754 * __this, XAttribute_t355876829 * ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XElement_SetAttributeObject_m3047153873_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XAttribute_t355876829 * L_0 = ___a0; RuntimeObject * L_1 = XUtil_GetDetachedObject_m3700365624(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ___a0 = ((XAttribute_t355876829 *)CastclassClass((RuntimeObject*)L_1, XAttribute_t355876829_il2cpp_TypeInfo_var)); XAttribute_t355876829 * L_2 = ___a0; NullCheck(L_2); XObject_SetOwner_m1034455036(L_2, __this, /*hidden argument*/NULL); XAttribute_t355876829 * L_3 = __this->get_attr_first_11(); if (L_3) { goto IL_0032; } } { XAttribute_t355876829 * L_4 = ___a0; __this->set_attr_first_11(L_4); XAttribute_t355876829 * L_5 = ___a0; __this->set_attr_last_12(L_5); goto IL_0051; } IL_0032: { XAttribute_t355876829 * L_6 = __this->get_attr_last_12(); XAttribute_t355876829 * L_7 = ___a0; NullCheck(L_6); XAttribute_set_NextAttribute_m3918303899(L_6, L_7, /*hidden argument*/NULL); XAttribute_t355876829 * L_8 = ___a0; XAttribute_t355876829 * L_9 = __this->get_attr_last_12(); NullCheck(L_8); XAttribute_set_PreviousAttribute_m4080792654(L_8, L_9, /*hidden argument*/NULL); XAttribute_t355876829 * L_10 = ___a0; __this->set_attr_last_12(L_10); } IL_0051: { return; } } // System.Void System.Xml.Linq.XElement::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XElement_WriteTo_m3488799361 (XElement_t4185968754 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XElement_WriteTo_m3488799361_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; XAttribute_t355876829 * V_1 = NULL; RuntimeObject* V_2 = NULL; XAttribute_t355876829 * V_3 = NULL; RuntimeObject* V_4 = NULL; XNode_t716131460 * V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); String_t* G_B3_0 = NULL; { XName_t3751455998 * L_0 = __this->get_name_10(); NullCheck(L_0); String_t* L_1 = XName_get_NamespaceName_m1113219825(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0031; } } { XmlWriter_t127905479 * L_3 = ___w0; XName_t3751455998 * L_4 = __this->get_name_10(); NullCheck(L_4); XNamespace_t1843508170 * L_5 = XName_get_Namespace_m4023955522(L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = XNamespace_get_NamespaceName_m2952101840(L_5, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(9 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, L_3, L_6); G_B3_0 = L_7; goto IL_0036; } IL_0031: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_8; } IL_0036: { V_0 = G_B3_0; RuntimeObject* L_9 = XElement_Attributes_m3055649957(__this, /*hidden argument*/NULL); NullCheck(L_9); RuntimeObject* L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3630697014_il2cpp_TypeInfo_var, L_9); V_2 = L_10; } IL_0043: try { // begin try (depth: 1) { goto IL_00a5; } IL_0048: { RuntimeObject* L_11 = V_2; NullCheck(L_11); XAttribute_t355876829 * L_12 = InterfaceFuncInvoker0< XAttribute_t355876829 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t788447297_il2cpp_TypeInfo_var, L_11); V_1 = L_12; XAttribute_t355876829 * L_13 = V_1; NullCheck(L_13); bool L_14 = XAttribute_get_IsNamespaceDeclaration_m3726745643(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_00a5; } } IL_005a: { XAttribute_t355876829 * L_15 = V_1; NullCheck(L_15); String_t* L_16 = XAttribute_get_Value_m822045865(L_15, /*hidden argument*/NULL); XName_t3751455998 * L_17 = __this->get_name_10(); NullCheck(L_17); XNamespace_t1843508170 * L_18 = XName_get_Namespace_m4023955522(L_17, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19 = XNamespace_get_NamespaceName_m2952101840(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_20 = String_op_Equality_m920492651(NULL /*static, unused*/, L_16, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00a5; } } IL_007a: { XAttribute_t355876829 * L_21 = V_1; NullCheck(L_21); XName_t3751455998 * L_22 = XAttribute_get_Name_m2178653462(L_21, /*hidden argument*/NULL); NullCheck(L_22); XNamespace_t1843508170 * L_23 = XName_get_Namespace_m4023955522(L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); XNamespace_t1843508170 * L_24 = XNamespace_get_Xmlns_m2148974693(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_25 = XNamespace_op_Equality_m3113830840(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00a0; } } IL_0094: { XAttribute_t355876829 * L_26 = V_1; NullCheck(L_26); XName_t3751455998 * L_27 = XAttribute_get_Name_m2178653462(L_26, /*hidden argument*/NULL); NullCheck(L_27); String_t* L_28 = XName_get_LocalName_m2163884361(L_27, /*hidden argument*/NULL); V_0 = L_28; } IL_00a0: { goto IL_00b0; } IL_00a5: { RuntimeObject* L_29 = V_2; NullCheck(L_29); bool L_30 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_29); if (L_30) { goto IL_0048; } } IL_00b0: { IL2CPP_LEAVE(0xC0, FINALLY_00b5); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b5; } FINALLY_00b5: { // begin finally (depth: 1) { RuntimeObject* L_31 = V_2; if (L_31) { goto IL_00b9; } } IL_00b8: { IL2CPP_END_FINALLY(181) } IL_00b9: { RuntimeObject* L_32 = V_2; NullCheck(L_32); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_32); IL2CPP_END_FINALLY(181) } } // end finally (depth: 1) IL2CPP_CLEANUP(181) { IL2CPP_JUMP_TBL(0xC0, IL_00c0) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00c0: { XmlWriter_t127905479 * L_33 = ___w0; String_t* L_34 = V_0; XName_t3751455998 * L_35 = __this->get_name_10(); NullCheck(L_35); String_t* L_36 = XName_get_LocalName_m2163884361(L_35, /*hidden argument*/NULL); XName_t3751455998 * L_37 = __this->get_name_10(); NullCheck(L_37); XNamespace_t1843508170 * L_38 = XName_get_Namespace_m4023955522(L_37, /*hidden argument*/NULL); NullCheck(L_38); String_t* L_39 = XNamespace_get_NamespaceName_m2952101840(L_38, /*hidden argument*/NULL); NullCheck(L_33); VirtActionInvoker3< String_t*, String_t*, String_t* >::Invoke(22 /* System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String,System.String) */, L_33, L_34, L_36, L_39); RuntimeObject* L_40 = XElement_Attributes_m3055649957(__this, /*hidden argument*/NULL); NullCheck(L_40); RuntimeObject* L_41 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3630697014_il2cpp_TypeInfo_var, L_40); V_4 = L_41; } IL_00ef: try { // begin try (depth: 1) { goto IL_0189; } IL_00f4: { RuntimeObject* L_42 = V_4; NullCheck(L_42); XAttribute_t355876829 * L_43 = InterfaceFuncInvoker0< XAttribute_t355876829 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t788447297_il2cpp_TypeInfo_var, L_42); V_3 = L_43; XAttribute_t355876829 * L_44 = V_3; NullCheck(L_44); bool L_45 = XAttribute_get_IsNamespaceDeclaration_m3726745643(L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_0162; } } IL_0107: { XAttribute_t355876829 * L_46 = V_3; NullCheck(L_46); XName_t3751455998 * L_47 = XAttribute_get_Name_m2178653462(L_46, /*hidden argument*/NULL); NullCheck(L_47); XNamespace_t1843508170 * L_48 = XName_get_Namespace_m4023955522(L_47, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); XNamespace_t1843508170 * L_49 = XNamespace_get_Xmlns_m2148974693(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_50 = XNamespace_op_Equality_m3113830840(NULL /*static, unused*/, L_48, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_014c; } } IL_0121: { XmlWriter_t127905479 * L_51 = ___w0; XAttribute_t355876829 * L_52 = V_3; NullCheck(L_52); XName_t3751455998 * L_53 = XAttribute_get_Name_m2178653462(L_52, /*hidden argument*/NULL); NullCheck(L_53); String_t* L_54 = XName_get_LocalName_m2163884361(L_53, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); XNamespace_t1843508170 * L_55 = XNamespace_get_Xmlns_m2148974693(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_55); String_t* L_56 = XNamespace_get_NamespaceName_m2952101840(L_55, /*hidden argument*/NULL); XAttribute_t355876829 * L_57 = V_3; NullCheck(L_57); String_t* L_58 = XAttribute_get_Value_m822045865(L_57, /*hidden argument*/NULL); NullCheck(L_51); XmlWriter_WriteAttributeString_m2341773285(L_51, _stringLiteral3929236445, L_54, L_56, L_58, /*hidden argument*/NULL); goto IL_015d; } IL_014c: { XmlWriter_t127905479 * L_59 = ___w0; XAttribute_t355876829 * L_60 = V_3; NullCheck(L_60); String_t* L_61 = XAttribute_get_Value_m822045865(L_60, /*hidden argument*/NULL); NullCheck(L_59); XmlWriter_WriteAttributeString_m3906092358(L_59, _stringLiteral3929236445, L_61, /*hidden argument*/NULL); } IL_015d: { goto IL_0189; } IL_0162: { XmlWriter_t127905479 * L_62 = ___w0; XAttribute_t355876829 * L_63 = V_3; NullCheck(L_63); XName_t3751455998 * L_64 = XAttribute_get_Name_m2178653462(L_63, /*hidden argument*/NULL); NullCheck(L_64); String_t* L_65 = XName_get_LocalName_m2163884361(L_64, /*hidden argument*/NULL); XAttribute_t355876829 * L_66 = V_3; NullCheck(L_66); XName_t3751455998 * L_67 = XAttribute_get_Name_m2178653462(L_66, /*hidden argument*/NULL); NullCheck(L_67); XNamespace_t1843508170 * L_68 = XName_get_Namespace_m4023955522(L_67, /*hidden argument*/NULL); NullCheck(L_68); String_t* L_69 = XNamespace_get_NamespaceName_m2952101840(L_68, /*hidden argument*/NULL); XAttribute_t355876829 * L_70 = V_3; NullCheck(L_70); String_t* L_71 = XAttribute_get_Value_m822045865(L_70, /*hidden argument*/NULL); NullCheck(L_62); XmlWriter_WriteAttributeString_m2453032990(L_62, L_65, L_69, L_71, /*hidden argument*/NULL); } IL_0189: { RuntimeObject* L_72 = V_4; NullCheck(L_72); bool L_73 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_72); if (L_73) { goto IL_00f4; } } IL_0195: { IL2CPP_LEAVE(0x1A7, FINALLY_019a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_019a; } FINALLY_019a: { // begin finally (depth: 1) { RuntimeObject* L_74 = V_4; if (L_74) { goto IL_019f; } } IL_019e: { IL2CPP_END_FINALLY(410) } IL_019f: { RuntimeObject* L_75 = V_4; NullCheck(L_75); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_75); IL2CPP_END_FINALLY(410) } } // end finally (depth: 1) IL2CPP_CLEANUP(410) { IL2CPP_JUMP_TBL(0x1A7, IL_01a7) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01a7: { RuntimeObject* L_76 = XContainer_Nodes_m2555830513(__this, /*hidden argument*/NULL); NullCheck(L_76); RuntimeObject* L_77 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3990951645_il2cpp_TypeInfo_var, L_76); V_6 = L_77; } IL_01b4: try { // begin try (depth: 1) { goto IL_01ca; } IL_01b9: { RuntimeObject* L_78 = V_6; NullCheck(L_78); XNode_t716131460 * L_79 = InterfaceFuncInvoker0< XNode_t716131460 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1148701928_il2cpp_TypeInfo_var, L_78); V_5 = L_79; XNode_t716131460 * L_80 = V_5; XmlWriter_t127905479 * L_81 = ___w0; NullCheck(L_80); VirtActionInvoker1< XmlWriter_t127905479 * >::Invoke(7 /* System.Void System.Xml.Linq.XNode::WriteTo(System.Xml.XmlWriter) */, L_80, L_81); } IL_01ca: { RuntimeObject* L_82 = V_6; NullCheck(L_82); bool L_83 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_82); if (L_83) { goto IL_01b9; } } IL_01d6: { IL2CPP_LEAVE(0x1E8, FINALLY_01db); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01db; } FINALLY_01db: { // begin finally (depth: 1) { RuntimeObject* L_84 = V_6; if (L_84) { goto IL_01e0; } } IL_01df: { IL2CPP_END_FINALLY(475) } IL_01e0: { RuntimeObject* L_85 = V_6; NullCheck(L_85); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_85); IL2CPP_END_FINALLY(475) } } // end finally (depth: 1) IL2CPP_CLEANUP(475) { IL2CPP_JUMP_TBL(0x1E8, IL_01e8) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01e8: { bool L_86 = __this->get_explicit_is_empty_13(); if (!L_86) { goto IL_01fe; } } { XmlWriter_t127905479 * L_87 = ___w0; NullCheck(L_87); VirtActionInvoker0::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_87); goto IL_0204; } IL_01fe: { XmlWriter_t127905479 * L_88 = ___w0; NullCheck(L_88); VirtActionInvoker0::Invoke(16 /* System.Void System.Xml.XmlWriter::WriteFullEndElement() */, L_88); } IL_0204: { return; } } // System.Xml.Linq.XNamespace System.Xml.Linq.XElement::GetNamespaceOfPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR XNamespace_t1843508170 * XElement_GetNamespaceOfPrefix_m544949661 (XElement_t4185968754 * __this, String_t* ___prefix0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XElement_GetNamespaceOfPrefix_m544949661_MetadataUsageId); s_Il2CppMethodInitialized = true; } XElement_t4185968754 * V_0 = NULL; XAttribute_t355876829 * V_1 = NULL; RuntimeObject* V_2 = NULL; XNamespace_t1843508170 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; goto IL_0098; } IL_0007: { XElement_t4185968754 * L_0 = V_0; NullCheck(L_0); RuntimeObject* L_1 = XElement_Attributes_m3055649957(L_0, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3630697014_il2cpp_TypeInfo_var, L_1); V_2 = L_2; } IL_0013: try { // begin try (depth: 1) { goto IL_0076; } IL_0018: { RuntimeObject* L_3 = V_2; NullCheck(L_3); XAttribute_t355876829 * L_4 = InterfaceFuncInvoker0< XAttribute_t355876829 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t788447297_il2cpp_TypeInfo_var, L_3); V_1 = L_4; XAttribute_t355876829 * L_5 = V_1; NullCheck(L_5); bool L_6 = XAttribute_get_IsNamespaceDeclaration_m3726745643(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0076; } } IL_002a: { String_t* L_7 = ___prefix0; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_004f; } } IL_0035: { XAttribute_t355876829 * L_9 = V_1; NullCheck(L_9); XName_t3751455998 * L_10 = XAttribute_get_Name_m2178653462(L_9, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11 = XName_get_LocalName_m2163884361(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_11, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_12) { goto IL_0065; } } IL_004f: { XAttribute_t355876829 * L_13 = V_1; NullCheck(L_13); XName_t3751455998 * L_14 = XAttribute_get_Name_m2178653462(L_13, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15 = XName_get_LocalName_m2163884361(L_14, /*hidden argument*/NULL); String_t* L_16 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_op_Equality_m920492651(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0076; } } IL_0065: { XAttribute_t355876829 * L_18 = V_1; NullCheck(L_18); String_t* L_19 = XAttribute_get_Value_m822045865(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); XNamespace_t1843508170 * L_20 = XNamespace_Get_m9299589(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); V_3 = L_20; IL2CPP_LEAVE(0xA4, FINALLY_0086); } IL_0076: { RuntimeObject* L_21 = V_2; NullCheck(L_21); bool L_22 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_21); if (L_22) { goto IL_0018; } } IL_0081: { IL2CPP_LEAVE(0x91, FINALLY_0086); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0086; } FINALLY_0086: { // begin finally (depth: 1) { RuntimeObject* L_23 = V_2; if (L_23) { goto IL_008a; } } IL_0089: { IL2CPP_END_FINALLY(134) } IL_008a: { RuntimeObject* L_24 = V_2; NullCheck(L_24); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_24); IL2CPP_END_FINALLY(134) } } // end finally (depth: 1) IL2CPP_CLEANUP(134) { IL2CPP_JUMP_TBL(0xA4, IL_00a4) IL2CPP_JUMP_TBL(0x91, IL_0091) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0091: { XElement_t4185968754 * L_25 = V_0; NullCheck(L_25); XElement_t4185968754 * L_26 = XObject_get_Parent_m1531964362(L_25, /*hidden argument*/NULL); V_0 = L_26; } IL_0098: { XElement_t4185968754 * L_27 = V_0; if (L_27) { goto IL_0007; } } { IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); XNamespace_t1843508170 * L_28 = XNamespace_get_None_m394397613(NULL /*static, unused*/, /*hidden argument*/NULL); return L_28; } IL_00a4: { XNamespace_t1843508170 * L_29 = V_3; return L_29; } } // System.String System.Xml.Linq.XElement::GetPrefixOfNamespace(System.Xml.Linq.XNamespace) extern "C" IL2CPP_METHOD_ATTR String_t* XElement_GetPrefixOfNamespace_m2885939482 (XElement_t4185968754 * __this, XNamespace_t1843508170 * ___ns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XElement_GetPrefixOfNamespace_m2885939482_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XNamespace_t1843508170 * L_0 = ___ns0; RuntimeObject* L_1 = XElement_GetPrefixOfNamespaceCore_m942657601(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t827303578_il2cpp_TypeInfo_var, L_1); V_1 = L_2; } IL_000d: try { // begin try (depth: 1) { goto IL_0032; } IL_0012: { RuntimeObject* L_3 = V_1; NullCheck(L_3); String_t* L_4 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t2280021157_il2cpp_TypeInfo_var, L_3); V_0 = L_4; String_t* L_5 = V_0; XNamespace_t1843508170 * L_6 = XElement_GetNamespaceOfPrefix_m544949661(__this, L_5, /*hidden argument*/NULL); XNamespace_t1843508170 * L_7 = ___ns0; IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); bool L_8 = XNamespace_op_Equality_m3113830840(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0032; } } IL_002b: { String_t* L_9 = V_0; V_2 = L_9; IL2CPP_LEAVE(0x4F, FINALLY_0042); } IL_0032: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0012; } } IL_003d: { IL2CPP_LEAVE(0x4D, FINALLY_0042); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0042; } FINALLY_0042: { // begin finally (depth: 1) { RuntimeObject* L_12 = V_1; if (L_12) { goto IL_0046; } } IL_0045: { IL2CPP_END_FINALLY(66) } IL_0046: { RuntimeObject* L_13 = V_1; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_13); IL2CPP_END_FINALLY(66) } } // end finally (depth: 1) IL2CPP_CLEANUP(66) { IL2CPP_JUMP_TBL(0x4F, IL_004f) IL2CPP_JUMP_TBL(0x4D, IL_004d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004d: { return (String_t*)NULL; } IL_004f: { String_t* L_14 = V_2; return L_14; } } // System.Collections.Generic.IEnumerable`1 System.Xml.Linq.XElement::GetPrefixOfNamespaceCore(System.Xml.Linq.XNamespace) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XElement_GetPrefixOfNamespaceCore_m942657601 (XElement_t4185968754 * __this, XNamespace_t1843508170 * ___ns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XElement_GetPrefixOfNamespaceCore_m942657601_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * V_0 = NULL; { U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * L_0 = (U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 *)il2cpp_codegen_object_new(U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361_il2cpp_TypeInfo_var); U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23__ctor_m3608323712(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * L_1 = V_0; XNamespace_t1843508170 * L_2 = ___ns0; NullCheck(L_1); L_1->set_ns_3(L_2); U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * L_3 = V_0; XNamespace_t1843508170 * L_4 = ___ns0; NullCheck(L_3); L_3->set_U3CU24U3Ens_6(L_4); U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * L_5 = V_0; NullCheck(L_5); L_5->set_U3CU3Ef__this_7(__this); U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * L_6 = V_0; U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * L_7 = L_6; NullCheck(L_7); L_7->set_U24PC_4(((int32_t)-2)); return L_7; } } // System.Boolean System.Xml.Linq.XElement::OnAddingObject(System.Object,System.Boolean,System.Xml.Linq.XNode,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XElement_OnAddingObject_m357068137 (XElement_t4185968754 * __this, RuntimeObject * ___o0, bool ___rejectAttribute1, XNode_t716131460 * ___refNode2, bool ___addFirst3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XElement_OnAddingObject_m357068137_MetadataUsageId); s_Il2CppMethodInitialized = true; } XAttribute_t355876829 * V_0 = NULL; XAttribute_t355876829 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = ___o0; if (((XDocument_t1376419702 *)IsInstClass((RuntimeObject*)L_0, XDocument_t1376419702_il2cpp_TypeInfo_var))) { goto IL_0032; } } { RuntimeObject * L_1 = ___o0; if (((XDocumentType_t1853592271 *)IsInstClass((RuntimeObject*)L_1, XDocumentType_t1853592271_il2cpp_TypeInfo_var))) { goto IL_0032; } } { RuntimeObject * L_2 = ___o0; if (((XDeclaration_t2907650823 *)IsInstClass((RuntimeObject*)L_2, XDeclaration_t2907650823_il2cpp_TypeInfo_var))) { goto IL_0032; } } { bool L_3 = ___rejectAttribute1; if (!L_3) { goto IL_0048; } } { RuntimeObject * L_4 = ___o0; if (!((XAttribute_t355876829 *)IsInstClass((RuntimeObject*)L_4, XAttribute_t355876829_il2cpp_TypeInfo_var))) { goto IL_0048; } } IL_0032: { RuntimeObject * L_5 = ___o0; NullCheck(L_5); Type_t * L_6 = Object_GetType_m88164663(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral359158074, L_6, /*hidden argument*/NULL); ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,XElement_OnAddingObject_m357068137_RuntimeMethod_var); } IL_0048: { RuntimeObject * L_9 = ___o0; V_0 = ((XAttribute_t355876829 *)IsInstClass((RuntimeObject*)L_9, XAttribute_t355876829_il2cpp_TypeInfo_var)); XAttribute_t355876829 * L_10 = V_0; if (!L_10) { goto IL_00bd; } } { RuntimeObject* L_11 = XElement_Attributes_m3055649957(__this, /*hidden argument*/NULL); NullCheck(L_11); RuntimeObject* L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3630697014_il2cpp_TypeInfo_var, L_11); V_2 = L_12; } IL_0061: try { // begin try (depth: 1) { goto IL_0099; } IL_0066: { RuntimeObject* L_13 = V_2; NullCheck(L_13); XAttribute_t355876829 * L_14 = InterfaceFuncInvoker0< XAttribute_t355876829 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t788447297_il2cpp_TypeInfo_var, L_13); V_1 = L_14; XAttribute_t355876829 * L_15 = V_0; NullCheck(L_15); XName_t3751455998 * L_16 = XAttribute_get_Name_m2178653462(L_15, /*hidden argument*/NULL); XAttribute_t355876829 * L_17 = V_1; NullCheck(L_17); XName_t3751455998 * L_18 = XAttribute_get_Name_m2178653462(L_17, /*hidden argument*/NULL); bool L_19 = XName_op_Equality_m1536062490(NULL /*static, unused*/, L_16, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0099; } } IL_0083: { XAttribute_t355876829 * L_20 = V_0; NullCheck(L_20); XName_t3751455998 * L_21 = XAttribute_get_Name_m2178653462(L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3579718899, L_21, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_23 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,XElement_OnAddingObject_m357068137_RuntimeMethod_var); } IL_0099: { RuntimeObject* L_24 = V_2; NullCheck(L_24); bool L_25 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_0066; } } IL_00a4: { IL2CPP_LEAVE(0xB4, FINALLY_00a9); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a9; } FINALLY_00a9: { // begin finally (depth: 1) { RuntimeObject* L_26 = V_2; if (L_26) { goto IL_00ad; } } IL_00ac: { IL2CPP_END_FINALLY(169) } IL_00ad: { RuntimeObject* L_27 = V_2; NullCheck(L_27); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_27); IL2CPP_END_FINALLY(169) } } // end finally (depth: 1) IL2CPP_CLEANUP(169) { IL2CPP_JUMP_TBL(0xB4, IL_00b4) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b4: { XAttribute_t355876829 * L_28 = V_0; XElement_SetAttributeObject_m3047153873(__this, L_28, /*hidden argument*/NULL); return (bool)1; } IL_00bd: { RuntimeObject * L_29 = ___o0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_29, String_t_il2cpp_TypeInfo_var))) { goto IL_00f1; } } { XNode_t716131460 * L_30 = ___refNode2; if (!((XText_t1448860321 *)IsInstClass((RuntimeObject*)L_30, XText_t1448860321_il2cpp_TypeInfo_var))) { goto IL_00f1; } } { XNode_t716131460 * L_31 = ___refNode2; XText_t1448860321 * L_32 = ((XText_t1448860321 *)CastclassClass((RuntimeObject*)L_31, XText_t1448860321_il2cpp_TypeInfo_var)); NullCheck(L_32); String_t* L_33 = XText_get_Value_m3622993421(L_32, /*hidden argument*/NULL); RuntimeObject * L_34 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = String_Concat_m3937257545(NULL /*static, unused*/, L_33, ((String_t*)IsInstSealed((RuntimeObject*)L_34, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_32); XText_set_Value_m1476704356(L_32, L_35, /*hidden argument*/NULL); return (bool)1; } IL_00f1: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XElement/c__Iterator20::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CAttributesU3Ec__Iterator20__ctor_m29640648 (U3CAttributesU3Ec__Iterator20_t3836567394 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Xml.Linq.XAttribute System.Xml.Linq.XElement/c__Iterator20::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR XAttribute_t355876829 * U3CAttributesU3Ec__Iterator20_System_Collections_Generic_IEnumeratorU3CSystem_Xml_Linq_XAttributeU3E_get_Current_m79249449 (U3CAttributesU3Ec__Iterator20_t3836567394 * __this, const RuntimeMethod* method) { { XAttribute_t355876829 * L_0 = __this->get_U24current_3(); return L_0; } } // System.Object System.Xml.Linq.XElement/c__Iterator20::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CAttributesU3Ec__Iterator20_System_Collections_IEnumerator_get_Current_m1206694511 (U3CAttributesU3Ec__Iterator20_t3836567394 * __this, const RuntimeMethod* method) { { XAttribute_t355876829 * L_0 = __this->get_U24current_3(); return L_0; } } // System.Collections.IEnumerator System.Xml.Linq.XElement/c__Iterator20::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CAttributesU3Ec__Iterator20_System_Collections_IEnumerable_GetEnumerator_m3078625692 (U3CAttributesU3Ec__Iterator20_t3836567394 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CAttributesU3Ec__Iterator20_System_Collections_Generic_IEnumerableU3CSystem_Xml_Linq_XAttributeU3E_GetEnumerator_m3913764316(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.Generic.IEnumerator`1 System.Xml.Linq.XElement/c__Iterator20::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CAttributesU3Ec__Iterator20_System_Collections_Generic_IEnumerableU3CSystem_Xml_Linq_XAttributeU3E_GetEnumerator_m3913764316 (U3CAttributesU3Ec__Iterator20_t3836567394 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CAttributesU3Ec__Iterator20_System_Collections_Generic_IEnumerableU3CSystem_Xml_Linq_XAttributeU3E_GetEnumerator_m3913764316_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CAttributesU3Ec__Iterator20_t3836567394 * V_0 = NULL; { int32_t* L_0 = __this->get_address_of_U24PC_2(); int32_t L_1 = Interlocked_CompareExchange_m3023855514(NULL /*static, unused*/, L_0, 0, ((int32_t)-2), /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)-2))))) { goto IL_0014; } } { return __this; } IL_0014: { U3CAttributesU3Ec__Iterator20_t3836567394 * L_2 = (U3CAttributesU3Ec__Iterator20_t3836567394 *)il2cpp_codegen_object_new(U3CAttributesU3Ec__Iterator20_t3836567394_il2cpp_TypeInfo_var); U3CAttributesU3Ec__Iterator20__ctor_m29640648(L_2, /*hidden argument*/NULL); V_0 = L_2; U3CAttributesU3Ec__Iterator20_t3836567394 * L_3 = V_0; XElement_t4185968754 * L_4 = __this->get_U3CU3Ef__this_4(); NullCheck(L_3); L_3->set_U3CU3Ef__this_4(L_4); U3CAttributesU3Ec__Iterator20_t3836567394 * L_5 = V_0; return L_5; } } // System.Boolean System.Xml.Linq.XElement/c__Iterator20::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CAttributesU3Ec__Iterator20_MoveNext_m1216922071 (U3CAttributesU3Ec__Iterator20_t3836567394 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; bool V_1 = false; { int32_t L_0 = __this->get_U24PC_2(); V_0 = L_0; __this->set_U24PC_2((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_0060; } } } { goto IL_007e; } IL_0021: { XElement_t4185968754 * L_2 = __this->get_U3CU3Ef__this_4(); NullCheck(L_2); XAttribute_t355876829 * L_3 = L_2->get_attr_first_11(); __this->set_U3CaU3E__0_0(L_3); goto IL_006c; } IL_0037: { XAttribute_t355876829 * L_4 = __this->get_U3CaU3E__0_0(); NullCheck(L_4); XAttribute_t355876829 * L_5 = XAttribute_get_NextAttribute_m3961459391(L_4, /*hidden argument*/NULL); __this->set_U3CnextU3E__1_1(L_5); XAttribute_t355876829 * L_6 = __this->get_U3CaU3E__0_0(); __this->set_U24current_3(L_6); __this->set_U24PC_2(1); goto IL_0080; } IL_0060: { XAttribute_t355876829 * L_7 = __this->get_U3CnextU3E__1_1(); __this->set_U3CaU3E__0_0(L_7); } IL_006c: { XAttribute_t355876829 * L_8 = __this->get_U3CaU3E__0_0(); if (L_8) { goto IL_0037; } } { __this->set_U24PC_2((-1)); } IL_007e: { return (bool)0; } IL_0080: { return (bool)1; } // Dead block : IL_0082: ldloc.1 } // System.Void System.Xml.Linq.XElement/c__Iterator20::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CAttributesU3Ec__Iterator20_Dispose_m1200691303 (U3CAttributesU3Ec__Iterator20_t3836567394 * __this, const RuntimeMethod* method) { { __this->set_U24PC_2((-1)); return; } } // System.Void System.Xml.Linq.XElement/c__Iterator20::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CAttributesU3Ec__Iterator20_Reset_m3493095447 (U3CAttributesU3Ec__Iterator20_t3836567394 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CAttributesU3Ec__Iterator20_Reset_m3493095447_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CAttributesU3Ec__Iterator20_Reset_m3493095447_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XElement/c__Iterator23::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23__ctor_m3608323712 (U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.String System.Xml.Linq.XElement/c__Iterator23::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR String_t* U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_System_Collections_Generic_IEnumeratorU3CstringU3E_get_Current_m1473278186 (U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U24current_5(); return L_0; } } // System.Object System.Xml.Linq.XElement/c__Iterator23::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_System_Collections_IEnumerator_get_Current_m196598959 (U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U24current_5(); return L_0; } } // System.Collections.IEnumerator System.Xml.Linq.XElement/c__Iterator23::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_System_Collections_IEnumerable_GetEnumerator_m3888559474 (U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_System_Collections_Generic_IEnumerableU3CstringU3E_GetEnumerator_m2064117807(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.Generic.IEnumerator`1 System.Xml.Linq.XElement/c__Iterator23::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_System_Collections_Generic_IEnumerableU3CstringU3E_GetEnumerator_m2064117807 (U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_System_Collections_Generic_IEnumerableU3CstringU3E_GetEnumerator_m2064117807_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * V_0 = NULL; { int32_t* L_0 = __this->get_address_of_U24PC_4(); int32_t L_1 = Interlocked_CompareExchange_m3023855514(NULL /*static, unused*/, L_0, 0, ((int32_t)-2), /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)-2))))) { goto IL_0014; } } { return __this; } IL_0014: { U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * L_2 = (U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 *)il2cpp_codegen_object_new(U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361_il2cpp_TypeInfo_var); U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23__ctor_m3608323712(L_2, /*hidden argument*/NULL); V_0 = L_2; U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * L_3 = V_0; XElement_t4185968754 * L_4 = __this->get_U3CU3Ef__this_7(); NullCheck(L_3); L_3->set_U3CU3Ef__this_7(L_4); U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * L_5 = V_0; XNamespace_t1843508170 * L_6 = __this->get_U3CU24U3Ens_6(); NullCheck(L_5); L_5->set_ns_3(L_6); U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * L_7 = V_0; return L_7; } } // System.Boolean System.Xml.Linq.XElement/c__Iterator23::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_MoveNext_m65961133 (U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_MoveNext_m65961133_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * G_B10_0 = NULL; U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * G_B9_0 = NULL; String_t* G_B11_0 = NULL; U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * G_B11_1 = NULL; { int32_t L_0 = __this->get_U24PC_4(); V_0 = L_0; __this->set_U24PC_4((-1)); V_1 = (bool)0; uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0023; } case 1: { goto IL_004d; } } } { goto IL_013d; } IL_0023: { XElement_t4185968754 * L_2 = __this->get_U3CU3Ef__this_7(); __this->set_U3CelU3E__0_0(L_2); goto IL_012b; } IL_0034: { XElement_t4185968754 * L_3 = __this->get_U3CelU3E__0_0(); NullCheck(L_3); RuntimeObject* L_4 = XElement_Attributes_m3055649957(L_3, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3630697014_il2cpp_TypeInfo_var, L_4); __this->set_U3CU24s_68U3E__1_1(L_5); V_0 = ((int32_t)-3); } IL_004d: try { // begin try (depth: 1) { uint32_t L_6 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))) { case 0: { goto IL_00ec; } } } IL_0059: { goto IL_00ec; } IL_005e: { RuntimeObject* L_7 = __this->get_U3CU24s_68U3E__1_1(); NullCheck(L_7); XAttribute_t355876829 * L_8 = InterfaceFuncInvoker0< XAttribute_t355876829 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t788447297_il2cpp_TypeInfo_var, L_7); __this->set_U3CaU3E__2_2(L_8); XAttribute_t355876829 * L_9 = __this->get_U3CaU3E__2_2(); NullCheck(L_9); bool L_10 = XAttribute_get_IsNamespaceDeclaration_m3726745643(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_00ec; } } IL_007f: { XAttribute_t355876829 * L_11 = __this->get_U3CaU3E__2_2(); NullCheck(L_11); String_t* L_12 = XAttribute_get_Value_m822045865(L_11, /*hidden argument*/NULL); XNamespace_t1843508170 * L_13 = __this->get_ns_3(); NullCheck(L_13); String_t* L_14 = XNamespace_get_NamespaceName_m2952101840(L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00ec; } } IL_009f: { XAttribute_t355876829 * L_16 = __this->get_U3CaU3E__2_2(); NullCheck(L_16); XName_t3751455998 * L_17 = XAttribute_get_Name_m2178653462(L_16, /*hidden argument*/NULL); NullCheck(L_17); XNamespace_t1843508170 * L_18 = XName_get_Namespace_m4023955522(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); XNamespace_t1843508170 * L_19 = XNamespace_get_None_m394397613(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_20 = XNamespace_op_Equality_m3113830840(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); G_B9_0 = __this; if (!L_20) { G_B10_0 = __this; goto IL_00c9; } } IL_00bf: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B11_0 = L_21; G_B11_1 = G_B9_0; goto IL_00d9; } IL_00c9: { XAttribute_t355876829 * L_22 = __this->get_U3CaU3E__2_2(); NullCheck(L_22); XName_t3751455998 * L_23 = XAttribute_get_Name_m2178653462(L_22, /*hidden argument*/NULL); NullCheck(L_23); String_t* L_24 = XName_get_LocalName_m2163884361(L_23, /*hidden argument*/NULL); G_B11_0 = L_24; G_B11_1 = G_B10_0; } IL_00d9: { NullCheck(G_B11_1); G_B11_1->set_U24current_5(G_B11_0); __this->set_U24PC_4(1); V_1 = (bool)1; IL2CPP_LEAVE(0x13F, FINALLY_0101); } IL_00ec: { RuntimeObject* L_25 = __this->get_U3CU24s_68U3E__1_1(); NullCheck(L_25); bool L_26 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_25); if (L_26) { goto IL_005e; } } IL_00fc: { IL2CPP_LEAVE(0x11A, FINALLY_0101); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0101; } FINALLY_0101: { // begin finally (depth: 1) { bool L_27 = V_1; if (!L_27) { goto IL_0105; } } IL_0104: { IL2CPP_END_FINALLY(257) } IL_0105: { RuntimeObject* L_28 = __this->get_U3CU24s_68U3E__1_1(); if (L_28) { goto IL_010e; } } IL_010d: { IL2CPP_END_FINALLY(257) } IL_010e: { RuntimeObject* L_29 = __this->get_U3CU24s_68U3E__1_1(); NullCheck(L_29); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_29); IL2CPP_END_FINALLY(257) } } // end finally (depth: 1) IL2CPP_CLEANUP(257) { IL2CPP_JUMP_TBL(0x13F, IL_013f) IL2CPP_JUMP_TBL(0x11A, IL_011a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_011a: { XElement_t4185968754 * L_30 = __this->get_U3CelU3E__0_0(); NullCheck(L_30); XElement_t4185968754 * L_31 = XObject_get_Parent_m1531964362(L_30, /*hidden argument*/NULL); __this->set_U3CelU3E__0_0(L_31); } IL_012b: { XElement_t4185968754 * L_32 = __this->get_U3CelU3E__0_0(); if (L_32) { goto IL_0034; } } { __this->set_U24PC_4((-1)); } IL_013d: { return (bool)0; } IL_013f: { return (bool)1; } // Dead block : IL_0141: ldloc.2 } // System.Void System.Xml.Linq.XElement/c__Iterator23::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_Dispose_m1228071436 (U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_Dispose_m1228071436_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { int32_t L_0 = __this->get_U24PC_4(); V_0 = L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_003b; } case 1: { goto IL_0021; } } } { goto IL_003b; } IL_0021: try { // begin try (depth: 1) IL2CPP_LEAVE(0x3B, FINALLY_0026); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0026; } FINALLY_0026: { // begin finally (depth: 1) { RuntimeObject* L_2 = __this->get_U3CU24s_68U3E__1_1(); if (L_2) { goto IL_002f; } } IL_002e: { IL2CPP_END_FINALLY(38) } IL_002f: { RuntimeObject* L_3 = __this->get_U3CU24s_68U3E__1_1(); NullCheck(L_3); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_3); IL2CPP_END_FINALLY(38) } } // end finally (depth: 1) IL2CPP_CLEANUP(38) { IL2CPP_JUMP_TBL(0x3B, IL_003b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003b: { return; } } // System.Void System.Xml.Linq.XElement/c__Iterator23::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_Reset_m625605849 (U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_t674090361 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_Reset_m625605849_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CGetPrefixOfNamespaceCoreU3Ec__Iterator23_Reset_m625605849_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XName::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void XName__ctor_m1578757153 (XName_t3751455998 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XName__ctor_m1578757153_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___info0; NullCheck(L_0); String_t* L_1 = SerializationInfo_GetString_m3155282843(L_0, _stringLiteral62725243, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; XName_ExpandName_m1905105600(NULL /*static, unused*/, L_2, (&V_1), (&V_2), /*hidden argument*/NULL); String_t* L_3 = V_1; __this->set_local_0(L_3); String_t* L_4 = V_2; IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); XNamespace_t1843508170 * L_5 = XNamespace_Get_m9299589(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); __this->set_ns_1(L_5); return; } } // System.Void System.Xml.Linq.XName::.ctor(System.String,System.Xml.Linq.XNamespace) extern "C" IL2CPP_METHOD_ATTR void XName__ctor_m1224003870 (XName_t3751455998 * __this, String_t* ___local0, XNamespace_t1843508170 * ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XName__ctor_m1224003870_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___local0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_1 = XmlConvert_VerifyNCName_m3085528481(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); __this->set_local_0(L_1); XNamespace_t1843508170 * L_2 = ___ns1; __this->set_ns_1(L_2); return; } } // System.Boolean System.Xml.Linq.XName::System.IEquatable.Equals(System.Xml.Linq.XName) extern "C" IL2CPP_METHOD_ATTR bool XName_System_IEquatableU3CSystem_Xml_Linq_XNameU3E_Equals_m923065646 (XName_t3751455998 * __this, XName_t3751455998 * ___other0, const RuntimeMethod* method) { { XName_t3751455998 * L_0 = ___other0; bool L_1 = XName_op_Equality_m1536062490(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.Linq.XName::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void XName_System_Runtime_Serialization_ISerializable_GetObjectData_m2812957368 (XName_t3751455998 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XName_System_Runtime_Serialization_ISerializable_GetObjectData_m2812957368_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral79347, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XName_System_Runtime_Serialization_ISerializable_GetObjectData_m2812957368_RuntimeMethod_var); } IL_0011: { SerializationInfo_t950877179 * L_2 = ___info0; String_t* L_3 = XName_ToString_m2643581250(__this, /*hidden argument*/NULL); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral62725243, L_3, /*hidden argument*/NULL); return; } } // System.Exception System.Xml.Linq.XName::ErrorInvalidExpandedName() extern "C" IL2CPP_METHOD_ATTR Exception_t * XName_ErrorInvalidExpandedName_m2834418701 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XName_ErrorInvalidExpandedName_m2834418701_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArgumentException_t132251570 * L_0 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_0, _stringLiteral960522708, /*hidden argument*/NULL); return L_0; } } // System.String System.Xml.Linq.XName::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XName_get_LocalName_m2163884361 (XName_t3751455998 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_local_0(); return L_0; } } // System.Xml.Linq.XNamespace System.Xml.Linq.XName::get_Namespace() extern "C" IL2CPP_METHOD_ATTR XNamespace_t1843508170 * XName_get_Namespace_m4023955522 (XName_t3751455998 * __this, const RuntimeMethod* method) { { XNamespace_t1843508170 * L_0 = __this->get_ns_1(); return L_0; } } // System.String System.Xml.Linq.XName::get_NamespaceName() extern "C" IL2CPP_METHOD_ATTR String_t* XName_get_NamespaceName_m1113219825 (XName_t3751455998 * __this, const RuntimeMethod* method) { { XNamespace_t1843508170 * L_0 = __this->get_ns_1(); NullCheck(L_0); String_t* L_1 = XNamespace_get_NamespaceName_m2952101840(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.Linq.XName::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool XName_Equals_m2715300575 (XName_t3751455998 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XName_Equals_m2715300575_MetadataUsageId); s_Il2CppMethodInitialized = true; } XName_t3751455998 * V_0 = NULL; int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___obj0; V_0 = ((XName_t3751455998 *)IsInstSealed((RuntimeObject*)L_0, XName_t3751455998_il2cpp_TypeInfo_var)); XName_t3751455998 * L_1 = V_0; bool L_2 = XName_op_Inequality_m457653385(NULL /*static, unused*/, L_1, (XName_t3751455998 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_001c; } } { XName_t3751455998 * L_3 = V_0; bool L_4 = XName_op_Equality_m1536062490(NULL /*static, unused*/, __this, L_3, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_4)); goto IL_001d; } IL_001c: { G_B3_0 = 0; } IL_001d: { return (bool)G_B3_0; } } // System.Xml.Linq.XName System.Xml.Linq.XName::Get(System.String) extern "C" IL2CPP_METHOD_ATTR XName_t3751455998 * XName_Get_m1522378289 (RuntimeObject * __this /* static, unused */, String_t* ___expandedName0, const RuntimeMethod* method) { String_t* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___expandedName0; XName_ExpandName_m1905105600(NULL /*static, unused*/, L_0, (&V_0), (&V_1), /*hidden argument*/NULL); String_t* L_1 = V_0; String_t* L_2 = V_1; XName_t3751455998 * L_3 = XName_Get_m1748475756(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void System.Xml.Linq.XName::ExpandName(System.String,System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR void XName_ExpandName_m1905105600 (RuntimeObject * __this /* static, unused */, String_t* ___expandedName0, String_t** ___local1, String_t** ___ns2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XName_ExpandName_m1905105600_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___expandedName0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3634912706, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XName_ExpandName_m1905105600_RuntimeMethod_var); } IL_0011: { String_t** L_2 = ___ns2; *((RuntimeObject **)(L_2)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_2), (RuntimeObject *)NULL); String_t** L_3 = ___local1; *((RuntimeObject **)(L_3)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_3), (RuntimeObject *)NULL); String_t* L_4 = ___expandedName0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0028; } } { Exception_t * L_6 = XName_ErrorInvalidExpandedName_m2834418701(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,XName_ExpandName_m1905105600_RuntimeMethod_var); } IL_0028: { String_t* L_7 = ___expandedName0; NullCheck(L_7); Il2CppChar L_8 = String_get_Chars_m2986988803(L_7, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)123))))) { goto IL_00a9; } } { V_0 = 1; goto IL_005b; } IL_003d: { String_t* L_9 = ___expandedName0; int32_t L_10 = V_0; NullCheck(L_9); Il2CppChar L_11 = String_get_Chars_m2986988803(L_9, L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)125))))) { goto IL_0057; } } { String_t** L_12 = ___ns2; String_t* L_13 = ___expandedName0; int32_t L_14 = V_0; NullCheck(L_13); String_t* L_15 = String_Substring_m1610150815(L_13, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); *((RuntimeObject **)(L_12)) = (RuntimeObject *)L_15; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_12), (RuntimeObject *)L_15); } IL_0057: { int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_005b: { int32_t L_17 = V_0; String_t* L_18 = ___expandedName0; NullCheck(L_18); int32_t L_19 = String_get_Length_m3847582255(L_18, /*hidden argument*/NULL); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_003d; } } { String_t** L_20 = ___ns2; String_t* L_21 = *((String_t**)L_20); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_22 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0079; } } { Exception_t * L_23 = XName_ErrorInvalidExpandedName_m2834418701(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,XName_ExpandName_m1905105600_RuntimeMethod_var); } IL_0079: { String_t* L_24 = ___expandedName0; NullCheck(L_24); int32_t L_25 = String_get_Length_m3847582255(L_24, /*hidden argument*/NULL); String_t** L_26 = ___ns2; String_t* L_27 = *((String_t**)L_26); NullCheck(L_27); int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL); if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)2)))))) { goto IL_0093; } } { Exception_t * L_29 = XName_ErrorInvalidExpandedName_m2834418701(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,XName_ExpandName_m1905105600_RuntimeMethod_var); } IL_0093: { String_t** L_30 = ___local1; String_t* L_31 = ___expandedName0; String_t** L_32 = ___ns2; String_t* L_33 = *((String_t**)L_32); NullCheck(L_33); int32_t L_34 = String_get_Length_m3847582255(L_33, /*hidden argument*/NULL); NullCheck(L_31); String_t* L_35 = String_Substring_m2848979100(L_31, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)2)), /*hidden argument*/NULL); *((RuntimeObject **)(L_30)) = (RuntimeObject *)L_35; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_30), (RuntimeObject *)L_35); goto IL_00b3; } IL_00a9: { String_t** L_36 = ___local1; String_t* L_37 = ___expandedName0; *((RuntimeObject **)(L_36)) = (RuntimeObject *)L_37; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_36), (RuntimeObject *)L_37); String_t** L_38 = ___ns2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); *((RuntimeObject **)(L_38)) = (RuntimeObject *)L_39; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_38), (RuntimeObject *)L_39); } IL_00b3: { return; } } // System.Xml.Linq.XName System.Xml.Linq.XName::Get(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XName_t3751455998 * XName_Get_m1748475756 (RuntimeObject * __this /* static, unused */, String_t* ___localName0, String_t* ___namespaceName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XName_Get_m1748475756_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___namespaceName1; IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); XNamespace_t1843508170 * L_1 = XNamespace_Get_m9299589(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); String_t* L_2 = ___localName0; NullCheck(L_1); XName_t3751455998 * L_3 = XNamespace_GetName_m1445243739(L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Xml.Linq.XName::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t XName_GetHashCode_m2555446476 (XName_t3751455998 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_local_0(); NullCheck(L_0); int32_t L_1 = String_GetHashCode_m1906374149(L_0, /*hidden argument*/NULL); XNamespace_t1843508170 * L_2 = __this->get_ns_1(); NullCheck(L_2); int32_t L_3 = XNamespace_GetHashCode_m4127606670(L_2, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_1^(int32_t)L_3)); } } // System.String System.Xml.Linq.XName::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* XName_ToString_m2643581250 (XName_t3751455998 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XName_ToString_m2643581250_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XNamespace_t1843508170 * L_0 = __this->get_ns_1(); IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); XNamespace_t1843508170 * L_1 = XNamespace_get_None_m394397613(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_2 = XNamespace_op_Equality_m3113830840(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001c; } } { String_t* L_3 = __this->get_local_0(); return L_3; } IL_001c: { XNamespace_t1843508170 * L_4 = __this->get_ns_1(); NullCheck(L_4); String_t* L_5 = XNamespace_get_NamespaceName_m2952101840(L_4, /*hidden argument*/NULL); String_t* L_6 = __this->get_local_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral3452614613, L_5, _stringLiteral3452614611, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean System.Xml.Linq.XName::op_Equality(System.Xml.Linq.XName,System.Xml.Linq.XName) extern "C" IL2CPP_METHOD_ATTR bool XName_op_Equality_m1536062490 (RuntimeObject * __this /* static, unused */, XName_t3751455998 * ___n10, XName_t3751455998 * ___n21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XName_op_Equality_m1536062490_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B8_0 = 0; int32_t G_B10_0 = 0; { XName_t3751455998 * L_0 = ___n10; if (L_0) { goto IL_000b; } } { XName_t3751455998 * L_1 = ___n21; return (bool)((((RuntimeObject*)(XName_t3751455998 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_000b: { XName_t3751455998 * L_2 = ___n21; if (L_2) { goto IL_0013; } } { return (bool)0; } IL_0013: { XName_t3751455998 * L_3 = ___n10; XName_t3751455998 * L_4 = ___n21; bool L_5 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_004b; } } { XName_t3751455998 * L_6 = ___n10; NullCheck(L_6); String_t* L_7 = L_6->get_local_0(); XName_t3751455998 * L_8 = ___n21; NullCheck(L_8); String_t* L_9 = L_8->get_local_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0048; } } { XName_t3751455998 * L_11 = ___n10; NullCheck(L_11); XNamespace_t1843508170 * L_12 = L_11->get_ns_1(); XName_t3751455998 * L_13 = ___n21; NullCheck(L_13); XNamespace_t1843508170 * L_14 = L_13->get_ns_1(); IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); bool L_15 = XNamespace_op_Equality_m3113830840(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); G_B8_0 = ((int32_t)(L_15)); goto IL_0049; } IL_0048: { G_B8_0 = 0; } IL_0049: { G_B10_0 = G_B8_0; goto IL_004c; } IL_004b: { G_B10_0 = 1; } IL_004c: { return (bool)G_B10_0; } } // System.Xml.Linq.XName System.Xml.Linq.XName::op_Implicit(System.String) extern "C" IL2CPP_METHOD_ATTR XName_t3751455998 * XName_op_Implicit_m4126397159 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { XName_t3751455998 * G_B3_0 = NULL; { String_t* L_0 = ___s0; if (L_0) { goto IL_000c; } } { G_B3_0 = ((XName_t3751455998 *)(NULL)); goto IL_0012; } IL_000c: { String_t* L_1 = ___s0; XName_t3751455998 * L_2 = XName_Get_m1522378289(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); G_B3_0 = L_2; } IL_0012: { return G_B3_0; } } // System.Boolean System.Xml.Linq.XName::op_Inequality(System.Xml.Linq.XName,System.Xml.Linq.XName) extern "C" IL2CPP_METHOD_ATTR bool XName_op_Inequality_m457653385 (RuntimeObject * __this /* static, unused */, XName_t3751455998 * ___n10, XName_t3751455998 * ___n21, const RuntimeMethod* method) { { XName_t3751455998 * L_0 = ___n10; XName_t3751455998 * L_1 = ___n21; bool L_2 = XName_op_Equality_m1536062490(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XNamespace::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XNamespace__ctor_m1972467617 (XNamespace_t1843508170 * __this, String_t* ___namespaceName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNamespace__ctor_m1972467617_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___namespaceName0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1875761611, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XNamespace__ctor_m1972467617_RuntimeMethod_var); } IL_0017: { String_t* L_2 = ___namespaceName0; __this->set_uri_4(L_2); return; } } // System.Void System.Xml.Linq.XNamespace::.cctor() extern "C" IL2CPP_METHOD_ATTR void XNamespace__cctor_m1615621918 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNamespace__cctor_m1615621918_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1628764469 * L_0 = (Dictionary_2_t1628764469 *)il2cpp_codegen_object_new(Dictionary_2_t1628764469_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4001013245(L_0, /*hidden argument*/Dictionary_2__ctor_m4001013245_RuntimeMethod_var); ((XNamespace_t1843508170_StaticFields*)il2cpp_codegen_static_fields_for(XNamespace_t1843508170_il2cpp_TypeInfo_var))->set_nstable_3(L_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); XNamespace_t1843508170 * L_2 = XNamespace_Get_m9299589(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); ((XNamespace_t1843508170_StaticFields*)il2cpp_codegen_static_fields_for(XNamespace_t1843508170_il2cpp_TypeInfo_var))->set_blank_0(L_2); XNamespace_t1843508170 * L_3 = XNamespace_Get_m9299589(NULL /*static, unused*/, _stringLiteral2984480440, /*hidden argument*/NULL); ((XNamespace_t1843508170_StaticFields*)il2cpp_codegen_static_fields_for(XNamespace_t1843508170_il2cpp_TypeInfo_var))->set_xml_1(L_3); XNamespace_t1843508170 * L_4 = XNamespace_Get_m9299589(NULL /*static, unused*/, _stringLiteral2829469855, /*hidden argument*/NULL); ((XNamespace_t1843508170_StaticFields*)il2cpp_codegen_static_fields_for(XNamespace_t1843508170_il2cpp_TypeInfo_var))->set_xmlns_2(L_4); return; } } // System.Xml.Linq.XNamespace System.Xml.Linq.XNamespace::get_None() extern "C" IL2CPP_METHOD_ATTR XNamespace_t1843508170 * XNamespace_get_None_m394397613 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNamespace_get_None_m394397613_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); XNamespace_t1843508170 * L_0 = ((XNamespace_t1843508170_StaticFields*)il2cpp_codegen_static_fields_for(XNamespace_t1843508170_il2cpp_TypeInfo_var))->get_blank_0(); return L_0; } } // System.Xml.Linq.XNamespace System.Xml.Linq.XNamespace::get_Xmlns() extern "C" IL2CPP_METHOD_ATTR XNamespace_t1843508170 * XNamespace_get_Xmlns_m2148974693 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNamespace_get_Xmlns_m2148974693_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); XNamespace_t1843508170 * L_0 = ((XNamespace_t1843508170_StaticFields*)il2cpp_codegen_static_fields_for(XNamespace_t1843508170_il2cpp_TypeInfo_var))->get_xmlns_2(); return L_0; } } // System.Xml.Linq.XNamespace System.Xml.Linq.XNamespace::Get(System.String) extern "C" IL2CPP_METHOD_ATTR XNamespace_t1843508170 * XNamespace_Get_m9299589 (RuntimeObject * __this /* static, unused */, String_t* ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNamespace_Get_m9299589_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t1628764469 * V_0 = NULL; XNamespace_t1843508170 * V_1 = NULL; XNamespace_t1843508170 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); Dictionary_2_t1628764469 * L_0 = ((XNamespace_t1843508170_StaticFields*)il2cpp_codegen_static_fields_for(XNamespace_t1843508170_il2cpp_TypeInfo_var))->get_nstable_3(); V_0 = L_0; Dictionary_2_t1628764469 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); Dictionary_2_t1628764469 * L_2 = ((XNamespace_t1843508170_StaticFields*)il2cpp_codegen_static_fields_for(XNamespace_t1843508170_il2cpp_TypeInfo_var))->get_nstable_3(); String_t* L_3 = ___uri0; NullCheck(L_2); bool L_4 = Dictionary_2_TryGetValue_m3551226368(L_2, L_3, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m3551226368_RuntimeMethod_var); if (L_4) { goto IL_0031; } } IL_001e: { String_t* L_5 = ___uri0; XNamespace_t1843508170 * L_6 = (XNamespace_t1843508170 *)il2cpp_codegen_object_new(XNamespace_t1843508170_il2cpp_TypeInfo_var); XNamespace__ctor_m1972467617(L_6, L_5, /*hidden argument*/NULL); V_1 = L_6; IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); Dictionary_2_t1628764469 * L_7 = ((XNamespace_t1843508170_StaticFields*)il2cpp_codegen_static_fields_for(XNamespace_t1843508170_il2cpp_TypeInfo_var))->get_nstable_3(); String_t* L_8 = ___uri0; XNamespace_t1843508170 * L_9 = V_1; NullCheck(L_7); Dictionary_2_set_Item_m2023143285(L_7, L_8, L_9, /*hidden argument*/Dictionary_2_set_Item_m2023143285_RuntimeMethod_var); } IL_0031: { XNamespace_t1843508170 * L_10 = V_1; V_2 = L_10; IL2CPP_LEAVE(0x44, FINALLY_003d); } IL_0038: { ; // IL_0038: leave IL_0044 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003d; } FINALLY_003d: { // begin finally (depth: 1) Dictionary_2_t1628764469 * L_11 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); IL2CPP_END_FINALLY(61) } // end finally (depth: 1) IL2CPP_CLEANUP(61) { IL2CPP_JUMP_TBL(0x44, IL_0044) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0044: { XNamespace_t1843508170 * L_12 = V_2; return L_12; } } // System.Xml.Linq.XName System.Xml.Linq.XNamespace::GetName(System.String) extern "C" IL2CPP_METHOD_ATTR XName_t3751455998 * XNamespace_GetName_m1445243739 (XNamespace_t1843508170 * __this, String_t* ___localName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNamespace_GetName_m1445243739_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t3536712297 * V_0 = NULL; XName_t3751455998 * V_1 = NULL; XName_t3751455998 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Dictionary_2_t3536712297 * L_0 = __this->get_table_5(); if (L_0) { goto IL_0016; } } { Dictionary_2_t3536712297 * L_1 = (Dictionary_2_t3536712297 *)il2cpp_codegen_object_new(Dictionary_2_t3536712297_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3533927825(L_1, /*hidden argument*/Dictionary_2__ctor_m3533927825_RuntimeMethod_var); __this->set_table_5(L_1); } IL_0016: { Dictionary_2_t3536712297 * L_2 = __this->get_table_5(); V_0 = L_2; Dictionary_2_t3536712297 * L_3 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_0023: try { // begin try (depth: 1) { Dictionary_2_t3536712297 * L_4 = __this->get_table_5(); String_t* L_5 = ___localName0; NullCheck(L_4); bool L_6 = Dictionary_2_TryGetValue_m384005654(L_4, L_5, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m384005654_RuntimeMethod_var); if (L_6) { goto IL_004b; } } IL_0036: { String_t* L_7 = ___localName0; XName_t3751455998 * L_8 = (XName_t3751455998 *)il2cpp_codegen_object_new(XName_t3751455998_il2cpp_TypeInfo_var); XName__ctor_m1224003870(L_8, L_7, __this, /*hidden argument*/NULL); V_1 = L_8; Dictionary_2_t3536712297 * L_9 = __this->get_table_5(); String_t* L_10 = ___localName0; XName_t3751455998 * L_11 = V_1; NullCheck(L_9); Dictionary_2_set_Item_m1059449987(L_9, L_10, L_11, /*hidden argument*/Dictionary_2_set_Item_m1059449987_RuntimeMethod_var); } IL_004b: { XName_t3751455998 * L_12 = V_1; V_2 = L_12; IL2CPP_LEAVE(0x5E, FINALLY_0057); } IL_0052: { ; // IL_0052: leave IL_005e } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0057; } FINALLY_0057: { // begin finally (depth: 1) Dictionary_2_t3536712297 * L_13 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); IL2CPP_END_FINALLY(87) } // end finally (depth: 1) IL2CPP_CLEANUP(87) { IL2CPP_JUMP_TBL(0x5E, IL_005e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005e: { XName_t3751455998 * L_14 = V_2; return L_14; } } // System.String System.Xml.Linq.XNamespace::get_NamespaceName() extern "C" IL2CPP_METHOD_ATTR String_t* XNamespace_get_NamespaceName_m2952101840 (XNamespace_t1843508170 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_uri_4(); return L_0; } } // System.Boolean System.Xml.Linq.XNamespace::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool XNamespace_Equals_m291863040 (XNamespace_t1843508170 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNamespace_Equals_m291863040_MetadataUsageId); s_Il2CppMethodInitialized = true; } XNamespace_t1843508170 * V_0 = NULL; int32_t G_B5_0 = 0; { RuntimeObject * L_0 = ___other0; bool L_1 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { return (bool)1; } IL_000e: { RuntimeObject * L_2 = ___other0; V_0 = ((XNamespace_t1843508170 *)IsInstSealed((RuntimeObject*)L_2, XNamespace_t1843508170_il2cpp_TypeInfo_var)); XNamespace_t1843508170 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); bool L_4 = XNamespace_op_Inequality_m3269657107(NULL /*static, unused*/, L_3, (XNamespace_t1843508170 *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_0034; } } { String_t* L_5 = __this->get_uri_4(); XNamespace_t1843508170 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = L_6->get_uri_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_7, /*hidden argument*/NULL); G_B5_0 = ((int32_t)(L_8)); goto IL_0035; } IL_0034: { G_B5_0 = 0; } IL_0035: { return (bool)G_B5_0; } } // System.Int32 System.Xml.Linq.XNamespace::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t XNamespace_GetHashCode_m4127606670 (XNamespace_t1843508170 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_uri_4(); NullCheck(L_0); int32_t L_1 = String_GetHashCode_m1906374149(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Linq.XNamespace::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* XNamespace_ToString_m4281238012 (XNamespace_t1843508170 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_uri_4(); return L_0; } } // System.Boolean System.Xml.Linq.XNamespace::op_Equality(System.Xml.Linq.XNamespace,System.Xml.Linq.XNamespace) extern "C" IL2CPP_METHOD_ATTR bool XNamespace_op_Equality_m3113830840 (RuntimeObject * __this /* static, unused */, XNamespace_t1843508170 * ___o10, XNamespace_t1843508170 * ___o21, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { XNamespace_t1843508170 * L_0 = ___o10; if (!L_0) { goto IL_0012; } } { XNamespace_t1843508170 * L_1 = ___o10; XNamespace_t1843508170 * L_2 = ___o21; NullCheck(L_1); bool L_3 = XNamespace_Equals_m291863040(L_1, L_2, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_3)); goto IL_0016; } IL_0012: { XNamespace_t1843508170 * L_4 = ___o21; G_B3_0 = ((((RuntimeObject*)(XNamespace_t1843508170 *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0016: { return (bool)G_B3_0; } } // System.Boolean System.Xml.Linq.XNamespace::op_Inequality(System.Xml.Linq.XNamespace,System.Xml.Linq.XNamespace) extern "C" IL2CPP_METHOD_ATTR bool XNamespace_op_Inequality_m3269657107 (RuntimeObject * __this /* static, unused */, XNamespace_t1843508170 * ___o10, XNamespace_t1843508170 * ___o21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNamespace_op_Inequality_m3269657107_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XNamespace_t1843508170 * L_0 = ___o10; XNamespace_t1843508170 * L_1 = ___o21; IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); bool L_2 = XNamespace_op_Equality_m3113830840(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Xml.Linq.XNamespace System.Xml.Linq.XNamespace::op_Implicit(System.String) extern "C" IL2CPP_METHOD_ATTR XNamespace_t1843508170 * XNamespace_op_Implicit_m1109018013 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNamespace_op_Implicit_m1109018013_MetadataUsageId); s_Il2CppMethodInitialized = true; } XNamespace_t1843508170 * G_B3_0 = NULL; { String_t* L_0 = ___s0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XNamespace_t1843508170_il2cpp_TypeInfo_var); XNamespace_t1843508170 * L_2 = XNamespace_Get_m9299589(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_0012; } IL_0011: { G_B3_0 = ((XNamespace_t1843508170 *)(NULL)); } IL_0012: { return G_B3_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void XNode__ctor_m2640711240 (XNode_t716131460 * __this, const RuntimeMethod* method) { { XObject__ctor_m1122439361(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Linq.XNode::.cctor() extern "C" IL2CPP_METHOD_ATTR void XNode__cctor_m3059938870 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNode__cctor_m3059938870_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XNodeEqualityComparer_t35321779 * L_0 = (XNodeEqualityComparer_t35321779 *)il2cpp_codegen_object_new(XNodeEqualityComparer_t35321779_il2cpp_TypeInfo_var); XNodeEqualityComparer__ctor_m4167768991(L_0, /*hidden argument*/NULL); ((XNode_t716131460_StaticFields*)il2cpp_codegen_static_fields_for(XNode_t716131460_il2cpp_TypeInfo_var))->set_eq_comparer_3(L_0); XNodeDocumentOrderComparer_t3558329258 * L_1 = (XNodeDocumentOrderComparer_t3558329258 *)il2cpp_codegen_object_new(XNodeDocumentOrderComparer_t3558329258_il2cpp_TypeInfo_var); XNodeDocumentOrderComparer__ctor_m1254989908(L_1, /*hidden argument*/NULL); ((XNode_t716131460_StaticFields*)il2cpp_codegen_static_fields_for(XNode_t716131460_il2cpp_TypeInfo_var))->set_order_comparer_4(L_1); return; } } // System.Void System.Xml.Linq.XNode::set_PreviousNode(System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR void XNode_set_PreviousNode_m4241906262 (XNode_t716131460 * __this, XNode_t716131460 * ___value0, const RuntimeMethod* method) { { XNode_t716131460 * L_0 = ___value0; __this->set_previous_5(L_0); return; } } // System.Xml.Linq.XNode System.Xml.Linq.XNode::get_NextNode() extern "C" IL2CPP_METHOD_ATTR XNode_t716131460 * XNode_get_NextNode_m2890561158 (XNode_t716131460 * __this, const RuntimeMethod* method) { { XNode_t716131460 * L_0 = __this->get_next_6(); return L_0; } } // System.Void System.Xml.Linq.XNode::set_NextNode(System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR void XNode_set_NextNode_m2663856633 (XNode_t716131460 * __this, XNode_t716131460 * ___value0, const RuntimeMethod* method) { { XNode_t716131460 * L_0 = ___value0; __this->set_next_6(L_0); return; } } // System.String System.Xml.Linq.XNode::ToString(System.Xml.Linq.SaveOptions) extern "C" IL2CPP_METHOD_ATTR String_t* XNode_ToString_m3816148259 (XNode_t716131460 * __this, int32_t ___options0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNode_ToString_m3816148259_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringWriter_t802263757 * V_0 = NULL; XmlWriterSettings_t3314986516 * V_1 = NULL; XmlWriter_t127905479 * V_2 = NULL; { StringWriter_t802263757 * L_0 = (StringWriter_t802263757 *)il2cpp_codegen_object_new(StringWriter_t802263757_il2cpp_TypeInfo_var); StringWriter__ctor_m1244548890(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlWriterSettings_t3314986516 * L_1 = (XmlWriterSettings_t3314986516 *)il2cpp_codegen_object_new(XmlWriterSettings_t3314986516_il2cpp_TypeInfo_var); XmlWriterSettings__ctor_m2465852079(L_1, /*hidden argument*/NULL); V_1 = L_1; XmlWriterSettings_t3314986516 * L_2 = V_1; NullCheck(L_2); XmlWriterSettings_set_ConformanceLevel_m2379836262(L_2, 0, /*hidden argument*/NULL); XmlWriterSettings_t3314986516 * L_3 = V_1; int32_t L_4 = ___options0; NullCheck(L_3); XmlWriterSettings_set_Indent_m2801213143(L_3, (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); StringWriter_t802263757 * L_5 = V_0; XmlWriterSettings_t3314986516 * L_6 = V_1; XmlWriter_t127905479 * L_7 = XmlWriter_Create_m1754013770(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; XmlWriter_t127905479 * L_8 = V_2; VirtActionInvoker1< XmlWriter_t127905479 * >::Invoke(7 /* System.Void System.Xml.Linq.XNode::WriteTo(System.Xml.XmlWriter) */, __this, L_8); XmlWriter_t127905479 * L_9 = V_2; NullCheck(L_9); VirtActionInvoker0::Invoke(7 /* System.Void System.Xml.XmlWriter::Close() */, L_9); StringWriter_t802263757 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.IO.StringWriter::ToString() */, L_10); return L_11; } } // System.Void System.Xml.Linq.XNode::Remove() extern "C" IL2CPP_METHOD_ATTR void XNode_Remove_m1307836180 (XNode_t716131460 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNode_Remove_m1307836180_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XElement_t4185968754 * L_0 = XObject_get_Parent_m1531964362(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral585064775, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XNode_Remove_m1307836180_RuntimeMethod_var); } IL_0016: { XElement_t4185968754 * L_2 = XObject_get_Parent_m1531964362(__this, /*hidden argument*/NULL); NullCheck(L_2); XNode_t716131460 * L_3 = XContainer_get_FirstNode_m540601710(L_2, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XNode_t716131460 *)L_3) == ((RuntimeObject*)(XNode_t716131460 *)__this)))) { goto IL_0038; } } { XElement_t4185968754 * L_4 = XObject_get_Parent_m1531964362(__this, /*hidden argument*/NULL); XNode_t716131460 * L_5 = __this->get_next_6(); NullCheck(L_4); XContainer_set_FirstNode_m2944879952(L_4, L_5, /*hidden argument*/NULL); } IL_0038: { XElement_t4185968754 * L_6 = XObject_get_Parent_m1531964362(__this, /*hidden argument*/NULL); NullCheck(L_6); XNode_t716131460 * L_7 = XContainer_get_LastNode_m743769697(L_6, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XNode_t716131460 *)L_7) == ((RuntimeObject*)(XNode_t716131460 *)__this)))) { goto IL_005a; } } { XElement_t4185968754 * L_8 = XObject_get_Parent_m1531964362(__this, /*hidden argument*/NULL); XNode_t716131460 * L_9 = __this->get_previous_5(); NullCheck(L_8); XContainer_set_LastNode_m1576286215(L_8, L_9, /*hidden argument*/NULL); } IL_005a: { XNode_t716131460 * L_10 = __this->get_previous_5(); if (!L_10) { goto IL_0076; } } { XNode_t716131460 * L_11 = __this->get_previous_5(); XNode_t716131460 * L_12 = __this->get_next_6(); NullCheck(L_11); L_11->set_next_6(L_12); } IL_0076: { XNode_t716131460 * L_13 = __this->get_next_6(); if (!L_13) { goto IL_0092; } } { XNode_t716131460 * L_14 = __this->get_next_6(); XNode_t716131460 * L_15 = __this->get_previous_5(); NullCheck(L_14); L_14->set_previous_5(L_15); } IL_0092: { __this->set_previous_5((XNode_t716131460 *)NULL); __this->set_next_6((XNode_t716131460 *)NULL); XObject_SetOwner_m1034455036(__this, (XContainer_t3387731002 *)NULL, /*hidden argument*/NULL); return; } } // System.String System.Xml.Linq.XNode::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* XNode_ToString_m3831992069 (XNode_t716131460 * __this, const RuntimeMethod* method) { { String_t* L_0 = XNode_ToString_m3816148259(__this, 0, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XNodeDocumentOrderComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void XNodeDocumentOrderComparer__ctor_m1254989908 (XNodeDocumentOrderComparer_t3558329258 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.Linq.XNodeDocumentOrderComparer::System.Collections.IComparer.Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XNodeDocumentOrderComparer_System_Collections_IComparer_Compare_m3112624495 (XNodeDocumentOrderComparer_t3558329258 * __this, RuntimeObject * ___n10, RuntimeObject * ___n21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNodeDocumentOrderComparer_System_Collections_IComparer_Compare_m3112624495_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___n10; RuntimeObject * L_1 = ___n21; int32_t L_2 = XNodeDocumentOrderComparer_Compare_m2530632105(__this, ((XNode_t716131460 *)CastclassClass((RuntimeObject*)L_0, XNode_t716131460_il2cpp_TypeInfo_var)), ((XNode_t716131460 *)CastclassClass((RuntimeObject*)L_1, XNode_t716131460_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Xml.Linq.XNodeDocumentOrderComparer::Compare(System.Xml.Linq.XNode,System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR int32_t XNodeDocumentOrderComparer_Compare_m2530632105 (XNodeDocumentOrderComparer_t3558329258 * __this, XNode_t716131460 * ___n10, XNode_t716131460 * ___n21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNodeDocumentOrderComparer_Compare_m2530632105_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t G_B6_0 = 0; { XNode_t716131460 * L_0 = ___n10; XNode_t716131460 * L_1 = ___n21; int32_t L_2 = XNodeDocumentOrderComparer_CompareCore_m1650160920(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (L_3) { case 0: { goto IL_0030; } case 1: { goto IL_0032; } case 2: { goto IL_0051; } case 3: { goto IL_0053; } case 4: { goto IL_0051; } case 5: { goto IL_0053; } case 6: { goto IL_0051; } } } { goto IL_0053; } IL_0030: { return 0; } IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_4 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_4; int64_t L_5 = DateTime_get_Ticks_m1550640881((&V_1), /*hidden argument*/NULL); if ((!(((uint64_t)((int64_t)((int64_t)L_5%(int64_t)(((int64_t)((int64_t)2)))))) == ((uint64_t)(((int64_t)((int64_t)1))))))) { goto IL_004f; } } { G_B6_0 = 1; goto IL_0050; } IL_004f: { G_B6_0 = (-1); } IL_0050: { return G_B6_0; } IL_0051: { return 1; } IL_0053: { return (-1); } } // System.Xml.Linq.XNodeDocumentOrderComparer/CompareResult System.Xml.Linq.XNodeDocumentOrderComparer::CompareCore(System.Xml.Linq.XNode,System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR int32_t XNodeDocumentOrderComparer_CompareCore_m1650160920 (XNodeDocumentOrderComparer_t3558329258 * __this, XNode_t716131460 * ___n10, XNode_t716131460 * ___n21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNodeDocumentOrderComparer_CompareCore_m1650160920_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; XNode_t716131460 * V_3 = NULL; XNode_t716131460 * V_4 = NULL; int32_t V_5 = 0; { XNode_t716131460 * L_0 = ___n10; XNode_t716131460 * L_1 = ___n21; if ((!(((RuntimeObject*)(XNode_t716131460 *)L_0) == ((RuntimeObject*)(XNode_t716131460 *)L_1)))) { goto IL_0009; } } { return (int32_t)(0); } IL_0009: { XNode_t716131460 * L_2 = ___n10; NullCheck(L_2); XContainer_t3387731002 * L_3 = XObject_get_Owner_m1271595353(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0067; } } { XNode_t716131460 * L_4 = ___n21; NullCheck(L_4); XContainer_t3387731002 * L_5 = XObject_get_Owner_m1271595353(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0021; } } { return (int32_t)(1); } IL_0021: { XNode_t716131460 * L_6 = ___n10; XNode_t716131460 * L_7 = ___n21; NullCheck(L_7); XContainer_t3387731002 * L_8 = XObject_get_Owner_m1271595353(L_7, /*hidden argument*/NULL); int32_t L_9 = XNodeDocumentOrderComparer_CompareCore_m1650160920(__this, L_6, L_8, /*hidden argument*/NULL); V_0 = L_9; int32_t L_10 = V_0; V_5 = L_10; int32_t L_11 = V_5; switch (L_11) { case 0: { goto IL_0056; } case 1: { goto IL_0065; } case 2: { goto IL_005a; } case 3: { goto IL_0058; } case 4: { goto IL_005a; } case 5: { goto IL_0058; } } } { goto IL_0065; } IL_0056: { return (int32_t)(3); } IL_0058: { return (int32_t)(5); } IL_005a: { Exception_t * L_12 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_12, _stringLiteral231541970, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,XNodeDocumentOrderComparer_CompareCore_m1650160920_RuntimeMethod_var); } IL_0065: { int32_t L_13 = V_0; return L_13; } IL_0067: { XNode_t716131460 * L_14 = ___n21; NullCheck(L_14); XContainer_t3387731002 * L_15 = XObject_get_Owner_m1271595353(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_00b8; } } { XNode_t716131460 * L_16 = ___n21; XNode_t716131460 * L_17 = ___n10; int32_t L_18 = XNodeDocumentOrderComparer_CompareCore_m1650160920(__this, L_16, L_17, /*hidden argument*/NULL); V_1 = L_18; int32_t L_19 = V_1; V_5 = L_19; int32_t L_20 = V_5; switch (L_20) { case 0: { goto IL_00b6; } case 1: { goto IL_00b6; } case 2: { goto IL_00aa; } case 3: { goto IL_00ac; } case 4: { goto IL_00ae; } case 5: { goto IL_00b0; } case 6: { goto IL_00b4; } case 7: { goto IL_00b2; } } } { goto IL_00b8; } IL_00aa: { return (int32_t)(3); } IL_00ac: { return (int32_t)(2); } IL_00ae: { return (int32_t)(5); } IL_00b0: { return (int32_t)(4); } IL_00b2: { return (int32_t)(6); } IL_00b4: { return (int32_t)(7); } IL_00b6: { int32_t L_21 = V_1; return L_21; } IL_00b8: { XNode_t716131460 * L_22 = ___n10; NullCheck(L_22); XContainer_t3387731002 * L_23 = XObject_get_Owner_m1271595353(L_22, /*hidden argument*/NULL); XNode_t716131460 * L_24 = ___n21; NullCheck(L_24); XContainer_t3387731002 * L_25 = XObject_get_Owner_m1271595353(L_24, /*hidden argument*/NULL); int32_t L_26 = XNodeDocumentOrderComparer_CompareCore_m1650160920(__this, L_23, L_25, /*hidden argument*/NULL); V_2 = L_26; int32_t L_27 = V_2; V_5 = L_27; int32_t L_28 = V_5; switch (L_28) { case 0: { goto IL_00f2; } case 1: { goto IL_017b; } case 2: { goto IL_010b; } case 3: { goto IL_00fc; } case 4: { goto IL_0148; } case 5: { goto IL_011a; } } } { goto IL_017b; } IL_00f2: { XNode_t716131460 * L_29 = ___n10; XNode_t716131460 * L_30 = ___n21; int32_t L_31 = XNodeDocumentOrderComparer_CompareSibling_m1018603538(__this, L_29, L_30, 0, /*hidden argument*/NULL); return L_31; } IL_00fc: { XNode_t716131460 * L_32 = ___n10; XNode_t716131460 * L_33 = ___n21; NullCheck(L_33); XContainer_t3387731002 * L_34 = XObject_get_Owner_m1271595353(L_33, /*hidden argument*/NULL); int32_t L_35 = XNodeDocumentOrderComparer_CompareSibling_m1018603538(__this, L_32, L_34, 3, /*hidden argument*/NULL); return L_35; } IL_010b: { XNode_t716131460 * L_36 = ___n10; NullCheck(L_36); XContainer_t3387731002 * L_37 = XObject_get_Owner_m1271595353(L_36, /*hidden argument*/NULL); XNode_t716131460 * L_38 = ___n21; int32_t L_39 = XNodeDocumentOrderComparer_CompareSibling_m1018603538(__this, L_37, L_38, 2, /*hidden argument*/NULL); return L_39; } IL_011a: { XNode_t716131460 * L_40 = ___n21; V_3 = L_40; goto IL_0143; } IL_0121: { XNode_t716131460 * L_41 = V_3; NullCheck(L_41); XContainer_t3387731002 * L_42 = XObject_get_Owner_m1271595353(L_41, /*hidden argument*/NULL); XNode_t716131460 * L_43 = ___n10; NullCheck(L_43); XContainer_t3387731002 * L_44 = XObject_get_Owner_m1271595353(L_43, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XContainer_t3387731002 *)L_42) == ((RuntimeObject*)(XContainer_t3387731002 *)L_44)))) { goto IL_013c; } } { XNode_t716131460 * L_45 = ___n10; XNode_t716131460 * L_46 = V_3; int32_t L_47 = XNodeDocumentOrderComparer_CompareSibling_m1018603538(__this, L_45, L_46, 5, /*hidden argument*/NULL); return L_47; } IL_013c: { XNode_t716131460 * L_48 = V_3; NullCheck(L_48); XContainer_t3387731002 * L_49 = XObject_get_Owner_m1271595353(L_48, /*hidden argument*/NULL); V_3 = L_49; } IL_0143: { goto IL_0121; } IL_0148: { XNode_t716131460 * L_50 = ___n10; V_4 = L_50; goto IL_0176; } IL_0150: { XNode_t716131460 * L_51 = V_4; NullCheck(L_51); XContainer_t3387731002 * L_52 = XObject_get_Owner_m1271595353(L_51, /*hidden argument*/NULL); XNode_t716131460 * L_53 = ___n21; NullCheck(L_53); XContainer_t3387731002 * L_54 = XObject_get_Owner_m1271595353(L_53, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XContainer_t3387731002 *)L_52) == ((RuntimeObject*)(XContainer_t3387731002 *)L_54)))) { goto IL_016d; } } { XNode_t716131460 * L_55 = V_4; XNode_t716131460 * L_56 = ___n21; int32_t L_57 = XNodeDocumentOrderComparer_CompareSibling_m1018603538(__this, L_55, L_56, 4, /*hidden argument*/NULL); return L_57; } IL_016d: { XNode_t716131460 * L_58 = V_4; NullCheck(L_58); XContainer_t3387731002 * L_59 = XObject_get_Owner_m1271595353(L_58, /*hidden argument*/NULL); V_4 = L_59; } IL_0176: { goto IL_0150; } IL_017b: { int32_t L_60 = V_2; return L_60; } } // System.Xml.Linq.XNodeDocumentOrderComparer/CompareResult System.Xml.Linq.XNodeDocumentOrderComparer::CompareSibling(System.Xml.Linq.XNode,System.Xml.Linq.XNode,System.Xml.Linq.XNodeDocumentOrderComparer/CompareResult) extern "C" IL2CPP_METHOD_ATTR int32_t XNodeDocumentOrderComparer_CompareSibling_m1018603538 (XNodeDocumentOrderComparer_t3558329258 * __this, XNode_t716131460 * ___n10, XNode_t716131460 * ___n21, int32_t ___forSameValue2, const RuntimeMethod* method) { XNode_t716131460 * V_0 = NULL; { XNode_t716131460 * L_0 = ___n10; XNode_t716131460 * L_1 = ___n21; if ((!(((RuntimeObject*)(XNode_t716131460 *)L_0) == ((RuntimeObject*)(XNode_t716131460 *)L_1)))) { goto IL_0009; } } { int32_t L_2 = ___forSameValue2; return L_2; } IL_0009: { XNode_t716131460 * L_3 = ___n10; NullCheck(L_3); XNode_t716131460 * L_4 = XNode_get_NextNode_m2890561158(L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_0025; } IL_0015: { XNode_t716131460 * L_5 = V_0; XNode_t716131460 * L_6 = ___n21; if ((!(((RuntimeObject*)(XNode_t716131460 *)L_5) == ((RuntimeObject*)(XNode_t716131460 *)L_6)))) { goto IL_001e; } } { return (int32_t)(7); } IL_001e: { XNode_t716131460 * L_7 = V_0; NullCheck(L_7); XNode_t716131460 * L_8 = XNode_get_NextNode_m2890561158(L_7, /*hidden argument*/NULL); V_0 = L_8; } IL_0025: { XNode_t716131460 * L_9 = V_0; if (L_9) { goto IL_0015; } } { return (int32_t)(6); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XNodeEqualityComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void XNodeEqualityComparer__ctor_m4167768991 (XNodeEqualityComparer_t35321779 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.Linq.XNodeEqualityComparer::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool XNodeEqualityComparer_System_Collections_IEqualityComparer_Equals_m2548080933 (XNodeEqualityComparer_t35321779 * __this, RuntimeObject * ___n10, RuntimeObject * ___n21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNodeEqualityComparer_System_Collections_IEqualityComparer_Equals_m2548080933_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___n10; RuntimeObject * L_1 = ___n21; bool L_2 = XNodeEqualityComparer_Equals_m2579228723(__this, ((XNode_t716131460 *)CastclassClass((RuntimeObject*)L_0, XNode_t716131460_il2cpp_TypeInfo_var)), ((XNode_t716131460 *)CastclassClass((RuntimeObject*)L_1, XNode_t716131460_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Xml.Linq.XNodeEqualityComparer::System.Collections.IEqualityComparer.GetHashCode(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XNodeEqualityComparer_System_Collections_IEqualityComparer_GetHashCode_m1832933310 (XNodeEqualityComparer_t35321779 * __this, RuntimeObject * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNodeEqualityComparer_System_Collections_IEqualityComparer_GetHashCode_m1832933310_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___node0; int32_t L_1 = XNodeEqualityComparer_GetHashCode_m3507126661(__this, ((XNode_t716131460 *)CastclassClass((RuntimeObject*)L_0, XNode_t716131460_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.Linq.XNodeEqualityComparer::Equals(System.Xml.Linq.XNode,System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR bool XNodeEqualityComparer_Equals_m2579228723 (XNodeEqualityComparer_t35321779 * __this, XNode_t716131460 * ___n10, XNode_t716131460 * ___n21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNodeEqualityComparer_Equals_m2579228723_MetadataUsageId); s_Il2CppMethodInitialized = true; } XDocument_t1376419702 * V_0 = NULL; XDocument_t1376419702 * V_1 = NULL; RuntimeObject* V_2 = NULL; XNode_t716131460 * V_3 = NULL; RuntimeObject* V_4 = NULL; XElement_t4185968754 * V_5 = NULL; XElement_t4185968754 * V_6 = NULL; RuntimeObject* V_7 = NULL; XAttribute_t355876829 * V_8 = NULL; RuntimeObject* V_9 = NULL; RuntimeObject* V_10 = NULL; XNode_t716131460 * V_11 = NULL; RuntimeObject* V_12 = NULL; XComment_t1832251191 * V_13 = NULL; XComment_t1832251191 * V_14 = NULL; XProcessingInstruction_t2943691487 * V_15 = NULL; XProcessingInstruction_t2943691487 * V_16 = NULL; XDocumentType_t1853592271 * V_17 = NULL; XDocumentType_t1853592271 * V_18 = NULL; int32_t V_19 = 0; bool V_20 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B53_0 = 0; int32_t G_B59_0 = 0; { XNode_t716131460 * L_0 = ___n10; if (L_0) { goto IL_000b; } } { XNode_t716131460 * L_1 = ___n21; return (bool)((((RuntimeObject*)(XNode_t716131460 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_000b: { XNode_t716131460 * L_2 = ___n21; if (L_2) { goto IL_0013; } } { return (bool)0; } IL_0013: { XNode_t716131460 * L_3 = ___n10; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.Linq.XObject::get_NodeType() */, L_3); XNode_t716131460 * L_5 = ___n21; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.Linq.XObject::get_NodeType() */, L_5); if ((((int32_t)L_4) == ((int32_t)L_6))) { goto IL_0026; } } { return (bool)0; } IL_0026: { XNode_t716131460 * L_7 = ___n10; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.Linq.XObject::get_NodeType() */, L_7); V_19 = L_8; int32_t L_9 = V_19; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))) { case 0: { goto IL_0106; } case 1: { goto IL_0327; } case 2: { goto IL_030b; } case 3: { goto IL_0327; } case 4: { goto IL_0327; } case 5: { goto IL_0327; } case 6: { goto IL_025d; } case 7: { goto IL_0239; } case 8: { goto IL_0064; } case 9: { goto IL_029c; } } } { goto IL_0327; } IL_0064: { XNode_t716131460 * L_10 = ___n10; V_0 = ((XDocument_t1376419702 *)CastclassClass((RuntimeObject*)L_10, XDocument_t1376419702_il2cpp_TypeInfo_var)); XNode_t716131460 * L_11 = ___n21; V_1 = ((XDocument_t1376419702 *)CastclassClass((RuntimeObject*)L_11, XDocument_t1376419702_il2cpp_TypeInfo_var)); XDocument_t1376419702 * L_12 = V_0; NullCheck(L_12); XDeclaration_t2907650823 * L_13 = XDocument_get_Declaration_m925992014(L_12, /*hidden argument*/NULL); XDocument_t1376419702 * L_14 = V_1; NullCheck(L_14); XDeclaration_t2907650823 * L_15 = XDocument_get_Declaration_m925992014(L_14, /*hidden argument*/NULL); bool L_16 = XNodeEqualityComparer_Equals_m3547144307(__this, L_13, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_008b; } } { return (bool)0; } IL_008b: { XDocument_t1376419702 * L_17 = V_1; NullCheck(L_17); RuntimeObject* L_18 = XContainer_Nodes_m2555830513(L_17, /*hidden argument*/NULL); NullCheck(L_18); RuntimeObject* L_19 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3990951645_il2cpp_TypeInfo_var, L_18); V_2 = L_19; XDocument_t1376419702 * L_20 = V_0; NullCheck(L_20); RuntimeObject* L_21 = XContainer_Nodes_m2555830513(L_20, /*hidden argument*/NULL); NullCheck(L_21); RuntimeObject* L_22 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3990951645_il2cpp_TypeInfo_var, L_21); V_4 = L_22; } IL_00a4: try { // begin try (depth: 1) { goto IL_00de; } IL_00a9: { RuntimeObject* L_23 = V_4; NullCheck(L_23); XNode_t716131460 * L_24 = InterfaceFuncInvoker0< XNode_t716131460 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1148701928_il2cpp_TypeInfo_var, L_23); V_3 = L_24; RuntimeObject* L_25 = V_2; NullCheck(L_25); bool L_26 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_25); if (L_26) { goto IL_00c4; } } IL_00bc: { V_20 = (bool)0; IL2CPP_LEAVE(0x332, FINALLY_00ef); } IL_00c4: { XNode_t716131460 * L_27 = V_3; RuntimeObject* L_28 = V_2; NullCheck(L_28); XNode_t716131460 * L_29 = InterfaceFuncInvoker0< XNode_t716131460 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1148701928_il2cpp_TypeInfo_var, L_28); bool L_30 = XNodeEqualityComparer_Equals_m2579228723(__this, L_27, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00de; } } IL_00d6: { V_20 = (bool)0; IL2CPP_LEAVE(0x332, FINALLY_00ef); } IL_00de: { RuntimeObject* L_31 = V_4; NullCheck(L_31); bool L_32 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_31); if (L_32) { goto IL_00a9; } } IL_00ea: { IL2CPP_LEAVE(0xFC, FINALLY_00ef); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ef; } FINALLY_00ef: { // begin finally (depth: 1) { RuntimeObject* L_33 = V_4; if (L_33) { goto IL_00f4; } } IL_00f3: { IL2CPP_END_FINALLY(239) } IL_00f4: { RuntimeObject* L_34 = V_4; NullCheck(L_34); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_34); IL2CPP_END_FINALLY(239) } } // end finally (depth: 1) IL2CPP_CLEANUP(239) { IL2CPP_JUMP_TBL(0x332, IL_0332) IL2CPP_JUMP_TBL(0xFC, IL_00fc) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00fc: { RuntimeObject* L_35 = V_2; NullCheck(L_35); bool L_36 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_35); return (bool)((((int32_t)L_36) == ((int32_t)0))? 1 : 0); } IL_0106: { XNode_t716131460 * L_37 = ___n10; V_5 = ((XElement_t4185968754 *)CastclassClass((RuntimeObject*)L_37, XElement_t4185968754_il2cpp_TypeInfo_var)); XNode_t716131460 * L_38 = ___n21; V_6 = ((XElement_t4185968754 *)CastclassClass((RuntimeObject*)L_38, XElement_t4185968754_il2cpp_TypeInfo_var)); XElement_t4185968754 * L_39 = V_5; NullCheck(L_39); XName_t3751455998 * L_40 = XElement_get_Name_m619912033(L_39, /*hidden argument*/NULL); XElement_t4185968754 * L_41 = V_6; NullCheck(L_41); XName_t3751455998 * L_42 = XElement_get_Name_m619912033(L_41, /*hidden argument*/NULL); bool L_43 = XName_op_Inequality_m457653385(NULL /*static, unused*/, L_40, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_0130; } } { return (bool)0; } IL_0130: { XElement_t4185968754 * L_44 = V_6; NullCheck(L_44); RuntimeObject* L_45 = XElement_Attributes_m3055649957(L_44, /*hidden argument*/NULL); NullCheck(L_45); RuntimeObject* L_46 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3630697014_il2cpp_TypeInfo_var, L_45); V_7 = L_46; XElement_t4185968754 * L_47 = V_5; NullCheck(L_47); RuntimeObject* L_48 = XElement_Attributes_m3055649957(L_47, /*hidden argument*/NULL); NullCheck(L_48); RuntimeObject* L_49 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3630697014_il2cpp_TypeInfo_var, L_48); V_9 = L_49; } IL_014c: try { // begin try (depth: 1) { goto IL_018a; } IL_0151: { RuntimeObject* L_50 = V_9; NullCheck(L_50); XAttribute_t355876829 * L_51 = InterfaceFuncInvoker0< XAttribute_t355876829 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t788447297_il2cpp_TypeInfo_var, L_50); V_8 = L_51; RuntimeObject* L_52 = V_7; NullCheck(L_52); bool L_53 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_52); if (L_53) { goto IL_016e; } } IL_0166: { V_20 = (bool)0; IL2CPP_LEAVE(0x332, FINALLY_019b); } IL_016e: { XAttribute_t355876829 * L_54 = V_8; RuntimeObject* L_55 = V_7; NullCheck(L_55); XAttribute_t355876829 * L_56 = InterfaceFuncInvoker0< XAttribute_t355876829 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t788447297_il2cpp_TypeInfo_var, L_55); bool L_57 = XNodeEqualityComparer_Equals_m2348506353(__this, L_54, L_56, /*hidden argument*/NULL); if (L_57) { goto IL_018a; } } IL_0182: { V_20 = (bool)0; IL2CPP_LEAVE(0x332, FINALLY_019b); } IL_018a: { RuntimeObject* L_58 = V_9; NullCheck(L_58); bool L_59 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_58); if (L_59) { goto IL_0151; } } IL_0196: { IL2CPP_LEAVE(0x1A8, FINALLY_019b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_019b; } FINALLY_019b: { // begin finally (depth: 1) { RuntimeObject* L_60 = V_9; if (L_60) { goto IL_01a0; } } IL_019f: { IL2CPP_END_FINALLY(411) } IL_01a0: { RuntimeObject* L_61 = V_9; NullCheck(L_61); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_61); IL2CPP_END_FINALLY(411) } } // end finally (depth: 1) IL2CPP_CLEANUP(411) { IL2CPP_JUMP_TBL(0x332, IL_0332) IL2CPP_JUMP_TBL(0x1A8, IL_01a8) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01a8: { RuntimeObject* L_62 = V_7; NullCheck(L_62); bool L_63 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_62); if (!L_63) { goto IL_01b6; } } { return (bool)0; } IL_01b6: { XElement_t4185968754 * L_64 = V_6; NullCheck(L_64); RuntimeObject* L_65 = XContainer_Nodes_m2555830513(L_64, /*hidden argument*/NULL); NullCheck(L_65); RuntimeObject* L_66 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3990951645_il2cpp_TypeInfo_var, L_65); V_10 = L_66; XElement_t4185968754 * L_67 = V_5; NullCheck(L_67); RuntimeObject* L_68 = XContainer_Nodes_m2555830513(L_67, /*hidden argument*/NULL); NullCheck(L_68); RuntimeObject* L_69 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3990951645_il2cpp_TypeInfo_var, L_68); V_12 = L_69; } IL_01d2: try { // begin try (depth: 1) { goto IL_0210; } IL_01d7: { RuntimeObject* L_70 = V_12; NullCheck(L_70); XNode_t716131460 * L_71 = InterfaceFuncInvoker0< XNode_t716131460 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1148701928_il2cpp_TypeInfo_var, L_70); V_11 = L_71; RuntimeObject* L_72 = V_10; NullCheck(L_72); bool L_73 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_72); if (L_73) { goto IL_01f4; } } IL_01ec: { V_20 = (bool)0; IL2CPP_LEAVE(0x332, FINALLY_0221); } IL_01f4: { XNode_t716131460 * L_74 = V_11; RuntimeObject* L_75 = V_10; NullCheck(L_75); XNode_t716131460 * L_76 = InterfaceFuncInvoker0< XNode_t716131460 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1148701928_il2cpp_TypeInfo_var, L_75); bool L_77 = XNodeEqualityComparer_Equals_m2579228723(__this, L_74, L_76, /*hidden argument*/NULL); if (L_77) { goto IL_0210; } } IL_0208: { V_20 = (bool)0; IL2CPP_LEAVE(0x332, FINALLY_0221); } IL_0210: { RuntimeObject* L_78 = V_12; NullCheck(L_78); bool L_79 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_78); if (L_79) { goto IL_01d7; } } IL_021c: { IL2CPP_LEAVE(0x22E, FINALLY_0221); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0221; } FINALLY_0221: { // begin finally (depth: 1) { RuntimeObject* L_80 = V_12; if (L_80) { goto IL_0226; } } IL_0225: { IL2CPP_END_FINALLY(545) } IL_0226: { RuntimeObject* L_81 = V_12; NullCheck(L_81); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_81); IL2CPP_END_FINALLY(545) } } // end finally (depth: 1) IL2CPP_CLEANUP(545) { IL2CPP_JUMP_TBL(0x332, IL_0332) IL2CPP_JUMP_TBL(0x22E, IL_022e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_022e: { RuntimeObject* L_82 = V_10; NullCheck(L_82); bool L_83 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_82); return (bool)((((int32_t)L_83) == ((int32_t)0))? 1 : 0); } IL_0239: { XNode_t716131460 * L_84 = ___n10; V_13 = ((XComment_t1832251191 *)CastclassClass((RuntimeObject*)L_84, XComment_t1832251191_il2cpp_TypeInfo_var)); XNode_t716131460 * L_85 = ___n21; V_14 = ((XComment_t1832251191 *)CastclassClass((RuntimeObject*)L_85, XComment_t1832251191_il2cpp_TypeInfo_var)); XComment_t1832251191 * L_86 = V_13; NullCheck(L_86); String_t* L_87 = XComment_get_Value_m2341089205(L_86, /*hidden argument*/NULL); XComment_t1832251191 * L_88 = V_14; NullCheck(L_88); String_t* L_89 = XComment_get_Value_m2341089205(L_88, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_90 = String_op_Equality_m920492651(NULL /*static, unused*/, L_87, L_89, /*hidden argument*/NULL); return L_90; } IL_025d: { XNode_t716131460 * L_91 = ___n10; V_15 = ((XProcessingInstruction_t2943691487 *)CastclassClass((RuntimeObject*)L_91, XProcessingInstruction_t2943691487_il2cpp_TypeInfo_var)); XNode_t716131460 * L_92 = ___n21; V_16 = ((XProcessingInstruction_t2943691487 *)CastclassClass((RuntimeObject*)L_92, XProcessingInstruction_t2943691487_il2cpp_TypeInfo_var)); XProcessingInstruction_t2943691487 * L_93 = V_15; NullCheck(L_93); String_t* L_94 = XProcessingInstruction_get_Target_m1093269484(L_93, /*hidden argument*/NULL); XProcessingInstruction_t2943691487 * L_95 = V_16; NullCheck(L_95); String_t* L_96 = XProcessingInstruction_get_Target_m1093269484(L_95, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_97 = String_op_Equality_m920492651(NULL /*static, unused*/, L_94, L_96, /*hidden argument*/NULL); if (!L_97) { goto IL_029a; } } { XProcessingInstruction_t2943691487 * L_98 = V_15; NullCheck(L_98); String_t* L_99 = XProcessingInstruction_get_Data_m278879449(L_98, /*hidden argument*/NULL); XProcessingInstruction_t2943691487 * L_100 = V_16; NullCheck(L_100); String_t* L_101 = XProcessingInstruction_get_Data_m278879449(L_100, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_102 = String_op_Equality_m920492651(NULL /*static, unused*/, L_99, L_101, /*hidden argument*/NULL); G_B53_0 = ((int32_t)(L_102)); goto IL_029b; } IL_029a: { G_B53_0 = 0; } IL_029b: { return (bool)G_B53_0; } IL_029c: { XNode_t716131460 * L_103 = ___n10; V_17 = ((XDocumentType_t1853592271 *)CastclassClass((RuntimeObject*)L_103, XDocumentType_t1853592271_il2cpp_TypeInfo_var)); XNode_t716131460 * L_104 = ___n21; V_18 = ((XDocumentType_t1853592271 *)CastclassClass((RuntimeObject*)L_104, XDocumentType_t1853592271_il2cpp_TypeInfo_var)); XDocumentType_t1853592271 * L_105 = V_17; NullCheck(L_105); String_t* L_106 = XDocumentType_get_Name_m790980377(L_105, /*hidden argument*/NULL); XDocumentType_t1853592271 * L_107 = V_18; NullCheck(L_107); String_t* L_108 = XDocumentType_get_Name_m790980377(L_107, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_109 = String_op_Equality_m920492651(NULL /*static, unused*/, L_106, L_108, /*hidden argument*/NULL); if (!L_109) { goto IL_0309; } } { XDocumentType_t1853592271 * L_110 = V_17; NullCheck(L_110); String_t* L_111 = XDocumentType_get_PublicId_m2737470277(L_110, /*hidden argument*/NULL); XDocumentType_t1853592271 * L_112 = V_18; NullCheck(L_112); String_t* L_113 = XDocumentType_get_PublicId_m2737470277(L_112, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_114 = String_op_Equality_m920492651(NULL /*static, unused*/, L_111, L_113, /*hidden argument*/NULL); if (!L_114) { goto IL_0309; } } { XDocumentType_t1853592271 * L_115 = V_17; NullCheck(L_115); String_t* L_116 = XDocumentType_get_SystemId_m3234814655(L_115, /*hidden argument*/NULL); XDocumentType_t1853592271 * L_117 = V_18; NullCheck(L_117); String_t* L_118 = XDocumentType_get_SystemId_m3234814655(L_117, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_119 = String_op_Equality_m920492651(NULL /*static, unused*/, L_116, L_118, /*hidden argument*/NULL); if (!L_119) { goto IL_0309; } } { XDocumentType_t1853592271 * L_120 = V_17; NullCheck(L_120); String_t* L_121 = XDocumentType_get_InternalSubset_m3319583102(L_120, /*hidden argument*/NULL); XDocumentType_t1853592271 * L_122 = V_18; NullCheck(L_122); String_t* L_123 = XDocumentType_get_InternalSubset_m3319583102(L_122, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_124 = String_op_Equality_m920492651(NULL /*static, unused*/, L_121, L_123, /*hidden argument*/NULL); G_B59_0 = ((int32_t)(L_124)); goto IL_030a; } IL_0309: { G_B59_0 = 0; } IL_030a: { return (bool)G_B59_0; } IL_030b: { XNode_t716131460 * L_125 = ___n10; NullCheck(((XText_t1448860321 *)CastclassClass((RuntimeObject*)L_125, XText_t1448860321_il2cpp_TypeInfo_var))); String_t* L_126 = XText_get_Value_m3622993421(((XText_t1448860321 *)CastclassClass((RuntimeObject*)L_125, XText_t1448860321_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); XNode_t716131460 * L_127 = ___n21; NullCheck(((XText_t1448860321 *)CastclassClass((RuntimeObject*)L_127, XText_t1448860321_il2cpp_TypeInfo_var))); String_t* L_128 = XText_get_Value_m3622993421(((XText_t1448860321 *)CastclassClass((RuntimeObject*)L_127, XText_t1448860321_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_129 = String_op_Equality_m920492651(NULL /*static, unused*/, L_126, L_128, /*hidden argument*/NULL); return L_129; } IL_0327: { Exception_t * L_130 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_130, _stringLiteral231541970, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_130,XNodeEqualityComparer_Equals_m2579228723_RuntimeMethod_var); } IL_0332: { bool L_131 = V_20; return L_131; } } // System.Boolean System.Xml.Linq.XNodeEqualityComparer::Equals(System.Xml.Linq.XAttribute,System.Xml.Linq.XAttribute) extern "C" IL2CPP_METHOD_ATTR bool XNodeEqualityComparer_Equals_m2348506353 (XNodeEqualityComparer_t35321779 * __this, XAttribute_t355876829 * ___a10, XAttribute_t355876829 * ___a21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNodeEqualityComparer_Equals_m2348506353_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B7_0 = 0; { XAttribute_t355876829 * L_0 = ___a10; if (L_0) { goto IL_000b; } } { XAttribute_t355876829 * L_1 = ___a21; return (bool)((((RuntimeObject*)(XAttribute_t355876829 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_000b: { XAttribute_t355876829 * L_2 = ___a21; if (L_2) { goto IL_0013; } } { return (bool)0; } IL_0013: { XAttribute_t355876829 * L_3 = ___a10; NullCheck(L_3); XName_t3751455998 * L_4 = XAttribute_get_Name_m2178653462(L_3, /*hidden argument*/NULL); XAttribute_t355876829 * L_5 = ___a21; NullCheck(L_5); XName_t3751455998 * L_6 = XAttribute_get_Name_m2178653462(L_5, /*hidden argument*/NULL); bool L_7 = XName_op_Equality_m1536062490(NULL /*static, unused*/, L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003c; } } { XAttribute_t355876829 * L_8 = ___a10; NullCheck(L_8); String_t* L_9 = XAttribute_get_Value_m822045865(L_8, /*hidden argument*/NULL); XAttribute_t355876829 * L_10 = ___a21; NullCheck(L_10); String_t* L_11 = XAttribute_get_Value_m822045865(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); G_B7_0 = ((int32_t)(L_12)); goto IL_003d; } IL_003c: { G_B7_0 = 0; } IL_003d: { return (bool)G_B7_0; } } // System.Boolean System.Xml.Linq.XNodeEqualityComparer::Equals(System.Xml.Linq.XDeclaration,System.Xml.Linq.XDeclaration) extern "C" IL2CPP_METHOD_ATTR bool XNodeEqualityComparer_Equals_m3547144307 (XNodeEqualityComparer_t35321779 * __this, XDeclaration_t2907650823 * ___d10, XDeclaration_t2907650823 * ___d21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNodeEqualityComparer_Equals_m3547144307_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B8_0 = 0; { XDeclaration_t2907650823 * L_0 = ___d10; if (L_0) { goto IL_000b; } } { XDeclaration_t2907650823 * L_1 = ___d21; return (bool)((((RuntimeObject*)(XDeclaration_t2907650823 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_000b: { XDeclaration_t2907650823 * L_2 = ___d21; if (L_2) { goto IL_0013; } } { return (bool)0; } IL_0013: { XDeclaration_t2907650823 * L_3 = ___d10; NullCheck(L_3); String_t* L_4 = XDeclaration_get_Version_m3841412136(L_3, /*hidden argument*/NULL); XDeclaration_t2907650823 * L_5 = ___d21; NullCheck(L_5); String_t* L_6 = XDeclaration_get_Version_m3841412136(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0052; } } { XDeclaration_t2907650823 * L_8 = ___d10; NullCheck(L_8); String_t* L_9 = XDeclaration_get_Encoding_m1349017164(L_8, /*hidden argument*/NULL); XDeclaration_t2907650823 * L_10 = ___d21; NullCheck(L_10); String_t* L_11 = XDeclaration_get_Encoding_m1349017164(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0052; } } { XDeclaration_t2907650823 * L_13 = ___d10; NullCheck(L_13); String_t* L_14 = XDeclaration_get_Standalone_m2365902379(L_13, /*hidden argument*/NULL); XDeclaration_t2907650823 * L_15 = ___d21; NullCheck(L_15); String_t* L_16 = XDeclaration_get_Standalone_m2365902379(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_op_Equality_m920492651(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); G_B8_0 = ((int32_t)(L_17)); goto IL_0053; } IL_0052: { G_B8_0 = 0; } IL_0053: { return (bool)G_B8_0; } } // System.Int32 System.Xml.Linq.XNodeEqualityComparer::GetHashCode(System.Xml.Linq.XDeclaration) extern "C" IL2CPP_METHOD_ATTR int32_t XNodeEqualityComparer_GetHashCode_m2209212769 (XNodeEqualityComparer_t35321779 * __this, XDeclaration_t2907650823 * ___d0, const RuntimeMethod* method) { { XDeclaration_t2907650823 * L_0 = ___d0; if (L_0) { goto IL_0008; } } { return 0; } IL_0008: { XDeclaration_t2907650823 * L_1 = ___d0; NullCheck(L_1); String_t* L_2 = XDeclaration_get_Version_m3841412136(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = String_GetHashCode_m1906374149(L_2, /*hidden argument*/NULL); XDeclaration_t2907650823 * L_4 = ___d0; NullCheck(L_4); String_t* L_5 = XDeclaration_get_Encoding_m1349017164(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = String_GetHashCode_m1906374149(L_5, /*hidden argument*/NULL); XDeclaration_t2907650823 * L_7 = ___d0; NullCheck(L_7); String_t* L_8 = XDeclaration_get_Standalone_m2365902379(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = String_GetHashCode_m1906374149(L_8, /*hidden argument*/NULL); return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)7))^(int32_t)((int32_t)((int32_t)L_6<<(int32_t)6))))^(int32_t)L_9)); } } // System.Int32 System.Xml.Linq.XNodeEqualityComparer::GetHashCode(System.Xml.Linq.XNode) extern "C" IL2CPP_METHOD_ATTR int32_t XNodeEqualityComparer_GetHashCode_m3507126661 (XNodeEqualityComparer_t35321779 * __this, XNode_t716131460 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XNodeEqualityComparer_GetHashCode_m3507126661_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XDocument_t1376419702 * V_1 = NULL; XNode_t716131460 * V_2 = NULL; RuntimeObject* V_3 = NULL; XElement_t4185968754 * V_4 = NULL; XAttribute_t355876829 * V_5 = NULL; RuntimeObject* V_6 = NULL; XNode_t716131460 * V_7 = NULL; RuntimeObject* V_8 = NULL; XProcessingInstruction_t2943691487 * V_9 = NULL; XDocumentType_t1853592271 * V_10 = NULL; int32_t V_11 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XNode_t716131460 * L_0 = ___node0; if (L_0) { goto IL_0008; } } { return 0; } IL_0008: { XNode_t716131460 * L_1 = ___node0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.Linq.XObject::get_NodeType() */, L_1); V_0 = ((int32_t)((int32_t)L_2<<(int32_t)6)); XNode_t716131460 * L_3 = ___node0; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.Linq.XObject::get_NodeType() */, L_3); V_11 = L_4; int32_t L_5 = V_11; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))) { case 0: { goto IL_00a8; } case 1: { goto IL_01f3; } case 2: { goto IL_01e0; } case 3: { goto IL_01f3; } case 4: { goto IL_01f3; } case 5: { goto IL_01f3; } case 6: { goto IL_016a; } case 7: { goto IL_0152; } case 8: { goto IL_004f; } case 9: { goto IL_0195; } } } { goto IL_01f3; } IL_004f: { XNode_t716131460 * L_6 = ___node0; V_1 = ((XDocument_t1376419702 *)CastclassClass((RuntimeObject*)L_6, XDocument_t1376419702_il2cpp_TypeInfo_var)); int32_t L_7 = V_0; XDocument_t1376419702 * L_8 = V_1; NullCheck(L_8); XDeclaration_t2907650823 * L_9 = XDocument_get_Declaration_m925992014(L_8, /*hidden argument*/NULL); int32_t L_10 = XNodeEqualityComparer_GetHashCode_m2209212769(__this, L_9, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_7^(int32_t)L_10)); XDocument_t1376419702 * L_11 = V_1; NullCheck(L_11); RuntimeObject* L_12 = XContainer_Nodes_m2555830513(L_11, /*hidden argument*/NULL); NullCheck(L_12); RuntimeObject* L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3990951645_il2cpp_TypeInfo_var, L_12); V_3 = L_13; } IL_0071: try { // begin try (depth: 1) { goto IL_0088; } IL_0076: { RuntimeObject* L_14 = V_3; NullCheck(L_14); XNode_t716131460 * L_15 = InterfaceFuncInvoker0< XNode_t716131460 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1148701928_il2cpp_TypeInfo_var, L_14); V_2 = L_15; int32_t L_16 = V_0; XNode_t716131460 * L_17 = V_2; NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_17); V_0 = ((int32_t)((int32_t)L_16^(int32_t)((int32_t)((int32_t)L_18<<(int32_t)5)))); } IL_0088: { RuntimeObject* L_19 = V_3; NullCheck(L_19); bool L_20 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_19); if (L_20) { goto IL_0076; } } IL_0093: { IL2CPP_LEAVE(0xA3, FINALLY_0098); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0098; } FINALLY_0098: { // begin finally (depth: 1) { RuntimeObject* L_21 = V_3; if (L_21) { goto IL_009c; } } IL_009b: { IL2CPP_END_FINALLY(152) } IL_009c: { RuntimeObject* L_22 = V_3; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_22); IL2CPP_END_FINALLY(152) } } // end finally (depth: 1) IL2CPP_CLEANUP(152) { IL2CPP_JUMP_TBL(0xA3, IL_00a3) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a3: { goto IL_01f3; } IL_00a8: { XNode_t716131460 * L_23 = ___node0; V_4 = ((XElement_t4185968754 *)CastclassClass((RuntimeObject*)L_23, XElement_t4185968754_il2cpp_TypeInfo_var)); int32_t L_24 = V_0; XElement_t4185968754 * L_25 = V_4; NullCheck(L_25); XName_t3751455998 * L_26 = XElement_get_Name_m619912033(L_25, /*hidden argument*/NULL); NullCheck(L_26); int32_t L_27 = XName_GetHashCode_m2555446476(L_26, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_24^(int32_t)((int32_t)((int32_t)L_27<<(int32_t)3)))); XElement_t4185968754 * L_28 = V_4; NullCheck(L_28); RuntimeObject* L_29 = XElement_Attributes_m3055649957(L_28, /*hidden argument*/NULL); NullCheck(L_29); RuntimeObject* L_30 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3630697014_il2cpp_TypeInfo_var, L_29); V_6 = L_30; } IL_00cf: try { // begin try (depth: 1) { goto IL_00e9; } IL_00d4: { RuntimeObject* L_31 = V_6; NullCheck(L_31); XAttribute_t355876829 * L_32 = InterfaceFuncInvoker0< XAttribute_t355876829 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t788447297_il2cpp_TypeInfo_var, L_31); V_5 = L_32; int32_t L_33 = V_0; XAttribute_t355876829 * L_34 = V_5; NullCheck(L_34); int32_t L_35 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_34); V_0 = ((int32_t)((int32_t)L_33^(int32_t)((int32_t)((int32_t)L_35<<(int32_t)7)))); } IL_00e9: { RuntimeObject* L_36 = V_6; NullCheck(L_36); bool L_37 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_36); if (L_37) { goto IL_00d4; } } IL_00f5: { IL2CPP_LEAVE(0x107, FINALLY_00fa); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00fa; } FINALLY_00fa: { // begin finally (depth: 1) { RuntimeObject* L_38 = V_6; if (L_38) { goto IL_00ff; } } IL_00fe: { IL2CPP_END_FINALLY(250) } IL_00ff: { RuntimeObject* L_39 = V_6; NullCheck(L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_39); IL2CPP_END_FINALLY(250) } } // end finally (depth: 1) IL2CPP_CLEANUP(250) { IL2CPP_JUMP_TBL(0x107, IL_0107) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0107: { XElement_t4185968754 * L_40 = V_4; NullCheck(L_40); RuntimeObject* L_41 = XContainer_Nodes_m2555830513(L_40, /*hidden argument*/NULL); NullCheck(L_41); RuntimeObject* L_42 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3990951645_il2cpp_TypeInfo_var, L_41); V_8 = L_42; } IL_0115: try { // begin try (depth: 1) { goto IL_012f; } IL_011a: { RuntimeObject* L_43 = V_8; NullCheck(L_43); XNode_t716131460 * L_44 = InterfaceFuncInvoker0< XNode_t716131460 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1148701928_il2cpp_TypeInfo_var, L_43); V_7 = L_44; int32_t L_45 = V_0; XNode_t716131460 * L_46 = V_7; NullCheck(L_46); int32_t L_47 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_46); V_0 = ((int32_t)((int32_t)L_45^(int32_t)((int32_t)((int32_t)L_47<<(int32_t)6)))); } IL_012f: { RuntimeObject* L_48 = V_8; NullCheck(L_48); bool L_49 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_48); if (L_49) { goto IL_011a; } } IL_013b: { IL2CPP_LEAVE(0x14D, FINALLY_0140); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0140; } FINALLY_0140: { // begin finally (depth: 1) { RuntimeObject* L_50 = V_8; if (L_50) { goto IL_0145; } } IL_0144: { IL2CPP_END_FINALLY(320) } IL_0145: { RuntimeObject* L_51 = V_8; NullCheck(L_51); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_51); IL2CPP_END_FINALLY(320) } } // end finally (depth: 1) IL2CPP_CLEANUP(320) { IL2CPP_JUMP_TBL(0x14D, IL_014d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_014d: { goto IL_01f3; } IL_0152: { int32_t L_52 = V_0; XNode_t716131460 * L_53 = ___node0; NullCheck(((XComment_t1832251191 *)CastclassClass((RuntimeObject*)L_53, XComment_t1832251191_il2cpp_TypeInfo_var))); String_t* L_54 = XComment_get_Value_m2341089205(((XComment_t1832251191 *)CastclassClass((RuntimeObject*)L_53, XComment_t1832251191_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_54); int32_t L_55 = String_GetHashCode_m1906374149(L_54, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_52^(int32_t)L_55)); goto IL_01f3; } IL_016a: { XNode_t716131460 * L_56 = ___node0; V_9 = ((XProcessingInstruction_t2943691487 *)CastclassClass((RuntimeObject*)L_56, XProcessingInstruction_t2943691487_il2cpp_TypeInfo_var)); int32_t L_57 = V_0; XProcessingInstruction_t2943691487 * L_58 = V_9; NullCheck(L_58); String_t* L_59 = XProcessingInstruction_get_Target_m1093269484(L_58, /*hidden argument*/NULL); NullCheck(L_59); int32_t L_60 = String_GetHashCode_m1906374149(L_59, /*hidden argument*/NULL); XProcessingInstruction_t2943691487 * L_61 = V_9; NullCheck(L_61); String_t* L_62 = XProcessingInstruction_get_Data_m278879449(L_61, /*hidden argument*/NULL); NullCheck(L_62); int32_t L_63 = String_GetHashCode_m1906374149(L_62, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_57^(int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_60<<(int32_t)6)), (int32_t)L_63)))); goto IL_01f3; } IL_0195: { XNode_t716131460 * L_64 = ___node0; V_10 = ((XDocumentType_t1853592271 *)CastclassClass((RuntimeObject*)L_64, XDocumentType_t1853592271_il2cpp_TypeInfo_var)); int32_t L_65 = V_0; XDocumentType_t1853592271 * L_66 = V_10; NullCheck(L_66); String_t* L_67 = XDocumentType_get_Name_m790980377(L_66, /*hidden argument*/NULL); NullCheck(L_67); int32_t L_68 = String_GetHashCode_m1906374149(L_67, /*hidden argument*/NULL); XDocumentType_t1853592271 * L_69 = V_10; NullCheck(L_69); String_t* L_70 = XDocumentType_get_PublicId_m2737470277(L_69, /*hidden argument*/NULL); NullCheck(L_70); int32_t L_71 = String_GetHashCode_m1906374149(L_70, /*hidden argument*/NULL); XDocumentType_t1853592271 * L_72 = V_10; NullCheck(L_72); String_t* L_73 = XDocumentType_get_SystemId_m3234814655(L_72, /*hidden argument*/NULL); NullCheck(L_73); int32_t L_74 = String_GetHashCode_m1906374149(L_73, /*hidden argument*/NULL); XDocumentType_t1853592271 * L_75 = V_10; NullCheck(L_75); String_t* L_76 = XDocumentType_get_InternalSubset_m3319583102(L_75, /*hidden argument*/NULL); NullCheck(L_76); int32_t L_77 = String_GetHashCode_m1906374149(L_76, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_65^(int32_t)((int32_t)((int32_t)L_68<<(int32_t)7))))^(int32_t)((int32_t)((int32_t)L_71<<(int32_t)6))))^(int32_t)((int32_t)((int32_t)L_74<<(int32_t)5))))^(int32_t)((int32_t)((int32_t)L_77<<(int32_t)4)))); goto IL_01f3; } IL_01e0: { int32_t L_78 = V_0; XNode_t716131460 * L_79 = ___node0; NullCheck(((XText_t1448860321 *)CastclassClass((RuntimeObject*)L_79, XText_t1448860321_il2cpp_TypeInfo_var))); int32_t L_80 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, ((XText_t1448860321 *)CastclassClass((RuntimeObject*)L_79, XText_t1448860321_il2cpp_TypeInfo_var))); V_0 = ((int32_t)((int32_t)L_78^(int32_t)L_80)); goto IL_01f3; } IL_01f3: { int32_t L_81 = V_0; return L_81; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void XObject__ctor_m1122439361 (XObject_t1119084474 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.Linq.XObject::System.Xml.IXmlLineInfo.get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XObject_System_Xml_IXmlLineInfo_get_LineNumber_m2664708307 (XObject_t1119084474 * __this, const RuntimeMethod* method) { { int32_t L_0 = XObject_get_LineNumber_m1404839056(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Xml.Linq.XObject::System.Xml.IXmlLineInfo.get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XObject_System_Xml_IXmlLineInfo_get_LinePosition_m3477809919 (XObject_t1119084474 * __this, const RuntimeMethod* method) { { int32_t L_0 = XObject_get_LinePosition_m2117800008(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.Linq.XDocument System.Xml.Linq.XObject::get_Document() extern "C" IL2CPP_METHOD_ATTR XDocument_t1376419702 * XObject_get_Document_m407246325 (XObject_t1119084474 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XObject_get_Document_m407246325_MetadataUsageId); s_Il2CppMethodInitialized = true; } XContainer_t3387731002 * V_0 = NULL; { if (!((XDocument_t1376419702 *)IsInstClass((RuntimeObject*)__this, XDocument_t1376419702_il2cpp_TypeInfo_var))) { goto IL_0012; } } { return ((XDocument_t1376419702 *)CastclassClass((RuntimeObject*)__this, XDocument_t1376419702_il2cpp_TypeInfo_var)); } IL_0012: { XContainer_t3387731002 * L_0 = __this->get_owner_0(); V_0 = L_0; goto IL_0037; } IL_001e: { XContainer_t3387731002 * L_1 = V_0; if (!((XDocument_t1376419702 *)IsInstClass((RuntimeObject*)L_1, XDocument_t1376419702_il2cpp_TypeInfo_var))) { goto IL_0030; } } { XContainer_t3387731002 * L_2 = V_0; return ((XDocument_t1376419702 *)CastclassClass((RuntimeObject*)L_2, XDocument_t1376419702_il2cpp_TypeInfo_var)); } IL_0030: { XContainer_t3387731002 * L_3 = V_0; NullCheck(L_3); XContainer_t3387731002 * L_4 = ((XObject_t1119084474 *)L_3)->get_owner_0(); V_0 = L_4; } IL_0037: { XContainer_t3387731002 * L_5 = V_0; if (L_5) { goto IL_001e; } } { return (XDocument_t1376419702 *)NULL; } } // System.Xml.Linq.XElement System.Xml.Linq.XObject::get_Parent() extern "C" IL2CPP_METHOD_ATTR XElement_t4185968754 * XObject_get_Parent_m1531964362 (XObject_t1119084474 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XObject_get_Parent_m1531964362_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XContainer_t3387731002 * L_0 = __this->get_owner_0(); return ((XElement_t4185968754 *)IsInstClass((RuntimeObject*)L_0, XElement_t4185968754_il2cpp_TypeInfo_var)); } } // System.Xml.Linq.XContainer System.Xml.Linq.XObject::get_Owner() extern "C" IL2CPP_METHOD_ATTR XContainer_t3387731002 * XObject_get_Owner_m1271595353 (XObject_t1119084474 * __this, const RuntimeMethod* method) { { XContainer_t3387731002 * L_0 = __this->get_owner_0(); return L_0; } } // System.Void System.Xml.Linq.XObject::SetOwner(System.Xml.Linq.XContainer) extern "C" IL2CPP_METHOD_ATTR void XObject_SetOwner_m1034455036 (XObject_t1119084474 * __this, XContainer_t3387731002 * ___node0, const RuntimeMethod* method) { { XContainer_t3387731002 * L_0 = ___node0; __this->set_owner_0(L_0); return; } } // System.Int32 System.Xml.Linq.XObject::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XObject_get_LineNumber_m1404839056 (XObject_t1119084474 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_line_1(); return L_0; } } // System.Int32 System.Xml.Linq.XObject::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XObject_get_LinePosition_m2117800008 (XObject_t1119084474 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_column_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XProcessingInstruction::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XProcessingInstruction__ctor_m3301977354 (XProcessingInstruction_t2943691487 * __this, String_t* ___name0, String_t* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XProcessingInstruction__ctor_m3301977354_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XNode_t716131460_il2cpp_TypeInfo_var); XNode__ctor_m2640711240(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XProcessingInstruction__ctor_m3301977354_RuntimeMethod_var); } IL_0017: { String_t* L_2 = ___data1; if (L_2) { goto IL_0028; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral2037252866, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XProcessingInstruction__ctor_m3301977354_RuntimeMethod_var); } IL_0028: { String_t* L_4 = ___name0; __this->set_name_7(L_4); String_t* L_5 = ___data1; __this->set_data_8(L_5); return; } } // System.Void System.Xml.Linq.XProcessingInstruction::.ctor(System.Xml.Linq.XProcessingInstruction) extern "C" IL2CPP_METHOD_ATTR void XProcessingInstruction__ctor_m1711994690 (XProcessingInstruction_t2943691487 * __this, XProcessingInstruction_t2943691487 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XProcessingInstruction__ctor_m1711994690_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XNode_t716131460_il2cpp_TypeInfo_var); XNode__ctor_m2640711240(__this, /*hidden argument*/NULL); XProcessingInstruction_t2943691487 * L_0 = ___other0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2432405111, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XProcessingInstruction__ctor_m1711994690_RuntimeMethod_var); } IL_0017: { XProcessingInstruction_t2943691487 * L_2 = ___other0; NullCheck(L_2); String_t* L_3 = L_2->get_name_7(); __this->set_name_7(L_3); XProcessingInstruction_t2943691487 * L_4 = ___other0; NullCheck(L_4); String_t* L_5 = L_4->get_data_8(); __this->set_data_8(L_5); return; } } // System.String System.Xml.Linq.XProcessingInstruction::get_Data() extern "C" IL2CPP_METHOD_ATTR String_t* XProcessingInstruction_get_Data_m278879449 (XProcessingInstruction_t2943691487 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_data_8(); return L_0; } } // System.Xml.XmlNodeType System.Xml.Linq.XProcessingInstruction::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XProcessingInstruction_get_NodeType_m2260243504 (XProcessingInstruction_t2943691487 * __this, const RuntimeMethod* method) { { return (int32_t)(7); } } // System.String System.Xml.Linq.XProcessingInstruction::get_Target() extern "C" IL2CPP_METHOD_ATTR String_t* XProcessingInstruction_get_Target_m1093269484 (XProcessingInstruction_t2943691487 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_7(); return L_0; } } // System.Void System.Xml.Linq.XProcessingInstruction::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XProcessingInstruction_WriteTo_m1771043257 (XProcessingInstruction_t2943691487 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { XmlWriter_t127905479 * L_0 = ___w0; String_t* L_1 = __this->get_name_7(); String_t* L_2 = __this->get_data_8(); NullCheck(L_0); VirtActionInvoker2< String_t*, String_t* >::Invoke(18 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, L_0, L_1, L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XText::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XText__ctor_m2401333842 (XText_t1448860321 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XText__ctor_m2401333842_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XNode_t716131460_il2cpp_TypeInfo_var); XNode__ctor_m2640711240(__this, /*hidden argument*/NULL); String_t* L_0 = ___value0; __this->set_value_7(L_0); return; } } // System.Void System.Xml.Linq.XText::.ctor(System.Xml.Linq.XText) extern "C" IL2CPP_METHOD_ATTR void XText__ctor_m694960668 (XText_t1448860321 * __this, XText_t1448860321 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XText__ctor_m694960668_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XNode_t716131460_il2cpp_TypeInfo_var); XNode__ctor_m2640711240(__this, /*hidden argument*/NULL); XText_t1448860321 * L_0 = ___other0; NullCheck(L_0); String_t* L_1 = L_0->get_value_7(); __this->set_value_7(L_1); return; } } // System.Xml.XmlNodeType System.Xml.Linq.XText::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XText_get_NodeType_m366400984 (XText_t1448860321 * __this, const RuntimeMethod* method) { { return (int32_t)(3); } } // System.String System.Xml.Linq.XText::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XText_get_Value_m3622993421 (XText_t1448860321 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_value_7(); return L_0; } } // System.Void System.Xml.Linq.XText::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void XText_set_Value_m1476704356 (XText_t1448860321 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XText_set_Value_m1476704356_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XText_set_Value_m1476704356_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___value0; __this->set_value_7(L_2); return; } } // System.Void System.Xml.Linq.XText::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XText_WriteTo_m2140000141 (XText_t1448860321 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { XmlWriter_t127905479 * L_0 = ___w0; String_t* L_1 = __this->get_value_7(); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(23 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Xml.Linq.XUtil::ToString(System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* XUtil_ToString_m783279265 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XUtil_ToString_m783279265_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; double V_1 = 0.0; float V_2 = 0.0f; { RuntimeObject * L_0 = ___o0; if (L_0) { goto IL_0011; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral2883732141, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XUtil_ToString_m783279265_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___o0; NullCheck(L_2); Type_t * L_3 = Object_GetType_m88164663(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_4 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)13)))) { case 0: { goto IL_0072; } case 1: { goto IL_005e; } case 2: { goto IL_003e; } case 3: { goto IL_0051; } case 4: { goto IL_003e; } case 5: { goto IL_004a; } } } IL_003e: { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)3))) { goto IL_0086; } } { goto IL_0092; } IL_004a: { RuntimeObject * L_7 = ___o0; return ((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)); } IL_0051: { RuntimeObject * L_8 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_9 = XmlConvert_ToString_m1019655946(NULL /*static, unused*/, ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_8, DateTime_t3738529785_il2cpp_TypeInfo_var)))), 3, /*hidden argument*/NULL); return L_9; } IL_005e: { RuntimeObject * L_10 = ___o0; V_1 = ((*(double*)((double*)UnBox(L_10, Double_t594665363_il2cpp_TypeInfo_var)))); String_t* L_11 = Double_ToString_m896573572((&V_1), _stringLiteral3452614606, /*hidden argument*/NULL); return L_11; } IL_0072: { RuntimeObject * L_12 = ___o0; V_2 = ((*(float*)((float*)UnBox(L_12, Single_t1397266774_il2cpp_TypeInfo_var)))); String_t* L_13 = Single_ToString_m3489843083((&V_2), _stringLiteral3452614606, /*hidden argument*/NULL); return L_13; } IL_0086: { RuntimeObject * L_14 = ___o0; NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); NullCheck(L_15); String_t* L_16 = String_ToLower_m2029374922(L_15, /*hidden argument*/NULL); return L_16; } IL_0092: { RuntimeObject * L_17 = ___o0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_17, TimeSpan_t881159249_il2cpp_TypeInfo_var))) { goto IL_00a9; } } { RuntimeObject * L_18 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_19 = XmlConvert_ToString_m1102839109(NULL /*static, unused*/, ((*(TimeSpan_t881159249 *)((TimeSpan_t881159249 *)UnBox(L_18, TimeSpan_t881159249_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_19; } IL_00a9: { RuntimeObject * L_20 = ___o0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_20, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var))) { goto IL_00c0; } } { RuntimeObject * L_21 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_22 = XmlConvert_ToString_m158558848(NULL /*static, unused*/, ((*(DateTimeOffset_t3229287507 *)((DateTimeOffset_t3229287507 *)UnBox(L_21, DateTimeOffset_t3229287507_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_22; } IL_00c0: { RuntimeObject * L_23 = ___o0; NullCheck(L_23); String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23); return L_24; } } // System.Collections.IEnumerable System.Xml.Linq.XUtil::ExpandArray(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XUtil_ExpandArray_m1010524603 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XUtil_ExpandArray_m1010524603_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CExpandArrayU3Ec__Iterator25_t2040603384 * V_0 = NULL; { U3CExpandArrayU3Ec__Iterator25_t2040603384 * L_0 = (U3CExpandArrayU3Ec__Iterator25_t2040603384 *)il2cpp_codegen_object_new(U3CExpandArrayU3Ec__Iterator25_t2040603384_il2cpp_TypeInfo_var); U3CExpandArrayU3Ec__Iterator25__ctor_m1292296129(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CExpandArrayU3Ec__Iterator25_t2040603384 * L_1 = V_0; RuntimeObject * L_2 = ___o0; NullCheck(L_1); L_1->set_o_0(L_2); U3CExpandArrayU3Ec__Iterator25_t2040603384 * L_3 = V_0; RuntimeObject * L_4 = ___o0; NullCheck(L_3); L_3->set_U3CU24U3Eo_8(L_4); U3CExpandArrayU3Ec__Iterator25_t2040603384 * L_5 = V_0; U3CExpandArrayU3Ec__Iterator25_t2040603384 * L_6 = L_5; NullCheck(L_6); L_6->set_U24PC_6(((int32_t)-2)); return L_6; } } // System.Xml.Linq.XNode System.Xml.Linq.XUtil::ToNode(System.Object) extern "C" IL2CPP_METHOD_ATTR XNode_t716131460 * XUtil_ToNode_m1416248515 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XUtil_ToNode_m1416248515_MetadataUsageId); s_Il2CppMethodInitialized = true; } XNode_t716131460 * V_0 = NULL; { RuntimeObject * L_0 = ___o0; if (!((XAttribute_t355876829 *)IsInstClass((RuntimeObject*)L_0, XAttribute_t355876829_il2cpp_TypeInfo_var))) { goto IL_0016; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, _stringLiteral2680494859, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XUtil_ToNode_m1416248515_RuntimeMethod_var); } IL_0016: { RuntimeObject * L_2 = ___o0; V_0 = ((XNode_t716131460 *)IsInstClass((RuntimeObject*)L_2, XNode_t716131460_il2cpp_TypeInfo_var)); XNode_t716131460 * L_3 = V_0; if (!L_3) { goto IL_0025; } } { XNode_t716131460 * L_4 = V_0; return L_4; } IL_0025: { RuntimeObject * L_5 = ___o0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_6 = ___o0; XText_t1448860321 * L_7 = (XText_t1448860321 *)il2cpp_codegen_object_new(XText_t1448860321_il2cpp_TypeInfo_var); XText__ctor_m2401333842(L_7, ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_7; } IL_003c: { RuntimeObject * L_8 = ___o0; String_t* L_9 = XUtil_ToString_m783279265(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); XText_t1448860321 * L_10 = (XText_t1448860321 *)il2cpp_codegen_object_new(XText_t1448860321_il2cpp_TypeInfo_var); XText__ctor_m2401333842(L_10, L_9, /*hidden argument*/NULL); return L_10; } } // System.Object System.Xml.Linq.XUtil::GetDetachedObject(System.Xml.Linq.XObject) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XUtil_GetDetachedObject_m3700365624 (RuntimeObject * __this /* static, unused */, XObject_t1119084474 * ___child0, const RuntimeMethod* method) { RuntimeObject * G_B3_0 = NULL; { XObject_t1119084474 * L_0 = ___child0; NullCheck(L_0); XContainer_t3387731002 * L_1 = XObject_get_Owner_m1271595353(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { XObject_t1119084474 * L_2 = ___child0; RuntimeObject * L_3 = XUtil_Clone_m1389476390(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_0017; } IL_0016: { XObject_t1119084474 * L_4 = ___child0; G_B3_0 = ((RuntimeObject *)(L_4)); } IL_0017: { return G_B3_0; } } // System.Object System.Xml.Linq.XUtil::Clone(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XUtil_Clone_m1389476390 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XUtil_Clone_m1389476390_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___o0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_0012; } } { RuntimeObject * L_1 = ___o0; return ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); } IL_0012: { RuntimeObject * L_2 = ___o0; if (!((XAttribute_t355876829 *)IsInstClass((RuntimeObject*)L_2, XAttribute_t355876829_il2cpp_TypeInfo_var))) { goto IL_0029; } } { RuntimeObject * L_3 = ___o0; XAttribute_t355876829 * L_4 = (XAttribute_t355876829 *)il2cpp_codegen_object_new(XAttribute_t355876829_il2cpp_TypeInfo_var); XAttribute__ctor_m4086971032(L_4, ((XAttribute_t355876829 *)CastclassClass((RuntimeObject*)L_3, XAttribute_t355876829_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0029: { RuntimeObject * L_5 = ___o0; if (!((XElement_t4185968754 *)IsInstClass((RuntimeObject*)L_5, XElement_t4185968754_il2cpp_TypeInfo_var))) { goto IL_0040; } } { RuntimeObject * L_6 = ___o0; XElement_t4185968754 * L_7 = (XElement_t4185968754 *)il2cpp_codegen_object_new(XElement_t4185968754_il2cpp_TypeInfo_var); XElement__ctor_m3926917909(L_7, ((XElement_t4185968754 *)CastclassClass((RuntimeObject*)L_6, XElement_t4185968754_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_7; } IL_0040: { RuntimeObject * L_8 = ___o0; if (!((XCData_t832623270 *)IsInstClass((RuntimeObject*)L_8, XCData_t832623270_il2cpp_TypeInfo_var))) { goto IL_0057; } } { RuntimeObject * L_9 = ___o0; XCData_t832623270 * L_10 = (XCData_t832623270 *)il2cpp_codegen_object_new(XCData_t832623270_il2cpp_TypeInfo_var); XCData__ctor_m2021185271(L_10, ((XCData_t832623270 *)CastclassClass((RuntimeObject*)L_9, XCData_t832623270_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_10; } IL_0057: { RuntimeObject * L_11 = ___o0; if (!((XComment_t1832251191 *)IsInstClass((RuntimeObject*)L_11, XComment_t1832251191_il2cpp_TypeInfo_var))) { goto IL_006e; } } { RuntimeObject * L_12 = ___o0; XComment_t1832251191 * L_13 = (XComment_t1832251191 *)il2cpp_codegen_object_new(XComment_t1832251191_il2cpp_TypeInfo_var); XComment__ctor_m1691910914(L_13, ((XComment_t1832251191 *)CastclassClass((RuntimeObject*)L_12, XComment_t1832251191_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_13; } IL_006e: { RuntimeObject * L_14 = ___o0; if (!((XProcessingInstruction_t2943691487 *)IsInstClass((RuntimeObject*)L_14, XProcessingInstruction_t2943691487_il2cpp_TypeInfo_var))) { goto IL_0085; } } { RuntimeObject * L_15 = ___o0; XProcessingInstruction_t2943691487 * L_16 = (XProcessingInstruction_t2943691487 *)il2cpp_codegen_object_new(XProcessingInstruction_t2943691487_il2cpp_TypeInfo_var); XProcessingInstruction__ctor_m1711994690(L_16, ((XProcessingInstruction_t2943691487 *)CastclassClass((RuntimeObject*)L_15, XProcessingInstruction_t2943691487_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_16; } IL_0085: { RuntimeObject * L_17 = ___o0; if (!((XDeclaration_t2907650823 *)IsInstClass((RuntimeObject*)L_17, XDeclaration_t2907650823_il2cpp_TypeInfo_var))) { goto IL_009c; } } { RuntimeObject * L_18 = ___o0; XDeclaration_t2907650823 * L_19 = (XDeclaration_t2907650823 *)il2cpp_codegen_object_new(XDeclaration_t2907650823_il2cpp_TypeInfo_var); XDeclaration__ctor_m3840151100(L_19, ((XDeclaration_t2907650823 *)CastclassClass((RuntimeObject*)L_18, XDeclaration_t2907650823_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_19; } IL_009c: { RuntimeObject * L_20 = ___o0; if (!((XDocumentType_t1853592271 *)IsInstClass((RuntimeObject*)L_20, XDocumentType_t1853592271_il2cpp_TypeInfo_var))) { goto IL_00b3; } } { RuntimeObject * L_21 = ___o0; XDocumentType_t1853592271 * L_22 = (XDocumentType_t1853592271 *)il2cpp_codegen_object_new(XDocumentType_t1853592271_il2cpp_TypeInfo_var); XDocumentType__ctor_m3958915516(L_22, ((XDocumentType_t1853592271 *)CastclassClass((RuntimeObject*)L_21, XDocumentType_t1853592271_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_22; } IL_00b3: { RuntimeObject * L_23 = ___o0; if (!((XText_t1448860321 *)IsInstClass((RuntimeObject*)L_23, XText_t1448860321_il2cpp_TypeInfo_var))) { goto IL_00ca; } } { RuntimeObject * L_24 = ___o0; XText_t1448860321 * L_25 = (XText_t1448860321 *)il2cpp_codegen_object_new(XText_t1448860321_il2cpp_TypeInfo_var); XText__ctor_m694960668(L_25, ((XText_t1448860321 *)CastclassClass((RuntimeObject*)L_24, XText_t1448860321_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_25; } IL_00ca: { ArgumentException_t132251570 * L_26 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,XUtil_Clone_m1389476390_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Linq.XUtil/c__Iterator25::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CExpandArrayU3Ec__Iterator25__ctor_m1292296129 (U3CExpandArrayU3Ec__Iterator25_t2040603384 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Object System.Xml.Linq.XUtil/c__Iterator25::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CExpandArrayU3Ec__Iterator25_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m152920316 (U3CExpandArrayU3Ec__Iterator25_t2040603384 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_7(); return L_0; } } // System.Object System.Xml.Linq.XUtil/c__Iterator25::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CExpandArrayU3Ec__Iterator25_System_Collections_IEnumerator_get_Current_m3920981484 (U3CExpandArrayU3Ec__Iterator25_t2040603384 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_7(); return L_0; } } // System.Collections.IEnumerator System.Xml.Linq.XUtil/c__Iterator25::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExpandArrayU3Ec__Iterator25_System_Collections_IEnumerable_GetEnumerator_m3129624102 (U3CExpandArrayU3Ec__Iterator25_t2040603384 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CExpandArrayU3Ec__Iterator25_System_Collections_Generic_IEnumerableU3CobjectU3E_GetEnumerator_m1566941509(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.Generic.IEnumerator`1 System.Xml.Linq.XUtil/c__Iterator25::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CExpandArrayU3Ec__Iterator25_System_Collections_Generic_IEnumerableU3CobjectU3E_GetEnumerator_m1566941509 (U3CExpandArrayU3Ec__Iterator25_t2040603384 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExpandArrayU3Ec__Iterator25_System_Collections_Generic_IEnumerableU3CobjectU3E_GetEnumerator_m1566941509_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CExpandArrayU3Ec__Iterator25_t2040603384 * V_0 = NULL; { int32_t* L_0 = __this->get_address_of_U24PC_6(); int32_t L_1 = Interlocked_CompareExchange_m3023855514(NULL /*static, unused*/, L_0, 0, ((int32_t)-2), /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)-2))))) { goto IL_0014; } } { return __this; } IL_0014: { U3CExpandArrayU3Ec__Iterator25_t2040603384 * L_2 = (U3CExpandArrayU3Ec__Iterator25_t2040603384 *)il2cpp_codegen_object_new(U3CExpandArrayU3Ec__Iterator25_t2040603384_il2cpp_TypeInfo_var); U3CExpandArrayU3Ec__Iterator25__ctor_m1292296129(L_2, /*hidden argument*/NULL); V_0 = L_2; U3CExpandArrayU3Ec__Iterator25_t2040603384 * L_3 = V_0; RuntimeObject * L_4 = __this->get_U3CU24U3Eo_8(); NullCheck(L_3); L_3->set_o_0(L_4); U3CExpandArrayU3Ec__Iterator25_t2040603384 * L_5 = V_0; return L_5; } } // System.Boolean System.Xml.Linq.XUtil/c__Iterator25::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CExpandArrayU3Ec__Iterator25_MoveNext_m1277076819 (U3CExpandArrayU3Ec__Iterator25_t2040603384 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExpandArrayU3Ec__Iterator25_MoveNext_m1277076819_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; bool V_4 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { int32_t L_0 = __this->get_U24PC_6(); V_0 = L_0; __this->set_U24PC_6((-1)); V_1 = (bool)0; uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_002f; } case 1: { goto IL_0063; } case 2: { goto IL_0090; } case 3: { goto IL_00be; } case 4: { goto IL_01b2; } } } { goto IL_01b9; } IL_002f: { RuntimeObject * L_2 = __this->get_o_0(); __this->set_U3CnU3E__0_1(((XNode_t716131460 *)IsInstClass((RuntimeObject*)L_2, XNode_t716131460_il2cpp_TypeInfo_var))); XNode_t716131460 * L_3 = __this->get_U3CnU3E__0_1(); if (!L_3) { goto IL_0068; } } { XNode_t716131460 * L_4 = __this->get_U3CnU3E__0_1(); __this->set_U24current_7(L_4); __this->set_U24PC_6(1); goto IL_01bb; } IL_0063: { goto IL_01b2; } IL_0068: { RuntimeObject * L_5 = __this->get_o_0(); if (!((String_t*)IsInstSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var))) { goto IL_0095; } } { RuntimeObject * L_6 = __this->get_o_0(); __this->set_U24current_7(L_6); __this->set_U24PC_6(2); goto IL_01bb; } IL_0090: { goto IL_01b2; } IL_0095: { RuntimeObject * L_7 = __this->get_o_0(); if (!((RuntimeObject*)IsInst((RuntimeObject*)L_7, IEnumerable_t1941168011_il2cpp_TypeInfo_var))) { goto IL_019a; } } { RuntimeObject * L_8 = __this->get_o_0(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_8, IEnumerable_t1941168011_il2cpp_TypeInfo_var))); RuntimeObject* L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_8, IEnumerable_t1941168011_il2cpp_TypeInfo_var))); __this->set_U3CU24s_86U3E__1_2(L_9); V_0 = ((int32_t)-3); } IL_00be: try { // begin try (depth: 1) { uint32_t L_10 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)3))) { case 0: { goto IL_00f9; } } } IL_00ca: { goto IL_0165; } IL_00cf: { RuntimeObject* L_11 = __this->get_U3CU24s_86U3E__1_2(); NullCheck(L_11); RuntimeObject * L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); __this->set_U3CobjU3E__2_3(L_12); RuntimeObject * L_13 = __this->get_U3CobjU3E__2_3(); RuntimeObject* L_14 = XUtil_ExpandArray_m1010524603(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject* L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_14); __this->set_U3CU24s_87U3E__3_4(L_15); V_0 = ((int32_t)-3); } IL_00f9: try { // begin try (depth: 2) { uint32_t L_16 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)3))) { case 0: { goto IL_0135; } } } IL_0105: { goto IL_0135; } IL_010a: { RuntimeObject* L_17 = __this->get_U3CU24s_87U3E__3_4(); NullCheck(L_17); RuntimeObject * L_18 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_17); __this->set_U3CooU3E__4_5(L_18); RuntimeObject * L_19 = __this->get_U3CooU3E__4_5(); __this->set_U24current_7(L_19); __this->set_U24PC_6(3); V_1 = (bool)1; IL2CPP_LEAVE(0x1BB, FINALLY_014a); } IL_0135: { RuntimeObject* L_20 = __this->get_U3CU24s_87U3E__3_4(); NullCheck(L_20); bool L_21 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_010a; } } IL_0145: { IL2CPP_LEAVE(0x165, FINALLY_014a); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_014a; } FINALLY_014a: { // begin finally (depth: 2) { bool L_22 = V_1; if (!L_22) { goto IL_014e; } } IL_014d: { IL2CPP_END_FINALLY(330) } IL_014e: { RuntimeObject* L_23 = __this->get_U3CU24s_87U3E__3_4(); V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_23, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_24 = V_2; if (L_24) { goto IL_015e; } } IL_015d: { IL2CPP_END_FINALLY(330) } IL_015e: { RuntimeObject* L_25 = V_2; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_25); IL2CPP_END_FINALLY(330) } } // end finally (depth: 2) IL2CPP_CLEANUP(330) { IL2CPP_END_CLEANUP(0x1BB, FINALLY_017a); IL2CPP_JUMP_TBL(0x165, IL_0165) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0165: { RuntimeObject* L_26 = __this->get_U3CU24s_86U3E__1_2(); NullCheck(L_26); bool L_27 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_26); if (L_27) { goto IL_00cf; } } IL_0175: { IL2CPP_LEAVE(0x195, FINALLY_017a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_017a; } FINALLY_017a: { // begin finally (depth: 1) { bool L_28 = V_1; if (!L_28) { goto IL_017e; } } IL_017d: { IL2CPP_END_FINALLY(378) } IL_017e: { RuntimeObject* L_29 = __this->get_U3CU24s_86U3E__1_2(); V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_30 = V_3; if (L_30) { goto IL_018e; } } IL_018d: { IL2CPP_END_FINALLY(378) } IL_018e: { RuntimeObject* L_31 = V_3; NullCheck(L_31); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_31); IL2CPP_END_FINALLY(378) } } // end finally (depth: 1) IL2CPP_CLEANUP(378) { IL2CPP_JUMP_TBL(0x1BB, IL_01bb) IL2CPP_JUMP_TBL(0x195, IL_0195) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0195: { goto IL_01b2; } IL_019a: { RuntimeObject * L_32 = __this->get_o_0(); __this->set_U24current_7(L_32); __this->set_U24PC_6(4); goto IL_01bb; } IL_01b2: { __this->set_U24PC_6((-1)); } IL_01b9: { return (bool)0; } IL_01bb: { return (bool)1; } // Dead block : IL_01bd: ldloc.s V_4 } // System.Void System.Xml.Linq.XUtil/c__Iterator25::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CExpandArrayU3Ec__Iterator25_Dispose_m789777091 (U3CExpandArrayU3Ec__Iterator25_t2040603384 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExpandArrayU3Ec__Iterator25_Dispose_m789777091_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { int32_t L_0 = __this->get_U24PC_6(); V_0 = L_0; __this->set_U24PC_6((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0065; } case 1: { goto IL_0065; } case 2: { goto IL_0065; } case 3: { goto IL_002d; } case 4: { goto IL_0065; } } } { goto IL_0065; } IL_002d: try { // begin try (depth: 1) try { // begin try (depth: 2) IL2CPP_LEAVE(0x49, FINALLY_0032); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0032; } FINALLY_0032: { // begin finally (depth: 2) { RuntimeObject* L_2 = __this->get_U3CU24s_87U3E__3_4(); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_3 = V_1; if (L_3) { goto IL_0042; } } IL_0041: { IL2CPP_END_FINALLY(50) } IL_0042: { RuntimeObject* L_4 = V_1; NullCheck(L_4); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_4); IL2CPP_END_FINALLY(50) } } // end finally (depth: 2) IL2CPP_CLEANUP(50) { IL2CPP_JUMP_TBL(0x49, IL_0049) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0049: { IL2CPP_LEAVE(0x65, FINALLY_004e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004e; } FINALLY_004e: { // begin finally (depth: 1) { RuntimeObject* L_5 = __this->get_U3CU24s_86U3E__1_2(); V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_5, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_2; if (L_6) { goto IL_005e; } } IL_005d: { IL2CPP_END_FINALLY(78) } IL_005e: { RuntimeObject* L_7 = V_2; NullCheck(L_7); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_7); IL2CPP_END_FINALLY(78) } } // end finally (depth: 1) IL2CPP_CLEANUP(78) { IL2CPP_JUMP_TBL(0x65, IL_0065) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0065: { return; } } // System.Void System.Xml.Linq.XUtil/c__Iterator25::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CExpandArrayU3Ec__Iterator25_Reset_m1378465184 (U3CExpandArrayU3Ec__Iterator25_t2040603384 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CExpandArrayU3Ec__Iterator25_Reset_m1378465184_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CExpandArrayU3Ec__Iterator25_Reset_m1378465184_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif