#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include 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 VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, 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 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 VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)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 VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, 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 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 VirtActionInvoker7 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, 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 GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((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); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, 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); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD; // System.Collections.Generic.List`1 struct List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55; // System.Threading.Tasks.Task`1 struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Xml.Schema.DatatypeImplementation[] struct DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.Xml.Serialization.XmlMemberMapping[] struct XmlMemberMappingU5BU5D_t78E3F87812D4D5F00632824BE14343BEDF0B4DD7; // System.Xml.XmlQualifiedName[] struct XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97; // System.Xml.Schema.XmlSchema[] struct XmlSchemaU5BU5D_t69016569203CCDF000A4F5E1DC7D687C2B244F9F; // System.Xml.Schema.XmlSchemaSimpleType[] struct XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21; // System.Xml.Serialization.XmlTypeMapMemberAttribute[] struct XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] struct SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA; // System.Xml.Serialization.EnumMap/EnumMapMember[] struct EnumMapMemberU5BU5D_t07A96D3D51D0592FBA40BC8DB07055475869F868; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.Xml.NameTable/Entry[] struct EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D; // System.Xml.XmlTextWriter/Namespace[] struct NamespaceU5BU5D_tD2B59E106C73A8DCA543AC2E02889F4A200F63F6; // System.Xml.XmlTextWriter/State[] struct StateU5BU5D_tB7B678399A1D27FF20B86135AC6A0FBFA9564F3A; // System.Xml.XmlTextWriter/TagInfo[] struct TagInfoU5BU5D_t363419634609512E208D2FC275865D41A9CFF637; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Xml.Serialization.ClassMap struct ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // System.Collections.CollectionBase struct CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Xml.Schema.ContentValidator struct ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Xml.Schema.DatatypeImplementation struct DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Xml.DomNameTable struct DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB; // System.Xml.EmptyEnumerator struct EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Xml.Serialization.EnumMap struct EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC; // System.Exception struct Exception_t; // System.Xml.Schema.FacetsChecker struct FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IComparer struct IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0; // System.Net.ICredentials struct ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // System.Net.IWebProxy struct IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229; // System.Xml.Serialization.IXmlSerializable struct IXmlSerializable_t5BEF028D2890007426B01C2B934C2469498B8013; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Xml.Serialization.ListMap struct ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Xml.NameTable struct NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728; // System.Xml.Schema.NamespaceList struct NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.Runtime.Serialization.ObjectIDGenerator struct ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259; // System.Xml.Serialization.ObjectMap struct ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C; // System.Xml.Schema.ParticleContentValidator struct ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8; // System.Xml.Schema.Positions struct Positions_t577D66E21F674149C5A3E68851CE88B94C37248F; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Collections.Queue struct Queue_t66723C58C7422102C36F8570BE048BD0CC489E52; // System.Xml.Serialization.ReflectionHelper struct ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED; // System.Xml.Schema.RestrictionFacets struct RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Xml.Schema.SchemaDeclBase struct SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A; // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B; // System.Xml.Schema.SchemaInfo struct SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6; // System.Collections.SortedList struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165; // System.Collections.Stack struct Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Xml.Schema.SymbolsDictionary struct SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF; // System.Xml.Schema.SyntaxTreeNode struct SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643; // System.Type struct Type_t; // System.Xml.Serialization.TypeData struct TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2; // System.Xml.Serialization.UnreferencedObjectEventArgs struct UnreferencedObjectEventArgs_tBFD7658B8F3DD057CEFBF9CE1EBC26705B0A8192; // System.Xml.Serialization.UnreferencedObjectEventHandler struct UnreferencedObjectEventHandler_t8C7AD11596BB1575262B62EE1128DABB07434988; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // System.Xml.Schema.ValidationEventArgs struct ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Xml.Serialization.XmlAnyAttributeAttribute struct XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094; // System.Xml.Serialization.XmlAnyElementAttributes struct XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E; // System.Xml.Serialization.XmlArrayAttribute struct XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472; // System.Xml.Serialization.XmlArrayItemAttributes struct XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB; // System.Xml.Schema.XmlAtomicValue struct XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C; // System.Xml.XmlAttribute struct XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D; // System.Xml.Serialization.XmlAttributeAttribute struct XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3; // System.Xml.Serialization.XmlAttributeEventArgs struct XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37; // System.Xml.Serialization.XmlAttributeEventHandler struct XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286; // System.Xml.Serialization.XmlAttributeOverrides struct XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F; // System.Xml.Serialization.XmlAttributes struct XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46; // System.Xml.Schema.XmlBaseConverter struct XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55; // System.Xml.XmlCharacterData struct XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B; // System.Xml.Serialization.XmlChoiceIdentifierAttribute struct XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067; // System.Xml.XmlDocument struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F; // System.Xml.XmlDownloadManager struct XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D; // System.Xml.XmlElement struct XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF; // System.Xml.Serialization.XmlElementAttributes struct XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402; // System.Xml.Serialization.XmlElementEventArgs struct XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F; // System.Xml.Serialization.XmlElementEventHandler struct XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29; // System.Xml.Serialization.XmlEnumAttribute struct XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E; // System.Xml.XmlImplementation struct XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59; // System.Xml.XmlLinkedNode struct XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0; // System.Xml.Serialization.XmlMapping struct XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9; // System.Xml.Serialization.XmlMembersMapping struct XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496; // System.Xml.XmlName struct XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63; // System.Xml.XmlNameTable struct XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9; // System.Xml.Serialization.XmlNodeEventArgs struct XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED; // System.Xml.Serialization.XmlNodeEventHandler struct XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905; // System.Xml.XmlReader struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138; // System.Xml.XmlReaderSettings struct XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520; // System.Xml.Serialization.XmlReflectionImporter struct XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25; // System.Xml.Serialization.XmlReflectionMember struct XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD; // System.Xml.XmlRegisteredNonCachedStream struct XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1; // System.Xml.XmlResolver struct XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A; // System.Xml.Serialization.XmlRootAttribute struct XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96; // System.Xml.Schema.XmlSchema struct XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA; // System.Xml.Schema.XmlSchemaAnnotated struct XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7; // System.Xml.Schema.XmlSchemaAny struct XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C; // System.Xml.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7; // System.Xml.Schema.XmlSchemaChoice struct XmlSchemaChoice_t8FC6F8DB238E8800F350E4EF88CCECD64B5D3BF0; // System.Xml.Schema.XmlSchemaCompilationSettings struct XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC; // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA; // System.Xml.Schema.XmlSchemaFacet struct XmlSchemaFacet_t573C0D6C490EC4BD2D0AF19D2BA11C47A4EE713F; // System.Xml.Schema.XmlSchemaGroupBase struct XmlSchemaGroupBase_tBB7F26134C0D82EA71D1773C84856397919DD5DA; // System.Xml.Schema.XmlSchemaInfo struct XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3; // System.Xml.Schema.XmlSchemaObjectCollection struct XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931; // System.Xml.Schema.XmlSchemaParticle struct XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789; // System.Xml.Schema.XmlSchemaPatternFacet struct XmlSchemaPatternFacet_t4B0DD650C87F804406E906E929F622AD1EEC5193; // System.Xml.Serialization.XmlSchemaProviderAttribute struct XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA; // System.Xml.Schema.XmlSchemaSequence struct XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C; // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65; // System.Xml.Schema.XmlSchemaSimpleTypeList struct XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD; // System.Xml.Schema.XmlSchemaSimpleTypeRestriction struct XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA; // System.Xml.Serialization.XmlSerializableMapping struct XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5; // System.Xml.Serialization.XmlSerializationCollectionFixupCallback struct XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A; // System.Xml.Serialization.XmlSerializationFixupCallback struct XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549; // System.Xml.Serialization.XmlSerializationGeneratedCode struct XmlSerializationGeneratedCode_t434CFD8D2AF9FEC58DB65E02599C37182563C638; // System.Xml.Serialization.XmlSerializationReadCallback struct XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D; // System.Xml.Serialization.XmlSerializationReader struct XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD; // System.Xml.Serialization.XmlSerializationReaderInterpreter struct XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26; // System.Xml.Serialization.XmlSerializationWriteCallback struct XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454; // System.Xml.Serialization.XmlSerializationWriter struct XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F; // System.Xml.Serialization.XmlSerializationWriterInterpreter struct XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54; // System.Xml.Serialization.XmlSerializer struct XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B; // System.Xml.Serialization.XmlSerializerImplementation struct XmlSerializerImplementation_t7498815CE092A9B67BE127DCA62F27ABECA6B230; // System.Xml.Serialization.XmlSerializerNamespaces struct XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5; // System.Xml.XmlSignificantWhitespace struct XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6; // System.Xml.Schema.XmlStringConverter struct XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F; // System.Xml.XmlText struct XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240; // System.Xml.Serialization.XmlTextAttribute struct XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E; // System.Xml.XmlTextEncoder struct XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E; // System.Xml.XmlTextReader struct XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5; // System.Xml.XmlTextReaderImpl struct XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4; // System.Xml.XmlTextWriter struct XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2; // System.Xml.XmlTextWriterBase64Encoder struct XmlTextWriterBase64Encoder_t6C566B592DFF5C0E5108670EB19BA06D35F0213B; // System.Xml.Serialization.XmlTypeAttribute struct XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800; // System.Xml.Serialization.XmlTypeMapElementInfo struct XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A; // System.Xml.Serialization.XmlTypeMapElementInfoList struct XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A; // System.Xml.Serialization.XmlTypeMapMember struct XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC; // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute struct XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE; // System.Xml.Serialization.XmlTypeMapMemberAnyElement struct XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0; // System.Xml.Serialization.XmlTypeMapMemberAttribute struct XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E; // System.Xml.Serialization.XmlTypeMapMemberElement struct XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747; // System.Xml.Serialization.XmlTypeMapMemberExpandable struct XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7; // System.Xml.Serialization.XmlTypeMapMemberFlatList struct XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73; // System.Xml.Serialization.XmlTypeMapMemberNamespaces struct XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D; // System.Xml.Serialization.XmlTypeMapping struct XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581; // System.Xml.XmlUnspecifiedAttribute struct XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641; // System.Xml.XmlUrlResolver struct XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763; // System.Xml.XmlWriter struct XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C; // System.Collections.SortedList/KeyList struct KeyList_t90FF026A62D56329DEFC1B768358977E70839881; // System.Collections.SortedList/ValueList struct ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName struct NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2; // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E; // System.Xml.Schema.XmlSchemaParticle/EmptyParticle struct EmptyParticle_t56BD41298CE124A8F2F4F4426105E1663120F7BF; // System.Xml.Serialization.XmlSerializationReader/CollectionFixup struct CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E; // System.Xml.Serialization.XmlSerializationReader/CollectionItemFixup struct CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D; // System.Xml.Serialization.XmlSerializationReader/Fixup struct Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B; // System.Xml.Serialization.XmlSerializationReader/WriteCallbackInfo struct WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D; // System.Xml.Serialization.XmlSerializationReaderInterpreter/FixupCallbackInfo struct FixupCallbackInfo_tB2AF64AEEA68C8D0EA425052B40E969983CB92D3; // System.Xml.Serialization.XmlSerializationReaderInterpreter/ReaderCallbackInfo struct ReaderCallbackInfo_t6D18AED803E1FB284AB8B388FD470CB3BEDD3DB4; // System.Xml.Serialization.XmlSerializationWriter/WriteCallbackInfo struct WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF; // System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo struct CallbackInfo_t142D92C1F8EA1C07621FB4A5E1383F836187E53A; // System.Xml.Serialization.XmlSerializer/SerializerData struct SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CallbackInfo_t142D92C1F8EA1C07621FB4A5E1383F836187E53A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EmptyParticle_t56BD41298CE124A8F2F4F4426105E1663120F7BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FixupCallbackInfo_tB2AF64AEEA68C8D0EA425052B40E969983CB92D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlSerializable_t5BEF028D2890007426B01C2B934C2469498B8013_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MissingManifestResourceException_tAC74F21ADC46CCB2BCC710464434E3B97F72FACB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Queue_t66723C58C7422102C36F8570BE048BD0CC489E52_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReaderCallbackInfo_t6D18AED803E1FB284AB8B388FD470CB3BEDD3DB4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnreferencedObjectEventArgs_tBFD7658B8F3DD057CEFBF9CE1EBC26705B0A8192_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaU5BU5D_t69016569203CCDF000A4F5E1DC7D687C2B244F9F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeCode_t8BCC3C3572E95AA39A6F53864E90CE04AB3290E1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0145A7D045941D45D0398C5908900FEC7A46B7E2; IL2CPP_EXTERN_C String_t* _stringLiteral01F7D45C6686E8A68EA2EAE840426E5CE0DB7A41; IL2CPP_EXTERN_C String_t* _stringLiteral072BA90B274B502615639084DC3D7FCC63407A24; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral08A1EB113DF82B58A84F5BE15CA68E169597DE5A; IL2CPP_EXTERN_C String_t* _stringLiteral0AEA83737E2216962B6144625FC860B3F361A5ED; IL2CPP_EXTERN_C String_t* _stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3; IL2CPP_EXTERN_C String_t* _stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492; IL2CPP_EXTERN_C String_t* _stringLiteral0D69B39A960B22749E12E1012E42DDF3C1BAEF1B; IL2CPP_EXTERN_C String_t* _stringLiteral0E0048FA0448CB3DFBD7A30FABD833FBB16CBC89; IL2CPP_EXTERN_C String_t* _stringLiteral107694947DB47644F8036602F63473486E1ED925; IL2CPP_EXTERN_C String_t* _stringLiteral1083234FD621C5C1C25E93566184279B83914651; IL2CPP_EXTERN_C String_t* _stringLiteral116AE9EE2F4E004AB8B7987E1296803B16C5F1C0; IL2CPP_EXTERN_C String_t* _stringLiteral13524012C64F8AB64633395F585F5569225E9F99; IL2CPP_EXTERN_C String_t* _stringLiteral151F85AEE2A721730B1E7CDA9A1335DFEA63D095; IL2CPP_EXTERN_C String_t* _stringLiteral16C0D1A98D99C5FB32B981C3E41FDB407A083C18; IL2CPP_EXTERN_C String_t* _stringLiteral1710B4477A01FFE20514D8AA61891F364D71C25B; IL2CPP_EXTERN_C String_t* _stringLiteral171713B97115C9EE4E1D7643592C5AFA9193CE05; IL2CPP_EXTERN_C String_t* _stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65; IL2CPP_EXTERN_C String_t* _stringLiteral1C242178319FF74D89F956386FC4E44D84CB71D1; IL2CPP_EXTERN_C String_t* _stringLiteral1DBE61179025FF1B4F52B39853B72345F9B27413; IL2CPP_EXTERN_C String_t* _stringLiteral22DD6F40C391E60FC75A9CC15895117BA38BDF2F; IL2CPP_EXTERN_C String_t* _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94; IL2CPP_EXTERN_C String_t* _stringLiteral232AE0D402FAC47960A8CA8DD393C63B8FF64178; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral239A80EF6BB00A093DF3A8030BD62E9226B0AEF7; IL2CPP_EXTERN_C String_t* _stringLiteral26B7C05AA4B2488CAA1781DA8040534799003358; IL2CPP_EXTERN_C String_t* _stringLiteral27D89C40DD20204BB03D3F4DDE04A0E0DBFCD089; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral2C5BD46A8428ACC39A710FFFCDEF0CD038A2E862; IL2CPP_EXTERN_C String_t* _stringLiteral2CAB73EF57D40E8B63A7CA91D057C0B68DB59100; IL2CPP_EXTERN_C String_t* _stringLiteral2FB92AD2B027DDEAE5C34625D1AA482AB141E759; IL2CPP_EXTERN_C String_t* _stringLiteral305B97F2A451DD7384289CDFE32F82B35A8CDD52; IL2CPP_EXTERN_C String_t* _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9; IL2CPP_EXTERN_C String_t* _stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C; IL2CPP_EXTERN_C String_t* _stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03; IL2CPP_EXTERN_C String_t* _stringLiteral39FA1E980BA741E69B2DC04AF2C961A72DA4E553; IL2CPP_EXTERN_C String_t* _stringLiteral3BEF703FC97B2EF58FFDCB567F4C4F33758B77FD; IL2CPP_EXTERN_C String_t* _stringLiteral3D8375ADC738FF0CECEBB61E0CE14168FC2905A7; IL2CPP_EXTERN_C String_t* _stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA; IL2CPP_EXTERN_C String_t* _stringLiteral40266A599D7FCF1D8A2E067A8C90873F38D822E2; IL2CPP_EXTERN_C String_t* _stringLiteral4036CA0EBD3563C81DF84A29B64B8220573B4FFD; IL2CPP_EXTERN_C String_t* _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE; IL2CPP_EXTERN_C String_t* _stringLiteral427E90188CB7208AB0C42FC97D636E5CE377A2F6; IL2CPP_EXTERN_C String_t* _stringLiteral430E518F836082E0683698AB9E3F79D39C7F5140; IL2CPP_EXTERN_C String_t* _stringLiteral4360A8CC16E94A003858BEEB217F859C9BB98F0F; IL2CPP_EXTERN_C String_t* _stringLiteral437906DA6527EA9BAA9A971EC5171183BEB85B59; IL2CPP_EXTERN_C String_t* _stringLiteral450A121B534CE8146DA53AF9EA5328F6753B270F; IL2CPP_EXTERN_C String_t* _stringLiteral45DDA89B4E8B7F86832DE43FD867C47FE84FB4F1; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral47EB169AEE74B181812673783C66416B39F5F464; IL2CPP_EXTERN_C String_t* _stringLiteral4A239B353DF341F4369D061CC4804CE665AC004F; IL2CPP_EXTERN_C String_t* _stringLiteral4A962F7AAEC3B50EF4B2CD52A7A2C969B759A960; IL2CPP_EXTERN_C String_t* _stringLiteral4CD9DCF1D6A03B7AF7C79C9DE5CE9D5DE6ACB217; IL2CPP_EXTERN_C String_t* _stringLiteral50623751D4FC8BA06CDD524BBE0F26D268939E09; IL2CPP_EXTERN_C String_t* _stringLiteral50F42FA04A7512CEA891683F4BA8A38F5CEFD199; IL2CPP_EXTERN_C String_t* _stringLiteral513659CEF285C73478E9829E41D7E4C23DB53E12; IL2CPP_EXTERN_C String_t* _stringLiteral53C33B731C46129DBE86DE31A450F284F9933415; IL2CPP_EXTERN_C String_t* _stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4; IL2CPP_EXTERN_C String_t* _stringLiteral548D93DDB2AC6B24373148B19D9A625571AB2318; IL2CPP_EXTERN_C String_t* _stringLiteral54A5BEA60D5FCDE53F40E342E8A37BC6E42D4FA9; IL2CPP_EXTERN_C String_t* _stringLiteral558ED33B9D0E36FD1CA98DD526816AE654BA4E92; IL2CPP_EXTERN_C String_t* _stringLiteral57B5DF4CAA659211FAC2AE672D13896C67103328; IL2CPP_EXTERN_C String_t* _stringLiteral5A5C61FA41DBC6E47F76DA0596C0D1D738F0DF84; IL2CPP_EXTERN_C String_t* _stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B; IL2CPP_EXTERN_C String_t* _stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6; IL2CPP_EXTERN_C String_t* _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B; IL2CPP_EXTERN_C String_t* _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174; IL2CPP_EXTERN_C String_t* _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F; IL2CPP_EXTERN_C String_t* _stringLiteral6317C069274A83AF4C018EF28D7F30C62C85E1AB; IL2CPP_EXTERN_C String_t* _stringLiteral65962AB7981D7DED4606F8986A6AA25EAE045B40; IL2CPP_EXTERN_C String_t* _stringLiteral6771994E8C6131D3933D0B976879DA7C6556958B; IL2CPP_EXTERN_C String_t* _stringLiteral67E4D1EDD324EE9932E4736D18C542BCDE3304A0; IL2CPP_EXTERN_C String_t* _stringLiteral685AAD315643CB18DF2FB0FDBD65960F704C6706; IL2CPP_EXTERN_C String_t* _stringLiteral6A3C2DA0F9E8B442541C0AF562469F9A7B1AF34A; IL2CPP_EXTERN_C String_t* _stringLiteral6ACCFF5495B75A23BCED6FE8EF2A7F3EBFAC7EBC; IL2CPP_EXTERN_C String_t* _stringLiteral6BF61ABC5F7B64F3477624AFB1B9EBB636A0543B; IL2CPP_EXTERN_C String_t* _stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06; IL2CPP_EXTERN_C String_t* _stringLiteral6D67ADE9CC145DA3A39BC63DF500A7B0EC88CE4A; IL2CPP_EXTERN_C String_t* _stringLiteral6D9EE2AED1377E542C25E293158094D746200D21; IL2CPP_EXTERN_C String_t* _stringLiteral6F1975603AAE377B592571C48C0494F1FE06976C; IL2CPP_EXTERN_C String_t* _stringLiteral6FFF89F12DC2A6CF2CA9D0A3799CAF055178ACE5; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral76933DE109966715C64B0A82341C11AF40B75B92; IL2CPP_EXTERN_C String_t* _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49; IL2CPP_EXTERN_C String_t* _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C; IL2CPP_EXTERN_C String_t* _stringLiteral7CCE57C5D7E1EEE86D308C81EAB8B71D0964327F; IL2CPP_EXTERN_C String_t* _stringLiteral7FF02FBBE8B1D4C4A5289A53850F94CC20A220EA; IL2CPP_EXTERN_C String_t* _stringLiteral805B49550CB3377ECB61B1B75AB5C38E884BA80C; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral88B0F4492745F11C4B6C970B7204C62E64A1183E; IL2CPP_EXTERN_C String_t* _stringLiteral893D84FF4ED81AC205FBC0C67CBEE1C0C752B406; IL2CPP_EXTERN_C String_t* _stringLiteral8C057E251F01D1246CA35725818EB4BECE3BF3B1; IL2CPP_EXTERN_C String_t* _stringLiteral8DDCEB869647D586BCA46A8E2645323A1A587D71; IL2CPP_EXTERN_C String_t* _stringLiteral8F10756DCEBC5D3850F738F90B6A677D8FF1459D; IL2CPP_EXTERN_C String_t* _stringLiteral9152755036EE82BB4C6640D6205E7577E001B463; IL2CPP_EXTERN_C String_t* _stringLiteral91FE2157288AA6254C93224EB66AACD4ECE5B780; IL2CPP_EXTERN_C String_t* _stringLiteral96930EC8C6FD5250BB36A5E1040AB06A9588FD62; IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694; IL2CPP_EXTERN_C String_t* _stringLiteral9A24CC7BE5FB2E4DFFA4A80AD8B0335DAE91B662; IL2CPP_EXTERN_C String_t* _stringLiteral9A8599CE4D43B0013861B4C2E136A1140D96740F; IL2CPP_EXTERN_C String_t* _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3; IL2CPP_EXTERN_C String_t* _stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651; IL2CPP_EXTERN_C String_t* _stringLiteralA0456228CB07E3980C756D1BE420870078E58D64; IL2CPP_EXTERN_C String_t* _stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C; IL2CPP_EXTERN_C String_t* _stringLiteralA2E138AD319A0E08FFC4A185CE05933BF5C01D5C; IL2CPP_EXTERN_C String_t* _stringLiteralA36CB49041E31496EDB0CF9BBB01CEF6120EA3F4; IL2CPP_EXTERN_C String_t* _stringLiteralA37D4B9061083962C5A0F6AA7E7F2314A643FF2E; IL2CPP_EXTERN_C String_t* _stringLiteralABC6E260FBB24F541654A69235EA288F19723999; IL2CPP_EXTERN_C String_t* _stringLiteralAD6CD2C36915DEB6A18BCF0F46B294FC1D97072F; IL2CPP_EXTERN_C String_t* _stringLiteralB321E1CC37593DF446E1DFC9A6EB83A1663E96A5; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB4C55B3EB787E57943196EB442BC171A969DCDCA; IL2CPP_EXTERN_C String_t* _stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58; IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralBCA7DDD073AD5DB21CC612ADB1833BF1A5D32261; IL2CPP_EXTERN_C String_t* _stringLiteralBE1785FB3CDB5ED141EC4EAE5860010938DA9C4B; IL2CPP_EXTERN_C String_t* _stringLiteralBFF9324A7A4DB3E1D645999C8B9E2DA54472D42C; IL2CPP_EXTERN_C String_t* _stringLiteralC0E8EAC5A9D528FF5200C5F8484AE09760D5C643; IL2CPP_EXTERN_C String_t* _stringLiteralC17ABA8939F099A9D149B2F87E42C97BFBBB94E0; IL2CPP_EXTERN_C String_t* _stringLiteralC3CA1105B0687AB04E8DB2CE95902C75EC2B661A; IL2CPP_EXTERN_C String_t* _stringLiteralC5594ED9221B1600FB608D680692E07803A2EDBA; IL2CPP_EXTERN_C String_t* _stringLiteralC97DC6243E4CF3F80AB049151AFBC4B616692DD8; IL2CPP_EXTERN_C String_t* _stringLiteralCEB6890FC169A5D98961042EBCAD0677F2F0656F; IL2CPP_EXTERN_C String_t* _stringLiteralD29B87DC6B1B722C619FAD071A9157749710CDA6; IL2CPP_EXTERN_C String_t* _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052; IL2CPP_EXTERN_C String_t* _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE; IL2CPP_EXTERN_C String_t* _stringLiteralD6879FB5AA9F284C75EF7F93BBF4F891A27C2426; IL2CPP_EXTERN_C String_t* _stringLiteralD6B20E18FAA3BB0018B8BA0CFA581E711100C554; IL2CPP_EXTERN_C String_t* _stringLiteralD6E343F1FC14B98DB00C87F0E3819524F17E1996; IL2CPP_EXTERN_C String_t* _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDA71A62F5A3FE9ABC4981D698C8D3B8E4D8A3AFD; IL2CPP_EXTERN_C String_t* _stringLiteralDC9368BD45FDADA419F19715727AA00136EDF092; IL2CPP_EXTERN_C String_t* _stringLiteralDD640DD960B4CEB48E82A897FEAB7F64F88777F4; IL2CPP_EXTERN_C String_t* _stringLiteralE006008788ACD78A3DA9418A85208D7602DC81D0; IL2CPP_EXTERN_C String_t* _stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4; IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC; IL2CPP_EXTERN_C String_t* _stringLiteralE227F5E574CC64695563B031F22527F1B72B2D46; IL2CPP_EXTERN_C String_t* _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF; IL2CPP_EXTERN_C String_t* _stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7; IL2CPP_EXTERN_C String_t* _stringLiteralE5E359E4B42883651D8BC7DFD1B7831D8D2898C9; IL2CPP_EXTERN_C String_t* _stringLiteralEB556DCAF46A1B17D8E28B641B85F8F1ED315F37; IL2CPP_EXTERN_C String_t* _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132; IL2CPP_EXTERN_C String_t* _stringLiteralEDE169578D0784988295F2BB094D04C3F7C9B832; IL2CPP_EXTERN_C String_t* _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5; IL2CPP_EXTERN_C String_t* _stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7; IL2CPP_EXTERN_C String_t* _stringLiteralF2D53051A1FC8AFB412916CC43F2AC4BC8EA529C; IL2CPP_EXTERN_C String_t* _stringLiteralF395EC26F95056DBC29912935F80FD26FEC80D35; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667; IL2CPP_EXTERN_C String_t* _stringLiteralFC0CDAC241F1E33895C656656CCAFD1419A41699; IL2CPP_EXTERN_C String_t* _stringLiteralFC52EF0E935F6937D21D16F8AE523FA90242C407; IL2CPP_EXTERN_C String_t* _stringLiteralFE53A3AF35DC43A86F8AA824C5449731805C32DD; IL2CPP_EXTERN_C String_t* _stringLiteralFF0504336DFDF88265B0321B3993D296E6DF5224; IL2CPP_EXTERN_C const RuntimeMethod* CallbackInfo_WriteEnum_m2DF9A54632D5752D272986FFD1BAC843A3BD1D2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackInfo_WriteObject_m534C8A18D8C19727761DA74E2EC09C247C6A59CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FixupCallbackInfo_FixupMembers_m48DAC08B30D6BFCAD219E19469FAA8A46F36B9E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReaderCallbackInfo_ReadObject_m68C4AF6B824F9E9E002195278EF84FE67EB025D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m752788CA9E64FFC2DF70ABBDB8669E579849F4C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlResolver_GetEntityAsync_mE185610B926D2BA5D6A33DD2CE61A5592AA4E021_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlResolver_ResolveUri_m5FE50956C12775E8976F132919176759040E8C53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlResolver_SupportsType_m620E0417AD9138E7532129D9AA81B714C67A5358_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaParticle_set_MaxOccurs_mCF8A820051B97C6C5E9C07D8DD60DD23124A58FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaParticle_set_MinOccurs_mF7852BBB556CDC639AAFBC9157B2650E4E6BC571_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaSet_CopyTo_mB2FF6F5C9CA7146B73E96E95AD34D0F195E872F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaSet_InternalValidationCallback_mF0EF78C1B59536C19C75824FC82ED0C71CF450FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaSet__ctor_mB2389B154959C129F22B8AA6EBD31CD839E14C23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializableMapping__ctor_m008BA4407BE5133C350E37A5E4B9CFF9B86CC99C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationReaderInterpreter_AddListValue_mBA513F6ECBB9512271E7F336B95A981E634CC6CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationReaderInterpreter_CopyEnumerableList_mB748780475B87C1409882127E0FC5C390CEEF0E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationReaderInterpreter_FillList_m98CF76A87628772EE1EF58E5084EF6B97874EE10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationReaderInterpreter_GetEnumValue_mC734C997283ECC4EF81B4B1EF08B889977F6EEDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationReaderInterpreter_ReadClassInstance_mE3F514A66DDD643FF279C8F8B2111B9E3D51F544_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationReaderInterpreter_ReadEncodedObject_m20751D9F37FB4AB6392288981B3DB5553B85E0C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationReaderInterpreter_ReadListElement_m9B1CD0B453622C103781E2E000E6C1E1C89DB048_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationReaderInterpreter_ReadMembers_m4C29A30E8A56778F5EDD2B858154F19AAA7F663E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationReaderInterpreter_ReadObjectElement_m46DE768D0C376E643B5687BBF661AE043DA9A40A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationReaderInterpreter_ReadObject_m0928FE86FDC17F79BF439A7128B81E1F6793E429_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationReaderInterpreter_ReadRoot_mA7A9DF8F587466F0183A8006AA047DAD72261B6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationReaderInterpreter_ReadXmlSerializableElement_m7AF740E1C8F1A018755B12FC5D984EA6EB497D67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationReader_OnUnknownNode_m1961815BD23323DAD1F35A27BDF67289E122973B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationReader_ReadList_m3F1CF31AB32823D842AFB9E38A81597E6D57F975_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationReader_ToXmlQualifiedName_mC04F7346916E64995226849BB915FACC2C0A8FD0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriterInterpreter_WriteAnyElementContent_mEFFF2C6364036E2B870BB0CFC95C308AE559D90F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriterInterpreter_WriteElementMembers_m834949BB539854C760384BB2241E8FA85F2D50DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriterInterpreter_WriteListContent_m8CBBEF89328F7AFF7A8370AD8403146858A9F920_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriterInterpreter_WriteMemberElement_m52D47C88B6B82C6D2B8B3E3FC644D9FE4229B0C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriterInterpreter_WriteRoot_mF1B5E1B9E3C2D807B6C709A17827DBC06801DD33_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriter_WritePotentiallyReferencingElement_m85790F435AB232B6CC64E76D5A4960A44C3D85A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriter_WriteStartElement_m02CC7356C701F4F9C35B5EB7D68A15C45AC9190E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriter_WriteTypedPrimitive_mC8F849A95C151999F46A31A7183B07F7BC207BEB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriter_WriteXmlAttribute_m217539A4724654F01B8F7C7F2CEA8DD029D2C549_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializerImplementation_get_Writer_m85975871BBA3867667D7C2B8565F621223B327DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer_CreateReader_m633C25B8D1300E2D4415472724C4B30C76C7A5F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer_CreateWriter_m0F61D572CDE1B3A20DA026CADDF879C470A6694B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer_Deserialize_mE4E27D9271C29E1FF9A178925EC10F5B65392ADD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer_Serialize_mC317F791CF43B4FBC04D89EF9F7B581B96B37368_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer_Serialize_mD0391BC3FA2B20744C6113A12D9F95628DDAD256_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer__ctor_m85BCA21E3BDDF17DDFD1A91FD3179DA5EC994128_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSignificantWhitespace__ctor_m4FDED87C74B89927C8B1A817A5E56EA11570908B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSignificantWhitespace_set_Value_m18ECFD893FBAB7D503FE2DD8F62CA10F8D547CF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlStringConverter_ChangeType_m0C764E6797DB0F53A465914119B5D0962DDB6890_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlStringConverter_ChangeType_m228C7C8A9C798871512E110DBABE7D362511583C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlStringConverter_ToString_mE7A58AD5DE184736373927174C522F19A967F024_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlTextEncoder_WriteRawWithSurrogateChecking_mF667913FB3946B4C4AD6A88D2DD2065CFD0CC4A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlTextEncoder_WriteRaw_m5B4E690DB11115A1A2EBF4228182024DD5BB8434_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlTextEncoder_WriteSurrogateChar_m6D9CFC7F219F339DE22E679418EC68425D7EE20D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlTextEncoder_Write_m3D15126BEF6FE4BE6AA1FA9A25860A11649C8E3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82_0_0_0_var; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA; struct XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97; struct XmlSchemaU5BU5D_t69016569203CCDF000A4F5E1DC7D687C2B244F9F; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.Collections.CollectionBase struct CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB, ___list_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_list_0() const { return ___list_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.DBNull struct DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 : public RuntimeObject { public: public: }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_10; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_11; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_12; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_9)); } inline int32_t get_m_codePage_9() const { return ___m_codePage_9; } inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; } inline void set_m_codePage_9(int32_t value) { ___m_codePage_9 = value; } inline static int32_t get_offset_of_dataItem_10() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_10)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_10() const { return ___dataItem_10; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_10() { return &___dataItem_10; } inline void set_dataItem_10(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_11)); } inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; } inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; } inline void set_m_deserializedFromEverett_11(bool value) { ___m_deserializedFromEverett_11 = value; } inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_12)); } inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; } inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; } inline void set_m_isReadOnly_12(bool value) { ___m_isReadOnly_12 = value; } inline static int32_t get_offset_of_encoderFallback_13() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_13)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_13() const { return ___encoderFallback_13; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; } inline void set_encoderFallback_13(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_14)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_14() const { return ___decoderFallback_14; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; } inline void set_decoderFallback_14(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value); } }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Runtime.Serialization.ObjectIDGenerator struct ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259 : public RuntimeObject { public: // System.Int32 System.Runtime.Serialization.ObjectIDGenerator::m_currentCount int32_t ___m_currentCount_0; // System.Int32 System.Runtime.Serialization.ObjectIDGenerator::m_currentSize int32_t ___m_currentSize_1; // System.Int64[] System.Runtime.Serialization.ObjectIDGenerator::m_ids Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___m_ids_2; // System.Object[] System.Runtime.Serialization.ObjectIDGenerator::m_objs ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_objs_3; public: inline static int32_t get_offset_of_m_currentCount_0() { return static_cast(offsetof(ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259, ___m_currentCount_0)); } inline int32_t get_m_currentCount_0() const { return ___m_currentCount_0; } inline int32_t* get_address_of_m_currentCount_0() { return &___m_currentCount_0; } inline void set_m_currentCount_0(int32_t value) { ___m_currentCount_0 = value; } inline static int32_t get_offset_of_m_currentSize_1() { return static_cast(offsetof(ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259, ___m_currentSize_1)); } inline int32_t get_m_currentSize_1() const { return ___m_currentSize_1; } inline int32_t* get_address_of_m_currentSize_1() { return &___m_currentSize_1; } inline void set_m_currentSize_1(int32_t value) { ___m_currentSize_1 = value; } inline static int32_t get_offset_of_m_ids_2() { return static_cast(offsetof(ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259, ___m_ids_2)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_m_ids_2() const { return ___m_ids_2; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_m_ids_2() { return &___m_ids_2; } inline void set_m_ids_2(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___m_ids_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ids_2), (void*)value); } inline static int32_t get_offset_of_m_objs_3() { return static_cast(offsetof(ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259, ___m_objs_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_objs_3() const { return ___m_objs_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_objs_3() { return &___m_objs_3; } inline void set_m_objs_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_objs_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_objs_3), (void*)value); } }; // System.Xml.Serialization.ObjectMap struct ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C : public RuntimeObject { public: public: }; // System.Collections.Queue struct Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 : public RuntimeObject { public: // System.Object[] System.Collections.Queue::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____array_0; // System.Int32 System.Collections.Queue::_head int32_t ____head_1; // System.Int32 System.Collections.Queue::_tail int32_t ____tail_2; // System.Int32 System.Collections.Queue::_size int32_t ____size_3; // System.Int32 System.Collections.Queue::_growFactor int32_t ____growFactor_4; // System.Int32 System.Collections.Queue::_version int32_t ____version_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__growFactor_4() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____growFactor_4)); } inline int32_t get__growFactor_4() const { return ____growFactor_4; } inline int32_t* get_address_of__growFactor_4() { return &____growFactor_4; } inline void set__growFactor_4(int32_t value) { ____growFactor_4 = value; } inline static int32_t get_offset_of__version_5() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____version_5)); } inline int32_t get__version_5() const { return ____version_5; } inline int32_t* get_address_of__version_5() { return &____version_5; } inline void set__version_5(int32_t value) { ____version_5 = value; } }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; public: inline static int32_t get_offset_of_m_members_3() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_members_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value); } inline static int32_t get_offset_of_m_data_4() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_data_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value); } inline static int32_t get_offset_of_m_types_5() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_types_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value); } inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_nameToIndex_6)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_nameToIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value); } inline static int32_t get_offset_of_m_currMember_7() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_currMember_7)); } inline int32_t get_m_currMember_7() const { return ___m_currMember_7; } inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; } inline void set_m_currMember_7(int32_t value) { ___m_currMember_7 = value; } inline static int32_t get_offset_of_m_converter_8() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_converter_8)); } inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; } inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; } inline void set_m_converter_8(RuntimeObject* value) { ___m_converter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value); } inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_fullTypeName_9)); } inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; } inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; } inline void set_m_fullTypeName_9(String_t* value) { ___m_fullTypeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value); } inline static int32_t get_offset_of_m_assemName_10() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_assemName_10)); } inline String_t* get_m_assemName_10() const { return ___m_assemName_10; } inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; } inline void set_m_assemName_10(String_t* value) { ___m_assemName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value); } inline static int32_t get_offset_of_objectType_11() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___objectType_11)); } inline Type_t * get_objectType_11() const { return ___objectType_11; } inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; } inline void set_objectType_11(Type_t * value) { ___objectType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isFullTypeNameSetExplicit_12)); } inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; } inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; } inline void set_isFullTypeNameSetExplicit_12(bool value) { ___isFullTypeNameSetExplicit_12 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isAssemblyNameSetExplicit_13)); } inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; } inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; } inline void set_isAssemblyNameSetExplicit_13(bool value) { ___isAssemblyNameSetExplicit_13 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___requireSameTokenInPartialTrust_14)); } inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; } inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; } inline void set_requireSameTokenInPartialTrust_14(bool value) { ___requireSameTokenInPartialTrust_14 = value; } }; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_0; // System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_1; // System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_2; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems int32_t ___m_numItems_3; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem int32_t ___m_currItem_4; // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current bool ___m_current_5; public: inline static int32_t get_offset_of_m_members_0() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_members_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_0() const { return ___m_members_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_0() { return &___m_members_0; } inline void set_m_members_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_0), (void*)value); } inline static int32_t get_offset_of_m_data_1() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_data_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_1() const { return ___m_data_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_1() { return &___m_data_1; } inline void set_m_data_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_1), (void*)value); } inline static int32_t get_offset_of_m_types_2() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_types_2)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_2() const { return ___m_types_2; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_2() { return &___m_types_2; } inline void set_m_types_2(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_2), (void*)value); } inline static int32_t get_offset_of_m_numItems_3() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_numItems_3)); } inline int32_t get_m_numItems_3() const { return ___m_numItems_3; } inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; } inline void set_m_numItems_3(int32_t value) { ___m_numItems_3 = value; } inline static int32_t get_offset_of_m_currItem_4() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_currItem_4)); } inline int32_t get_m_currItem_4() const { return ___m_currItem_4; } inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; } inline void set_m_currItem_4(int32_t value) { ___m_currItem_4 = value; } inline static int32_t get_offset_of_m_current_5() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_current_5)); } inline bool get_m_current_5() const { return ___m_current_5; } inline bool* get_address_of_m_current_5() { return &___m_current_5; } inline void set_m_current_5(bool value) { ___m_current_5 = value; } }; // System.Collections.SortedList struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 : public RuntimeObject { public: // System.Object[] System.Collections.SortedList::keys ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___keys_0; // System.Object[] System.Collections.SortedList::values ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values_1; // System.Int32 System.Collections.SortedList::_size int32_t ____size_2; // System.Int32 System.Collections.SortedList::version int32_t ___version_3; // System.Collections.IComparer System.Collections.SortedList::comparer RuntimeObject* ___comparer_4; // System.Collections.SortedList/KeyList System.Collections.SortedList::keyList KeyList_t90FF026A62D56329DEFC1B768358977E70839881 * ___keyList_5; // System.Collections.SortedList/ValueList System.Collections.SortedList::valueList ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D * ___valueList_6; // System.Object System.Collections.SortedList::_syncRoot RuntimeObject * ____syncRoot_7; public: inline static int32_t get_offset_of_keys_0() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___keys_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_keys_0() const { return ___keys_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_keys_0() { return &___keys_0; } inline void set_keys_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___keys_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_0), (void*)value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___values_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_values_1() const { return ___values_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ____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(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___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; } inline static int32_t get_offset_of_comparer_4() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___comparer_4)); } inline RuntimeObject* get_comparer_4() const { return ___comparer_4; } inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; } inline void set_comparer_4(RuntimeObject* value) { ___comparer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_4), (void*)value); } inline static int32_t get_offset_of_keyList_5() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___keyList_5)); } inline KeyList_t90FF026A62D56329DEFC1B768358977E70839881 * get_keyList_5() const { return ___keyList_5; } inline KeyList_t90FF026A62D56329DEFC1B768358977E70839881 ** get_address_of_keyList_5() { return &___keyList_5; } inline void set_keyList_5(KeyList_t90FF026A62D56329DEFC1B768358977E70839881 * value) { ___keyList_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyList_5), (void*)value); } inline static int32_t get_offset_of_valueList_6() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___valueList_6)); } inline ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D * get_valueList_6() const { return ___valueList_6; } inline ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D ** get_address_of_valueList_6() { return &___valueList_6; } inline void set_valueList_6(ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D * value) { ___valueList_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueList_6), (void*)value); } inline static int32_t get_offset_of__syncRoot_7() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ____syncRoot_7)); } inline RuntimeObject * get__syncRoot_7() const { return ____syncRoot_7; } inline RuntimeObject ** get_address_of__syncRoot_7() { return &____syncRoot_7; } inline void set__syncRoot_7(RuntimeObject * value) { ____syncRoot_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_7), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Xml.XPath.XPathItem struct XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 : public RuntimeObject { public: public: }; // System.Xml.Serialization.XmlAttributeOverrides struct XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F : public RuntimeObject { public: // System.Collections.Hashtable System.Xml.Serialization.XmlAttributeOverrides::overrides Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___overrides_0; public: inline static int32_t get_offset_of_overrides_0() { return static_cast(offsetof(XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F, ___overrides_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_overrides_0() const { return ___overrides_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_overrides_0() { return &___overrides_0; } inline void set_overrides_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___overrides_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___overrides_0), (void*)value); } }; // System.Xml.Serialization.XmlAttributes struct XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 : public RuntimeObject { public: // System.Xml.Serialization.XmlAnyAttributeAttribute System.Xml.Serialization.XmlAttributes::xmlAnyAttribute XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 * ___xmlAnyAttribute_0; // System.Xml.Serialization.XmlAnyElementAttributes System.Xml.Serialization.XmlAttributes::xmlAnyElements XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * ___xmlAnyElements_1; // System.Xml.Serialization.XmlArrayAttribute System.Xml.Serialization.XmlAttributes::xmlArray XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * ___xmlArray_2; // System.Xml.Serialization.XmlArrayItemAttributes System.Xml.Serialization.XmlAttributes::xmlArrayItems XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * ___xmlArrayItems_3; // System.Xml.Serialization.XmlAttributeAttribute System.Xml.Serialization.XmlAttributes::xmlAttribute XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * ___xmlAttribute_4; // System.Xml.Serialization.XmlChoiceIdentifierAttribute System.Xml.Serialization.XmlAttributes::xmlChoiceIdentifier XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 * ___xmlChoiceIdentifier_5; // System.Object System.Xml.Serialization.XmlAttributes::xmlDefaultValue RuntimeObject * ___xmlDefaultValue_6; // System.Xml.Serialization.XmlElementAttributes System.Xml.Serialization.XmlAttributes::xmlElements XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * ___xmlElements_7; // System.Xml.Serialization.XmlEnumAttribute System.Xml.Serialization.XmlAttributes::xmlEnum XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E * ___xmlEnum_8; // System.Boolean System.Xml.Serialization.XmlAttributes::xmlIgnore bool ___xmlIgnore_9; // System.Boolean System.Xml.Serialization.XmlAttributes::xmlns bool ___xmlns_10; // System.Xml.Serialization.XmlRootAttribute System.Xml.Serialization.XmlAttributes::xmlRoot XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___xmlRoot_11; // System.Xml.Serialization.XmlTextAttribute System.Xml.Serialization.XmlAttributes::xmlText XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * ___xmlText_12; // System.Xml.Serialization.XmlTypeAttribute System.Xml.Serialization.XmlAttributes::xmlType XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * ___xmlType_13; public: inline static int32_t get_offset_of_xmlAnyAttribute_0() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlAnyAttribute_0)); } inline XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 * get_xmlAnyAttribute_0() const { return ___xmlAnyAttribute_0; } inline XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 ** get_address_of_xmlAnyAttribute_0() { return &___xmlAnyAttribute_0; } inline void set_xmlAnyAttribute_0(XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 * value) { ___xmlAnyAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlAnyAttribute_0), (void*)value); } inline static int32_t get_offset_of_xmlAnyElements_1() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlAnyElements_1)); } inline XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * get_xmlAnyElements_1() const { return ___xmlAnyElements_1; } inline XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E ** get_address_of_xmlAnyElements_1() { return &___xmlAnyElements_1; } inline void set_xmlAnyElements_1(XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * value) { ___xmlAnyElements_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlAnyElements_1), (void*)value); } inline static int32_t get_offset_of_xmlArray_2() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlArray_2)); } inline XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * get_xmlArray_2() const { return ___xmlArray_2; } inline XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 ** get_address_of_xmlArray_2() { return &___xmlArray_2; } inline void set_xmlArray_2(XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * value) { ___xmlArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlArray_2), (void*)value); } inline static int32_t get_offset_of_xmlArrayItems_3() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlArrayItems_3)); } inline XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * get_xmlArrayItems_3() const { return ___xmlArrayItems_3; } inline XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB ** get_address_of_xmlArrayItems_3() { return &___xmlArrayItems_3; } inline void set_xmlArrayItems_3(XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * value) { ___xmlArrayItems_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlArrayItems_3), (void*)value); } inline static int32_t get_offset_of_xmlAttribute_4() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlAttribute_4)); } inline XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * get_xmlAttribute_4() const { return ___xmlAttribute_4; } inline XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 ** get_address_of_xmlAttribute_4() { return &___xmlAttribute_4; } inline void set_xmlAttribute_4(XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * value) { ___xmlAttribute_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlAttribute_4), (void*)value); } inline static int32_t get_offset_of_xmlChoiceIdentifier_5() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlChoiceIdentifier_5)); } inline XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 * get_xmlChoiceIdentifier_5() const { return ___xmlChoiceIdentifier_5; } inline XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 ** get_address_of_xmlChoiceIdentifier_5() { return &___xmlChoiceIdentifier_5; } inline void set_xmlChoiceIdentifier_5(XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 * value) { ___xmlChoiceIdentifier_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlChoiceIdentifier_5), (void*)value); } inline static int32_t get_offset_of_xmlDefaultValue_6() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlDefaultValue_6)); } inline RuntimeObject * get_xmlDefaultValue_6() const { return ___xmlDefaultValue_6; } inline RuntimeObject ** get_address_of_xmlDefaultValue_6() { return &___xmlDefaultValue_6; } inline void set_xmlDefaultValue_6(RuntimeObject * value) { ___xmlDefaultValue_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlDefaultValue_6), (void*)value); } inline static int32_t get_offset_of_xmlElements_7() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlElements_7)); } inline XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * get_xmlElements_7() const { return ___xmlElements_7; } inline XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 ** get_address_of_xmlElements_7() { return &___xmlElements_7; } inline void set_xmlElements_7(XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * value) { ___xmlElements_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlElements_7), (void*)value); } inline static int32_t get_offset_of_xmlEnum_8() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlEnum_8)); } inline XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E * get_xmlEnum_8() const { return ___xmlEnum_8; } inline XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E ** get_address_of_xmlEnum_8() { return &___xmlEnum_8; } inline void set_xmlEnum_8(XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E * value) { ___xmlEnum_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlEnum_8), (void*)value); } inline static int32_t get_offset_of_xmlIgnore_9() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlIgnore_9)); } inline bool get_xmlIgnore_9() const { return ___xmlIgnore_9; } inline bool* get_address_of_xmlIgnore_9() { return &___xmlIgnore_9; } inline void set_xmlIgnore_9(bool value) { ___xmlIgnore_9 = value; } inline static int32_t get_offset_of_xmlns_10() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlns_10)); } inline bool get_xmlns_10() const { return ___xmlns_10; } inline bool* get_address_of_xmlns_10() { return &___xmlns_10; } inline void set_xmlns_10(bool value) { ___xmlns_10 = value; } inline static int32_t get_offset_of_xmlRoot_11() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlRoot_11)); } inline XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * get_xmlRoot_11() const { return ___xmlRoot_11; } inline XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 ** get_address_of_xmlRoot_11() { return &___xmlRoot_11; } inline void set_xmlRoot_11(XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * value) { ___xmlRoot_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlRoot_11), (void*)value); } inline static int32_t get_offset_of_xmlText_12() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlText_12)); } inline XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * get_xmlText_12() const { return ___xmlText_12; } inline XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E ** get_address_of_xmlText_12() { return &___xmlText_12; } inline void set_xmlText_12(XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * value) { ___xmlText_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlText_12), (void*)value); } inline static int32_t get_offset_of_xmlType_13() { return static_cast(offsetof(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46, ___xmlType_13)); } inline XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * get_xmlType_13() const { return ___xmlType_13; } inline XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 ** get_address_of_xmlType_13() { return &___xmlType_13; } inline void set_xmlType_13(XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * value) { ___xmlType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlType_13), (void*)value); } }; // System.Xml.XmlDownloadManager struct XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D : public RuntimeObject { public: // System.Collections.Hashtable System.Xml.XmlDownloadManager::connections Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___connections_0; public: inline static int32_t get_offset_of_connections_0() { return static_cast(offsetof(XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D, ___connections_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_connections_0() const { return ___connections_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_connections_0() { return &___connections_0; } inline void set_connections_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___connections_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___connections_0), (void*)value); } }; // System.Xml.XmlNameTable struct XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 : public RuntimeObject { public: public: }; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parentNode_0; public: inline static int32_t get_offset_of_parentNode_0() { return static_cast(offsetof(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1, ___parentNode_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_parentNode_0() const { return ___parentNode_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_parentNode_0() { return &___parentNode_0; } inline void set_parentNode_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___parentNode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentNode_0), (void*)value); } }; // System.Xml.XmlNodeList struct XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 : public RuntimeObject { public: public: }; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 : public RuntimeObject { public: // System.String System.Xml.XmlQualifiedName::name String_t* ___name_1; // System.String System.Xml.XmlQualifiedName::ns String_t* ___ns_2; // System.Int32 System.Xml.XmlQualifiedName::hash int32_t ___hash_3; public: inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value); } inline static int32_t get_offset_of_ns_2() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905, ___ns_2)); } inline String_t* get_ns_2() const { return ___ns_2; } inline String_t** get_address_of_ns_2() { return &___ns_2; } inline void set_ns_2(String_t* value) { ___ns_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_2), (void*)value); } inline static int32_t get_offset_of_hash_3() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905, ___hash_3)); } inline int32_t get_hash_3() const { return ___hash_3; } inline int32_t* get_address_of_hash_3() { return &___hash_3; } inline void set_hash_3(int32_t value) { ___hash_3 = value; } }; // System.Xml.XmlReader struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 : public RuntimeObject { public: public: }; // System.Xml.Serialization.XmlReflectionImporter struct XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 : public RuntimeObject { public: // System.String System.Xml.Serialization.XmlReflectionImporter::initialDefaultNamespace String_t* ___initialDefaultNamespace_0; // System.Xml.Serialization.XmlAttributeOverrides System.Xml.Serialization.XmlReflectionImporter::attributeOverrides XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * ___attributeOverrides_1; // System.Collections.ArrayList System.Xml.Serialization.XmlReflectionImporter::includedTypes ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___includedTypes_2; // System.Xml.Serialization.ReflectionHelper System.Xml.Serialization.XmlReflectionImporter::helper ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * ___helper_3; // System.Int32 System.Xml.Serialization.XmlReflectionImporter::arrayChoiceCount int32_t ___arrayChoiceCount_4; // System.Collections.ArrayList System.Xml.Serialization.XmlReflectionImporter::relatedMaps ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___relatedMaps_5; // System.Boolean System.Xml.Serialization.XmlReflectionImporter::allowPrivateTypes bool ___allowPrivateTypes_6; public: inline static int32_t get_offset_of_initialDefaultNamespace_0() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25, ___initialDefaultNamespace_0)); } inline String_t* get_initialDefaultNamespace_0() const { return ___initialDefaultNamespace_0; } inline String_t** get_address_of_initialDefaultNamespace_0() { return &___initialDefaultNamespace_0; } inline void set_initialDefaultNamespace_0(String_t* value) { ___initialDefaultNamespace_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___initialDefaultNamespace_0), (void*)value); } inline static int32_t get_offset_of_attributeOverrides_1() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25, ___attributeOverrides_1)); } inline XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * get_attributeOverrides_1() const { return ___attributeOverrides_1; } inline XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F ** get_address_of_attributeOverrides_1() { return &___attributeOverrides_1; } inline void set_attributeOverrides_1(XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * value) { ___attributeOverrides_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeOverrides_1), (void*)value); } inline static int32_t get_offset_of_includedTypes_2() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25, ___includedTypes_2)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_includedTypes_2() const { return ___includedTypes_2; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_includedTypes_2() { return &___includedTypes_2; } inline void set_includedTypes_2(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___includedTypes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___includedTypes_2), (void*)value); } inline static int32_t get_offset_of_helper_3() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25, ___helper_3)); } inline ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * get_helper_3() const { return ___helper_3; } inline ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 ** get_address_of_helper_3() { return &___helper_3; } inline void set_helper_3(ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * value) { ___helper_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___helper_3), (void*)value); } inline static int32_t get_offset_of_arrayChoiceCount_4() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25, ___arrayChoiceCount_4)); } inline int32_t get_arrayChoiceCount_4() const { return ___arrayChoiceCount_4; } inline int32_t* get_address_of_arrayChoiceCount_4() { return &___arrayChoiceCount_4; } inline void set_arrayChoiceCount_4(int32_t value) { ___arrayChoiceCount_4 = value; } inline static int32_t get_offset_of_relatedMaps_5() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25, ___relatedMaps_5)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_relatedMaps_5() const { return ___relatedMaps_5; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_relatedMaps_5() { return &___relatedMaps_5; } inline void set_relatedMaps_5(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___relatedMaps_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___relatedMaps_5), (void*)value); } inline static int32_t get_offset_of_allowPrivateTypes_6() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25, ___allowPrivateTypes_6)); } inline bool get_allowPrivateTypes_6() const { return ___allowPrivateTypes_6; } inline bool* get_address_of_allowPrivateTypes_6() { return &___allowPrivateTypes_6; } inline void set_allowPrivateTypes_6(bool value) { ___allowPrivateTypes_6 = value; } }; // System.Xml.Serialization.XmlReflectionMember struct XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD : public RuntimeObject { public: // System.Boolean System.Xml.Serialization.XmlReflectionMember::isReturnValue bool ___isReturnValue_0; // System.String System.Xml.Serialization.XmlReflectionMember::memberName String_t* ___memberName_1; // System.Type System.Xml.Serialization.XmlReflectionMember::memberType Type_t * ___memberType_2; // System.Xml.Serialization.XmlAttributes System.Xml.Serialization.XmlReflectionMember::xmlAttributes XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * ___xmlAttributes_3; // System.Type System.Xml.Serialization.XmlReflectionMember::declaringType Type_t * ___declaringType_4; public: inline static int32_t get_offset_of_isReturnValue_0() { return static_cast(offsetof(XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD, ___isReturnValue_0)); } inline bool get_isReturnValue_0() const { return ___isReturnValue_0; } inline bool* get_address_of_isReturnValue_0() { return &___isReturnValue_0; } inline void set_isReturnValue_0(bool value) { ___isReturnValue_0 = value; } inline static int32_t get_offset_of_memberName_1() { return static_cast(offsetof(XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD, ___memberName_1)); } inline String_t* get_memberName_1() const { return ___memberName_1; } inline String_t** get_address_of_memberName_1() { return &___memberName_1; } inline void set_memberName_1(String_t* value) { ___memberName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberName_1), (void*)value); } inline static int32_t get_offset_of_memberType_2() { return static_cast(offsetof(XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD, ___memberType_2)); } inline Type_t * get_memberType_2() const { return ___memberType_2; } inline Type_t ** get_address_of_memberType_2() { return &___memberType_2; } inline void set_memberType_2(Type_t * value) { ___memberType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberType_2), (void*)value); } inline static int32_t get_offset_of_xmlAttributes_3() { return static_cast(offsetof(XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD, ___xmlAttributes_3)); } inline XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * get_xmlAttributes_3() const { return ___xmlAttributes_3; } inline XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 ** get_address_of_xmlAttributes_3() { return &___xmlAttributes_3; } inline void set_xmlAttributes_3(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * value) { ___xmlAttributes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlAttributes_3), (void*)value); } inline static int32_t get_offset_of_declaringType_4() { return static_cast(offsetof(XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD, ___declaringType_4)); } inline Type_t * get_declaringType_4() const { return ___declaringType_4; } inline Type_t ** get_address_of_declaringType_4() { return &___declaringType_4; } inline void set_declaringType_4(Type_t * value) { ___declaringType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___declaringType_4), (void*)value); } }; // System.Xml.XmlResolver struct XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlSchemaCompilationSettings struct XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC : public RuntimeObject { public: // System.Boolean System.Xml.Schema.XmlSchemaCompilationSettings::enableUpaCheck bool ___enableUpaCheck_0; public: inline static int32_t get_offset_of_enableUpaCheck_0() { return static_cast(offsetof(XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC, ___enableUpaCheck_0)); } inline bool get_enableUpaCheck_0() const { return ___enableUpaCheck_0; } inline bool* get_address_of_enableUpaCheck_0() { return &___enableUpaCheck_0; } inline void set_enableUpaCheck_0(bool value) { ___enableUpaCheck_0 = value; } }; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 : public RuntimeObject { public: // System.Xml.XmlNameTable System.Xml.Schema.XmlSchemaSet::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_0; // System.Collections.SortedList System.Xml.Schema.XmlSchemaSet::schemas SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * ___schemas_1; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::internalEventHandler ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * ___internalEventHandler_2; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::eventHandler ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * ___eventHandler_3; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::schemaLocations Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___schemaLocations_4; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::chameleonSchemas Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___chameleonSchemas_5; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::targetNamespaces Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___targetNamespaces_6; // System.Boolean System.Xml.Schema.XmlSchemaSet::compileAll bool ___compileAll_7; // System.Xml.Schema.SchemaInfo System.Xml.Schema.XmlSchemaSet::cachedCompiledInfo SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___cachedCompiledInfo_8; // System.Xml.XmlReaderSettings System.Xml.Schema.XmlSchemaSet::readerSettings XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * ___readerSettings_9; // System.Xml.Schema.XmlSchemaCompilationSettings System.Xml.Schema.XmlSchemaSet::compilationSettings XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * ___compilationSettings_10; public: inline static int32_t get_offset_of_nameTable_0() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___nameTable_0)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_0() const { return ___nameTable_0; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_0() { return &___nameTable_0; } inline void set_nameTable_0(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_0), (void*)value); } inline static int32_t get_offset_of_schemas_1() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___schemas_1)); } inline SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * get_schemas_1() const { return ___schemas_1; } inline SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 ** get_address_of_schemas_1() { return &___schemas_1; } inline void set_schemas_1(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * value) { ___schemas_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemas_1), (void*)value); } inline static int32_t get_offset_of_internalEventHandler_2() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___internalEventHandler_2)); } inline ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * get_internalEventHandler_2() const { return ___internalEventHandler_2; } inline ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C ** get_address_of_internalEventHandler_2() { return &___internalEventHandler_2; } inline void set_internalEventHandler_2(ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * value) { ___internalEventHandler_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalEventHandler_2), (void*)value); } inline static int32_t get_offset_of_eventHandler_3() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___eventHandler_3)); } inline ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * get_eventHandler_3() const { return ___eventHandler_3; } inline ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C ** get_address_of_eventHandler_3() { return &___eventHandler_3; } inline void set_eventHandler_3(ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * value) { ___eventHandler_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___eventHandler_3), (void*)value); } inline static int32_t get_offset_of_schemaLocations_4() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___schemaLocations_4)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_schemaLocations_4() const { return ___schemaLocations_4; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_schemaLocations_4() { return &___schemaLocations_4; } inline void set_schemaLocations_4(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___schemaLocations_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaLocations_4), (void*)value); } inline static int32_t get_offset_of_chameleonSchemas_5() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___chameleonSchemas_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_chameleonSchemas_5() const { return ___chameleonSchemas_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_chameleonSchemas_5() { return &___chameleonSchemas_5; } inline void set_chameleonSchemas_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___chameleonSchemas_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___chameleonSchemas_5), (void*)value); } inline static int32_t get_offset_of_targetNamespaces_6() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___targetNamespaces_6)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_targetNamespaces_6() const { return ___targetNamespaces_6; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_targetNamespaces_6() { return &___targetNamespaces_6; } inline void set_targetNamespaces_6(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___targetNamespaces_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetNamespaces_6), (void*)value); } inline static int32_t get_offset_of_compileAll_7() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___compileAll_7)); } inline bool get_compileAll_7() const { return ___compileAll_7; } inline bool* get_address_of_compileAll_7() { return &___compileAll_7; } inline void set_compileAll_7(bool value) { ___compileAll_7 = value; } inline static int32_t get_offset_of_cachedCompiledInfo_8() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___cachedCompiledInfo_8)); } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * get_cachedCompiledInfo_8() const { return ___cachedCompiledInfo_8; } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 ** get_address_of_cachedCompiledInfo_8() { return &___cachedCompiledInfo_8; } inline void set_cachedCompiledInfo_8(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * value) { ___cachedCompiledInfo_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedCompiledInfo_8), (void*)value); } inline static int32_t get_offset_of_readerSettings_9() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___readerSettings_9)); } inline XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * get_readerSettings_9() const { return ___readerSettings_9; } inline XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 ** get_address_of_readerSettings_9() { return &___readerSettings_9; } inline void set_readerSettings_9(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * value) { ___readerSettings_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___readerSettings_9), (void*)value); } inline static int32_t get_offset_of_compilationSettings_10() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___compilationSettings_10)); } inline XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * get_compilationSettings_10() const { return ___compilationSettings_10; } inline XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC ** get_address_of_compilationSettings_10() { return &___compilationSettings_10; } inline void set_compilationSettings_10(XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * value) { ___compilationSettings_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___compilationSettings_10), (void*)value); } }; // System.Xml.Serialization.XmlSerializationGeneratedCode struct XmlSerializationGeneratedCode_t434CFD8D2AF9FEC58DB65E02599C37182563C638 : public RuntimeObject { public: public: }; // System.Xml.Serialization.XmlSerializer struct XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B : public RuntimeObject { public: // System.Boolean System.Xml.Serialization.XmlSerializer::customSerializer bool ___customSerializer_4; // System.Xml.Serialization.XmlMapping System.Xml.Serialization.XmlSerializer::typeMapping XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * ___typeMapping_5; // System.Xml.Serialization.XmlSerializer/SerializerData System.Xml.Serialization.XmlSerializer::serializerData SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D * ___serializerData_6; // System.Xml.Serialization.UnreferencedObjectEventHandler System.Xml.Serialization.XmlSerializer::onUnreferencedObject UnreferencedObjectEventHandler_t8C7AD11596BB1575262B62EE1128DABB07434988 * ___onUnreferencedObject_8; // System.Xml.Serialization.XmlAttributeEventHandler System.Xml.Serialization.XmlSerializer::onUnknownAttribute XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286 * ___onUnknownAttribute_9; // System.Xml.Serialization.XmlElementEventHandler System.Xml.Serialization.XmlSerializer::onUnknownElement XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29 * ___onUnknownElement_10; // System.Xml.Serialization.XmlNodeEventHandler System.Xml.Serialization.XmlSerializer::onUnknownNode XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563 * ___onUnknownNode_11; public: inline static int32_t get_offset_of_customSerializer_4() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B, ___customSerializer_4)); } inline bool get_customSerializer_4() const { return ___customSerializer_4; } inline bool* get_address_of_customSerializer_4() { return &___customSerializer_4; } inline void set_customSerializer_4(bool value) { ___customSerializer_4 = value; } inline static int32_t get_offset_of_typeMapping_5() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B, ___typeMapping_5)); } inline XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * get_typeMapping_5() const { return ___typeMapping_5; } inline XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 ** get_address_of_typeMapping_5() { return &___typeMapping_5; } inline void set_typeMapping_5(XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * value) { ___typeMapping_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeMapping_5), (void*)value); } inline static int32_t get_offset_of_serializerData_6() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B, ___serializerData_6)); } inline SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D * get_serializerData_6() const { return ___serializerData_6; } inline SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D ** get_address_of_serializerData_6() { return &___serializerData_6; } inline void set_serializerData_6(SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D * value) { ___serializerData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___serializerData_6), (void*)value); } inline static int32_t get_offset_of_onUnreferencedObject_8() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B, ___onUnreferencedObject_8)); } inline UnreferencedObjectEventHandler_t8C7AD11596BB1575262B62EE1128DABB07434988 * get_onUnreferencedObject_8() const { return ___onUnreferencedObject_8; } inline UnreferencedObjectEventHandler_t8C7AD11596BB1575262B62EE1128DABB07434988 ** get_address_of_onUnreferencedObject_8() { return &___onUnreferencedObject_8; } inline void set_onUnreferencedObject_8(UnreferencedObjectEventHandler_t8C7AD11596BB1575262B62EE1128DABB07434988 * value) { ___onUnreferencedObject_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUnreferencedObject_8), (void*)value); } inline static int32_t get_offset_of_onUnknownAttribute_9() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B, ___onUnknownAttribute_9)); } inline XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286 * get_onUnknownAttribute_9() const { return ___onUnknownAttribute_9; } inline XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286 ** get_address_of_onUnknownAttribute_9() { return &___onUnknownAttribute_9; } inline void set_onUnknownAttribute_9(XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286 * value) { ___onUnknownAttribute_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUnknownAttribute_9), (void*)value); } inline static int32_t get_offset_of_onUnknownElement_10() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B, ___onUnknownElement_10)); } inline XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29 * get_onUnknownElement_10() const { return ___onUnknownElement_10; } inline XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29 ** get_address_of_onUnknownElement_10() { return &___onUnknownElement_10; } inline void set_onUnknownElement_10(XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29 * value) { ___onUnknownElement_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUnknownElement_10), (void*)value); } inline static int32_t get_offset_of_onUnknownNode_11() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B, ___onUnknownNode_11)); } inline XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563 * get_onUnknownNode_11() const { return ___onUnknownNode_11; } inline XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563 ** get_address_of_onUnknownNode_11() { return &___onUnknownNode_11; } inline void set_onUnknownNode_11(XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563 * value) { ___onUnknownNode_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUnknownNode_11), (void*)value); } }; // System.Xml.Serialization.XmlSerializerImplementation struct XmlSerializerImplementation_t7498815CE092A9B67BE127DCA62F27ABECA6B230 : public RuntimeObject { public: public: }; // System.Xml.Serialization.XmlSerializerNamespaces struct XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 : public RuntimeObject { public: // System.Collections.Hashtable System.Xml.Serialization.XmlSerializerNamespaces::namespaces Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___namespaces_0; public: inline static int32_t get_offset_of_namespaces_0() { return static_cast(offsetof(XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5, ___namespaces_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_namespaces_0() const { return ___namespaces_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_namespaces_0() { return &___namespaces_0; } inline void set_namespaces_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___namespaces_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaces_0), (void*)value); } }; // System.Xml.Serialization.XmlTypeMapMember struct XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC : public RuntimeObject { public: // System.String System.Xml.Serialization.XmlTypeMapMember::_name String_t* ____name_0; // System.Int32 System.Xml.Serialization.XmlTypeMapMember::_index int32_t ____index_1; // System.Int32 System.Xml.Serialization.XmlTypeMapMember::_globalIndex int32_t ____globalIndex_2; // System.Int32 System.Xml.Serialization.XmlTypeMapMember::_specifiedGlobalIndex int32_t ____specifiedGlobalIndex_3; // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMember::_typeData TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ____typeData_4; // System.Reflection.MemberInfo System.Xml.Serialization.XmlTypeMapMember::_member MemberInfo_t * ____member_5; // System.Reflection.MemberInfo System.Xml.Serialization.XmlTypeMapMember::_specifiedMember MemberInfo_t * ____specifiedMember_6; // System.Reflection.MethodInfo System.Xml.Serialization.XmlTypeMapMember::_shouldSerialize MethodInfo_t * ____shouldSerialize_7; // System.Object System.Xml.Serialization.XmlTypeMapMember::_defaultValue RuntimeObject * ____defaultValue_8; // System.Int32 System.Xml.Serialization.XmlTypeMapMember::_flags int32_t ____flags_9; public: inline static int32_t get_offset_of__name_0() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____name_0)); } inline String_t* get__name_0() const { return ____name_0; } inline String_t** get_address_of__name_0() { return &____name_0; } inline void set__name_0(String_t* value) { ____name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__globalIndex_2() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____globalIndex_2)); } inline int32_t get__globalIndex_2() const { return ____globalIndex_2; } inline int32_t* get_address_of__globalIndex_2() { return &____globalIndex_2; } inline void set__globalIndex_2(int32_t value) { ____globalIndex_2 = value; } inline static int32_t get_offset_of__specifiedGlobalIndex_3() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____specifiedGlobalIndex_3)); } inline int32_t get__specifiedGlobalIndex_3() const { return ____specifiedGlobalIndex_3; } inline int32_t* get_address_of__specifiedGlobalIndex_3() { return &____specifiedGlobalIndex_3; } inline void set__specifiedGlobalIndex_3(int32_t value) { ____specifiedGlobalIndex_3 = value; } inline static int32_t get_offset_of__typeData_4() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____typeData_4)); } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * get__typeData_4() const { return ____typeData_4; } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 ** get_address_of__typeData_4() { return &____typeData_4; } inline void set__typeData_4(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * value) { ____typeData_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeData_4), (void*)value); } inline static int32_t get_offset_of__member_5() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____member_5)); } inline MemberInfo_t * get__member_5() const { return ____member_5; } inline MemberInfo_t ** get_address_of__member_5() { return &____member_5; } inline void set__member_5(MemberInfo_t * value) { ____member_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____member_5), (void*)value); } inline static int32_t get_offset_of__specifiedMember_6() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____specifiedMember_6)); } inline MemberInfo_t * get__specifiedMember_6() const { return ____specifiedMember_6; } inline MemberInfo_t ** get_address_of__specifiedMember_6() { return &____specifiedMember_6; } inline void set__specifiedMember_6(MemberInfo_t * value) { ____specifiedMember_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____specifiedMember_6), (void*)value); } inline static int32_t get_offset_of__shouldSerialize_7() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____shouldSerialize_7)); } inline MethodInfo_t * get__shouldSerialize_7() const { return ____shouldSerialize_7; } inline MethodInfo_t ** get_address_of__shouldSerialize_7() { return &____shouldSerialize_7; } inline void set__shouldSerialize_7(MethodInfo_t * value) { ____shouldSerialize_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____shouldSerialize_7), (void*)value); } inline static int32_t get_offset_of__defaultValue_8() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____defaultValue_8)); } inline RuntimeObject * get__defaultValue_8() const { return ____defaultValue_8; } inline RuntimeObject ** get_address_of__defaultValue_8() { return &____defaultValue_8; } inline void set__defaultValue_8(RuntimeObject * value) { ____defaultValue_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultValue_8), (void*)value); } inline static int32_t get_offset_of__flags_9() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____flags_9)); } inline int32_t get__flags_9() const { return ____flags_9; } inline int32_t* get_address_of__flags_9() { return &____flags_9; } inline void set__flags_9(int32_t value) { ____flags_9 = value; } }; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 : public RuntimeObject { public: public: }; // System.Xml.XmlWriter struct XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D : public RuntimeObject { public: public: }; // System.Xml.Serialization.XmlSerializationReader/CollectionFixup struct CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E : public RuntimeObject { public: // System.Xml.Serialization.XmlSerializationCollectionFixupCallback System.Xml.Serialization.XmlSerializationReader/CollectionFixup::callback XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A * ___callback_0; // System.Object System.Xml.Serialization.XmlSerializationReader/CollectionFixup::collection RuntimeObject * ___collection_1; // System.Object System.Xml.Serialization.XmlSerializationReader/CollectionFixup::collectionItems RuntimeObject * ___collectionItems_2; // System.String System.Xml.Serialization.XmlSerializationReader/CollectionFixup::id String_t* ___id_3; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E, ___callback_0)); } inline XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A * get_callback_0() const { return ___callback_0; } inline XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } inline static int32_t get_offset_of_collection_1() { return static_cast(offsetof(CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E, ___collection_1)); } inline RuntimeObject * get_collection_1() const { return ___collection_1; } inline RuntimeObject ** get_address_of_collection_1() { return &___collection_1; } inline void set_collection_1(RuntimeObject * value) { ___collection_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___collection_1), (void*)value); } inline static int32_t get_offset_of_collectionItems_2() { return static_cast(offsetof(CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E, ___collectionItems_2)); } inline RuntimeObject * get_collectionItems_2() const { return ___collectionItems_2; } inline RuntimeObject ** get_address_of_collectionItems_2() { return &___collectionItems_2; } inline void set_collectionItems_2(RuntimeObject * value) { ___collectionItems_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___collectionItems_2), (void*)value); } inline static int32_t get_offset_of_id_3() { return static_cast(offsetof(CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E, ___id_3)); } inline String_t* get_id_3() const { return ___id_3; } inline String_t** get_address_of_id_3() { return &___id_3; } inline void set_id_3(String_t* value) { ___id_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_3), (void*)value); } }; // System.Xml.Serialization.XmlSerializationReader/CollectionItemFixup struct CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D : public RuntimeObject { public: // System.Array System.Xml.Serialization.XmlSerializationReader/CollectionItemFixup::list RuntimeArray * ___list_0; // System.Int32 System.Xml.Serialization.XmlSerializationReader/CollectionItemFixup::index int32_t ___index_1; // System.String System.Xml.Serialization.XmlSerializationReader/CollectionItemFixup::id String_t* ___id_2; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D, ___list_0)); } inline RuntimeArray * get_list_0() const { return ___list_0; } inline RuntimeArray ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeArray * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_id_2() { return static_cast(offsetof(CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D, ___id_2)); } inline String_t* get_id_2() const { return ___id_2; } inline String_t** get_address_of_id_2() { return &___id_2; } inline void set_id_2(String_t* value) { ___id_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_2), (void*)value); } }; // System.Xml.Serialization.XmlSerializationReader/Fixup struct Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B : public RuntimeObject { public: // System.Object System.Xml.Serialization.XmlSerializationReader/Fixup::source RuntimeObject * ___source_0; // System.String[] System.Xml.Serialization.XmlSerializationReader/Fixup::ids StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___ids_1; // System.Xml.Serialization.XmlSerializationFixupCallback System.Xml.Serialization.XmlSerializationReader/Fixup::callback XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 * ___callback_2; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B, ___source_0)); } inline RuntimeObject * get_source_0() const { return ___source_0; } inline RuntimeObject ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(RuntimeObject * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } inline static int32_t get_offset_of_ids_1() { return static_cast(offsetof(Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B, ___ids_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_ids_1() const { return ___ids_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_ids_1() { return &___ids_1; } inline void set_ids_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___ids_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ids_1), (void*)value); } inline static int32_t get_offset_of_callback_2() { return static_cast(offsetof(Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B, ___callback_2)); } inline XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 * get_callback_2() const { return ___callback_2; } inline XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 ** get_address_of_callback_2() { return &___callback_2; } inline void set_callback_2(XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 * value) { ___callback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_2), (void*)value); } }; // System.Xml.Serialization.XmlSerializationReader/WriteCallbackInfo struct WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D : public RuntimeObject { public: // System.Type System.Xml.Serialization.XmlSerializationReader/WriteCallbackInfo::Type Type_t * ___Type_0; // System.String System.Xml.Serialization.XmlSerializationReader/WriteCallbackInfo::TypeName String_t* ___TypeName_1; // System.String System.Xml.Serialization.XmlSerializationReader/WriteCallbackInfo::TypeNs String_t* ___TypeNs_2; // System.Xml.Serialization.XmlSerializationReadCallback System.Xml.Serialization.XmlSerializationReader/WriteCallbackInfo::Callback XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D * ___Callback_3; public: inline static int32_t get_offset_of_Type_0() { return static_cast(offsetof(WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D, ___Type_0)); } inline Type_t * get_Type_0() const { return ___Type_0; } inline Type_t ** get_address_of_Type_0() { return &___Type_0; } inline void set_Type_0(Type_t * value) { ___Type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Type_0), (void*)value); } inline static int32_t get_offset_of_TypeName_1() { return static_cast(offsetof(WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D, ___TypeName_1)); } inline String_t* get_TypeName_1() const { return ___TypeName_1; } inline String_t** get_address_of_TypeName_1() { return &___TypeName_1; } inline void set_TypeName_1(String_t* value) { ___TypeName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeName_1), (void*)value); } inline static int32_t get_offset_of_TypeNs_2() { return static_cast(offsetof(WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D, ___TypeNs_2)); } inline String_t* get_TypeNs_2() const { return ___TypeNs_2; } inline String_t** get_address_of_TypeNs_2() { return &___TypeNs_2; } inline void set_TypeNs_2(String_t* value) { ___TypeNs_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeNs_2), (void*)value); } inline static int32_t get_offset_of_Callback_3() { return static_cast(offsetof(WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D, ___Callback_3)); } inline XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D * get_Callback_3() const { return ___Callback_3; } inline XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D ** get_address_of_Callback_3() { return &___Callback_3; } inline void set_Callback_3(XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D * value) { ___Callback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Callback_3), (void*)value); } }; // System.Xml.Serialization.XmlSerializationReaderInterpreter/FixupCallbackInfo struct FixupCallbackInfo_tB2AF64AEEA68C8D0EA425052B40E969983CB92D3 : public RuntimeObject { public: // System.Xml.Serialization.XmlSerializationReaderInterpreter System.Xml.Serialization.XmlSerializationReaderInterpreter/FixupCallbackInfo::_sri XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * ____sri_0; // System.Xml.Serialization.ClassMap System.Xml.Serialization.XmlSerializationReaderInterpreter/FixupCallbackInfo::_map ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * ____map_1; // System.Boolean System.Xml.Serialization.XmlSerializationReaderInterpreter/FixupCallbackInfo::_isValueList bool ____isValueList_2; public: inline static int32_t get_offset_of__sri_0() { return static_cast(offsetof(FixupCallbackInfo_tB2AF64AEEA68C8D0EA425052B40E969983CB92D3, ____sri_0)); } inline XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * get__sri_0() const { return ____sri_0; } inline XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 ** get_address_of__sri_0() { return &____sri_0; } inline void set__sri_0(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * value) { ____sri_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____sri_0), (void*)value); } inline static int32_t get_offset_of__map_1() { return static_cast(offsetof(FixupCallbackInfo_tB2AF64AEEA68C8D0EA425052B40E969983CB92D3, ____map_1)); } inline ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * get__map_1() const { return ____map_1; } inline ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB ** get_address_of__map_1() { return &____map_1; } inline void set__map_1(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * value) { ____map_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____map_1), (void*)value); } inline static int32_t get_offset_of__isValueList_2() { return static_cast(offsetof(FixupCallbackInfo_tB2AF64AEEA68C8D0EA425052B40E969983CB92D3, ____isValueList_2)); } inline bool get__isValueList_2() const { return ____isValueList_2; } inline bool* get_address_of__isValueList_2() { return &____isValueList_2; } inline void set__isValueList_2(bool value) { ____isValueList_2 = value; } }; // System.Xml.Serialization.XmlSerializationReaderInterpreter/ReaderCallbackInfo struct ReaderCallbackInfo_t6D18AED803E1FB284AB8B388FD470CB3BEDD3DB4 : public RuntimeObject { public: // System.Xml.Serialization.XmlSerializationReaderInterpreter System.Xml.Serialization.XmlSerializationReaderInterpreter/ReaderCallbackInfo::_sri XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * ____sri_0; // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlSerializationReaderInterpreter/ReaderCallbackInfo::_typeMap XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ____typeMap_1; public: inline static int32_t get_offset_of__sri_0() { return static_cast(offsetof(ReaderCallbackInfo_t6D18AED803E1FB284AB8B388FD470CB3BEDD3DB4, ____sri_0)); } inline XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * get__sri_0() const { return ____sri_0; } inline XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 ** get_address_of__sri_0() { return &____sri_0; } inline void set__sri_0(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * value) { ____sri_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____sri_0), (void*)value); } inline static int32_t get_offset_of__typeMap_1() { return static_cast(offsetof(ReaderCallbackInfo_t6D18AED803E1FB284AB8B388FD470CB3BEDD3DB4, ____typeMap_1)); } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * get__typeMap_1() const { return ____typeMap_1; } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 ** get_address_of__typeMap_1() { return &____typeMap_1; } inline void set__typeMap_1(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * value) { ____typeMap_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeMap_1), (void*)value); } }; // System.Xml.Serialization.XmlSerializationWriter/WriteCallbackInfo struct WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF : public RuntimeObject { public: // System.Type System.Xml.Serialization.XmlSerializationWriter/WriteCallbackInfo::Type Type_t * ___Type_0; // System.String System.Xml.Serialization.XmlSerializationWriter/WriteCallbackInfo::TypeName String_t* ___TypeName_1; // System.String System.Xml.Serialization.XmlSerializationWriter/WriteCallbackInfo::TypeNs String_t* ___TypeNs_2; // System.Xml.Serialization.XmlSerializationWriteCallback System.Xml.Serialization.XmlSerializationWriter/WriteCallbackInfo::Callback XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 * ___Callback_3; public: inline static int32_t get_offset_of_Type_0() { return static_cast(offsetof(WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF, ___Type_0)); } inline Type_t * get_Type_0() const { return ___Type_0; } inline Type_t ** get_address_of_Type_0() { return &___Type_0; } inline void set_Type_0(Type_t * value) { ___Type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Type_0), (void*)value); } inline static int32_t get_offset_of_TypeName_1() { return static_cast(offsetof(WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF, ___TypeName_1)); } inline String_t* get_TypeName_1() const { return ___TypeName_1; } inline String_t** get_address_of_TypeName_1() { return &___TypeName_1; } inline void set_TypeName_1(String_t* value) { ___TypeName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeName_1), (void*)value); } inline static int32_t get_offset_of_TypeNs_2() { return static_cast(offsetof(WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF, ___TypeNs_2)); } inline String_t* get_TypeNs_2() const { return ___TypeNs_2; } inline String_t** get_address_of_TypeNs_2() { return &___TypeNs_2; } inline void set_TypeNs_2(String_t* value) { ___TypeNs_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeNs_2), (void*)value); } inline static int32_t get_offset_of_Callback_3() { return static_cast(offsetof(WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF, ___Callback_3)); } inline XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 * get_Callback_3() const { return ___Callback_3; } inline XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 ** get_address_of_Callback_3() { return &___Callback_3; } inline void set_Callback_3(XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 * value) { ___Callback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Callback_3), (void*)value); } }; // System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo struct CallbackInfo_t142D92C1F8EA1C07621FB4A5E1383F836187E53A : public RuntimeObject { public: // System.Xml.Serialization.XmlSerializationWriterInterpreter System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo::_swi XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * ____swi_0; // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo::_typeMap XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ____typeMap_1; public: inline static int32_t get_offset_of__swi_0() { return static_cast(offsetof(CallbackInfo_t142D92C1F8EA1C07621FB4A5E1383F836187E53A, ____swi_0)); } inline XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * get__swi_0() const { return ____swi_0; } inline XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 ** get_address_of__swi_0() { return &____swi_0; } inline void set__swi_0(XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * value) { ____swi_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____swi_0), (void*)value); } inline static int32_t get_offset_of__typeMap_1() { return static_cast(offsetof(CallbackInfo_t142D92C1F8EA1C07621FB4A5E1383F836187E53A, ____typeMap_1)); } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * get__typeMap_1() const { return ____typeMap_1; } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 ** get_address_of__typeMap_1() { return &____typeMap_1; } inline void set__typeMap_1(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * value) { ____typeMap_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeMap_1), (void*)value); } }; // System.Xml.Serialization.XmlSerializer/SerializerData struct SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D : public RuntimeObject { public: // System.Reflection.MethodInfo System.Xml.Serialization.XmlSerializer/SerializerData::ReaderMethod MethodInfo_t * ___ReaderMethod_0; // System.Type System.Xml.Serialization.XmlSerializer/SerializerData::WriterType Type_t * ___WriterType_1; // System.Reflection.MethodInfo System.Xml.Serialization.XmlSerializer/SerializerData::WriterMethod MethodInfo_t * ___WriterMethod_2; // System.Xml.Serialization.XmlSerializerImplementation System.Xml.Serialization.XmlSerializer/SerializerData::Implementation XmlSerializerImplementation_t7498815CE092A9B67BE127DCA62F27ABECA6B230 * ___Implementation_3; public: inline static int32_t get_offset_of_ReaderMethod_0() { return static_cast(offsetof(SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D, ___ReaderMethod_0)); } inline MethodInfo_t * get_ReaderMethod_0() const { return ___ReaderMethod_0; } inline MethodInfo_t ** get_address_of_ReaderMethod_0() { return &___ReaderMethod_0; } inline void set_ReaderMethod_0(MethodInfo_t * value) { ___ReaderMethod_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReaderMethod_0), (void*)value); } inline static int32_t get_offset_of_WriterType_1() { return static_cast(offsetof(SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D, ___WriterType_1)); } inline Type_t * get_WriterType_1() const { return ___WriterType_1; } inline Type_t ** get_address_of_WriterType_1() { return &___WriterType_1; } inline void set_WriterType_1(Type_t * value) { ___WriterType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___WriterType_1), (void*)value); } inline static int32_t get_offset_of_WriterMethod_2() { return static_cast(offsetof(SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D, ___WriterMethod_2)); } inline MethodInfo_t * get_WriterMethod_2() const { return ___WriterMethod_2; } inline MethodInfo_t ** get_address_of_WriterMethod_2() { return &___WriterMethod_2; } inline void set_WriterMethod_2(MethodInfo_t * value) { ___WriterMethod_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___WriterMethod_2), (void*)value); } inline static int32_t get_offset_of_Implementation_3() { return static_cast(offsetof(SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D, ___Implementation_3)); } inline XmlSerializerImplementation_t7498815CE092A9B67BE127DCA62F27ABECA6B230 * get_Implementation_3() const { return ___Implementation_3; } inline XmlSerializerImplementation_t7498815CE092A9B67BE127DCA62F27ABECA6B230 ** get_address_of_Implementation_3() { return &___Implementation_3; } inline void set_Implementation_3(XmlSerializerImplementation_t7498815CE092A9B67BE127DCA62F27ABECA6B230 * value) { ___Implementation_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Implementation_3), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; // System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Xml.Serialization.EnumMap struct EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC : public ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C { public: // System.Xml.Serialization.EnumMap/EnumMapMember[] System.Xml.Serialization.EnumMap::_members EnumMapMemberU5BU5D_t07A96D3D51D0592FBA40BC8DB07055475869F868* ____members_0; // System.Boolean System.Xml.Serialization.EnumMap::_isFlags bool ____isFlags_1; // System.String[] System.Xml.Serialization.EnumMap::_enumNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____enumNames_2; // System.String[] System.Xml.Serialization.EnumMap::_xmlNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____xmlNames_3; // System.Int64[] System.Xml.Serialization.EnumMap::_values Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ____values_4; public: inline static int32_t get_offset_of__members_0() { return static_cast(offsetof(EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC, ____members_0)); } inline EnumMapMemberU5BU5D_t07A96D3D51D0592FBA40BC8DB07055475869F868* get__members_0() const { return ____members_0; } inline EnumMapMemberU5BU5D_t07A96D3D51D0592FBA40BC8DB07055475869F868** get_address_of__members_0() { return &____members_0; } inline void set__members_0(EnumMapMemberU5BU5D_t07A96D3D51D0592FBA40BC8DB07055475869F868* value) { ____members_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____members_0), (void*)value); } inline static int32_t get_offset_of__isFlags_1() { return static_cast(offsetof(EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC, ____isFlags_1)); } inline bool get__isFlags_1() const { return ____isFlags_1; } inline bool* get_address_of__isFlags_1() { return &____isFlags_1; } inline void set__isFlags_1(bool value) { ____isFlags_1 = value; } inline static int32_t get_offset_of__enumNames_2() { return static_cast(offsetof(EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC, ____enumNames_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__enumNames_2() const { return ____enumNames_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__enumNames_2() { return &____enumNames_2; } inline void set__enumNames_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____enumNames_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____enumNames_2), (void*)value); } inline static int32_t get_offset_of__xmlNames_3() { return static_cast(offsetof(EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC, ____xmlNames_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__xmlNames_3() const { return ____xmlNames_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__xmlNames_3() { return &____xmlNames_3; } inline void set__xmlNames_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____xmlNames_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlNames_3), (void*)value); } inline static int32_t get_offset_of__values_4() { return static_cast(offsetof(EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC, ____values_4)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get__values_4() const { return ____values_4; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of__values_4() { return &____values_4; } inline void set__values_4(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ____values_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____values_4), (void*)value); } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // 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; } }; // System.Xml.Serialization.ListMap struct ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 : public ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C { public: // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.ListMap::_itemInfo XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * ____itemInfo_0; // System.String System.Xml.Serialization.ListMap::_choiceMember String_t* ____choiceMember_1; public: inline static int32_t get_offset_of__itemInfo_0() { return static_cast(offsetof(ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948, ____itemInfo_0)); } inline XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * get__itemInfo_0() const { return ____itemInfo_0; } inline XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A ** get_address_of__itemInfo_0() { return &____itemInfo_0; } inline void set__itemInfo_0(XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * value) { ____itemInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____itemInfo_0), (void*)value); } inline static int32_t get_offset_of__choiceMember_1() { return static_cast(offsetof(ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948, ____choiceMember_1)); } inline String_t* get__choiceMember_1() const { return ____choiceMember_1; } inline String_t** get_address_of__choiceMember_1() { return &____choiceMember_1; } inline void set__choiceMember_1(String_t* value) { ____choiceMember_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____choiceMember_1), (void*)value); } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Xml.NameTable struct NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 : public XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 { public: // System.Xml.NameTable/Entry[] System.Xml.NameTable::entries EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* ___entries_0; // System.Int32 System.Xml.NameTable::count int32_t ___count_1; // System.Int32 System.Xml.NameTable::mask int32_t ___mask_2; // System.Int32 System.Xml.NameTable::hashCodeRandomizer int32_t ___hashCodeRandomizer_3; public: inline static int32_t get_offset_of_entries_0() { return static_cast(offsetof(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728, ___entries_0)); } inline EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* get_entries_0() const { return ___entries_0; } inline EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D** get_address_of_entries_0() { return &___entries_0; } inline void set_entries_0(EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* value) { ___entries_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_mask_2() { return static_cast(offsetof(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728, ___mask_2)); } inline int32_t get_mask_2() const { return ___mask_2; } inline int32_t* get_address_of_mask_2() { return &___mask_2; } inline void set_mask_2(int32_t value) { ___mask_2 = value; } inline static int32_t get_offset_of_hashCodeRandomizer_3() { return static_cast(offsetof(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728, ___hashCodeRandomizer_3)); } inline int32_t get_hashCodeRandomizer_3() const { return ___hashCodeRandomizer_3; } inline int32_t* get_address_of_hashCodeRandomizer_3() { return &___hashCodeRandomizer_3; } inline void set_hashCodeRandomizer_3(int32_t value) { ___hashCodeRandomizer_3 = value; } }; // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; // System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E { public: // System.Type System.Runtime.Serialization.SerializationEntry::m_type Type_t * ___m_type_0; // System.Object System.Runtime.Serialization.SerializationEntry::m_value RuntimeObject * ___m_value_1; // System.String System.Runtime.Serialization.SerializationEntry::m_name String_t* ___m_name_2; public: inline static int32_t get_offset_of_m_type_0() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___m_type_0)); } inline Type_t * get_m_type_0() const { return ___m_type_0; } inline Type_t ** get_address_of_m_type_0() { return &___m_type_0; } inline void set_m_type_0(Type_t * value) { ___m_type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_type_0), (void*)value); } inline static int32_t get_offset_of_m_value_1() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___m_value_1)); } inline RuntimeObject * get_m_value_1() const { return ___m_value_1; } inline RuntimeObject ** get_address_of_m_value_1() { return &___m_value_1; } inline void set_m_value_1(RuntimeObject * value) { ___m_value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_value_1), (void*)value); } inline static int32_t get_offset_of_m_name_2() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___m_name_2)); } inline String_t* get_m_name_2() const { return ___m_name_2; } inline String_t** get_address_of_m_name_2() { return &___m_name_2; } inline void set_m_name_2(String_t* value) { ___m_name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_pinvoke { Type_t * ___m_type_0; Il2CppIUnknown* ___m_value_1; char* ___m_name_2; }; // Native definition for COM marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_com { Type_t * ___m_type_0; Il2CppIUnknown* ___m_value_1; Il2CppChar* ___m_name_2; }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___CoreNewLine_9; // System.IFormatProvider System.IO.TextWriter::InternalFormatProvider RuntimeObject* ___InternalFormatProvider_10; public: inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___CoreNewLine_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_CoreNewLine_9() const { return ___CoreNewLine_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; } inline void set_CoreNewLine_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___CoreNewLine_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value); } inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___InternalFormatProvider_10)); } inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; } inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; } inline void set_InternalFormatProvider_10(RuntimeObject* value) { ___InternalFormatProvider_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalFormatProvider_10), (void*)value); } }; // System.Xml.Serialization.UnreferencedObjectEventArgs struct UnreferencedObjectEventArgs_tBFD7658B8F3DD057CEFBF9CE1EBC26705B0A8192 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Object System.Xml.Serialization.UnreferencedObjectEventArgs::o RuntimeObject * ___o_1; // System.String System.Xml.Serialization.UnreferencedObjectEventArgs::id String_t* ___id_2; public: inline static int32_t get_offset_of_o_1() { return static_cast(offsetof(UnreferencedObjectEventArgs_tBFD7658B8F3DD057CEFBF9CE1EBC26705B0A8192, ___o_1)); } inline RuntimeObject * get_o_1() const { return ___o_1; } inline RuntimeObject ** get_address_of_o_1() { return &___o_1; } inline void set_o_1(RuntimeObject * value) { ___o_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___o_1), (void*)value); } inline static int32_t get_offset_of_id_2() { return static_cast(offsetof(UnreferencedObjectEventArgs_tBFD7658B8F3DD057CEFBF9CE1EBC26705B0A8192, ___id_2)); } inline String_t* get_id_2() const { return ___id_2; } inline String_t** get_address_of_id_2() { return &___id_2; } inline void set_id_2(String_t* value) { ___id_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_2), (void*)value); } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Xml.XmlAttribute struct XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlName System.Xml.XmlAttribute::name XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name_1; // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_2; public: inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D, ___name_1)); } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * get_name_1() const { return ___name_1; } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** get_address_of_name_1() { return &___name_1; } inline void set_name_1(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value); } inline static int32_t get_offset_of_lastChild_2() { return static_cast(offsetof(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D, ___lastChild_2)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_2() const { return ___lastChild_2; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_2() { return &___lastChild_2; } inline void set_lastChild_2(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_2), (void*)value); } }; // System.Xml.Serialization.XmlAttributeEventArgs struct XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Object System.Xml.Serialization.XmlAttributeEventArgs::o RuntimeObject * ___o_1; // System.Xml.XmlAttribute System.Xml.Serialization.XmlAttributeEventArgs::attr XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr_2; // System.String System.Xml.Serialization.XmlAttributeEventArgs::qnames String_t* ___qnames_3; // System.Int32 System.Xml.Serialization.XmlAttributeEventArgs::lineNumber int32_t ___lineNumber_4; // System.Int32 System.Xml.Serialization.XmlAttributeEventArgs::linePosition int32_t ___linePosition_5; public: inline static int32_t get_offset_of_o_1() { return static_cast(offsetof(XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37, ___o_1)); } inline RuntimeObject * get_o_1() const { return ___o_1; } inline RuntimeObject ** get_address_of_o_1() { return &___o_1; } inline void set_o_1(RuntimeObject * value) { ___o_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___o_1), (void*)value); } inline static int32_t get_offset_of_attr_2() { return static_cast(offsetof(XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37, ___attr_2)); } inline XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * get_attr_2() const { return ___attr_2; } inline XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D ** get_address_of_attr_2() { return &___attr_2; } inline void set_attr_2(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * value) { ___attr_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attr_2), (void*)value); } inline static int32_t get_offset_of_qnames_3() { return static_cast(offsetof(XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37, ___qnames_3)); } inline String_t* get_qnames_3() const { return ___qnames_3; } inline String_t** get_address_of_qnames_3() { return &___qnames_3; } inline void set_qnames_3(String_t* value) { ___qnames_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___qnames_3), (void*)value); } inline static int32_t get_offset_of_lineNumber_4() { return static_cast(offsetof(XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37, ___lineNumber_4)); } inline int32_t get_lineNumber_4() const { return ___lineNumber_4; } inline int32_t* get_address_of_lineNumber_4() { return &___lineNumber_4; } inline void set_lineNumber_4(int32_t value) { ___lineNumber_4 = value; } inline static int32_t get_offset_of_linePosition_5() { return static_cast(offsetof(XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37, ___linePosition_5)); } inline int32_t get_linePosition_5() const { return ___linePosition_5; } inline int32_t* get_address_of_linePosition_5() { return &___linePosition_5; } inline void set_linePosition_5(int32_t value) { ___linePosition_5 = value; } }; // System.Xml.XmlCharType struct XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA { public: // System.Byte[] System.Xml.XmlCharType::charProperties ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___charProperties_2; public: inline static int32_t get_offset_of_charProperties_2() { return static_cast(offsetof(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA, ___charProperties_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_charProperties_2() const { return ___charProperties_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_charProperties_2() { return &___charProperties_2; } inline void set_charProperties_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___charProperties_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___charProperties_2), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Xml.XmlCharType struct XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___charProperties_2; }; // Native definition for COM marshalling of System.Xml.XmlCharType struct XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_com { Il2CppSafeArray/*NONE*/* ___charProperties_2; }; // System.Xml.XmlDocument struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlImplementation System.Xml.XmlDocument::implementation XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * ___implementation_1; // System.Xml.DomNameTable System.Xml.XmlDocument::domNameTable DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * ___domNameTable_2; // System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_3; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocument::entities XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___entities_4; // System.Collections.Hashtable System.Xml.XmlDocument::htElementIdMap Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___htElementIdMap_5; // System.Collections.Hashtable System.Xml.XmlDocument::htElementIDAttrDecl Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___htElementIDAttrDecl_6; // System.Xml.Schema.SchemaInfo System.Xml.XmlDocument::schemaInfo SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___schemaInfo_7; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * ___schemas_8; // System.Boolean System.Xml.XmlDocument::reportValidity bool ___reportValidity_9; // System.Boolean System.Xml.XmlDocument::actualLoadingStatus bool ___actualLoadingStatus_10; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeInsertingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeInsertingDelegate_11; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeInsertedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeInsertedDelegate_12; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeRemovingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeRemovingDelegate_13; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeRemovedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeRemovedDelegate_14; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeChangingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeChangingDelegate_15; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeChangedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeChangedDelegate_16; // System.Boolean System.Xml.XmlDocument::fEntRefNodesPresent bool ___fEntRefNodesPresent_17; // System.Boolean System.Xml.XmlDocument::fCDataNodesPresent bool ___fCDataNodesPresent_18; // System.Boolean System.Xml.XmlDocument::preserveWhitespace bool ___preserveWhitespace_19; // System.Boolean System.Xml.XmlDocument::isLoading bool ___isLoading_20; // System.String System.Xml.XmlDocument::strDocumentName String_t* ___strDocumentName_21; // System.String System.Xml.XmlDocument::strDocumentFragmentName String_t* ___strDocumentFragmentName_22; // System.String System.Xml.XmlDocument::strCommentName String_t* ___strCommentName_23; // System.String System.Xml.XmlDocument::strTextName String_t* ___strTextName_24; // System.String System.Xml.XmlDocument::strCDataSectionName String_t* ___strCDataSectionName_25; // System.String System.Xml.XmlDocument::strEntityName String_t* ___strEntityName_26; // System.String System.Xml.XmlDocument::strID String_t* ___strID_27; // System.String System.Xml.XmlDocument::strXmlns String_t* ___strXmlns_28; // System.String System.Xml.XmlDocument::strXml String_t* ___strXml_29; // System.String System.Xml.XmlDocument::strSpace String_t* ___strSpace_30; // System.String System.Xml.XmlDocument::strLang String_t* ___strLang_31; // System.String System.Xml.XmlDocument::strEmpty String_t* ___strEmpty_32; // System.String System.Xml.XmlDocument::strNonSignificantWhitespaceName String_t* ___strNonSignificantWhitespaceName_33; // System.String System.Xml.XmlDocument::strSignificantWhitespaceName String_t* ___strSignificantWhitespaceName_34; // System.String System.Xml.XmlDocument::strReservedXmlns String_t* ___strReservedXmlns_35; // System.String System.Xml.XmlDocument::strReservedXml String_t* ___strReservedXml_36; // System.String System.Xml.XmlDocument::baseURI String_t* ___baseURI_37; // System.Xml.XmlResolver System.Xml.XmlDocument::resolver XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___resolver_38; // System.Boolean System.Xml.XmlDocument::bSetResolver bool ___bSetResolver_39; // System.Object System.Xml.XmlDocument::objLock RuntimeObject * ___objLock_40; public: inline static int32_t get_offset_of_implementation_1() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___implementation_1)); } inline XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * get_implementation_1() const { return ___implementation_1; } inline XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 ** get_address_of_implementation_1() { return &___implementation_1; } inline void set_implementation_1(XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * value) { ___implementation_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___implementation_1), (void*)value); } inline static int32_t get_offset_of_domNameTable_2() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___domNameTable_2)); } inline DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * get_domNameTable_2() const { return ___domNameTable_2; } inline DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB ** get_address_of_domNameTable_2() { return &___domNameTable_2; } inline void set_domNameTable_2(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * value) { ___domNameTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___domNameTable_2), (void*)value); } inline static int32_t get_offset_of_lastChild_3() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___lastChild_3)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_3() const { return ___lastChild_3; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_3() { return &___lastChild_3; } inline void set_lastChild_3(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_3), (void*)value); } inline static int32_t get_offset_of_entities_4() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___entities_4)); } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * get_entities_4() const { return ___entities_4; } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 ** get_address_of_entities_4() { return &___entities_4; } inline void set_entities_4(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * value) { ___entities_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___entities_4), (void*)value); } inline static int32_t get_offset_of_htElementIdMap_5() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___htElementIdMap_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_htElementIdMap_5() const { return ___htElementIdMap_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_htElementIdMap_5() { return &___htElementIdMap_5; } inline void set_htElementIdMap_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___htElementIdMap_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___htElementIdMap_5), (void*)value); } inline static int32_t get_offset_of_htElementIDAttrDecl_6() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___htElementIDAttrDecl_6)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_htElementIDAttrDecl_6() const { return ___htElementIDAttrDecl_6; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_htElementIDAttrDecl_6() { return &___htElementIDAttrDecl_6; } inline void set_htElementIDAttrDecl_6(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___htElementIDAttrDecl_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___htElementIDAttrDecl_6), (void*)value); } inline static int32_t get_offset_of_schemaInfo_7() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___schemaInfo_7)); } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * get_schemaInfo_7() const { return ___schemaInfo_7; } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 ** get_address_of_schemaInfo_7() { return &___schemaInfo_7; } inline void set_schemaInfo_7(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * value) { ___schemaInfo_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaInfo_7), (void*)value); } inline static int32_t get_offset_of_schemas_8() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___schemas_8)); } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * get_schemas_8() const { return ___schemas_8; } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 ** get_address_of_schemas_8() { return &___schemas_8; } inline void set_schemas_8(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * value) { ___schemas_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemas_8), (void*)value); } inline static int32_t get_offset_of_reportValidity_9() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___reportValidity_9)); } inline bool get_reportValidity_9() const { return ___reportValidity_9; } inline bool* get_address_of_reportValidity_9() { return &___reportValidity_9; } inline void set_reportValidity_9(bool value) { ___reportValidity_9 = value; } inline static int32_t get_offset_of_actualLoadingStatus_10() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___actualLoadingStatus_10)); } inline bool get_actualLoadingStatus_10() const { return ___actualLoadingStatus_10; } inline bool* get_address_of_actualLoadingStatus_10() { return &___actualLoadingStatus_10; } inline void set_actualLoadingStatus_10(bool value) { ___actualLoadingStatus_10 = value; } inline static int32_t get_offset_of_onNodeInsertingDelegate_11() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeInsertingDelegate_11)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeInsertingDelegate_11() const { return ___onNodeInsertingDelegate_11; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeInsertingDelegate_11() { return &___onNodeInsertingDelegate_11; } inline void set_onNodeInsertingDelegate_11(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeInsertingDelegate_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeInsertingDelegate_11), (void*)value); } inline static int32_t get_offset_of_onNodeInsertedDelegate_12() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeInsertedDelegate_12)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeInsertedDelegate_12() const { return ___onNodeInsertedDelegate_12; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeInsertedDelegate_12() { return &___onNodeInsertedDelegate_12; } inline void set_onNodeInsertedDelegate_12(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeInsertedDelegate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeInsertedDelegate_12), (void*)value); } inline static int32_t get_offset_of_onNodeRemovingDelegate_13() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeRemovingDelegate_13)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeRemovingDelegate_13() const { return ___onNodeRemovingDelegate_13; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeRemovingDelegate_13() { return &___onNodeRemovingDelegate_13; } inline void set_onNodeRemovingDelegate_13(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeRemovingDelegate_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeRemovingDelegate_13), (void*)value); } inline static int32_t get_offset_of_onNodeRemovedDelegate_14() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeRemovedDelegate_14)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeRemovedDelegate_14() const { return ___onNodeRemovedDelegate_14; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeRemovedDelegate_14() { return &___onNodeRemovedDelegate_14; } inline void set_onNodeRemovedDelegate_14(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeRemovedDelegate_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeRemovedDelegate_14), (void*)value); } inline static int32_t get_offset_of_onNodeChangingDelegate_15() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeChangingDelegate_15)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeChangingDelegate_15() const { return ___onNodeChangingDelegate_15; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeChangingDelegate_15() { return &___onNodeChangingDelegate_15; } inline void set_onNodeChangingDelegate_15(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeChangingDelegate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeChangingDelegate_15), (void*)value); } inline static int32_t get_offset_of_onNodeChangedDelegate_16() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeChangedDelegate_16)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeChangedDelegate_16() const { return ___onNodeChangedDelegate_16; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeChangedDelegate_16() { return &___onNodeChangedDelegate_16; } inline void set_onNodeChangedDelegate_16(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeChangedDelegate_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeChangedDelegate_16), (void*)value); } inline static int32_t get_offset_of_fEntRefNodesPresent_17() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___fEntRefNodesPresent_17)); } inline bool get_fEntRefNodesPresent_17() const { return ___fEntRefNodesPresent_17; } inline bool* get_address_of_fEntRefNodesPresent_17() { return &___fEntRefNodesPresent_17; } inline void set_fEntRefNodesPresent_17(bool value) { ___fEntRefNodesPresent_17 = value; } inline static int32_t get_offset_of_fCDataNodesPresent_18() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___fCDataNodesPresent_18)); } inline bool get_fCDataNodesPresent_18() const { return ___fCDataNodesPresent_18; } inline bool* get_address_of_fCDataNodesPresent_18() { return &___fCDataNodesPresent_18; } inline void set_fCDataNodesPresent_18(bool value) { ___fCDataNodesPresent_18 = value; } inline static int32_t get_offset_of_preserveWhitespace_19() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___preserveWhitespace_19)); } inline bool get_preserveWhitespace_19() const { return ___preserveWhitespace_19; } inline bool* get_address_of_preserveWhitespace_19() { return &___preserveWhitespace_19; } inline void set_preserveWhitespace_19(bool value) { ___preserveWhitespace_19 = value; } inline static int32_t get_offset_of_isLoading_20() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___isLoading_20)); } inline bool get_isLoading_20() const { return ___isLoading_20; } inline bool* get_address_of_isLoading_20() { return &___isLoading_20; } inline void set_isLoading_20(bool value) { ___isLoading_20 = value; } inline static int32_t get_offset_of_strDocumentName_21() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strDocumentName_21)); } inline String_t* get_strDocumentName_21() const { return ___strDocumentName_21; } inline String_t** get_address_of_strDocumentName_21() { return &___strDocumentName_21; } inline void set_strDocumentName_21(String_t* value) { ___strDocumentName_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDocumentName_21), (void*)value); } inline static int32_t get_offset_of_strDocumentFragmentName_22() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strDocumentFragmentName_22)); } inline String_t* get_strDocumentFragmentName_22() const { return ___strDocumentFragmentName_22; } inline String_t** get_address_of_strDocumentFragmentName_22() { return &___strDocumentFragmentName_22; } inline void set_strDocumentFragmentName_22(String_t* value) { ___strDocumentFragmentName_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDocumentFragmentName_22), (void*)value); } inline static int32_t get_offset_of_strCommentName_23() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strCommentName_23)); } inline String_t* get_strCommentName_23() const { return ___strCommentName_23; } inline String_t** get_address_of_strCommentName_23() { return &___strCommentName_23; } inline void set_strCommentName_23(String_t* value) { ___strCommentName_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___strCommentName_23), (void*)value); } inline static int32_t get_offset_of_strTextName_24() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strTextName_24)); } inline String_t* get_strTextName_24() const { return ___strTextName_24; } inline String_t** get_address_of_strTextName_24() { return &___strTextName_24; } inline void set_strTextName_24(String_t* value) { ___strTextName_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___strTextName_24), (void*)value); } inline static int32_t get_offset_of_strCDataSectionName_25() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strCDataSectionName_25)); } inline String_t* get_strCDataSectionName_25() const { return ___strCDataSectionName_25; } inline String_t** get_address_of_strCDataSectionName_25() { return &___strCDataSectionName_25; } inline void set_strCDataSectionName_25(String_t* value) { ___strCDataSectionName_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___strCDataSectionName_25), (void*)value); } inline static int32_t get_offset_of_strEntityName_26() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strEntityName_26)); } inline String_t* get_strEntityName_26() const { return ___strEntityName_26; } inline String_t** get_address_of_strEntityName_26() { return &___strEntityName_26; } inline void set_strEntityName_26(String_t* value) { ___strEntityName_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___strEntityName_26), (void*)value); } inline static int32_t get_offset_of_strID_27() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strID_27)); } inline String_t* get_strID_27() const { return ___strID_27; } inline String_t** get_address_of_strID_27() { return &___strID_27; } inline void set_strID_27(String_t* value) { ___strID_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___strID_27), (void*)value); } inline static int32_t get_offset_of_strXmlns_28() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strXmlns_28)); } inline String_t* get_strXmlns_28() const { return ___strXmlns_28; } inline String_t** get_address_of_strXmlns_28() { return &___strXmlns_28; } inline void set_strXmlns_28(String_t* value) { ___strXmlns_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___strXmlns_28), (void*)value); } inline static int32_t get_offset_of_strXml_29() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strXml_29)); } inline String_t* get_strXml_29() const { return ___strXml_29; } inline String_t** get_address_of_strXml_29() { return &___strXml_29; } inline void set_strXml_29(String_t* value) { ___strXml_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___strXml_29), (void*)value); } inline static int32_t get_offset_of_strSpace_30() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strSpace_30)); } inline String_t* get_strSpace_30() const { return ___strSpace_30; } inline String_t** get_address_of_strSpace_30() { return &___strSpace_30; } inline void set_strSpace_30(String_t* value) { ___strSpace_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___strSpace_30), (void*)value); } inline static int32_t get_offset_of_strLang_31() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strLang_31)); } inline String_t* get_strLang_31() const { return ___strLang_31; } inline String_t** get_address_of_strLang_31() { return &___strLang_31; } inline void set_strLang_31(String_t* value) { ___strLang_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___strLang_31), (void*)value); } inline static int32_t get_offset_of_strEmpty_32() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strEmpty_32)); } inline String_t* get_strEmpty_32() const { return ___strEmpty_32; } inline String_t** get_address_of_strEmpty_32() { return &___strEmpty_32; } inline void set_strEmpty_32(String_t* value) { ___strEmpty_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___strEmpty_32), (void*)value); } inline static int32_t get_offset_of_strNonSignificantWhitespaceName_33() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strNonSignificantWhitespaceName_33)); } inline String_t* get_strNonSignificantWhitespaceName_33() const { return ___strNonSignificantWhitespaceName_33; } inline String_t** get_address_of_strNonSignificantWhitespaceName_33() { return &___strNonSignificantWhitespaceName_33; } inline void set_strNonSignificantWhitespaceName_33(String_t* value) { ___strNonSignificantWhitespaceName_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___strNonSignificantWhitespaceName_33), (void*)value); } inline static int32_t get_offset_of_strSignificantWhitespaceName_34() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strSignificantWhitespaceName_34)); } inline String_t* get_strSignificantWhitespaceName_34() const { return ___strSignificantWhitespaceName_34; } inline String_t** get_address_of_strSignificantWhitespaceName_34() { return &___strSignificantWhitespaceName_34; } inline void set_strSignificantWhitespaceName_34(String_t* value) { ___strSignificantWhitespaceName_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___strSignificantWhitespaceName_34), (void*)value); } inline static int32_t get_offset_of_strReservedXmlns_35() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strReservedXmlns_35)); } inline String_t* get_strReservedXmlns_35() const { return ___strReservedXmlns_35; } inline String_t** get_address_of_strReservedXmlns_35() { return &___strReservedXmlns_35; } inline void set_strReservedXmlns_35(String_t* value) { ___strReservedXmlns_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___strReservedXmlns_35), (void*)value); } inline static int32_t get_offset_of_strReservedXml_36() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strReservedXml_36)); } inline String_t* get_strReservedXml_36() const { return ___strReservedXml_36; } inline String_t** get_address_of_strReservedXml_36() { return &___strReservedXml_36; } inline void set_strReservedXml_36(String_t* value) { ___strReservedXml_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___strReservedXml_36), (void*)value); } inline static int32_t get_offset_of_baseURI_37() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___baseURI_37)); } inline String_t* get_baseURI_37() const { return ___baseURI_37; } inline String_t** get_address_of_baseURI_37() { return &___baseURI_37; } inline void set_baseURI_37(String_t* value) { ___baseURI_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseURI_37), (void*)value); } inline static int32_t get_offset_of_resolver_38() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___resolver_38)); } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * get_resolver_38() const { return ___resolver_38; } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A ** get_address_of_resolver_38() { return &___resolver_38; } inline void set_resolver_38(XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * value) { ___resolver_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolver_38), (void*)value); } inline static int32_t get_offset_of_bSetResolver_39() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___bSetResolver_39)); } inline bool get_bSetResolver_39() const { return ___bSetResolver_39; } inline bool* get_address_of_bSetResolver_39() { return &___bSetResolver_39; } inline void set_bSetResolver_39(bool value) { ___bSetResolver_39 = value; } inline static int32_t get_offset_of_objLock_40() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___objLock_40)); } inline RuntimeObject * get_objLock_40() const { return ___objLock_40; } inline RuntimeObject ** get_address_of_objLock_40() { return &___objLock_40; } inline void set_objLock_40(RuntimeObject * value) { ___objLock_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___objLock_40), (void*)value); } }; // System.Xml.Serialization.XmlElementEventArgs struct XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Object System.Xml.Serialization.XmlElementEventArgs::o RuntimeObject * ___o_1; // System.Xml.XmlElement System.Xml.Serialization.XmlElementEventArgs::elem XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem_2; // System.String System.Xml.Serialization.XmlElementEventArgs::qnames String_t* ___qnames_3; // System.Int32 System.Xml.Serialization.XmlElementEventArgs::lineNumber int32_t ___lineNumber_4; // System.Int32 System.Xml.Serialization.XmlElementEventArgs::linePosition int32_t ___linePosition_5; public: inline static int32_t get_offset_of_o_1() { return static_cast(offsetof(XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F, ___o_1)); } inline RuntimeObject * get_o_1() const { return ___o_1; } inline RuntimeObject ** get_address_of_o_1() { return &___o_1; } inline void set_o_1(RuntimeObject * value) { ___o_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___o_1), (void*)value); } inline static int32_t get_offset_of_elem_2() { return static_cast(offsetof(XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F, ___elem_2)); } inline XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * get_elem_2() const { return ___elem_2; } inline XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF ** get_address_of_elem_2() { return &___elem_2; } inline void set_elem_2(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * value) { ___elem_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___elem_2), (void*)value); } inline static int32_t get_offset_of_qnames_3() { return static_cast(offsetof(XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F, ___qnames_3)); } inline String_t* get_qnames_3() const { return ___qnames_3; } inline String_t** get_address_of_qnames_3() { return &___qnames_3; } inline void set_qnames_3(String_t* value) { ___qnames_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___qnames_3), (void*)value); } inline static int32_t get_offset_of_lineNumber_4() { return static_cast(offsetof(XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F, ___lineNumber_4)); } inline int32_t get_lineNumber_4() const { return ___lineNumber_4; } inline int32_t* get_address_of_lineNumber_4() { return &___lineNumber_4; } inline void set_lineNumber_4(int32_t value) { ___lineNumber_4 = value; } inline static int32_t get_offset_of_linePosition_5() { return static_cast(offsetof(XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F, ___linePosition_5)); } inline int32_t get_linePosition_5() const { return ___linePosition_5; } inline int32_t* get_address_of_linePosition_5() { return &___linePosition_5; } inline void set_linePosition_5(int32_t value) { ___linePosition_5 = value; } }; // System.Xml.XmlLinkedNode struct XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlLinkedNode System.Xml.XmlLinkedNode::next XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___next_1; public: inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0, ___next_1)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_next_1() const { return ___next_1; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___next_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_1), (void*)value); } }; // System.Xml.Serialization.XmlNodeEventArgs struct XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Object System.Xml.Serialization.XmlNodeEventArgs::o RuntimeObject * ___o_1; // System.Xml.XmlNode System.Xml.Serialization.XmlNodeEventArgs::xmlNode XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___xmlNode_2; // System.Int32 System.Xml.Serialization.XmlNodeEventArgs::lineNumber int32_t ___lineNumber_3; // System.Int32 System.Xml.Serialization.XmlNodeEventArgs::linePosition int32_t ___linePosition_4; public: inline static int32_t get_offset_of_o_1() { return static_cast(offsetof(XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED, ___o_1)); } inline RuntimeObject * get_o_1() const { return ___o_1; } inline RuntimeObject ** get_address_of_o_1() { return &___o_1; } inline void set_o_1(RuntimeObject * value) { ___o_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___o_1), (void*)value); } inline static int32_t get_offset_of_xmlNode_2() { return static_cast(offsetof(XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED, ___xmlNode_2)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_xmlNode_2() const { return ___xmlNode_2; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_xmlNode_2() { return &___xmlNode_2; } inline void set_xmlNode_2(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___xmlNode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlNode_2), (void*)value); } inline static int32_t get_offset_of_lineNumber_3() { return static_cast(offsetof(XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED, ___lineNumber_3)); } inline int32_t get_lineNumber_3() const { return ___lineNumber_3; } inline int32_t* get_address_of_lineNumber_3() { return &___lineNumber_3; } inline void set_lineNumber_3(int32_t value) { ___lineNumber_3 = value; } inline static int32_t get_offset_of_linePosition_4() { return static_cast(offsetof(XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED, ___linePosition_4)); } inline int32_t get_linePosition_4() const { return ___linePosition_4; } inline int32_t* get_address_of_linePosition_4() { return &___linePosition_4; } inline void set_linePosition_4(int32_t value) { ___linePosition_4 = value; } }; // System.Xml.Serialization.XmlRootAttribute struct XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Xml.Serialization.XmlRootAttribute::elementName String_t* ___elementName_0; // System.Boolean System.Xml.Serialization.XmlRootAttribute::isNullable bool ___isNullable_1; // System.String System.Xml.Serialization.XmlRootAttribute::ns String_t* ___ns_2; public: inline static int32_t get_offset_of_elementName_0() { return static_cast(offsetof(XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96, ___elementName_0)); } inline String_t* get_elementName_0() const { return ___elementName_0; } inline String_t** get_address_of_elementName_0() { return &___elementName_0; } inline void set_elementName_0(String_t* value) { ___elementName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementName_0), (void*)value); } inline static int32_t get_offset_of_isNullable_1() { return static_cast(offsetof(XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96, ___isNullable_1)); } inline bool get_isNullable_1() const { return ___isNullable_1; } inline bool* get_address_of_isNullable_1() { return &___isNullable_1; } inline void set_isNullable_1(bool value) { ___isNullable_1 = value; } inline static int32_t get_offset_of_ns_2() { return static_cast(offsetof(XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96, ___ns_2)); } inline String_t* get_ns_2() const { return ___ns_2; } inline String_t** get_address_of_ns_2() { return &___ns_2; } inline void set_ns_2(String_t* value) { ___ns_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_2), (void*)value); } }; // System.Xml.Schema.XmlSchema struct XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA : public XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 { public: // System.String System.Xml.Schema.XmlSchema::id String_t* ___id_0; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA, ___id_0)); } inline String_t* get_id_0() const { return ___id_0; } inline String_t** get_address_of_id_0() { return &___id_0; } inline void set_id_0(String_t* value) { ___id_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_0), (void*)value); } }; // System.Xml.Schema.XmlSchemaAnnotated struct XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 : public XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 { public: public: }; // System.Xml.Schema.XmlSchemaObjectCollection struct XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 : public CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB { public: // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::parent XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * ___parent_1; public: inline static int32_t get_offset_of_parent_1() { return static_cast(offsetof(XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931, ___parent_1)); } inline XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * get_parent_1() const { return ___parent_1; } inline XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 ** get_address_of_parent_1() { return &___parent_1; } inline void set_parent_1(XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * value) { ___parent_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_1), (void*)value); } }; // System.Xml.Serialization.XmlSchemaProviderAttribute struct XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Xml.Serialization.XmlSchemaProviderAttribute::_methodName String_t* ____methodName_0; // System.Boolean System.Xml.Serialization.XmlSchemaProviderAttribute::_isAny bool ____isAny_1; public: inline static int32_t get_offset_of__methodName_0() { return static_cast(offsetof(XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA, ____methodName_0)); } inline String_t* get__methodName_0() const { return ____methodName_0; } inline String_t** get_address_of__methodName_0() { return &____methodName_0; } inline void set__methodName_0(String_t* value) { ____methodName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____methodName_0), (void*)value); } inline static int32_t get_offset_of__isAny_1() { return static_cast(offsetof(XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA, ____isAny_1)); } inline bool get__isAny_1() const { return ____isAny_1; } inline bool* get_address_of__isAny_1() { return &____isAny_1; } inline void set__isAny_1(bool value) { ____isAny_1 = value; } }; // System.Xml.Serialization.XmlSerializationReader struct XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD : public XmlSerializationGeneratedCode_t434CFD8D2AF9FEC58DB65E02599C37182563C638 { public: // System.Xml.XmlDocument System.Xml.Serialization.XmlSerializationReader::document XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___document_0; // System.Xml.XmlReader System.Xml.Serialization.XmlSerializationReader::reader XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___reader_1; // System.Collections.ArrayList System.Xml.Serialization.XmlSerializationReader::fixups ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___fixups_2; // System.Collections.Hashtable System.Xml.Serialization.XmlSerializationReader::collFixups Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___collFixups_3; // System.Collections.ArrayList System.Xml.Serialization.XmlSerializationReader::collItemFixups ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___collItemFixups_4; // System.Collections.Hashtable System.Xml.Serialization.XmlSerializationReader::typesCallbacks Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___typesCallbacks_5; // System.Collections.ArrayList System.Xml.Serialization.XmlSerializationReader::noIDTargets ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___noIDTargets_6; // System.Collections.Hashtable System.Xml.Serialization.XmlSerializationReader::targets Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___targets_7; // System.Collections.Hashtable System.Xml.Serialization.XmlSerializationReader::delayedListFixups Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___delayedListFixups_8; // System.Xml.Serialization.XmlSerializer System.Xml.Serialization.XmlSerializationReader::eventSource XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * ___eventSource_9; // System.Int32 System.Xml.Serialization.XmlSerializationReader::delayedFixupId int32_t ___delayedFixupId_10; // System.Collections.Hashtable System.Xml.Serialization.XmlSerializationReader::referencedObjects Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___referencedObjects_11; // System.Int32 System.Xml.Serialization.XmlSerializationReader::readCount int32_t ___readCount_12; // System.Int32 System.Xml.Serialization.XmlSerializationReader::whileIterationCount int32_t ___whileIterationCount_13; // System.String System.Xml.Serialization.XmlSerializationReader::w3SchemaNS String_t* ___w3SchemaNS_14; // System.String System.Xml.Serialization.XmlSerializationReader::w3InstanceNS String_t* ___w3InstanceNS_15; // System.String System.Xml.Serialization.XmlSerializationReader::w3InstanceNS2000 String_t* ___w3InstanceNS2000_16; // System.String System.Xml.Serialization.XmlSerializationReader::w3InstanceNS1999 String_t* ___w3InstanceNS1999_17; // System.String System.Xml.Serialization.XmlSerializationReader::soapNS String_t* ___soapNS_18; // System.String System.Xml.Serialization.XmlSerializationReader::wsdlNS String_t* ___wsdlNS_19; // System.String System.Xml.Serialization.XmlSerializationReader::nullX String_t* ___nullX_20; // System.String System.Xml.Serialization.XmlSerializationReader::nil String_t* ___nil_21; // System.String System.Xml.Serialization.XmlSerializationReader::typeX String_t* ___typeX_22; // System.String System.Xml.Serialization.XmlSerializationReader::arrayType String_t* ___arrayType_23; // System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializationReader::arrayQName XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___arrayQName_24; public: inline static int32_t get_offset_of_document_0() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___document_0)); } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * get_document_0() const { return ___document_0; } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F ** get_address_of_document_0() { return &___document_0; } inline void set_document_0(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * value) { ___document_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___document_0), (void*)value); } inline static int32_t get_offset_of_reader_1() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___reader_1)); } inline XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * get_reader_1() const { return ___reader_1; } inline XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 ** get_address_of_reader_1() { return &___reader_1; } inline void set_reader_1(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * value) { ___reader_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_1), (void*)value); } inline static int32_t get_offset_of_fixups_2() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___fixups_2)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_fixups_2() const { return ___fixups_2; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_fixups_2() { return &___fixups_2; } inline void set_fixups_2(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___fixups_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___fixups_2), (void*)value); } inline static int32_t get_offset_of_collFixups_3() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___collFixups_3)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_collFixups_3() const { return ___collFixups_3; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_collFixups_3() { return &___collFixups_3; } inline void set_collFixups_3(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___collFixups_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___collFixups_3), (void*)value); } inline static int32_t get_offset_of_collItemFixups_4() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___collItemFixups_4)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_collItemFixups_4() const { return ___collItemFixups_4; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_collItemFixups_4() { return &___collItemFixups_4; } inline void set_collItemFixups_4(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___collItemFixups_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___collItemFixups_4), (void*)value); } inline static int32_t get_offset_of_typesCallbacks_5() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___typesCallbacks_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_typesCallbacks_5() const { return ___typesCallbacks_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_typesCallbacks_5() { return &___typesCallbacks_5; } inline void set_typesCallbacks_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___typesCallbacks_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___typesCallbacks_5), (void*)value); } inline static int32_t get_offset_of_noIDTargets_6() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___noIDTargets_6)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_noIDTargets_6() const { return ___noIDTargets_6; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_noIDTargets_6() { return &___noIDTargets_6; } inline void set_noIDTargets_6(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___noIDTargets_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___noIDTargets_6), (void*)value); } inline static int32_t get_offset_of_targets_7() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___targets_7)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_targets_7() const { return ___targets_7; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_targets_7() { return &___targets_7; } inline void set_targets_7(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___targets_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___targets_7), (void*)value); } inline static int32_t get_offset_of_delayedListFixups_8() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___delayedListFixups_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_delayedListFixups_8() const { return ___delayedListFixups_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_delayedListFixups_8() { return &___delayedListFixups_8; } inline void set_delayedListFixups_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___delayedListFixups_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___delayedListFixups_8), (void*)value); } inline static int32_t get_offset_of_eventSource_9() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___eventSource_9)); } inline XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * get_eventSource_9() const { return ___eventSource_9; } inline XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B ** get_address_of_eventSource_9() { return &___eventSource_9; } inline void set_eventSource_9(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * value) { ___eventSource_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___eventSource_9), (void*)value); } inline static int32_t get_offset_of_delayedFixupId_10() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___delayedFixupId_10)); } inline int32_t get_delayedFixupId_10() const { return ___delayedFixupId_10; } inline int32_t* get_address_of_delayedFixupId_10() { return &___delayedFixupId_10; } inline void set_delayedFixupId_10(int32_t value) { ___delayedFixupId_10 = value; } inline static int32_t get_offset_of_referencedObjects_11() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___referencedObjects_11)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_referencedObjects_11() const { return ___referencedObjects_11; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_referencedObjects_11() { return &___referencedObjects_11; } inline void set_referencedObjects_11(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___referencedObjects_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___referencedObjects_11), (void*)value); } inline static int32_t get_offset_of_readCount_12() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___readCount_12)); } inline int32_t get_readCount_12() const { return ___readCount_12; } inline int32_t* get_address_of_readCount_12() { return &___readCount_12; } inline void set_readCount_12(int32_t value) { ___readCount_12 = value; } inline static int32_t get_offset_of_whileIterationCount_13() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___whileIterationCount_13)); } inline int32_t get_whileIterationCount_13() const { return ___whileIterationCount_13; } inline int32_t* get_address_of_whileIterationCount_13() { return &___whileIterationCount_13; } inline void set_whileIterationCount_13(int32_t value) { ___whileIterationCount_13 = value; } inline static int32_t get_offset_of_w3SchemaNS_14() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___w3SchemaNS_14)); } inline String_t* get_w3SchemaNS_14() const { return ___w3SchemaNS_14; } inline String_t** get_address_of_w3SchemaNS_14() { return &___w3SchemaNS_14; } inline void set_w3SchemaNS_14(String_t* value) { ___w3SchemaNS_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___w3SchemaNS_14), (void*)value); } inline static int32_t get_offset_of_w3InstanceNS_15() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___w3InstanceNS_15)); } inline String_t* get_w3InstanceNS_15() const { return ___w3InstanceNS_15; } inline String_t** get_address_of_w3InstanceNS_15() { return &___w3InstanceNS_15; } inline void set_w3InstanceNS_15(String_t* value) { ___w3InstanceNS_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___w3InstanceNS_15), (void*)value); } inline static int32_t get_offset_of_w3InstanceNS2000_16() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___w3InstanceNS2000_16)); } inline String_t* get_w3InstanceNS2000_16() const { return ___w3InstanceNS2000_16; } inline String_t** get_address_of_w3InstanceNS2000_16() { return &___w3InstanceNS2000_16; } inline void set_w3InstanceNS2000_16(String_t* value) { ___w3InstanceNS2000_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___w3InstanceNS2000_16), (void*)value); } inline static int32_t get_offset_of_w3InstanceNS1999_17() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___w3InstanceNS1999_17)); } inline String_t* get_w3InstanceNS1999_17() const { return ___w3InstanceNS1999_17; } inline String_t** get_address_of_w3InstanceNS1999_17() { return &___w3InstanceNS1999_17; } inline void set_w3InstanceNS1999_17(String_t* value) { ___w3InstanceNS1999_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___w3InstanceNS1999_17), (void*)value); } inline static int32_t get_offset_of_soapNS_18() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___soapNS_18)); } inline String_t* get_soapNS_18() const { return ___soapNS_18; } inline String_t** get_address_of_soapNS_18() { return &___soapNS_18; } inline void set_soapNS_18(String_t* value) { ___soapNS_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___soapNS_18), (void*)value); } inline static int32_t get_offset_of_wsdlNS_19() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___wsdlNS_19)); } inline String_t* get_wsdlNS_19() const { return ___wsdlNS_19; } inline String_t** get_address_of_wsdlNS_19() { return &___wsdlNS_19; } inline void set_wsdlNS_19(String_t* value) { ___wsdlNS_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___wsdlNS_19), (void*)value); } inline static int32_t get_offset_of_nullX_20() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___nullX_20)); } inline String_t* get_nullX_20() const { return ___nullX_20; } inline String_t** get_address_of_nullX_20() { return &___nullX_20; } inline void set_nullX_20(String_t* value) { ___nullX_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___nullX_20), (void*)value); } inline static int32_t get_offset_of_nil_21() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___nil_21)); } inline String_t* get_nil_21() const { return ___nil_21; } inline String_t** get_address_of_nil_21() { return &___nil_21; } inline void set_nil_21(String_t* value) { ___nil_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___nil_21), (void*)value); } inline static int32_t get_offset_of_typeX_22() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___typeX_22)); } inline String_t* get_typeX_22() const { return ___typeX_22; } inline String_t** get_address_of_typeX_22() { return &___typeX_22; } inline void set_typeX_22(String_t* value) { ___typeX_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeX_22), (void*)value); } inline static int32_t get_offset_of_arrayType_23() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___arrayType_23)); } inline String_t* get_arrayType_23() const { return ___arrayType_23; } inline String_t** get_address_of_arrayType_23() { return &___arrayType_23; } inline void set_arrayType_23(String_t* value) { ___arrayType_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrayType_23), (void*)value); } inline static int32_t get_offset_of_arrayQName_24() { return static_cast(offsetof(XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD, ___arrayQName_24)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_arrayQName_24() const { return ___arrayQName_24; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_arrayQName_24() { return &___arrayQName_24; } inline void set_arrayQName_24(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___arrayQName_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrayQName_24), (void*)value); } }; // System.Xml.Serialization.XmlSerializationWriter struct XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F : public XmlSerializationGeneratedCode_t434CFD8D2AF9FEC58DB65E02599C37182563C638 { public: // System.Runtime.Serialization.ObjectIDGenerator System.Xml.Serialization.XmlSerializationWriter::idGenerator ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259 * ___idGenerator_0; // System.Int32 System.Xml.Serialization.XmlSerializationWriter::qnameCount int32_t ___qnameCount_1; // System.Boolean System.Xml.Serialization.XmlSerializationWriter::topLevelElement bool ___topLevelElement_2; // System.Collections.ArrayList System.Xml.Serialization.XmlSerializationWriter::namespaces ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___namespaces_3; // System.Xml.XmlWriter System.Xml.Serialization.XmlSerializationWriter::writer XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___writer_4; // System.Collections.Queue System.Xml.Serialization.XmlSerializationWriter::referencedElements Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * ___referencedElements_5; // System.Collections.Hashtable System.Xml.Serialization.XmlSerializationWriter::callbacks Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___callbacks_6; // System.Collections.Hashtable System.Xml.Serialization.XmlSerializationWriter::serializedObjects Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___serializedObjects_7; public: inline static int32_t get_offset_of_idGenerator_0() { return static_cast(offsetof(XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F, ___idGenerator_0)); } inline ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259 * get_idGenerator_0() const { return ___idGenerator_0; } inline ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259 ** get_address_of_idGenerator_0() { return &___idGenerator_0; } inline void set_idGenerator_0(ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259 * value) { ___idGenerator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___idGenerator_0), (void*)value); } inline static int32_t get_offset_of_qnameCount_1() { return static_cast(offsetof(XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F, ___qnameCount_1)); } inline int32_t get_qnameCount_1() const { return ___qnameCount_1; } inline int32_t* get_address_of_qnameCount_1() { return &___qnameCount_1; } inline void set_qnameCount_1(int32_t value) { ___qnameCount_1 = value; } inline static int32_t get_offset_of_topLevelElement_2() { return static_cast(offsetof(XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F, ___topLevelElement_2)); } inline bool get_topLevelElement_2() const { return ___topLevelElement_2; } inline bool* get_address_of_topLevelElement_2() { return &___topLevelElement_2; } inline void set_topLevelElement_2(bool value) { ___topLevelElement_2 = value; } inline static int32_t get_offset_of_namespaces_3() { return static_cast(offsetof(XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F, ___namespaces_3)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_namespaces_3() const { return ___namespaces_3; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_namespaces_3() { return &___namespaces_3; } inline void set_namespaces_3(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___namespaces_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaces_3), (void*)value); } inline static int32_t get_offset_of_writer_4() { return static_cast(offsetof(XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F, ___writer_4)); } inline XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * get_writer_4() const { return ___writer_4; } inline XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D ** get_address_of_writer_4() { return &___writer_4; } inline void set_writer_4(XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * value) { ___writer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___writer_4), (void*)value); } inline static int32_t get_offset_of_referencedElements_5() { return static_cast(offsetof(XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F, ___referencedElements_5)); } inline Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * get_referencedElements_5() const { return ___referencedElements_5; } inline Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 ** get_address_of_referencedElements_5() { return &___referencedElements_5; } inline void set_referencedElements_5(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * value) { ___referencedElements_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___referencedElements_5), (void*)value); } inline static int32_t get_offset_of_callbacks_6() { return static_cast(offsetof(XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F, ___callbacks_6)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_callbacks_6() const { return ___callbacks_6; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_callbacks_6() { return &___callbacks_6; } inline void set_callbacks_6(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___callbacks_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___callbacks_6), (void*)value); } inline static int32_t get_offset_of_serializedObjects_7() { return static_cast(offsetof(XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F, ___serializedObjects_7)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_serializedObjects_7() const { return ___serializedObjects_7; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_serializedObjects_7() { return &___serializedObjects_7; } inline void set_serializedObjects_7(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___serializedObjects_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___serializedObjects_7), (void*)value); } }; // System.Xml.Serialization.XmlTextAttribute struct XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Xml.Serialization.XmlTextAttribute::dataType String_t* ___dataType_0; // System.Type System.Xml.Serialization.XmlTextAttribute::type Type_t * ___type_1; public: inline static int32_t get_offset_of_dataType_0() { return static_cast(offsetof(XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E, ___dataType_0)); } inline String_t* get_dataType_0() const { return ___dataType_0; } inline String_t** get_address_of_dataType_0() { return &___dataType_0; } inline void set_dataType_0(String_t* value) { ___dataType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataType_0), (void*)value); } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E, ___type_1)); } inline Type_t * get_type_1() const { return ___type_1; } inline Type_t ** get_address_of_type_1() { return &___type_1; } inline void set_type_1(Type_t * value) { ___type_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value); } }; // System.Xml.XmlTextReader struct XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 : public XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 { public: // System.Xml.XmlTextReaderImpl System.Xml.XmlTextReader::impl XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * ___impl_3; public: inline static int32_t get_offset_of_impl_3() { return static_cast(offsetof(XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5, ___impl_3)); } inline XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * get_impl_3() const { return ___impl_3; } inline XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 ** get_address_of_impl_3() { return &___impl_3; } inline void set_impl_3(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * value) { ___impl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_3), (void*)value); } }; // System.Xml.Serialization.XmlTypeMapElementInfoList struct XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A : public ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 { public: public: }; // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute struct XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE : public XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC { public: public: }; // System.Xml.Serialization.XmlTypeMapMemberElement struct XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 : public XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC { public: // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.XmlTypeMapMemberElement::_elementInfo XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * ____elementInfo_10; // System.String System.Xml.Serialization.XmlTypeMapMemberElement::_choiceMember String_t* ____choiceMember_11; // System.Boolean System.Xml.Serialization.XmlTypeMapMemberElement::_isTextCollector bool ____isTextCollector_12; // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMemberElement::_choiceTypeData TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ____choiceTypeData_13; public: inline static int32_t get_offset_of__elementInfo_10() { return static_cast(offsetof(XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747, ____elementInfo_10)); } inline XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * get__elementInfo_10() const { return ____elementInfo_10; } inline XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A ** get_address_of__elementInfo_10() { return &____elementInfo_10; } inline void set__elementInfo_10(XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * value) { ____elementInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____elementInfo_10), (void*)value); } inline static int32_t get_offset_of__choiceMember_11() { return static_cast(offsetof(XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747, ____choiceMember_11)); } inline String_t* get__choiceMember_11() const { return ____choiceMember_11; } inline String_t** get_address_of__choiceMember_11() { return &____choiceMember_11; } inline void set__choiceMember_11(String_t* value) { ____choiceMember_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____choiceMember_11), (void*)value); } inline static int32_t get_offset_of__isTextCollector_12() { return static_cast(offsetof(XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747, ____isTextCollector_12)); } inline bool get__isTextCollector_12() const { return ____isTextCollector_12; } inline bool* get_address_of__isTextCollector_12() { return &____isTextCollector_12; } inline void set__isTextCollector_12(bool value) { ____isTextCollector_12 = value; } inline static int32_t get_offset_of__choiceTypeData_13() { return static_cast(offsetof(XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747, ____choiceTypeData_13)); } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * get__choiceTypeData_13() const { return ____choiceTypeData_13; } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 ** get_address_of__choiceTypeData_13() { return &____choiceTypeData_13; } inline void set__choiceTypeData_13(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * value) { ____choiceTypeData_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____choiceTypeData_13), (void*)value); } }; // System.Xml.Serialization.XmlTypeMapMemberNamespaces struct XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D : public XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC { public: public: }; // System.Xml.XmlUrlResolver struct XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 : public XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A { public: // System.Net.ICredentials System.Xml.XmlUrlResolver::_credentials RuntimeObject* ____credentials_1; // System.Net.IWebProxy System.Xml.XmlUrlResolver::_proxy RuntimeObject* ____proxy_2; // System.Net.Cache.RequestCachePolicy System.Xml.XmlUrlResolver::_cachePolicy RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ____cachePolicy_3; public: inline static int32_t get_offset_of__credentials_1() { return static_cast(offsetof(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1, ____credentials_1)); } inline RuntimeObject* get__credentials_1() const { return ____credentials_1; } inline RuntimeObject** get_address_of__credentials_1() { return &____credentials_1; } inline void set__credentials_1(RuntimeObject* value) { ____credentials_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____credentials_1), (void*)value); } inline static int32_t get_offset_of__proxy_2() { return static_cast(offsetof(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1, ____proxy_2)); } inline RuntimeObject* get__proxy_2() const { return ____proxy_2; } inline RuntimeObject** get_address_of__proxy_2() { return &____proxy_2; } inline void set__proxy_2(RuntimeObject* value) { ____proxy_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____proxy_2), (void*)value); } inline static int32_t get_offset_of__cachePolicy_3() { return static_cast(offsetof(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1, ____cachePolicy_3)); } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * get__cachePolicy_3() const { return ____cachePolicy_3; } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED ** get_address_of__cachePolicy_3() { return &____cachePolicy_3; } inline void set__cachePolicy_3(RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * value) { ____cachePolicy_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____cachePolicy_3), (void*)value); } }; // System.Xml.XmlNamedNodeMap/SmallXmlNodeList struct SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE { public: // System.Object System.Xml.XmlNamedNodeMap/SmallXmlNodeList::field RuntimeObject * ___field_0; public: inline static int32_t get_offset_of_field_0() { return static_cast(offsetof(SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE, ___field_0)); } inline RuntimeObject * get_field_0() const { return ___field_0; } inline RuntimeObject ** get_address_of_field_0() { return &___field_0; } inline void set_field_0(RuntimeObject * value) { ___field_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___field_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Xml.XmlNamedNodeMap/SmallXmlNodeList struct SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE_marshaled_pinvoke { Il2CppIUnknown* ___field_0; }; // Native definition for COM marshalling of System.Xml.XmlNamedNodeMap/SmallXmlNodeList struct SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE_marshaled_com { Il2CppIUnknown* ___field_0; }; // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { public: // System.IntPtr System.Reflection.Assembly::_mono_assembly intptr_t ____mono_assembly_0; // System.Reflection.Assembly/ResolveEventHolder System.Reflection.Assembly::resolve_event_holder ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; // System.Object System.Reflection.Assembly::_evidence RuntimeObject * ____evidence_2; // System.Object System.Reflection.Assembly::_minimum RuntimeObject * ____minimum_3; // System.Object System.Reflection.Assembly::_optional RuntimeObject * ____optional_4; // System.Object System.Reflection.Assembly::_refuse RuntimeObject * ____refuse_5; // System.Object System.Reflection.Assembly::_granted RuntimeObject * ____granted_6; // System.Object System.Reflection.Assembly::_denied RuntimeObject * ____denied_7; // System.Boolean System.Reflection.Assembly::fromByteArray bool ___fromByteArray_8; // System.String System.Reflection.Assembly::assemblyName String_t* ___assemblyName_9; public: inline static int32_t get_offset_of__mono_assembly_0() { return static_cast(offsetof(Assembly_t, ____mono_assembly_0)); } inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; } inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; } inline void set__mono_assembly_0(intptr_t value) { ____mono_assembly_0 = value; } inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast(offsetof(Assembly_t, ___resolve_event_holder_1)); } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolve_event_holder_1), (void*)value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline RuntimeObject * get__evidence_2() const { return ____evidence_2; } inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(RuntimeObject * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____evidence_2), (void*)value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline RuntimeObject * get__minimum_3() const { return ____minimum_3; } inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(RuntimeObject * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____minimum_3), (void*)value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline RuntimeObject * get__optional_4() const { return ____optional_4; } inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(RuntimeObject * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____optional_4), (void*)value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline RuntimeObject * get__refuse_5() const { return ____refuse_5; } inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(RuntimeObject * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____refuse_5), (void*)value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline RuntimeObject * get__granted_6() const { return ____granted_6; } inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(RuntimeObject * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____granted_6), (void*)value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline RuntimeObject * get__denied_7() const { return ____denied_7; } inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(RuntimeObject * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____denied_7), (void*)value); } inline static int32_t get_offset_of_fromByteArray_8() { return static_cast(offsetof(Assembly_t, ___fromByteArray_8)); } inline bool get_fromByteArray_8() const { return ___fromByteArray_8; } inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; } inline void set_fromByteArray_8(bool value) { ___fromByteArray_8 = value; } inline static int32_t get_offset_of_assemblyName_9() { return static_cast(offsetof(Assembly_t, ___assemblyName_9)); } inline String_t* get_assemblyName_9() const { return ___assemblyName_9; } inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; } inline void set_assemblyName_9(String_t* value) { ___assemblyName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___assemblyName_9), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_pinvoke { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; char* ___assemblyName_9; }; // Native definition for COM marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_com { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; Il2CppChar* ___assemblyName_9; }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Serialization.ClassMap struct ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB : public ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C { public: // System.Collections.Hashtable System.Xml.Serialization.ClassMap::_elements Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____elements_0; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_elementMembers ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____elementMembers_1; // System.Collections.Hashtable System.Xml.Serialization.ClassMap::_attributeMembers Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____attributeMembers_2; // System.Xml.Serialization.XmlTypeMapMemberAttribute[] System.Xml.Serialization.ClassMap::_attributeMembersArray XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35* ____attributeMembersArray_3; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_flatLists ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____flatLists_4; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_allMembers ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____allMembers_5; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_membersWithDefault ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____membersWithDefault_6; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_listMembers ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____listMembers_7; // System.Xml.Serialization.XmlTypeMapMemberAnyElement System.Xml.Serialization.ClassMap::_defaultAnyElement XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * ____defaultAnyElement_8; // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute System.Xml.Serialization.ClassMap::_defaultAnyAttribute XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * ____defaultAnyAttribute_9; // System.Xml.Serialization.XmlTypeMapMemberNamespaces System.Xml.Serialization.ClassMap::_namespaceDeclarations XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * ____namespaceDeclarations_10; // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.ClassMap::_xmlTextCollector XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ____xmlTextCollector_11; // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.ClassMap::_returnMember XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ____returnMember_12; // System.Boolean System.Xml.Serialization.ClassMap::_ignoreMemberNamespace bool ____ignoreMemberNamespace_13; // System.Boolean System.Xml.Serialization.ClassMap::_canBeSimpleType bool ____canBeSimpleType_14; // System.Nullable`1 System.Xml.Serialization.ClassMap::_isOrderDependentMap Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____isOrderDependentMap_15; public: inline static int32_t get_offset_of__elements_0() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____elements_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__elements_0() const { return ____elements_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__elements_0() { return &____elements_0; } inline void set__elements_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____elements_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____elements_0), (void*)value); } inline static int32_t get_offset_of__elementMembers_1() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____elementMembers_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__elementMembers_1() const { return ____elementMembers_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__elementMembers_1() { return &____elementMembers_1; } inline void set__elementMembers_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____elementMembers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____elementMembers_1), (void*)value); } inline static int32_t get_offset_of__attributeMembers_2() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____attributeMembers_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__attributeMembers_2() const { return ____attributeMembers_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__attributeMembers_2() { return &____attributeMembers_2; } inline void set__attributeMembers_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____attributeMembers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributeMembers_2), (void*)value); } inline static int32_t get_offset_of__attributeMembersArray_3() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____attributeMembersArray_3)); } inline XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35* get__attributeMembersArray_3() const { return ____attributeMembersArray_3; } inline XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35** get_address_of__attributeMembersArray_3() { return &____attributeMembersArray_3; } inline void set__attributeMembersArray_3(XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35* value) { ____attributeMembersArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributeMembersArray_3), (void*)value); } inline static int32_t get_offset_of__flatLists_4() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____flatLists_4)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__flatLists_4() const { return ____flatLists_4; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__flatLists_4() { return &____flatLists_4; } inline void set__flatLists_4(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____flatLists_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____flatLists_4), (void*)value); } inline static int32_t get_offset_of__allMembers_5() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____allMembers_5)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__allMembers_5() const { return ____allMembers_5; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__allMembers_5() { return &____allMembers_5; } inline void set__allMembers_5(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____allMembers_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____allMembers_5), (void*)value); } inline static int32_t get_offset_of__membersWithDefault_6() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____membersWithDefault_6)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__membersWithDefault_6() const { return ____membersWithDefault_6; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__membersWithDefault_6() { return &____membersWithDefault_6; } inline void set__membersWithDefault_6(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____membersWithDefault_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____membersWithDefault_6), (void*)value); } inline static int32_t get_offset_of__listMembers_7() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____listMembers_7)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__listMembers_7() const { return ____listMembers_7; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__listMembers_7() { return &____listMembers_7; } inline void set__listMembers_7(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____listMembers_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____listMembers_7), (void*)value); } inline static int32_t get_offset_of__defaultAnyElement_8() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____defaultAnyElement_8)); } inline XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * get__defaultAnyElement_8() const { return ____defaultAnyElement_8; } inline XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 ** get_address_of__defaultAnyElement_8() { return &____defaultAnyElement_8; } inline void set__defaultAnyElement_8(XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * value) { ____defaultAnyElement_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultAnyElement_8), (void*)value); } inline static int32_t get_offset_of__defaultAnyAttribute_9() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____defaultAnyAttribute_9)); } inline XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * get__defaultAnyAttribute_9() const { return ____defaultAnyAttribute_9; } inline XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE ** get_address_of__defaultAnyAttribute_9() { return &____defaultAnyAttribute_9; } inline void set__defaultAnyAttribute_9(XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * value) { ____defaultAnyAttribute_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultAnyAttribute_9), (void*)value); } inline static int32_t get_offset_of__namespaceDeclarations_10() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____namespaceDeclarations_10)); } inline XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * get__namespaceDeclarations_10() const { return ____namespaceDeclarations_10; } inline XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D ** get_address_of__namespaceDeclarations_10() { return &____namespaceDeclarations_10; } inline void set__namespaceDeclarations_10(XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * value) { ____namespaceDeclarations_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____namespaceDeclarations_10), (void*)value); } inline static int32_t get_offset_of__xmlTextCollector_11() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____xmlTextCollector_11)); } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * get__xmlTextCollector_11() const { return ____xmlTextCollector_11; } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC ** get_address_of__xmlTextCollector_11() { return &____xmlTextCollector_11; } inline void set__xmlTextCollector_11(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * value) { ____xmlTextCollector_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlTextCollector_11), (void*)value); } inline static int32_t get_offset_of__returnMember_12() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____returnMember_12)); } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * get__returnMember_12() const { return ____returnMember_12; } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC ** get_address_of__returnMember_12() { return &____returnMember_12; } inline void set__returnMember_12(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * value) { ____returnMember_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____returnMember_12), (void*)value); } inline static int32_t get_offset_of__ignoreMemberNamespace_13() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____ignoreMemberNamespace_13)); } inline bool get__ignoreMemberNamespace_13() const { return ____ignoreMemberNamespace_13; } inline bool* get_address_of__ignoreMemberNamespace_13() { return &____ignoreMemberNamespace_13; } inline void set__ignoreMemberNamespace_13(bool value) { ____ignoreMemberNamespace_13 = value; } inline static int32_t get_offset_of__canBeSimpleType_14() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____canBeSimpleType_14)); } inline bool get__canBeSimpleType_14() const { return ____canBeSimpleType_14; } inline bool* get_address_of__canBeSimpleType_14() { return &____canBeSimpleType_14; } inline void set__canBeSimpleType_14(bool value) { ____canBeSimpleType_14 = value; } inline static int32_t get_offset_of__isOrderDependentMap_15() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____isOrderDependentMap_15)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__isOrderDependentMap_15() const { return ____isOrderDependentMap_15; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__isOrderDependentMap_15() { return &____isOrderDependentMap_15; } inline void set__isOrderDependentMap_15(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____isOrderDependentMap_15 = value; } }; // System.Xml.ConformanceLevel struct ConformanceLevel_tDDD7A5E189C7A150AB656A9070173CD8C2A5B653 { public: // System.Int32 System.Xml.ConformanceLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConformanceLevel_tDDD7A5E189C7A150AB656A9070173CD8C2A5B653, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.Xml.DtdProcessing struct DtdProcessing_t25005AA22D71FA607D010E88CBB7299378A455F5 { public: // System.Int32 System.Xml.DtdProcessing::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DtdProcessing_t25005AA22D71FA607D010E88CBB7299378A455F5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)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((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Xml.Schema.FacetType struct FacetType_tD288C0D513D0B8838CC158D82E99C29187D99365 { public: // System.Int32 System.Xml.Schema.FacetType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FacetType_tD288C0D513D0B8838CC158D82E99C29187D99365, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Formatting struct Formatting_t1E6C9EEFAFBEA3953A61247936613F766513FCCB { public: // System.Int32 System.Xml.Formatting::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Formatting_t1E6C9EEFAFBEA3953A61247936613F766513FCCB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC : public RuntimeObject { public: // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* ___buckets_10; // System.Int32 System.Collections.Hashtable::count int32_t ___count_11; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_12; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_13; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_17; // System.Collections.ICollection System.Collections.Hashtable::values RuntimeObject* ___values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_20; public: inline static int32_t get_offset_of_buckets_10() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___buckets_10)); } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* get_buckets_10() const { return ___buckets_10; } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190** get_address_of_buckets_10() { return &___buckets_10; } inline void set_buckets_10(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* value) { ___buckets_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value); } inline static int32_t get_offset_of_count_11() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___count_11)); } inline int32_t get_count_11() const { return ___count_11; } inline int32_t* get_address_of_count_11() { return &___count_11; } inline void set_count_11(int32_t value) { ___count_11 = value; } inline static int32_t get_offset_of_occupancy_12() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___occupancy_12)); } inline int32_t get_occupancy_12() const { return ___occupancy_12; } inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; } inline void set_occupancy_12(int32_t value) { ___occupancy_12 = value; } inline static int32_t get_offset_of_loadsize_13() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadsize_13)); } inline int32_t get_loadsize_13() const { return ___loadsize_13; } inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; } inline void set_loadsize_13(int32_t value) { ___loadsize_13 = value; } inline static int32_t get_offset_of_loadFactor_14() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadFactor_14)); } inline float get_loadFactor_14() const { return ___loadFactor_14; } inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; } inline void set_loadFactor_14(float value) { ___loadFactor_14 = value; } inline static int32_t get_offset_of_version_15() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___version_15)); } inline int32_t get_version_15() const { return ___version_15; } inline int32_t* get_address_of_version_15() { return &___version_15; } inline void set_version_15(int32_t value) { ___version_15 = value; } inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___isWriterInProgress_16)); } inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; } inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; } inline void set_isWriterInProgress_16(bool value) { ___isWriterInProgress_16 = value; } inline static int32_t get_offset_of_keys_17() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___keys_17)); } inline RuntimeObject* get_keys_17() const { return ___keys_17; } inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; } inline void set_keys_17(RuntimeObject* value) { ___keys_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value); } inline static int32_t get_offset_of_values_18() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___values_18)); } inline RuntimeObject* get_values_18() const { return ___values_18; } inline RuntimeObject** get_address_of_values_18() { return &___values_18; } inline void set_values_18(RuntimeObject* value) { ___values_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value); } inline static int32_t get_offset_of__keycomparer_19() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____keycomparer_19)); } inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; } inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; } inline void set__keycomparer_19(RuntimeObject* value) { ____keycomparer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value); } inline static int32_t get_offset_of__syncRoot_20() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____syncRoot_20)); } inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; } inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; } inline void set__syncRoot_20(RuntimeObject * value) { ____syncRoot_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value); } }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // System.Globalization.NumberStyles struct NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.ReadState struct ReadState_tD89BBF06656CA45737179919236BDA5EC69D2FEF { public: // System.Int32 System.Xml.ReadState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReadState_tD89BBF06656CA45737179919236BDA5EC69D2FEF, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { 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_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___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; } }; // System.Xml.Schema.SchemaType struct SchemaType_tEB15E34E0729AA4438855C9D6E1FA56F7759B55F { public: // System.Int32 System.Xml.Schema.SchemaType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SchemaType_tEB15E34E0729AA4438855C9D6E1FA56F7759B55F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Serialization.SchemaTypes struct SchemaTypes_t335C61BC524CBCF69090FE1A5B5227A5B03AF2C6 { public: // System.Int32 System.Xml.Serialization.SchemaTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SchemaTypes_t335C61BC524CBCF69090FE1A5B5227A5B03AF2C6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.SeekOrigin struct SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Serialization.SerializationFormat struct SerializationFormat_tAA809018F2717CCC5D0D99A37DE4542612D2CFA3 { public: // System.Int32 System.Xml.Serialization.SerializationFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SerializationFormat_tAA809018F2717CCC5D0D99A37DE4542612D2CFA3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_4; // System.Object System.Threading.Tasks.Task::m_action RuntimeObject * ___m_action_5; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject * ___m_stateObject_6; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_parent_8; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_9; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject * ___m_continuationObject_28; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * ___m_contingentProperties_33; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskId_4)); } inline int32_t get_m_taskId_4() const { return ___m_taskId_4; } inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; } inline void set_m_taskId_4(int32_t value) { ___m_taskId_4 = value; } inline static int32_t get_offset_of_m_action_5() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_action_5)); } inline RuntimeObject * get_m_action_5() const { return ___m_action_5; } inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; } inline void set_m_action_5(RuntimeObject * value) { ___m_action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateObject_6)); } inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; } inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; } inline void set_m_stateObject_6(RuntimeObject * value) { ___m_stateObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskScheduler_7)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_parent_8)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateFlags_9)); } inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; } inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; } inline void set_m_stateFlags_9(int32_t value) { ___m_stateFlags_9 = value; } inline static int32_t get_offset_of_m_continuationObject_28() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_continuationObject_28)); } inline RuntimeObject * get_m_continuationObject_28() const { return ___m_continuationObject_28; } inline RuntimeObject ** get_address_of_m_continuationObject_28() { return &___m_continuationObject_28; } inline void set_m_continuationObject_28(RuntimeObject * value) { ___m_continuationObject_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_28), (void*)value); } inline static int32_t get_offset_of_m_contingentProperties_33() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_contingentProperties_33)); } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * get_m_contingentProperties_33() const { return ___m_contingentProperties_33; } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 ** get_address_of_m_contingentProperties_33() { return &___m_contingentProperties_33; } inline void set_m_contingentProperties_33(ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * value) { ___m_contingentProperties_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_33), (void*)value); } }; // System.TypeCode struct TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C { public: // System.Int32 System.TypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.ValidationType struct ValidationType_t588D32514C11D985F976526F7E3C81ABD1D27EBA { public: // System.Int32 System.Xml.ValidationType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ValidationType_t588D32514C11D985F976526F7E3C81ABD1D27EBA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.WhitespaceHandling struct WhitespaceHandling_t5B5D7F564E2C68D609D844ADC3D68F931DA5F034 { public: // System.Int32 System.Xml.WhitespaceHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WhitespaceHandling_t5B5D7F564E2C68D609D844ADC3D68F931DA5F034, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.WriteState struct WriteState_t5FC2A1D32436519584C900786EA9C0E15D9317C6 { public: // System.Int32 System.Xml.WriteState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WriteState_t5FC2A1D32436519584C900786EA9C0E15D9317C6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlCharacterData struct XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlCharacterData::data String_t* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B, ___data_2)); } inline String_t* get_data_2() const { return ___data_2; } inline String_t** get_address_of_data_2() { return &___data_2; } inline void set_data_2(String_t* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; // System.Xml.XmlElement struct XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.Xml.XmlName System.Xml.XmlElement::name XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name_2; // System.Xml.XmlAttributeCollection System.Xml.XmlElement::attributes XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * ___attributes_3; // System.Xml.XmlLinkedNode System.Xml.XmlElement::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_4; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___name_2)); } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * get_name_2() const { return ___name_2; } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** get_address_of_name_2() { return &___name_2; } inline void set_name_2(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_attributes_3() { return static_cast(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___attributes_3)); } inline XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * get_attributes_3() const { return ___attributes_3; } inline XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 ** get_address_of_attributes_3() { return &___attributes_3; } inline void set_attributes_3(XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * value) { ___attributes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_3), (void*)value); } inline static int32_t get_offset_of_lastChild_4() { return static_cast(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___lastChild_4)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_4() const { return ___lastChild_4; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_4() { return &___lastChild_4; } inline void set_lastChild_4(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_4), (void*)value); } }; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::parent XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parent_0; // System.Xml.XmlNamedNodeMap/SmallXmlNodeList System.Xml.XmlNamedNodeMap::nodes SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE ___nodes_1; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771, ___parent_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_parent_0() const { return ___parent_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value); } inline static int32_t get_offset_of_nodes_1() { return static_cast(offsetof(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771, ___nodes_1)); } inline SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE get_nodes_1() const { return ___nodes_1; } inline SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * get_address_of_nodes_1() { return &___nodes_1; } inline void set_nodes_1(SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE value) { ___nodes_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___nodes_1))->___field_0), (void*)NULL); } }; // System.Xml.XmlNodeType struct XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81 { public: // System.Int32 System.Xml.XmlNodeType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlRegisteredNonCachedStream struct XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream System.Xml.XmlRegisteredNonCachedStream::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // System.Xml.XmlDownloadManager System.Xml.XmlRegisteredNonCachedStream::downloadManager XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * ___downloadManager_6; // System.String System.Xml.XmlRegisteredNonCachedStream::host String_t* ___host_7; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_downloadManager_6() { return static_cast(offsetof(XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1, ___downloadManager_6)); } inline XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * get_downloadManager_6() const { return ___downloadManager_6; } inline XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D ** get_address_of_downloadManager_6() { return &___downloadManager_6; } inline void set_downloadManager_6(XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * value) { ___downloadManager_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___downloadManager_6), (void*)value); } inline static int32_t get_offset_of_host_7() { return static_cast(offsetof(XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1, ___host_7)); } inline String_t* get_host_7() const { return ___host_7; } inline String_t** get_address_of_host_7() { return &___host_7; } inline void set_host_7(String_t* value) { ___host_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___host_7), (void*)value); } }; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: public: }; // System.Xml.Schema.XmlSchemaContentProcessing struct XmlSchemaContentProcessing_t28E999866F49ED1037761C5FD7E866076606757C { public: // System.Int32 System.Xml.Schema.XmlSchemaContentProcessing::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaContentProcessing_t28E999866F49ED1037761C5FD7E866076606757C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaContentType struct XmlSchemaContentType_tCB95E5FCA55200D9C0AF534D6344518C0968E714 { public: // System.Int32 System.Xml.Schema.XmlSchemaContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaContentType_tCB95E5FCA55200D9C0AF534D6344518C0968E714, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaDatatypeVariety struct XmlSchemaDatatypeVariety_tC3E3DA50C51D19A6958479C5851FD90C59435E7B { public: // System.Int32 System.Xml.Schema.XmlSchemaDatatypeVariety::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaDatatypeVariety_tC3E3DA50C51D19A6958479C5851FD90C59435E7B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaDerivationMethod struct XmlSchemaDerivationMethod_tB960EB54D0A380C43B2EA296A17718B629BBD20E { public: // System.Int32 System.Xml.Schema.XmlSchemaDerivationMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaDerivationMethod_tB960EB54D0A380C43B2EA296A17718B629BBD20E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaForm struct XmlSchemaForm_tAFA037CC98C760F6686439643387677185EC9D91 { public: // System.Int32 System.Xml.Schema.XmlSchemaForm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaForm_tAFA037CC98C760F6686439643387677185EC9D91, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: public: }; // System.Xml.Schema.XmlSchemaValidationFlags struct XmlSchemaValidationFlags_tF0C150CF8BCED7131D6163452E106FBC5B7BBBA8 { public: // System.Int32 System.Xml.Schema.XmlSchemaValidationFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaValidationFlags_tF0C150CF8BCED7131D6163452E106FBC5B7BBBA8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaValidity struct XmlSchemaValidity_t89FC92B6FE84FBF210FA18A8F3ED13774FCED146 { public: // System.Int32 System.Xml.Schema.XmlSchemaValidity::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaValidity_t89FC92B6FE84FBF210FA18A8F3ED13774FCED146, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaWhiteSpace struct XmlSchemaWhiteSpace_tD6D42C877E1ACEB662CAE5F737BA69A233479E3D { public: // System.Int32 System.Xml.Schema.XmlSchemaWhiteSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaWhiteSpace_tD6D42C877E1ACEB662CAE5F737BA69A233479E3D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSeverityType struct XmlSeverityType_tF0C924049E29120AC681B4B2ECA491B70C902210 { public: // System.Int32 System.Xml.Schema.XmlSeverityType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSeverityType_tF0C924049E29120AC681B4B2ECA491B70C902210, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlSpace struct XmlSpace_t16F1125FF443A131844086CD412753BFE485A047 { public: // System.Int32 System.Xml.XmlSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSpace_t16F1125FF443A131844086CD412753BFE485A047, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlTextEncoder struct XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E : public RuntimeObject { public: // System.IO.TextWriter System.Xml.XmlTextEncoder::textWriter TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___textWriter_0; // System.Boolean System.Xml.XmlTextEncoder::inAttribute bool ___inAttribute_1; // System.Char System.Xml.XmlTextEncoder::quoteChar Il2CppChar ___quoteChar_2; // System.Text.StringBuilder System.Xml.XmlTextEncoder::attrValue StringBuilder_t * ___attrValue_3; // System.Boolean System.Xml.XmlTextEncoder::cacheAttrValue bool ___cacheAttrValue_4; // System.Xml.XmlCharType System.Xml.XmlTextEncoder::xmlCharType XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA ___xmlCharType_5; public: inline static int32_t get_offset_of_textWriter_0() { return static_cast(offsetof(XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E, ___textWriter_0)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_textWriter_0() const { return ___textWriter_0; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_textWriter_0() { return &___textWriter_0; } inline void set_textWriter_0(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___textWriter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___textWriter_0), (void*)value); } inline static int32_t get_offset_of_inAttribute_1() { return static_cast(offsetof(XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E, ___inAttribute_1)); } inline bool get_inAttribute_1() const { return ___inAttribute_1; } inline bool* get_address_of_inAttribute_1() { return &___inAttribute_1; } inline void set_inAttribute_1(bool value) { ___inAttribute_1 = value; } inline static int32_t get_offset_of_quoteChar_2() { return static_cast(offsetof(XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E, ___quoteChar_2)); } inline Il2CppChar get_quoteChar_2() const { return ___quoteChar_2; } inline Il2CppChar* get_address_of_quoteChar_2() { return &___quoteChar_2; } inline void set_quoteChar_2(Il2CppChar value) { ___quoteChar_2 = value; } inline static int32_t get_offset_of_attrValue_3() { return static_cast(offsetof(XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E, ___attrValue_3)); } inline StringBuilder_t * get_attrValue_3() const { return ___attrValue_3; } inline StringBuilder_t ** get_address_of_attrValue_3() { return &___attrValue_3; } inline void set_attrValue_3(StringBuilder_t * value) { ___attrValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrValue_3), (void*)value); } inline static int32_t get_offset_of_cacheAttrValue_4() { return static_cast(offsetof(XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E, ___cacheAttrValue_4)); } inline bool get_cacheAttrValue_4() const { return ___cacheAttrValue_4; } inline bool* get_address_of_cacheAttrValue_4() { return &___cacheAttrValue_4; } inline void set_cacheAttrValue_4(bool value) { ___cacheAttrValue_4 = value; } inline static int32_t get_offset_of_xmlCharType_5() { return static_cast(offsetof(XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E, ___xmlCharType_5)); } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA get_xmlCharType_5() const { return ___xmlCharType_5; } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * get_address_of_xmlCharType_5() { return &___xmlCharType_5; } inline void set_xmlCharType_5(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA value) { ___xmlCharType_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___xmlCharType_5))->___charProperties_2), (void*)NULL); } }; // System.Xml.XmlTokenizedType struct XmlTokenizedType_t920EB9FDDB3F1BF66147159D679D1BF84CB6ECD4 { public: // System.Int32 System.Xml.XmlTokenizedType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlTokenizedType_t920EB9FDDB3F1BF66147159D679D1BF84CB6ECD4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlTypeCode struct XmlTypeCode_t8BCC3C3572E95AA39A6F53864E90CE04AB3290E1 { public: // System.Int32 System.Xml.Schema.XmlTypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlTypeCode_t8BCC3C3572E95AA39A6F53864E90CE04AB3290E1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Serialization.XmlTypeMapMemberExpandable struct XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 : public XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 { public: // System.Int32 System.Xml.Serialization.XmlTypeMapMemberExpandable::_flatArrayIndex int32_t ____flatArrayIndex_14; public: inline static int32_t get_offset_of__flatArrayIndex_14() { return static_cast(offsetof(XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7, ____flatArrayIndex_14)); } inline int32_t get__flatArrayIndex_14() const { return ____flatArrayIndex_14; } inline int32_t* get_address_of__flatArrayIndex_14() { return &____flatArrayIndex_14; } inline void set__flatArrayIndex_14(int32_t value) { ____flatArrayIndex_14 = value; } }; // System.Xml.XmlUnspecifiedAttribute struct XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 : public XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D { public: // System.Boolean System.Xml.XmlUnspecifiedAttribute::fSpecified bool ___fSpecified_3; public: inline static int32_t get_offset_of_fSpecified_3() { return static_cast(offsetof(XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641, ___fSpecified_3)); } inline bool get_fSpecified_3() const { return ___fSpecified_3; } inline bool* get_address_of_fSpecified_3() { return &___fSpecified_3; } inline void set_fSpecified_3(bool value) { ___fSpecified_3 = value; } }; // System.Xml.Schema.NamespaceList/ListType struct ListType_tBCCE1790B6DF8C56EBFC60AD58C2A26063F9DBEC { public: // System.Int32 System.Xml.Schema.NamespaceList/ListType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ListType_tBCCE1790B6DF8C56EBFC60AD58C2A26063F9DBEC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.SchemaDeclBase/Use struct Use_t28B781655D907656D9A7781A78E59008C669F972 { public: // System.Int32 System.Xml.Schema.SchemaDeclBase/Use::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Use_t28B781655D907656D9A7781A78E59008C669F972, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Uri/Flags struct Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4 { public: // System.UInt64 System.Uri/Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlAtomicValue/Union struct Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F { public: union { struct { union { #pragma pack(push, tp, 1) struct { // System.Boolean System.Xml.Schema.XmlAtomicValue/Union::boolVal bool ___boolVal_0; }; #pragma pack(pop, tp) struct { bool ___boolVal_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Double System.Xml.Schema.XmlAtomicValue/Union::dblVal double ___dblVal_1; }; #pragma pack(pop, tp) struct { double ___dblVal_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int64 System.Xml.Schema.XmlAtomicValue/Union::i64Val int64_t ___i64Val_2; }; #pragma pack(pop, tp) struct { int64_t ___i64Val_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int32 System.Xml.Schema.XmlAtomicValue/Union::i32Val int32_t ___i32Val_3; }; #pragma pack(pop, tp) struct { int32_t ___i32Val_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.DateTime System.Xml.Schema.XmlAtomicValue/Union::dtVal DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4; }; #pragma pack(pop, tp) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4_forAlignmentOnly; }; }; }; uint8_t Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F__padding[8]; }; public: inline static int32_t get_offset_of_boolVal_0() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___boolVal_0)); } inline bool get_boolVal_0() const { return ___boolVal_0; } inline bool* get_address_of_boolVal_0() { return &___boolVal_0; } inline void set_boolVal_0(bool value) { ___boolVal_0 = value; } inline static int32_t get_offset_of_dblVal_1() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___dblVal_1)); } inline double get_dblVal_1() const { return ___dblVal_1; } inline double* get_address_of_dblVal_1() { return &___dblVal_1; } inline void set_dblVal_1(double value) { ___dblVal_1 = value; } inline static int32_t get_offset_of_i64Val_2() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___i64Val_2)); } inline int64_t get_i64Val_2() const { return ___i64Val_2; } inline int64_t* get_address_of_i64Val_2() { return &___i64Val_2; } inline void set_i64Val_2(int64_t value) { ___i64Val_2 = value; } inline static int32_t get_offset_of_i32Val_3() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___i32Val_3)); } inline int32_t get_i32Val_3() const { return ___i32Val_3; } inline int32_t* get_address_of_i32Val_3() { return &___i32Val_3; } inline void set_i32Val_3(int32_t value) { ___i32Val_3 = value; } inline static int32_t get_offset_of_dtVal_4() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___dtVal_4)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_dtVal_4() const { return ___dtVal_4; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_dtVal_4() { return &___dtVal_4; } inline void set_dtVal_4(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___dtVal_4 = value; } }; // Native definition for P/Invoke marshalling of System.Xml.Schema.XmlAtomicValue/Union struct Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F_marshaled_pinvoke { union { struct { union { #pragma pack(push, tp, 1) struct { int32_t ___boolVal_0; }; #pragma pack(pop, tp) struct { int32_t ___boolVal_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { double ___dblVal_1; }; #pragma pack(pop, tp) struct { double ___dblVal_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int64_t ___i64Val_2; }; #pragma pack(pop, tp) struct { int64_t ___i64Val_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int32_t ___i32Val_3; }; #pragma pack(pop, tp) struct { int32_t ___i32Val_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4; }; #pragma pack(pop, tp) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4_forAlignmentOnly; }; }; }; uint8_t Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F__padding[8]; }; }; // Native definition for COM marshalling of System.Xml.Schema.XmlAtomicValue/Union struct Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F_marshaled_com { union { struct { union { #pragma pack(push, tp, 1) struct { int32_t ___boolVal_0; }; #pragma pack(pop, tp) struct { int32_t ___boolVal_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { double ___dblVal_1; }; #pragma pack(pop, tp) struct { double ___dblVal_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int64_t ___i64Val_2; }; #pragma pack(pop, tp) struct { int64_t ___i64Val_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int32_t ___i32Val_3; }; #pragma pack(pop, tp) struct { int32_t ___i32Val_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4; }; #pragma pack(pop, tp) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4_forAlignmentOnly; }; }; }; uint8_t Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F__padding[8]; }; }; // System.Xml.Schema.XmlSchemaParticle/Occurs struct Occurs_tE1D41715FC55ECA460AB8AE9C68E39DF0ED1747F { public: // System.Int32 System.Xml.Schema.XmlSchemaParticle/Occurs::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Occurs_tE1D41715FC55ECA460AB8AE9C68E39DF0ED1747F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlTextWriter/SpecialAttr struct SpecialAttr_tB7E41418E95FF4D8293A70FB57D901B5FE8CADD7 { public: // System.Int32 System.Xml.XmlTextWriter/SpecialAttr::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpecialAttr_tB7E41418E95FF4D8293A70FB57D901B5FE8CADD7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlTextWriter/State struct State_tE0E12FF743D37B3B0B6D1DE2EF74B81B632AA8F6 { public: // System.Int32 System.Xml.XmlTextWriter/State::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(State_tE0E12FF743D37B3B0B6D1DE2EF74B81B632AA8F6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlTextWriter/Token struct Token_t1C2DE327268C7DBF13A132FF4E0E3DC05B5672B9 { public: // System.Int32 System.Xml.XmlTextWriter/Token::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Token_t1C2DE327268C7DBF13A132FF4E0E3DC05B5672B9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.Task`1 struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result RuntimeObject * ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17, ___m_result_40)); } inline RuntimeObject * get_m_result_40() const { return ___m_result_40; } inline RuntimeObject ** get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(RuntimeObject * value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_result_40), (void*)value); } }; // System.ApplicationException struct ApplicationException_t8D709C0445A040467C6A632AD7F742B25AB2A407 : public Exception_t { public: public: }; // System.Xml.Schema.ContentValidator struct ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C : public RuntimeObject { public: // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.ContentValidator::contentType int32_t ___contentType_0; // System.Boolean System.Xml.Schema.ContentValidator::isOpen bool ___isOpen_1; // System.Boolean System.Xml.Schema.ContentValidator::isEmptiable bool ___isEmptiable_2; public: inline static int32_t get_offset_of_contentType_0() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C, ___contentType_0)); } inline int32_t get_contentType_0() const { return ___contentType_0; } inline int32_t* get_address_of_contentType_0() { return &___contentType_0; } inline void set_contentType_0(int32_t value) { ___contentType_0 = value; } inline static int32_t get_offset_of_isOpen_1() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C, ___isOpen_1)); } inline bool get_isOpen_1() const { return ___isOpen_1; } inline bool* get_address_of_isOpen_1() { return &___isOpen_1; } inline void set_isOpen_1(bool value) { ___isOpen_1 = value; } inline static int32_t get_offset_of_isEmptiable_2() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C, ___isEmptiable_2)); } inline bool get_isEmptiable_2() const { return ___isEmptiable_2; } inline bool* get_address_of_isEmptiable_2() { return &___isEmptiable_2; } inline void set_isEmptiable_2(bool value) { ___isEmptiable_2 = value; } }; // System.Xml.Schema.DatatypeImplementation struct DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 : public XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 { public: // System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.DatatypeImplementation::variety int32_t ___variety_0; // System.Xml.Schema.RestrictionFacets System.Xml.Schema.DatatypeImplementation::restriction RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * ___restriction_1; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::baseType DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___baseType_2; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::valueConverter XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___valueConverter_3; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.DatatypeImplementation::parentSchemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___parentSchemaType_4; public: inline static int32_t get_offset_of_variety_0() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___variety_0)); } inline int32_t get_variety_0() const { return ___variety_0; } inline int32_t* get_address_of_variety_0() { return &___variety_0; } inline void set_variety_0(int32_t value) { ___variety_0 = value; } inline static int32_t get_offset_of_restriction_1() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___restriction_1)); } inline RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * get_restriction_1() const { return ___restriction_1; } inline RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA ** get_address_of_restriction_1() { return &___restriction_1; } inline void set_restriction_1(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * value) { ___restriction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___restriction_1), (void*)value); } inline static int32_t get_offset_of_baseType_2() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___baseType_2)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_baseType_2() const { return ___baseType_2; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_baseType_2() { return &___baseType_2; } inline void set_baseType_2(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___baseType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseType_2), (void*)value); } inline static int32_t get_offset_of_valueConverter_3() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___valueConverter_3)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_valueConverter_3() const { return ___valueConverter_3; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_valueConverter_3() { return &___valueConverter_3; } inline void set_valueConverter_3(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___valueConverter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueConverter_3), (void*)value); } inline static int32_t get_offset_of_parentSchemaType_4() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___parentSchemaType_4)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_parentSchemaType_4() const { return ___parentSchemaType_4; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_parentSchemaType_4() { return &___parentSchemaType_4; } inline void set_parentSchemaType_4(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___parentSchemaType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentSchemaType_4), (void*)value); } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Xml.Schema.NamespaceList struct NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A : public RuntimeObject { public: // System.Xml.Schema.NamespaceList/ListType System.Xml.Schema.NamespaceList::type int32_t ___type_0; // System.Collections.Hashtable System.Xml.Schema.NamespaceList::set Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___set_1; // System.String System.Xml.Schema.NamespaceList::targetNamespace String_t* ___targetNamespace_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_set_1() { return static_cast(offsetof(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A, ___set_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_set_1() const { return ___set_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_set_1() { return &___set_1; } inline void set_set_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___set_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___set_1), (void*)value); } inline static int32_t get_offset_of_targetNamespace_2() { return static_cast(offsetof(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A, ___targetNamespace_2)); } inline String_t* get_targetNamespace_2() const { return ___targetNamespace_2; } inline String_t** get_address_of_targetNamespace_2() { return &___targetNamespace_2; } inline void set_targetNamespace_2(String_t* value) { ___targetNamespace_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetNamespace_2), (void*)value); } }; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D : public RuntimeObject { public: // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___percentGroupSizes_3; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_4; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_5; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_6; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_9; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_10; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_11; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_12; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_15; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_16; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_17; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_18; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___nativeDigits_19; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_20; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_21; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_22; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_23; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_24; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_27; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_28; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_29; // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_30; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_31; // System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant bool ___m_isInvariant_32; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_34; public: inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSizes_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; } inline void set_numberGroupSizes_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___numberGroupSizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value); } inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSizes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; } inline void set_currencyGroupSizes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___currencyGroupSizes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value); } inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSizes_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; } inline void set_percentGroupSizes_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___percentGroupSizes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value); } inline static int32_t get_offset_of_positiveSign_4() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveSign_4)); } inline String_t* get_positiveSign_4() const { return ___positiveSign_4; } inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; } inline void set_positiveSign_4(String_t* value) { ___positiveSign_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value); } inline static int32_t get_offset_of_negativeSign_5() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeSign_5)); } inline String_t* get_negativeSign_5() const { return ___negativeSign_5; } inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; } inline void set_negativeSign_5(String_t* value) { ___negativeSign_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value); } inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalSeparator_6)); } inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; } inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; } inline void set_numberDecimalSeparator_6(String_t* value) { ___numberDecimalSeparator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value); } inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSeparator_7)); } inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; } inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; } inline void set_numberGroupSeparator_7(String_t* value) { ___numberGroupSeparator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value); } inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalSeparator_9)); } inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; } inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; } inline void set_currencyDecimalSeparator_9(String_t* value) { ___currencyDecimalSeparator_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value); } inline static int32_t get_offset_of_currencySymbol_10() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencySymbol_10)); } inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; } inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; } inline void set_currencySymbol_10(String_t* value) { ___currencySymbol_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value); } inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___ansiCurrencySymbol_11)); } inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; } inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; } inline void set_ansiCurrencySymbol_11(String_t* value) { ___ansiCurrencySymbol_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value); } inline static int32_t get_offset_of_nanSymbol_12() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nanSymbol_12)); } inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; } inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; } inline void set_nanSymbol_12(String_t* value) { ___nanSymbol_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value); } inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveInfinitySymbol_13)); } inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; } inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; } inline void set_positiveInfinitySymbol_13(String_t* value) { ___positiveInfinitySymbol_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value); } inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalSeparator_15)); } inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; } inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; } inline void set_percentDecimalSeparator_15(String_t* value) { ___percentDecimalSeparator_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value); } inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSeparator_16)); } inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; } inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; } inline void set_percentGroupSeparator_16(String_t* value) { ___percentGroupSeparator_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value); } inline static int32_t get_offset_of_percentSymbol_17() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentSymbol_17)); } inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; } inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; } inline void set_percentSymbol_17(String_t* value) { ___percentSymbol_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value); } inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___perMilleSymbol_18)); } inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; } inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; } inline void set_perMilleSymbol_18(String_t* value) { ___perMilleSymbol_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value); } inline static int32_t get_offset_of_nativeDigits_19() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nativeDigits_19)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_nativeDigits_19() const { return ___nativeDigits_19; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_nativeDigits_19() { return &___nativeDigits_19; } inline void set_nativeDigits_19(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___nativeDigits_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value); } inline static int32_t get_offset_of_m_dataItem_20() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_dataItem_20)); } inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; } inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; } inline void set_m_dataItem_20(int32_t value) { ___m_dataItem_20 = value; } inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalDigits_21)); } inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; } inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; } inline void set_numberDecimalDigits_21(int32_t value) { ___numberDecimalDigits_21 = value; } inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalDigits_22)); } inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; } inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; } inline void set_currencyDecimalDigits_22(int32_t value) { ___currencyDecimalDigits_22 = value; } inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyPositivePattern_23)); } inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; } inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; } inline void set_currencyPositivePattern_23(int32_t value) { ___currencyPositivePattern_23 = value; } inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyNegativePattern_24)); } inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; } inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; } inline void set_currencyNegativePattern_24(int32_t value) { ___currencyNegativePattern_24 = value; } inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberNegativePattern_25)); } inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; } inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; } inline void set_numberNegativePattern_25(int32_t value) { ___numberNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentNegativePattern_27)); } inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; } inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; } inline void set_percentNegativePattern_27(int32_t value) { ___percentNegativePattern_27 = value; } inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalDigits_28)); } inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; } inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; } inline void set_percentDecimalDigits_28(int32_t value) { ___percentDecimalDigits_28 = value; } inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___digitSubstitution_29)); } inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; } inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; } inline void set_digitSubstitution_29(int32_t value) { ___digitSubstitution_29 = value; } inline static int32_t get_offset_of_isReadOnly_30() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___isReadOnly_30)); } inline bool get_isReadOnly_30() const { return ___isReadOnly_30; } inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; } inline void set_isReadOnly_30(bool value) { ___isReadOnly_30 = value; } inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_useUserOverride_31)); } inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; } inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; } inline void set_m_useUserOverride_31(bool value) { ___m_useUserOverride_31 = value; } inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_isInvariant_32)); } inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; } inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; } inline void set_m_isInvariant_32(bool value) { ___m_isInvariant_32 = value; } inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsNumber_33)); } inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; } inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; } inline void set_validForParseAsNumber_33(bool value) { ___validForParseAsNumber_33 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsCurrency_34)); } inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; } inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; } inline void set_validForParseAsCurrency_34(bool value) { ___validForParseAsCurrency_34 = value; } }; // System.Xml.Schema.SchemaDeclBase struct SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A : public RuntimeObject { public: // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::name XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name_0; // System.String System.Xml.Schema.SchemaDeclBase::prefix String_t* ___prefix_1; // System.Boolean System.Xml.Schema.SchemaDeclBase::isDeclaredInExternal bool ___isDeclaredInExternal_2; // System.Xml.Schema.SchemaDeclBase/Use System.Xml.Schema.SchemaDeclBase::presence int32_t ___presence_3; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.SchemaDeclBase::schemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType_4; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.SchemaDeclBase::datatype XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype_5; // System.String System.Xml.Schema.SchemaDeclBase::defaultValueRaw String_t* ___defaultValueRaw_6; // System.Object System.Xml.Schema.SchemaDeclBase::defaultValueTyped RuntimeObject * ___defaultValueTyped_7; // System.Int64 System.Xml.Schema.SchemaDeclBase::maxLength int64_t ___maxLength_8; // System.Int64 System.Xml.Schema.SchemaDeclBase::minLength int64_t ___minLength_9; // System.Collections.Generic.List`1 System.Xml.Schema.SchemaDeclBase::values List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___values_10; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___name_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_name_0() const { return ___name_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_name_0() { return &___name_0; } inline void set_name_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_prefix_1() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___prefix_1)); } inline String_t* get_prefix_1() const { return ___prefix_1; } inline String_t** get_address_of_prefix_1() { return &___prefix_1; } inline void set_prefix_1(String_t* value) { ___prefix_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefix_1), (void*)value); } inline static int32_t get_offset_of_isDeclaredInExternal_2() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___isDeclaredInExternal_2)); } inline bool get_isDeclaredInExternal_2() const { return ___isDeclaredInExternal_2; } inline bool* get_address_of_isDeclaredInExternal_2() { return &___isDeclaredInExternal_2; } inline void set_isDeclaredInExternal_2(bool value) { ___isDeclaredInExternal_2 = value; } inline static int32_t get_offset_of_presence_3() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___presence_3)); } inline int32_t get_presence_3() const { return ___presence_3; } inline int32_t* get_address_of_presence_3() { return &___presence_3; } inline void set_presence_3(int32_t value) { ___presence_3 = value; } inline static int32_t get_offset_of_schemaType_4() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___schemaType_4)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_schemaType_4() const { return ___schemaType_4; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_schemaType_4() { return &___schemaType_4; } inline void set_schemaType_4(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___schemaType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_4), (void*)value); } inline static int32_t get_offset_of_datatype_5() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___datatype_5)); } inline XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * get_datatype_5() const { return ___datatype_5; } inline XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 ** get_address_of_datatype_5() { return &___datatype_5; } inline void set_datatype_5(XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * value) { ___datatype_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___datatype_5), (void*)value); } inline static int32_t get_offset_of_defaultValueRaw_6() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___defaultValueRaw_6)); } inline String_t* get_defaultValueRaw_6() const { return ___defaultValueRaw_6; } inline String_t** get_address_of_defaultValueRaw_6() { return &___defaultValueRaw_6; } inline void set_defaultValueRaw_6(String_t* value) { ___defaultValueRaw_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultValueRaw_6), (void*)value); } inline static int32_t get_offset_of_defaultValueTyped_7() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___defaultValueTyped_7)); } inline RuntimeObject * get_defaultValueTyped_7() const { return ___defaultValueTyped_7; } inline RuntimeObject ** get_address_of_defaultValueTyped_7() { return &___defaultValueTyped_7; } inline void set_defaultValueTyped_7(RuntimeObject * value) { ___defaultValueTyped_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultValueTyped_7), (void*)value); } inline static int32_t get_offset_of_maxLength_8() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___maxLength_8)); } inline int64_t get_maxLength_8() const { return ___maxLength_8; } inline int64_t* get_address_of_maxLength_8() { return &___maxLength_8; } inline void set_maxLength_8(int64_t value) { ___maxLength_8 = value; } inline static int32_t get_offset_of_minLength_9() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___minLength_9)); } inline int64_t get_minLength_9() const { return ___minLength_9; } inline int64_t* get_address_of_minLength_9() { return &___minLength_9; } inline void set_minLength_9(int64_t value) { ___minLength_9 = value; } inline static int32_t get_offset_of_values_10() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___values_10)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_values_10() const { return ___values_10; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_values_10() { return &___values_10; } inline void set_values_10(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___values_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_10), (void*)value); } }; // System.Xml.Schema.SchemaInfo struct SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::elementDecls Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * ___elementDecls_0; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::undeclaredElementDecls Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * ___undeclaredElementDecls_1; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::generalEntities Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * ___generalEntities_2; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::parameterEntities Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * ___parameterEntities_3; // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaInfo::docTypeName XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___docTypeName_4; // System.String System.Xml.Schema.SchemaInfo::internalDtdSubset String_t* ___internalDtdSubset_5; // System.Boolean System.Xml.Schema.SchemaInfo::hasNonCDataAttributes bool ___hasNonCDataAttributes_6; // System.Boolean System.Xml.Schema.SchemaInfo::hasDefaultAttributes bool ___hasDefaultAttributes_7; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::targetNamespaces Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C * ___targetNamespaces_8; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::attributeDecls Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * ___attributeDecls_9; // System.Xml.Schema.SchemaType System.Xml.Schema.SchemaInfo::schemaType int32_t ___schemaType_10; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::elementDeclsByType Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * ___elementDeclsByType_11; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::notations Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * ___notations_12; public: inline static int32_t get_offset_of_elementDecls_0() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___elementDecls_0)); } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * get_elementDecls_0() const { return ___elementDecls_0; } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 ** get_address_of_elementDecls_0() { return &___elementDecls_0; } inline void set_elementDecls_0(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * value) { ___elementDecls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementDecls_0), (void*)value); } inline static int32_t get_offset_of_undeclaredElementDecls_1() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___undeclaredElementDecls_1)); } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * get_undeclaredElementDecls_1() const { return ___undeclaredElementDecls_1; } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 ** get_address_of_undeclaredElementDecls_1() { return &___undeclaredElementDecls_1; } inline void set_undeclaredElementDecls_1(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * value) { ___undeclaredElementDecls_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___undeclaredElementDecls_1), (void*)value); } inline static int32_t get_offset_of_generalEntities_2() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___generalEntities_2)); } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * get_generalEntities_2() const { return ___generalEntities_2; } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 ** get_address_of_generalEntities_2() { return &___generalEntities_2; } inline void set_generalEntities_2(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * value) { ___generalEntities_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalEntities_2), (void*)value); } inline static int32_t get_offset_of_parameterEntities_3() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___parameterEntities_3)); } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * get_parameterEntities_3() const { return ___parameterEntities_3; } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 ** get_address_of_parameterEntities_3() { return &___parameterEntities_3; } inline void set_parameterEntities_3(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * value) { ___parameterEntities_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameterEntities_3), (void*)value); } inline static int32_t get_offset_of_docTypeName_4() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___docTypeName_4)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_docTypeName_4() const { return ___docTypeName_4; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_docTypeName_4() { return &___docTypeName_4; } inline void set_docTypeName_4(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___docTypeName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___docTypeName_4), (void*)value); } inline static int32_t get_offset_of_internalDtdSubset_5() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___internalDtdSubset_5)); } inline String_t* get_internalDtdSubset_5() const { return ___internalDtdSubset_5; } inline String_t** get_address_of_internalDtdSubset_5() { return &___internalDtdSubset_5; } inline void set_internalDtdSubset_5(String_t* value) { ___internalDtdSubset_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalDtdSubset_5), (void*)value); } inline static int32_t get_offset_of_hasNonCDataAttributes_6() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___hasNonCDataAttributes_6)); } inline bool get_hasNonCDataAttributes_6() const { return ___hasNonCDataAttributes_6; } inline bool* get_address_of_hasNonCDataAttributes_6() { return &___hasNonCDataAttributes_6; } inline void set_hasNonCDataAttributes_6(bool value) { ___hasNonCDataAttributes_6 = value; } inline static int32_t get_offset_of_hasDefaultAttributes_7() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___hasDefaultAttributes_7)); } inline bool get_hasDefaultAttributes_7() const { return ___hasDefaultAttributes_7; } inline bool* get_address_of_hasDefaultAttributes_7() { return &___hasDefaultAttributes_7; } inline void set_hasDefaultAttributes_7(bool value) { ___hasDefaultAttributes_7 = value; } inline static int32_t get_offset_of_targetNamespaces_8() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___targetNamespaces_8)); } inline Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C * get_targetNamespaces_8() const { return ___targetNamespaces_8; } inline Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C ** get_address_of_targetNamespaces_8() { return &___targetNamespaces_8; } inline void set_targetNamespaces_8(Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C * value) { ___targetNamespaces_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetNamespaces_8), (void*)value); } inline static int32_t get_offset_of_attributeDecls_9() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___attributeDecls_9)); } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * get_attributeDecls_9() const { return ___attributeDecls_9; } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 ** get_address_of_attributeDecls_9() { return &___attributeDecls_9; } inline void set_attributeDecls_9(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * value) { ___attributeDecls_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeDecls_9), (void*)value); } inline static int32_t get_offset_of_schemaType_10() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___schemaType_10)); } inline int32_t get_schemaType_10() const { return ___schemaType_10; } inline int32_t* get_address_of_schemaType_10() { return &___schemaType_10; } inline void set_schemaType_10(int32_t value) { ___schemaType_10 = value; } inline static int32_t get_offset_of_elementDeclsByType_11() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___elementDeclsByType_11)); } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * get_elementDeclsByType_11() const { return ___elementDeclsByType_11; } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 ** get_address_of_elementDeclsByType_11() { return &___elementDeclsByType_11; } inline void set_elementDeclsByType_11(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * value) { ___elementDeclsByType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementDeclsByType_11), (void*)value); } inline static int32_t get_offset_of_notations_12() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___notations_12)); } inline Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * get_notations_12() const { return ___notations_12; } inline Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 ** get_address_of_notations_12() { return &___notations_12; } inline void set_notations_12(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * value) { ___notations_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___notations_12), (void*)value); } }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; // System.Xml.Serialization.TypeData struct TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 : public RuntimeObject { public: // System.Type System.Xml.Serialization.TypeData::type Type_t * ___type_0; // System.String System.Xml.Serialization.TypeData::elementName String_t* ___elementName_1; // System.Xml.Serialization.SchemaTypes System.Xml.Serialization.TypeData::sType int32_t ___sType_2; // System.Type System.Xml.Serialization.TypeData::listItemType Type_t * ___listItemType_3; // System.String System.Xml.Serialization.TypeData::typeName String_t* ___typeName_4; // System.String System.Xml.Serialization.TypeData::fullTypeName String_t* ___fullTypeName_5; // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeData::listItemTypeData TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___listItemTypeData_6; // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeData::mappedType TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___mappedType_7; // System.Xml.Schema.XmlSchemaPatternFacet System.Xml.Serialization.TypeData::facet XmlSchemaPatternFacet_t4B0DD650C87F804406E906E929F622AD1EEC5193 * ___facet_8; // System.Reflection.MethodInfo System.Xml.Serialization.TypeData::typeConvertor MethodInfo_t * ___typeConvertor_9; // System.Boolean System.Xml.Serialization.TypeData::hasPublicConstructor bool ___hasPublicConstructor_10; // System.Boolean System.Xml.Serialization.TypeData::nullableOverride bool ___nullableOverride_11; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_0), (void*)value); } inline static int32_t get_offset_of_elementName_1() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___elementName_1)); } inline String_t* get_elementName_1() const { return ___elementName_1; } inline String_t** get_address_of_elementName_1() { return &___elementName_1; } inline void set_elementName_1(String_t* value) { ___elementName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementName_1), (void*)value); } inline static int32_t get_offset_of_sType_2() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___sType_2)); } inline int32_t get_sType_2() const { return ___sType_2; } inline int32_t* get_address_of_sType_2() { return &___sType_2; } inline void set_sType_2(int32_t value) { ___sType_2 = value; } inline static int32_t get_offset_of_listItemType_3() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___listItemType_3)); } inline Type_t * get_listItemType_3() const { return ___listItemType_3; } inline Type_t ** get_address_of_listItemType_3() { return &___listItemType_3; } inline void set_listItemType_3(Type_t * value) { ___listItemType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___listItemType_3), (void*)value); } inline static int32_t get_offset_of_typeName_4() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___typeName_4)); } inline String_t* get_typeName_4() const { return ___typeName_4; } inline String_t** get_address_of_typeName_4() { return &___typeName_4; } inline void set_typeName_4(String_t* value) { ___typeName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value); } inline static int32_t get_offset_of_fullTypeName_5() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___fullTypeName_5)); } inline String_t* get_fullTypeName_5() const { return ___fullTypeName_5; } inline String_t** get_address_of_fullTypeName_5() { return &___fullTypeName_5; } inline void set_fullTypeName_5(String_t* value) { ___fullTypeName_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___fullTypeName_5), (void*)value); } inline static int32_t get_offset_of_listItemTypeData_6() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___listItemTypeData_6)); } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * get_listItemTypeData_6() const { return ___listItemTypeData_6; } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 ** get_address_of_listItemTypeData_6() { return &___listItemTypeData_6; } inline void set_listItemTypeData_6(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * value) { ___listItemTypeData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___listItemTypeData_6), (void*)value); } inline static int32_t get_offset_of_mappedType_7() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___mappedType_7)); } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * get_mappedType_7() const { return ___mappedType_7; } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 ** get_address_of_mappedType_7() { return &___mappedType_7; } inline void set_mappedType_7(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * value) { ___mappedType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mappedType_7), (void*)value); } inline static int32_t get_offset_of_facet_8() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___facet_8)); } inline XmlSchemaPatternFacet_t4B0DD650C87F804406E906E929F622AD1EEC5193 * get_facet_8() const { return ___facet_8; } inline XmlSchemaPatternFacet_t4B0DD650C87F804406E906E929F622AD1EEC5193 ** get_address_of_facet_8() { return &___facet_8; } inline void set_facet_8(XmlSchemaPatternFacet_t4B0DD650C87F804406E906E929F622AD1EEC5193 * value) { ___facet_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___facet_8), (void*)value); } inline static int32_t get_offset_of_typeConvertor_9() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___typeConvertor_9)); } inline MethodInfo_t * get_typeConvertor_9() const { return ___typeConvertor_9; } inline MethodInfo_t ** get_address_of_typeConvertor_9() { return &___typeConvertor_9; } inline void set_typeConvertor_9(MethodInfo_t * value) { ___typeConvertor_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeConvertor_9), (void*)value); } inline static int32_t get_offset_of_hasPublicConstructor_10() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___hasPublicConstructor_10)); } inline bool get_hasPublicConstructor_10() const { return ___hasPublicConstructor_10; } inline bool* get_address_of_hasPublicConstructor_10() { return &___hasPublicConstructor_10; } inline void set_hasPublicConstructor_10(bool value) { ___hasPublicConstructor_10 = value; } inline static int32_t get_offset_of_nullableOverride_11() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2, ___nullableOverride_11)); } inline bool get_nullableOverride_11() const { return ___nullableOverride_11; } inline bool* get_address_of_nullableOverride_11() { return &___nullableOverride_11; } inline void set_nullableOverride_11(bool value) { ___nullableOverride_11 = value; } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_13; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_14; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_15; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_16; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_17; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_18; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_19; public: inline static int32_t get_offset_of_m_String_13() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_13)); } inline String_t* get_m_String_13() const { return ___m_String_13; } inline String_t** get_address_of_m_String_13() { return &___m_String_13; } inline void set_m_String_13(String_t* value) { ___m_String_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_13), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_14() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_14)); } inline String_t* get_m_originalUnicodeString_14() const { return ___m_originalUnicodeString_14; } inline String_t** get_address_of_m_originalUnicodeString_14() { return &___m_originalUnicodeString_14; } inline void set_m_originalUnicodeString_14(String_t* value) { ___m_originalUnicodeString_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_14), (void*)value); } inline static int32_t get_offset_of_m_Syntax_15() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_15)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_15() const { return ___m_Syntax_15; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_15() { return &___m_Syntax_15; } inline void set_m_Syntax_15(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_15), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_16)); } inline String_t* get_m_DnsSafeHost_16() const { return ___m_DnsSafeHost_16; } inline String_t** get_address_of_m_DnsSafeHost_16() { return &___m_DnsSafeHost_16; } inline void set_m_DnsSafeHost_16(String_t* value) { ___m_DnsSafeHost_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_16), (void*)value); } inline static int32_t get_offset_of_m_Flags_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_17)); } inline uint64_t get_m_Flags_17() const { return ___m_Flags_17; } inline uint64_t* get_address_of_m_Flags_17() { return &___m_Flags_17; } inline void set_m_Flags_17(uint64_t value) { ___m_Flags_17 = value; } inline static int32_t get_offset_of_m_Info_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_18)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_18() const { return ___m_Info_18; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_18() { return &___m_Info_18; } inline void set_m_Info_18(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_18), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_19)); } inline bool get_m_iriParsing_19() const { return ___m_iriParsing_19; } inline bool* get_address_of_m_iriParsing_19() { return &___m_iriParsing_19; } inline void set_m_iriParsing_19(bool value) { ___m_iriParsing_19 = value; } }; // System.Xml.Schema.ValidationEventArgs struct ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Xml.Schema.XmlSchemaException System.Xml.Schema.ValidationEventArgs::ex XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * ___ex_1; // System.Xml.Schema.XmlSeverityType System.Xml.Schema.ValidationEventArgs::severity int32_t ___severity_2; public: inline static int32_t get_offset_of_ex_1() { return static_cast(offsetof(ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17, ___ex_1)); } inline XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * get_ex_1() const { return ___ex_1; } inline XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA ** get_address_of_ex_1() { return &___ex_1; } inline void set_ex_1(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * value) { ___ex_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ex_1), (void*)value); } inline static int32_t get_offset_of_severity_2() { return static_cast(offsetof(ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17, ___severity_2)); } inline int32_t get_severity_2() const { return ___severity_2; } inline int32_t* get_address_of_severity_2() { return &___severity_2; } inline void set_severity_2(int32_t value) { ___severity_2 = value; } }; // System.Xml.Schema.XmlAtomicValue struct XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C : public XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 { public: // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlAtomicValue::xmlType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType_0; // System.Object System.Xml.Schema.XmlAtomicValue::objVal RuntimeObject * ___objVal_1; // System.TypeCode System.Xml.Schema.XmlAtomicValue::clrType int32_t ___clrType_2; // System.Xml.Schema.XmlAtomicValue/Union System.Xml.Schema.XmlAtomicValue::unionVal Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F ___unionVal_3; // System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName System.Xml.Schema.XmlAtomicValue::nsPrefix NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * ___nsPrefix_4; public: inline static int32_t get_offset_of_xmlType_0() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___xmlType_0)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_xmlType_0() const { return ___xmlType_0; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_xmlType_0() { return &___xmlType_0; } inline void set_xmlType_0(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___xmlType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlType_0), (void*)value); } inline static int32_t get_offset_of_objVal_1() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___objVal_1)); } inline RuntimeObject * get_objVal_1() const { return ___objVal_1; } inline RuntimeObject ** get_address_of_objVal_1() { return &___objVal_1; } inline void set_objVal_1(RuntimeObject * value) { ___objVal_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___objVal_1), (void*)value); } inline static int32_t get_offset_of_clrType_2() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___clrType_2)); } inline int32_t get_clrType_2() const { return ___clrType_2; } inline int32_t* get_address_of_clrType_2() { return &___clrType_2; } inline void set_clrType_2(int32_t value) { ___clrType_2 = value; } inline static int32_t get_offset_of_unionVal_3() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___unionVal_3)); } inline Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F get_unionVal_3() const { return ___unionVal_3; } inline Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * get_address_of_unionVal_3() { return &___unionVal_3; } inline void set_unionVal_3(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F value) { ___unionVal_3 = value; } inline static int32_t get_offset_of_nsPrefix_4() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___nsPrefix_4)); } inline NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * get_nsPrefix_4() const { return ___nsPrefix_4; } inline NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 ** get_address_of_nsPrefix_4() { return &___nsPrefix_4; } inline void set_nsPrefix_4(NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * value) { ___nsPrefix_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___nsPrefix_4), (void*)value); } }; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 : public XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 { public: public: }; // System.Xml.Schema.XmlBaseConverter struct XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 : public XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 { public: // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::schemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType_0; // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlBaseConverter::typeCode int32_t ___typeCode_1; // System.Type System.Xml.Schema.XmlBaseConverter::clrTypeDefault Type_t * ___clrTypeDefault_2; public: inline static int32_t get_offset_of_schemaType_0() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55, ___schemaType_0)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_schemaType_0() const { return ___schemaType_0; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_schemaType_0() { return &___schemaType_0; } inline void set_schemaType_0(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___schemaType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_0), (void*)value); } inline static int32_t get_offset_of_typeCode_1() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55, ___typeCode_1)); } inline int32_t get_typeCode_1() const { return ___typeCode_1; } inline int32_t* get_address_of_typeCode_1() { return &___typeCode_1; } inline void set_typeCode_1(int32_t value) { ___typeCode_1 = value; } inline static int32_t get_offset_of_clrTypeDefault_2() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55, ___clrTypeDefault_2)); } inline Type_t * get_clrTypeDefault_2() const { return ___clrTypeDefault_2; } inline Type_t ** get_address_of_clrTypeDefault_2() { return &___clrTypeDefault_2; } inline void set_clrTypeDefault_2(Type_t * value) { ___clrTypeDefault_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___clrTypeDefault_2), (void*)value); } }; // System.Xml.Serialization.XmlMapping struct XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 : public RuntimeObject { public: // System.Xml.Serialization.ObjectMap System.Xml.Serialization.XmlMapping::map ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * ___map_0; // System.Collections.ArrayList System.Xml.Serialization.XmlMapping::relatedMaps ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___relatedMaps_1; // System.Xml.Serialization.SerializationFormat System.Xml.Serialization.XmlMapping::format int32_t ___format_2; // System.String System.Xml.Serialization.XmlMapping::_elementName String_t* ____elementName_3; // System.String System.Xml.Serialization.XmlMapping::_namespace String_t* ____namespace_4; // System.String System.Xml.Serialization.XmlMapping::key String_t* ___key_5; public: inline static int32_t get_offset_of_map_0() { return static_cast(offsetof(XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9, ___map_0)); } inline ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * get_map_0() const { return ___map_0; } inline ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C ** get_address_of_map_0() { return &___map_0; } inline void set_map_0(ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * value) { ___map_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___map_0), (void*)value); } inline static int32_t get_offset_of_relatedMaps_1() { return static_cast(offsetof(XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9, ___relatedMaps_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_relatedMaps_1() const { return ___relatedMaps_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_relatedMaps_1() { return &___relatedMaps_1; } inline void set_relatedMaps_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___relatedMaps_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___relatedMaps_1), (void*)value); } inline static int32_t get_offset_of_format_2() { return static_cast(offsetof(XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9, ___format_2)); } inline int32_t get_format_2() const { return ___format_2; } inline int32_t* get_address_of_format_2() { return &___format_2; } inline void set_format_2(int32_t value) { ___format_2 = value; } inline static int32_t get_offset_of__elementName_3() { return static_cast(offsetof(XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9, ____elementName_3)); } inline String_t* get__elementName_3() const { return ____elementName_3; } inline String_t** get_address_of__elementName_3() { return &____elementName_3; } inline void set__elementName_3(String_t* value) { ____elementName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____elementName_3), (void*)value); } inline static int32_t get_offset_of__namespace_4() { return static_cast(offsetof(XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9, ____namespace_4)); } inline String_t* get__namespace_4() const { return ____namespace_4; } inline String_t** get_address_of__namespace_4() { return &____namespace_4; } inline void set__namespace_4(String_t* value) { ____namespace_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____namespace_4), (void*)value); } inline static int32_t get_offset_of_key_5() { return static_cast(offsetof(XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9, ___key_5)); } inline String_t* get_key_5() const { return ___key_5; } inline String_t** get_address_of_key_5() { return &___key_5; } inline void set_key_5(String_t* value) { ___key_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_5), (void*)value); } }; // System.Xml.XmlReaderSettings struct XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 : public RuntimeObject { public: // System.Boolean System.Xml.XmlReaderSettings::useAsync bool ___useAsync_0; // System.Xml.XmlNameTable System.Xml.XmlReaderSettings::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_1; // System.Xml.XmlResolver System.Xml.XmlReaderSettings::xmlResolver XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___xmlResolver_2; // System.Int32 System.Xml.XmlReaderSettings::lineNumberOffset int32_t ___lineNumberOffset_3; // System.Int32 System.Xml.XmlReaderSettings::linePositionOffset int32_t ___linePositionOffset_4; // System.Xml.ConformanceLevel System.Xml.XmlReaderSettings::conformanceLevel int32_t ___conformanceLevel_5; // System.Boolean System.Xml.XmlReaderSettings::checkCharacters bool ___checkCharacters_6; // System.Int64 System.Xml.XmlReaderSettings::maxCharactersInDocument int64_t ___maxCharactersInDocument_7; // System.Int64 System.Xml.XmlReaderSettings::maxCharactersFromEntities int64_t ___maxCharactersFromEntities_8; // System.Boolean System.Xml.XmlReaderSettings::ignoreWhitespace bool ___ignoreWhitespace_9; // System.Boolean System.Xml.XmlReaderSettings::ignorePIs bool ___ignorePIs_10; // System.Boolean System.Xml.XmlReaderSettings::ignoreComments bool ___ignoreComments_11; // System.Xml.DtdProcessing System.Xml.XmlReaderSettings::dtdProcessing int32_t ___dtdProcessing_12; // System.Xml.ValidationType System.Xml.XmlReaderSettings::validationType int32_t ___validationType_13; // System.Xml.Schema.XmlSchemaValidationFlags System.Xml.XmlReaderSettings::validationFlags int32_t ___validationFlags_14; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlReaderSettings::schemas XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * ___schemas_15; // System.Boolean System.Xml.XmlReaderSettings::closeInput bool ___closeInput_16; // System.Boolean System.Xml.XmlReaderSettings::isReadOnly bool ___isReadOnly_17; // System.Boolean System.Xml.XmlReaderSettings::k__BackingField bool ___U3CIsXmlResolverSetU3Ek__BackingField_18; public: inline static int32_t get_offset_of_useAsync_0() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___useAsync_0)); } inline bool get_useAsync_0() const { return ___useAsync_0; } inline bool* get_address_of_useAsync_0() { return &___useAsync_0; } inline void set_useAsync_0(bool value) { ___useAsync_0 = value; } inline static int32_t get_offset_of_nameTable_1() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___nameTable_1)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_1() const { return ___nameTable_1; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_1() { return &___nameTable_1; } inline void set_nameTable_1(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_1), (void*)value); } inline static int32_t get_offset_of_xmlResolver_2() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___xmlResolver_2)); } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * get_xmlResolver_2() const { return ___xmlResolver_2; } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A ** get_address_of_xmlResolver_2() { return &___xmlResolver_2; } inline void set_xmlResolver_2(XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * value) { ___xmlResolver_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlResolver_2), (void*)value); } inline static int32_t get_offset_of_lineNumberOffset_3() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___lineNumberOffset_3)); } inline int32_t get_lineNumberOffset_3() const { return ___lineNumberOffset_3; } inline int32_t* get_address_of_lineNumberOffset_3() { return &___lineNumberOffset_3; } inline void set_lineNumberOffset_3(int32_t value) { ___lineNumberOffset_3 = value; } inline static int32_t get_offset_of_linePositionOffset_4() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___linePositionOffset_4)); } inline int32_t get_linePositionOffset_4() const { return ___linePositionOffset_4; } inline int32_t* get_address_of_linePositionOffset_4() { return &___linePositionOffset_4; } inline void set_linePositionOffset_4(int32_t value) { ___linePositionOffset_4 = value; } inline static int32_t get_offset_of_conformanceLevel_5() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___conformanceLevel_5)); } inline int32_t get_conformanceLevel_5() const { return ___conformanceLevel_5; } inline int32_t* get_address_of_conformanceLevel_5() { return &___conformanceLevel_5; } inline void set_conformanceLevel_5(int32_t value) { ___conformanceLevel_5 = value; } inline static int32_t get_offset_of_checkCharacters_6() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___checkCharacters_6)); } inline bool get_checkCharacters_6() const { return ___checkCharacters_6; } inline bool* get_address_of_checkCharacters_6() { return &___checkCharacters_6; } inline void set_checkCharacters_6(bool value) { ___checkCharacters_6 = value; } inline static int32_t get_offset_of_maxCharactersInDocument_7() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___maxCharactersInDocument_7)); } inline int64_t get_maxCharactersInDocument_7() const { return ___maxCharactersInDocument_7; } inline int64_t* get_address_of_maxCharactersInDocument_7() { return &___maxCharactersInDocument_7; } inline void set_maxCharactersInDocument_7(int64_t value) { ___maxCharactersInDocument_7 = value; } inline static int32_t get_offset_of_maxCharactersFromEntities_8() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___maxCharactersFromEntities_8)); } inline int64_t get_maxCharactersFromEntities_8() const { return ___maxCharactersFromEntities_8; } inline int64_t* get_address_of_maxCharactersFromEntities_8() { return &___maxCharactersFromEntities_8; } inline void set_maxCharactersFromEntities_8(int64_t value) { ___maxCharactersFromEntities_8 = value; } inline static int32_t get_offset_of_ignoreWhitespace_9() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___ignoreWhitespace_9)); } inline bool get_ignoreWhitespace_9() const { return ___ignoreWhitespace_9; } inline bool* get_address_of_ignoreWhitespace_9() { return &___ignoreWhitespace_9; } inline void set_ignoreWhitespace_9(bool value) { ___ignoreWhitespace_9 = value; } inline static int32_t get_offset_of_ignorePIs_10() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___ignorePIs_10)); } inline bool get_ignorePIs_10() const { return ___ignorePIs_10; } inline bool* get_address_of_ignorePIs_10() { return &___ignorePIs_10; } inline void set_ignorePIs_10(bool value) { ___ignorePIs_10 = value; } inline static int32_t get_offset_of_ignoreComments_11() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___ignoreComments_11)); } inline bool get_ignoreComments_11() const { return ___ignoreComments_11; } inline bool* get_address_of_ignoreComments_11() { return &___ignoreComments_11; } inline void set_ignoreComments_11(bool value) { ___ignoreComments_11 = value; } inline static int32_t get_offset_of_dtdProcessing_12() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___dtdProcessing_12)); } inline int32_t get_dtdProcessing_12() const { return ___dtdProcessing_12; } inline int32_t* get_address_of_dtdProcessing_12() { return &___dtdProcessing_12; } inline void set_dtdProcessing_12(int32_t value) { ___dtdProcessing_12 = value; } inline static int32_t get_offset_of_validationType_13() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___validationType_13)); } inline int32_t get_validationType_13() const { return ___validationType_13; } inline int32_t* get_address_of_validationType_13() { return &___validationType_13; } inline void set_validationType_13(int32_t value) { ___validationType_13 = value; } inline static int32_t get_offset_of_validationFlags_14() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___validationFlags_14)); } inline int32_t get_validationFlags_14() const { return ___validationFlags_14; } inline int32_t* get_address_of_validationFlags_14() { return &___validationFlags_14; } inline void set_validationFlags_14(int32_t value) { ___validationFlags_14 = value; } inline static int32_t get_offset_of_schemas_15() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___schemas_15)); } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * get_schemas_15() const { return ___schemas_15; } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 ** get_address_of_schemas_15() { return &___schemas_15; } inline void set_schemas_15(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * value) { ___schemas_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemas_15), (void*)value); } inline static int32_t get_offset_of_closeInput_16() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___closeInput_16)); } inline bool get_closeInput_16() const { return ___closeInput_16; } inline bool* get_address_of_closeInput_16() { return &___closeInput_16; } inline void set_closeInput_16(bool value) { ___closeInput_16 = value; } inline static int32_t get_offset_of_isReadOnly_17() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___isReadOnly_17)); } inline bool get_isReadOnly_17() const { return ___isReadOnly_17; } inline bool* get_address_of_isReadOnly_17() { return &___isReadOnly_17; } inline void set_isReadOnly_17(bool value) { ___isReadOnly_17 = value; } inline static int32_t get_offset_of_U3CIsXmlResolverSetU3Ek__BackingField_18() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___U3CIsXmlResolverSetU3Ek__BackingField_18)); } inline bool get_U3CIsXmlResolverSetU3Ek__BackingField_18() const { return ___U3CIsXmlResolverSetU3Ek__BackingField_18; } inline bool* get_address_of_U3CIsXmlResolverSetU3Ek__BackingField_18() { return &___U3CIsXmlResolverSetU3Ek__BackingField_18; } inline void set_U3CIsXmlResolverSetU3Ek__BackingField_18(bool value) { ___U3CIsXmlResolverSetU3Ek__BackingField_18 = value; } }; // System.Xml.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: // System.String System.Xml.Schema.XmlSchemaAnyAttribute::ns String_t* ___ns_0; // System.Xml.Schema.XmlSchemaContentProcessing System.Xml.Schema.XmlSchemaAnyAttribute::processContents int32_t ___processContents_1; // System.Xml.Schema.NamespaceList System.Xml.Schema.XmlSchemaAnyAttribute::namespaceList NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * ___namespaceList_2; public: inline static int32_t get_offset_of_ns_0() { return static_cast(offsetof(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80, ___ns_0)); } inline String_t* get_ns_0() const { return ___ns_0; } inline String_t** get_address_of_ns_0() { return &___ns_0; } inline void set_ns_0(String_t* value) { ___ns_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_0), (void*)value); } inline static int32_t get_offset_of_processContents_1() { return static_cast(offsetof(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80, ___processContents_1)); } inline int32_t get_processContents_1() const { return ___processContents_1; } inline int32_t* get_address_of_processContents_1() { return &___processContents_1; } inline void set_processContents_1(int32_t value) { ___processContents_1 = value; } inline static int32_t get_offset_of_namespaceList_2() { return static_cast(offsetof(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80, ___namespaceList_2)); } inline NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * get_namespaceList_2() const { return ___namespaceList_2; } inline NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A ** get_address_of_namespaceList_2() { return &___namespaceList_2; } inline void set_namespaceList_2(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * value) { ___namespaceList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceList_2), (void*)value); } }; // System.Xml.Schema.XmlSchemaFacet struct XmlSchemaFacet_t573C0D6C490EC4BD2D0AF19D2BA11C47A4EE713F : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: // System.String System.Xml.Schema.XmlSchemaFacet::value String_t* ___value_0; // System.Xml.Schema.FacetType System.Xml.Schema.XmlSchemaFacet::facetType int32_t ___facetType_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(XmlSchemaFacet_t573C0D6C490EC4BD2D0AF19D2BA11C47A4EE713F, ___value_0)); } inline String_t* get_value_0() const { return ___value_0; } inline String_t** get_address_of_value_0() { return &___value_0; } inline void set_value_0(String_t* value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_0), (void*)value); } inline static int32_t get_offset_of_facetType_1() { return static_cast(offsetof(XmlSchemaFacet_t573C0D6C490EC4BD2D0AF19D2BA11C47A4EE713F, ___facetType_1)); } inline int32_t get_facetType_1() const { return ___facetType_1; } inline int32_t* get_address_of_facetType_1() { return &___facetType_1; } inline void set_facetType_1(int32_t value) { ___facetType_1 = value; } }; // System.Xml.Schema.XmlSchemaInfo struct XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B : public RuntimeObject { public: // System.Boolean System.Xml.Schema.XmlSchemaInfo::isDefault bool ___isDefault_0; // System.Boolean System.Xml.Schema.XmlSchemaInfo::isNil bool ___isNil_1; // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInfo::schemaElement XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * ___schemaElement_2; // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInfo::schemaAttribute XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * ___schemaAttribute_3; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaInfo::schemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType_4; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaInfo::memberType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___memberType_5; // System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.XmlSchemaInfo::validity int32_t ___validity_6; // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaInfo::contentType int32_t ___contentType_7; public: inline static int32_t get_offset_of_isDefault_0() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___isDefault_0)); } inline bool get_isDefault_0() const { return ___isDefault_0; } inline bool* get_address_of_isDefault_0() { return &___isDefault_0; } inline void set_isDefault_0(bool value) { ___isDefault_0 = value; } inline static int32_t get_offset_of_isNil_1() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___isNil_1)); } inline bool get_isNil_1() const { return ___isNil_1; } inline bool* get_address_of_isNil_1() { return &___isNil_1; } inline void set_isNil_1(bool value) { ___isNil_1 = value; } inline static int32_t get_offset_of_schemaElement_2() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___schemaElement_2)); } inline XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * get_schemaElement_2() const { return ___schemaElement_2; } inline XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A ** get_address_of_schemaElement_2() { return &___schemaElement_2; } inline void set_schemaElement_2(XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * value) { ___schemaElement_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaElement_2), (void*)value); } inline static int32_t get_offset_of_schemaAttribute_3() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___schemaAttribute_3)); } inline XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * get_schemaAttribute_3() const { return ___schemaAttribute_3; } inline XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 ** get_address_of_schemaAttribute_3() { return &___schemaAttribute_3; } inline void set_schemaAttribute_3(XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * value) { ___schemaAttribute_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaAttribute_3), (void*)value); } inline static int32_t get_offset_of_schemaType_4() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___schemaType_4)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_schemaType_4() const { return ___schemaType_4; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_schemaType_4() { return &___schemaType_4; } inline void set_schemaType_4(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___schemaType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_4), (void*)value); } inline static int32_t get_offset_of_memberType_5() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___memberType_5)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_memberType_5() const { return ___memberType_5; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_memberType_5() { return &___memberType_5; } inline void set_memberType_5(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___memberType_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberType_5), (void*)value); } inline static int32_t get_offset_of_validity_6() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___validity_6)); } inline int32_t get_validity_6() const { return ___validity_6; } inline int32_t* get_address_of_validity_6() { return &___validity_6; } inline void set_validity_6(int32_t value) { ___validity_6 = value; } inline static int32_t get_offset_of_contentType_7() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___contentType_7)); } inline int32_t get_contentType_7() const { return ___contentType_7; } inline int32_t* get_address_of_contentType_7() { return &___contentType_7; } inline void set_contentType_7(int32_t value) { ___contentType_7 = value; } }; // System.Xml.Schema.XmlSchemaParticle struct XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: // System.Decimal System.Xml.Schema.XmlSchemaParticle::minOccurs Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___minOccurs_0; // System.Decimal System.Xml.Schema.XmlSchemaParticle::maxOccurs Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___maxOccurs_1; // System.Xml.Schema.XmlSchemaParticle/Occurs System.Xml.Schema.XmlSchemaParticle::flags int32_t ___flags_2; public: inline static int32_t get_offset_of_minOccurs_0() { return static_cast(offsetof(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789, ___minOccurs_0)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_minOccurs_0() const { return ___minOccurs_0; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_minOccurs_0() { return &___minOccurs_0; } inline void set_minOccurs_0(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___minOccurs_0 = value; } inline static int32_t get_offset_of_maxOccurs_1() { return static_cast(offsetof(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789, ___maxOccurs_1)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_maxOccurs_1() const { return ___maxOccurs_1; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_maxOccurs_1() { return &___maxOccurs_1; } inline void set_maxOccurs_1(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___maxOccurs_1 = value; } inline static int32_t get_offset_of_flags_2() { return static_cast(offsetof(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789, ___flags_2)); } inline int32_t get_flags_2() const { return ___flags_2; } inline int32_t* get_address_of_flags_2() { return &___flags_2; } inline void set_flags_2(int32_t value) { ___flags_2 = value; } }; // System.Xml.Schema.XmlSchemaSimpleTypeList struct XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD : public XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 { public: // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeList::itemTypeName XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___itemTypeName_0; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::itemType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___itemType_1; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::baseItemType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___baseItemType_2; public: inline static int32_t get_offset_of_itemTypeName_0() { return static_cast(offsetof(XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD, ___itemTypeName_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_itemTypeName_0() const { return ___itemTypeName_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_itemTypeName_0() { return &___itemTypeName_0; } inline void set_itemTypeName_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___itemTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemTypeName_0), (void*)value); } inline static int32_t get_offset_of_itemType_1() { return static_cast(offsetof(XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD, ___itemType_1)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_itemType_1() const { return ___itemType_1; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_itemType_1() { return &___itemType_1; } inline void set_itemType_1(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___itemType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemType_1), (void*)value); } inline static int32_t get_offset_of_baseItemType_2() { return static_cast(offsetof(XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD, ___baseItemType_2)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_baseItemType_2() const { return ___baseItemType_2; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_baseItemType_2() { return &___baseItemType_2; } inline void set_baseItemType_2(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___baseItemType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseItemType_2), (void*)value); } }; // System.Xml.Schema.XmlSchemaSimpleTypeRestriction struct XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C : public XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 { public: // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeRestriction::baseTypeName XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___baseTypeName_0; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleTypeRestriction::facets XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * ___facets_1; public: inline static int32_t get_offset_of_baseTypeName_0() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C, ___baseTypeName_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_baseTypeName_0() const { return ___baseTypeName_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_baseTypeName_0() { return &___baseTypeName_0; } inline void set_baseTypeName_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___baseTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseTypeName_0), (void*)value); } inline static int32_t get_offset_of_facets_1() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C, ___facets_1)); } inline XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * get_facets_1() const { return ___facets_1; } inline XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 ** get_address_of_facets_1() { return &___facets_1; } inline void set_facets_1(XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * value) { ___facets_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___facets_1), (void*)value); } }; // System.Xml.Schema.XmlSchemaSimpleTypeUnion struct XmlSchemaSimpleTypeUnion_t691F14B83D42A700B03058B598646CDA7DF545F5 : public XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 { public: public: }; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::final int32_t ___final_0; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::derivedBy int32_t ___derivedBy_1; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::baseSchemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___baseSchemaType_2; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::datatype XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype_3; // System.Xml.Schema.SchemaElementDecl modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::elementDecl SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___elementDecl_4; // System.Xml.XmlQualifiedName modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::qname XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname_5; // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaType::contentType int32_t ___contentType_6; public: inline static int32_t get_offset_of_final_0() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___final_0)); } inline int32_t get_final_0() const { return ___final_0; } inline int32_t* get_address_of_final_0() { return &___final_0; } inline void set_final_0(int32_t value) { ___final_0 = value; } inline static int32_t get_offset_of_derivedBy_1() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___derivedBy_1)); } inline int32_t get_derivedBy_1() const { return ___derivedBy_1; } inline int32_t* get_address_of_derivedBy_1() { return &___derivedBy_1; } inline void set_derivedBy_1(int32_t value) { ___derivedBy_1 = value; } inline static int32_t get_offset_of_baseSchemaType_2() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___baseSchemaType_2)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_baseSchemaType_2() const { return ___baseSchemaType_2; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_baseSchemaType_2() { return &___baseSchemaType_2; } inline void set_baseSchemaType_2(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___baseSchemaType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseSchemaType_2), (void*)value); } inline static int32_t get_offset_of_datatype_3() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___datatype_3)); } inline XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * get_datatype_3() const { return ___datatype_3; } inline XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 ** get_address_of_datatype_3() { return &___datatype_3; } inline void set_datatype_3(XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * value) { ___datatype_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___datatype_3), (void*)value); } inline static int32_t get_offset_of_elementDecl_4() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___elementDecl_4)); } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * get_elementDecl_4() const { return ___elementDecl_4; } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B ** get_address_of_elementDecl_4() { return &___elementDecl_4; } inline void set_elementDecl_4(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * value) { ___elementDecl_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementDecl_4), (void*)value); } inline static int32_t get_offset_of_qname_5() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___qname_5)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_qname_5() const { return ___qname_5; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_qname_5() { return &___qname_5; } inline void set_qname_5(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___qname_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___qname_5), (void*)value); } inline static int32_t get_offset_of_contentType_6() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___contentType_6)); } inline int32_t get_contentType_6() const { return ___contentType_6; } inline int32_t* get_address_of_contentType_6() { return &___contentType_6; } inline void set_contentType_6(int32_t value) { ___contentType_6 = value; } }; // System.Xml.Serialization.XmlSerializationReaderInterpreter struct XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 : public XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD { public: // System.Xml.Serialization.XmlMapping System.Xml.Serialization.XmlSerializationReaderInterpreter::_typeMap XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * ____typeMap_25; // System.Xml.Serialization.SerializationFormat System.Xml.Serialization.XmlSerializationReaderInterpreter::_format int32_t ____format_26; public: inline static int32_t get_offset_of__typeMap_25() { return static_cast(offsetof(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26, ____typeMap_25)); } inline XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * get__typeMap_25() const { return ____typeMap_25; } inline XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 ** get_address_of__typeMap_25() { return &____typeMap_25; } inline void set__typeMap_25(XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * value) { ____typeMap_25 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeMap_25), (void*)value); } inline static int32_t get_offset_of__format_26() { return static_cast(offsetof(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26, ____format_26)); } inline int32_t get__format_26() const { return ____format_26; } inline int32_t* get_address_of__format_26() { return &____format_26; } inline void set__format_26(int32_t value) { ____format_26 = value; } }; // System.Xml.Serialization.XmlSerializationWriterInterpreter struct XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 : public XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F { public: // System.Xml.Serialization.XmlMapping System.Xml.Serialization.XmlSerializationWriterInterpreter::_typeMap XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * ____typeMap_8; // System.Xml.Serialization.SerializationFormat System.Xml.Serialization.XmlSerializationWriterInterpreter::_format int32_t ____format_9; public: inline static int32_t get_offset_of__typeMap_8() { return static_cast(offsetof(XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54, ____typeMap_8)); } inline XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * get__typeMap_8() const { return ____typeMap_8; } inline XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 ** get_address_of__typeMap_8() { return &____typeMap_8; } inline void set__typeMap_8(XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * value) { ____typeMap_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeMap_8), (void*)value); } inline static int32_t get_offset_of__format_9() { return static_cast(offsetof(XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54, ____format_9)); } inline int32_t get__format_9() const { return ____format_9; } inline int32_t* get_address_of__format_9() { return &____format_9; } inline void set__format_9(int32_t value) { ____format_9 = value; } }; // System.Xml.XmlSignificantWhitespace struct XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlText struct XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlTextWriter struct XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2 : public XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D { public: // System.IO.TextWriter System.Xml.XmlTextWriter::textWriter TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___textWriter_0; // System.Xml.XmlTextEncoder System.Xml.XmlTextWriter::xmlEncoder XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * ___xmlEncoder_1; // System.Text.Encoding System.Xml.XmlTextWriter::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_2; // System.Xml.Formatting System.Xml.XmlTextWriter::formatting int32_t ___formatting_3; // System.Boolean System.Xml.XmlTextWriter::indented bool ___indented_4; // System.Int32 System.Xml.XmlTextWriter::indentation int32_t ___indentation_5; // System.Char System.Xml.XmlTextWriter::indentChar Il2CppChar ___indentChar_6; // System.Xml.XmlTextWriter/TagInfo[] System.Xml.XmlTextWriter::stack TagInfoU5BU5D_t363419634609512E208D2FC275865D41A9CFF637* ___stack_7; // System.Int32 System.Xml.XmlTextWriter::top int32_t ___top_8; // System.Xml.XmlTextWriter/State[] System.Xml.XmlTextWriter::stateTable StateU5BU5D_tB7B678399A1D27FF20B86135AC6A0FBFA9564F3A* ___stateTable_9; // System.Xml.XmlTextWriter/State System.Xml.XmlTextWriter::currentState int32_t ___currentState_10; // System.Xml.XmlTextWriter/Token System.Xml.XmlTextWriter::lastToken int32_t ___lastToken_11; // System.Xml.XmlTextWriterBase64Encoder System.Xml.XmlTextWriter::base64Encoder XmlTextWriterBase64Encoder_t6C566B592DFF5C0E5108670EB19BA06D35F0213B * ___base64Encoder_12; // System.Char System.Xml.XmlTextWriter::quoteChar Il2CppChar ___quoteChar_13; // System.Char System.Xml.XmlTextWriter::curQuoteChar Il2CppChar ___curQuoteChar_14; // System.Boolean System.Xml.XmlTextWriter::namespaces bool ___namespaces_15; // System.Xml.XmlTextWriter/SpecialAttr System.Xml.XmlTextWriter::specialAttr int32_t ___specialAttr_16; // System.String System.Xml.XmlTextWriter::prefixForXmlNs String_t* ___prefixForXmlNs_17; // System.Boolean System.Xml.XmlTextWriter::flush bool ___flush_18; // System.Xml.XmlTextWriter/Namespace[] System.Xml.XmlTextWriter::nsStack NamespaceU5BU5D_tD2B59E106C73A8DCA543AC2E02889F4A200F63F6* ___nsStack_19; // System.Int32 System.Xml.XmlTextWriter::nsTop int32_t ___nsTop_20; // System.Collections.Generic.Dictionary`2 System.Xml.XmlTextWriter::nsHashtable Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___nsHashtable_21; // System.Boolean System.Xml.XmlTextWriter::useNsHashtable bool ___useNsHashtable_22; // System.Xml.XmlCharType System.Xml.XmlTextWriter::xmlCharType XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA ___xmlCharType_23; public: inline static int32_t get_offset_of_textWriter_0() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___textWriter_0)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_textWriter_0() const { return ___textWriter_0; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_textWriter_0() { return &___textWriter_0; } inline void set_textWriter_0(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___textWriter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___textWriter_0), (void*)value); } inline static int32_t get_offset_of_xmlEncoder_1() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___xmlEncoder_1)); } inline XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * get_xmlEncoder_1() const { return ___xmlEncoder_1; } inline XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E ** get_address_of_xmlEncoder_1() { return &___xmlEncoder_1; } inline void set_xmlEncoder_1(XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * value) { ___xmlEncoder_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlEncoder_1), (void*)value); } inline static int32_t get_offset_of_encoding_2() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___encoding_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_2() const { return ___encoding_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_2() { return &___encoding_2; } inline void set_encoding_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_2), (void*)value); } inline static int32_t get_offset_of_formatting_3() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___formatting_3)); } inline int32_t get_formatting_3() const { return ___formatting_3; } inline int32_t* get_address_of_formatting_3() { return &___formatting_3; } inline void set_formatting_3(int32_t value) { ___formatting_3 = value; } inline static int32_t get_offset_of_indented_4() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___indented_4)); } inline bool get_indented_4() const { return ___indented_4; } inline bool* get_address_of_indented_4() { return &___indented_4; } inline void set_indented_4(bool value) { ___indented_4 = value; } inline static int32_t get_offset_of_indentation_5() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___indentation_5)); } inline int32_t get_indentation_5() const { return ___indentation_5; } inline int32_t* get_address_of_indentation_5() { return &___indentation_5; } inline void set_indentation_5(int32_t value) { ___indentation_5 = value; } inline static int32_t get_offset_of_indentChar_6() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___indentChar_6)); } inline Il2CppChar get_indentChar_6() const { return ___indentChar_6; } inline Il2CppChar* get_address_of_indentChar_6() { return &___indentChar_6; } inline void set_indentChar_6(Il2CppChar value) { ___indentChar_6 = value; } inline static int32_t get_offset_of_stack_7() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___stack_7)); } inline TagInfoU5BU5D_t363419634609512E208D2FC275865D41A9CFF637* get_stack_7() const { return ___stack_7; } inline TagInfoU5BU5D_t363419634609512E208D2FC275865D41A9CFF637** get_address_of_stack_7() { return &___stack_7; } inline void set_stack_7(TagInfoU5BU5D_t363419634609512E208D2FC275865D41A9CFF637* value) { ___stack_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___stack_7), (void*)value); } inline static int32_t get_offset_of_top_8() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___top_8)); } inline int32_t get_top_8() const { return ___top_8; } inline int32_t* get_address_of_top_8() { return &___top_8; } inline void set_top_8(int32_t value) { ___top_8 = value; } inline static int32_t get_offset_of_stateTable_9() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___stateTable_9)); } inline StateU5BU5D_tB7B678399A1D27FF20B86135AC6A0FBFA9564F3A* get_stateTable_9() const { return ___stateTable_9; } inline StateU5BU5D_tB7B678399A1D27FF20B86135AC6A0FBFA9564F3A** get_address_of_stateTable_9() { return &___stateTable_9; } inline void set_stateTable_9(StateU5BU5D_tB7B678399A1D27FF20B86135AC6A0FBFA9564F3A* value) { ___stateTable_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___stateTable_9), (void*)value); } inline static int32_t get_offset_of_currentState_10() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___currentState_10)); } inline int32_t get_currentState_10() const { return ___currentState_10; } inline int32_t* get_address_of_currentState_10() { return &___currentState_10; } inline void set_currentState_10(int32_t value) { ___currentState_10 = value; } inline static int32_t get_offset_of_lastToken_11() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___lastToken_11)); } inline int32_t get_lastToken_11() const { return ___lastToken_11; } inline int32_t* get_address_of_lastToken_11() { return &___lastToken_11; } inline void set_lastToken_11(int32_t value) { ___lastToken_11 = value; } inline static int32_t get_offset_of_base64Encoder_12() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___base64Encoder_12)); } inline XmlTextWriterBase64Encoder_t6C566B592DFF5C0E5108670EB19BA06D35F0213B * get_base64Encoder_12() const { return ___base64Encoder_12; } inline XmlTextWriterBase64Encoder_t6C566B592DFF5C0E5108670EB19BA06D35F0213B ** get_address_of_base64Encoder_12() { return &___base64Encoder_12; } inline void set_base64Encoder_12(XmlTextWriterBase64Encoder_t6C566B592DFF5C0E5108670EB19BA06D35F0213B * value) { ___base64Encoder_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___base64Encoder_12), (void*)value); } inline static int32_t get_offset_of_quoteChar_13() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___quoteChar_13)); } inline Il2CppChar get_quoteChar_13() const { return ___quoteChar_13; } inline Il2CppChar* get_address_of_quoteChar_13() { return &___quoteChar_13; } inline void set_quoteChar_13(Il2CppChar value) { ___quoteChar_13 = value; } inline static int32_t get_offset_of_curQuoteChar_14() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___curQuoteChar_14)); } inline Il2CppChar get_curQuoteChar_14() const { return ___curQuoteChar_14; } inline Il2CppChar* get_address_of_curQuoteChar_14() { return &___curQuoteChar_14; } inline void set_curQuoteChar_14(Il2CppChar value) { ___curQuoteChar_14 = value; } inline static int32_t get_offset_of_namespaces_15() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___namespaces_15)); } inline bool get_namespaces_15() const { return ___namespaces_15; } inline bool* get_address_of_namespaces_15() { return &___namespaces_15; } inline void set_namespaces_15(bool value) { ___namespaces_15 = value; } inline static int32_t get_offset_of_specialAttr_16() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___specialAttr_16)); } inline int32_t get_specialAttr_16() const { return ___specialAttr_16; } inline int32_t* get_address_of_specialAttr_16() { return &___specialAttr_16; } inline void set_specialAttr_16(int32_t value) { ___specialAttr_16 = value; } inline static int32_t get_offset_of_prefixForXmlNs_17() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___prefixForXmlNs_17)); } inline String_t* get_prefixForXmlNs_17() const { return ___prefixForXmlNs_17; } inline String_t** get_address_of_prefixForXmlNs_17() { return &___prefixForXmlNs_17; } inline void set_prefixForXmlNs_17(String_t* value) { ___prefixForXmlNs_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefixForXmlNs_17), (void*)value); } inline static int32_t get_offset_of_flush_18() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___flush_18)); } inline bool get_flush_18() const { return ___flush_18; } inline bool* get_address_of_flush_18() { return &___flush_18; } inline void set_flush_18(bool value) { ___flush_18 = value; } inline static int32_t get_offset_of_nsStack_19() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___nsStack_19)); } inline NamespaceU5BU5D_tD2B59E106C73A8DCA543AC2E02889F4A200F63F6* get_nsStack_19() const { return ___nsStack_19; } inline NamespaceU5BU5D_tD2B59E106C73A8DCA543AC2E02889F4A200F63F6** get_address_of_nsStack_19() { return &___nsStack_19; } inline void set_nsStack_19(NamespaceU5BU5D_tD2B59E106C73A8DCA543AC2E02889F4A200F63F6* value) { ___nsStack_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nsStack_19), (void*)value); } inline static int32_t get_offset_of_nsTop_20() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___nsTop_20)); } inline int32_t get_nsTop_20() const { return ___nsTop_20; } inline int32_t* get_address_of_nsTop_20() { return &___nsTop_20; } inline void set_nsTop_20(int32_t value) { ___nsTop_20 = value; } inline static int32_t get_offset_of_nsHashtable_21() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___nsHashtable_21)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_nsHashtable_21() const { return ___nsHashtable_21; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_nsHashtable_21() { return &___nsHashtable_21; } inline void set_nsHashtable_21(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___nsHashtable_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___nsHashtable_21), (void*)value); } inline static int32_t get_offset_of_useNsHashtable_22() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___useNsHashtable_22)); } inline bool get_useNsHashtable_22() const { return ___useNsHashtable_22; } inline bool* get_address_of_useNsHashtable_22() { return &___useNsHashtable_22; } inline void set_useNsHashtable_22(bool value) { ___useNsHashtable_22 = value; } inline static int32_t get_offset_of_xmlCharType_23() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2, ___xmlCharType_23)); } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA get_xmlCharType_23() const { return ___xmlCharType_23; } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * get_address_of_xmlCharType_23() { return &___xmlCharType_23; } inline void set_xmlCharType_23(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA value) { ___xmlCharType_23 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___xmlCharType_23))->___charProperties_2), (void*)NULL); } }; // System.Xml.Serialization.XmlTypeMapElementInfo struct XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A : public RuntimeObject { public: // System.String System.Xml.Serialization.XmlTypeMapElementInfo::_elementName String_t* ____elementName_0; // System.String System.Xml.Serialization.XmlTypeMapElementInfo::_namespace String_t* ____namespace_1; // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlTypeMapElementInfo::_form int32_t ____form_2; // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.XmlTypeMapElementInfo::_member XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ____member_3; // System.Object System.Xml.Serialization.XmlTypeMapElementInfo::_choiceValue RuntimeObject * ____choiceValue_4; // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::_isNullable bool ____isNullable_5; // System.Int32 System.Xml.Serialization.XmlTypeMapElementInfo::_nestingLevel int32_t ____nestingLevel_6; // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapElementInfo::_mappedType XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ____mappedType_7; // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapElementInfo::_type TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ____type_8; // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::_wrappedElement bool ____wrappedElement_9; // System.Int32 System.Xml.Serialization.XmlTypeMapElementInfo::_explicitOrder int32_t ____explicitOrder_10; public: inline static int32_t get_offset_of__elementName_0() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____elementName_0)); } inline String_t* get__elementName_0() const { return ____elementName_0; } inline String_t** get_address_of__elementName_0() { return &____elementName_0; } inline void set__elementName_0(String_t* value) { ____elementName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____elementName_0), (void*)value); } inline static int32_t get_offset_of__namespace_1() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____namespace_1)); } inline String_t* get__namespace_1() const { return ____namespace_1; } inline String_t** get_address_of__namespace_1() { return &____namespace_1; } inline void set__namespace_1(String_t* value) { ____namespace_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____namespace_1), (void*)value); } inline static int32_t get_offset_of__form_2() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____form_2)); } inline int32_t get__form_2() const { return ____form_2; } inline int32_t* get_address_of__form_2() { return &____form_2; } inline void set__form_2(int32_t value) { ____form_2 = value; } inline static int32_t get_offset_of__member_3() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____member_3)); } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * get__member_3() const { return ____member_3; } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC ** get_address_of__member_3() { return &____member_3; } inline void set__member_3(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * value) { ____member_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____member_3), (void*)value); } inline static int32_t get_offset_of__choiceValue_4() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____choiceValue_4)); } inline RuntimeObject * get__choiceValue_4() const { return ____choiceValue_4; } inline RuntimeObject ** get_address_of__choiceValue_4() { return &____choiceValue_4; } inline void set__choiceValue_4(RuntimeObject * value) { ____choiceValue_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____choiceValue_4), (void*)value); } inline static int32_t get_offset_of__isNullable_5() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____isNullable_5)); } inline bool get__isNullable_5() const { return ____isNullable_5; } inline bool* get_address_of__isNullable_5() { return &____isNullable_5; } inline void set__isNullable_5(bool value) { ____isNullable_5 = value; } inline static int32_t get_offset_of__nestingLevel_6() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____nestingLevel_6)); } inline int32_t get__nestingLevel_6() const { return ____nestingLevel_6; } inline int32_t* get_address_of__nestingLevel_6() { return &____nestingLevel_6; } inline void set__nestingLevel_6(int32_t value) { ____nestingLevel_6 = value; } inline static int32_t get_offset_of__mappedType_7() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____mappedType_7)); } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * get__mappedType_7() const { return ____mappedType_7; } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 ** get_address_of__mappedType_7() { return &____mappedType_7; } inline void set__mappedType_7(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * value) { ____mappedType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____mappedType_7), (void*)value); } inline static int32_t get_offset_of__type_8() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____type_8)); } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * get__type_8() const { return ____type_8; } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 ** get_address_of__type_8() { return &____type_8; } inline void set__type_8(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * value) { ____type_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____type_8), (void*)value); } inline static int32_t get_offset_of__wrappedElement_9() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____wrappedElement_9)); } inline bool get__wrappedElement_9() const { return ____wrappedElement_9; } inline bool* get_address_of__wrappedElement_9() { return &____wrappedElement_9; } inline void set__wrappedElement_9(bool value) { ____wrappedElement_9 = value; } inline static int32_t get_offset_of__explicitOrder_10() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____explicitOrder_10)); } inline int32_t get__explicitOrder_10() const { return ____explicitOrder_10; } inline int32_t* get_address_of__explicitOrder_10() { return &____explicitOrder_10; } inline void set__explicitOrder_10(int32_t value) { ____explicitOrder_10 = value; } }; // System.Xml.Serialization.XmlTypeMapMemberAnyElement struct XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 : public XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 { public: public: }; // System.Xml.Serialization.XmlTypeMapMemberAttribute struct XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E : public XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC { public: // System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::_attributeName String_t* ____attributeName_10; // System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::_namespace String_t* ____namespace_11; // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlTypeMapMemberAttribute::_form int32_t ____form_12; // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapMemberAttribute::_mappedType XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ____mappedType_13; public: inline static int32_t get_offset_of__attributeName_10() { return static_cast(offsetof(XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E, ____attributeName_10)); } inline String_t* get__attributeName_10() const { return ____attributeName_10; } inline String_t** get_address_of__attributeName_10() { return &____attributeName_10; } inline void set__attributeName_10(String_t* value) { ____attributeName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributeName_10), (void*)value); } inline static int32_t get_offset_of__namespace_11() { return static_cast(offsetof(XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E, ____namespace_11)); } inline String_t* get__namespace_11() const { return ____namespace_11; } inline String_t** get_address_of__namespace_11() { return &____namespace_11; } inline void set__namespace_11(String_t* value) { ____namespace_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____namespace_11), (void*)value); } inline static int32_t get_offset_of__form_12() { return static_cast(offsetof(XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E, ____form_12)); } inline int32_t get__form_12() const { return ____form_12; } inline int32_t* get_address_of__form_12() { return &____form_12; } inline void set__form_12(int32_t value) { ____form_12 = value; } inline static int32_t get_offset_of__mappedType_13() { return static_cast(offsetof(XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E, ____mappedType_13)); } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * get__mappedType_13() const { return ____mappedType_13; } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 ** get_address_of__mappedType_13() { return &____mappedType_13; } inline void set__mappedType_13(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * value) { ____mappedType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____mappedType_13), (void*)value); } }; // System.Xml.Serialization.XmlTypeMapMemberFlatList struct XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 : public XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 { public: // System.Xml.Serialization.ListMap System.Xml.Serialization.XmlTypeMapMemberFlatList::_listMap ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * ____listMap_15; public: inline static int32_t get_offset_of__listMap_15() { return static_cast(offsetof(XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73, ____listMap_15)); } inline ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * get__listMap_15() const { return ____listMap_15; } inline ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 ** get_address_of__listMap_15() { return &____listMap_15; } inline void set__listMap_15(ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * value) { ____listMap_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____listMap_15), (void*)value); } }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Resources.MissingManifestResourceException struct MissingManifestResourceException_tAC74F21ADC46CCB2BCC710464434E3B97F72FACB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Xml.Schema.ParticleContentValidator struct ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 : public ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C { public: // System.Xml.Schema.SymbolsDictionary System.Xml.Schema.ParticleContentValidator::symbols SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols_7; // System.Xml.Schema.Positions System.Xml.Schema.ParticleContentValidator::positions Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * ___positions_8; // System.Collections.Stack System.Xml.Schema.ParticleContentValidator::stack Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * ___stack_9; // System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.ParticleContentValidator::contentNode SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___contentNode_10; // System.Boolean System.Xml.Schema.ParticleContentValidator::isPartial bool ___isPartial_11; // System.Int32 System.Xml.Schema.ParticleContentValidator::minMaxNodesCount int32_t ___minMaxNodesCount_12; // System.Boolean System.Xml.Schema.ParticleContentValidator::enableUpaCheck bool ___enableUpaCheck_13; public: inline static int32_t get_offset_of_symbols_7() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___symbols_7)); } inline SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * get_symbols_7() const { return ___symbols_7; } inline SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF ** get_address_of_symbols_7() { return &___symbols_7; } inline void set_symbols_7(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * value) { ___symbols_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___symbols_7), (void*)value); } inline static int32_t get_offset_of_positions_8() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___positions_8)); } inline Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * get_positions_8() const { return ___positions_8; } inline Positions_t577D66E21F674149C5A3E68851CE88B94C37248F ** get_address_of_positions_8() { return &___positions_8; } inline void set_positions_8(Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * value) { ___positions_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___positions_8), (void*)value); } inline static int32_t get_offset_of_stack_9() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___stack_9)); } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * get_stack_9() const { return ___stack_9; } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 ** get_address_of_stack_9() { return &___stack_9; } inline void set_stack_9(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * value) { ___stack_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___stack_9), (void*)value); } inline static int32_t get_offset_of_contentNode_10() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___contentNode_10)); } inline SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * get_contentNode_10() const { return ___contentNode_10; } inline SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 ** get_address_of_contentNode_10() { return &___contentNode_10; } inline void set_contentNode_10(SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * value) { ___contentNode_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentNode_10), (void*)value); } inline static int32_t get_offset_of_isPartial_11() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___isPartial_11)); } inline bool get_isPartial_11() const { return ___isPartial_11; } inline bool* get_address_of_isPartial_11() { return &___isPartial_11; } inline void set_isPartial_11(bool value) { ___isPartial_11 = value; } inline static int32_t get_offset_of_minMaxNodesCount_12() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___minMaxNodesCount_12)); } inline int32_t get_minMaxNodesCount_12() const { return ___minMaxNodesCount_12; } inline int32_t* get_address_of_minMaxNodesCount_12() { return &___minMaxNodesCount_12; } inline void set_minMaxNodesCount_12(int32_t value) { ___minMaxNodesCount_12 = value; } inline static int32_t get_offset_of_enableUpaCheck_13() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___enableUpaCheck_13)); } inline bool get_enableUpaCheck_13() const { return ___enableUpaCheck_13; } inline bool* get_address_of_enableUpaCheck_13() { return &___enableUpaCheck_13; } inline void set_enableUpaCheck_13(bool value) { ___enableUpaCheck_13 = value; } }; // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B : public SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A { public: // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaElementDecl::attdefs Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * ___attdefs_11; // System.Collections.Generic.List`1 System.Xml.Schema.SchemaElementDecl::defaultAttdefs List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * ___defaultAttdefs_12; // System.Boolean System.Xml.Schema.SchemaElementDecl::isIdDeclared bool ___isIdDeclared_13; // System.Boolean System.Xml.Schema.SchemaElementDecl::hasNonCDataAttribute bool ___hasNonCDataAttribute_14; // System.Boolean System.Xml.Schema.SchemaElementDecl::hasRequiredAttribute bool ___hasRequiredAttribute_15; // System.Boolean System.Xml.Schema.SchemaElementDecl::isNotationDeclared bool ___isNotationDeclared_16; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaElementDecl::prohibitedAttributes Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 * ___prohibitedAttributes_17; // System.Xml.Schema.ContentValidator System.Xml.Schema.SchemaElementDecl::contentValidator ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___contentValidator_18; // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.SchemaElementDecl::anyAttribute XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___anyAttribute_19; public: inline static int32_t get_offset_of_attdefs_11() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___attdefs_11)); } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * get_attdefs_11() const { return ___attdefs_11; } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 ** get_address_of_attdefs_11() { return &___attdefs_11; } inline void set_attdefs_11(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * value) { ___attdefs_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___attdefs_11), (void*)value); } inline static int32_t get_offset_of_defaultAttdefs_12() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___defaultAttdefs_12)); } inline List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * get_defaultAttdefs_12() const { return ___defaultAttdefs_12; } inline List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 ** get_address_of_defaultAttdefs_12() { return &___defaultAttdefs_12; } inline void set_defaultAttdefs_12(List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * value) { ___defaultAttdefs_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultAttdefs_12), (void*)value); } inline static int32_t get_offset_of_isIdDeclared_13() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___isIdDeclared_13)); } inline bool get_isIdDeclared_13() const { return ___isIdDeclared_13; } inline bool* get_address_of_isIdDeclared_13() { return &___isIdDeclared_13; } inline void set_isIdDeclared_13(bool value) { ___isIdDeclared_13 = value; } inline static int32_t get_offset_of_hasNonCDataAttribute_14() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___hasNonCDataAttribute_14)); } inline bool get_hasNonCDataAttribute_14() const { return ___hasNonCDataAttribute_14; } inline bool* get_address_of_hasNonCDataAttribute_14() { return &___hasNonCDataAttribute_14; } inline void set_hasNonCDataAttribute_14(bool value) { ___hasNonCDataAttribute_14 = value; } inline static int32_t get_offset_of_hasRequiredAttribute_15() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___hasRequiredAttribute_15)); } inline bool get_hasRequiredAttribute_15() const { return ___hasRequiredAttribute_15; } inline bool* get_address_of_hasRequiredAttribute_15() { return &___hasRequiredAttribute_15; } inline void set_hasRequiredAttribute_15(bool value) { ___hasRequiredAttribute_15 = value; } inline static int32_t get_offset_of_isNotationDeclared_16() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___isNotationDeclared_16)); } inline bool get_isNotationDeclared_16() const { return ___isNotationDeclared_16; } inline bool* get_address_of_isNotationDeclared_16() { return &___isNotationDeclared_16; } inline void set_isNotationDeclared_16(bool value) { ___isNotationDeclared_16 = value; } inline static int32_t get_offset_of_prohibitedAttributes_17() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___prohibitedAttributes_17)); } inline Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 * get_prohibitedAttributes_17() const { return ___prohibitedAttributes_17; } inline Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 ** get_address_of_prohibitedAttributes_17() { return &___prohibitedAttributes_17; } inline void set_prohibitedAttributes_17(Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 * value) { ___prohibitedAttributes_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___prohibitedAttributes_17), (void*)value); } inline static int32_t get_offset_of_contentValidator_18() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___contentValidator_18)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_contentValidator_18() const { return ___contentValidator_18; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_contentValidator_18() { return &___contentValidator_18; } inline void set_contentValidator_18(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___contentValidator_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentValidator_18), (void*)value); } inline static int32_t get_offset_of_anyAttribute_19() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___anyAttribute_19)); } inline XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * get_anyAttribute_19() const { return ___anyAttribute_19; } inline XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 ** get_address_of_anyAttribute_19() { return &___anyAttribute_19; } inline void set_anyAttribute_19(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * value) { ___anyAttribute_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___anyAttribute_19), (void*)value); } }; // System.Reflection.TargetInvocationException struct TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C : public ApplicationException_t8D709C0445A040467C6A632AD7F742B25AB2A407 { public: public: }; // System.Xml.Serialization.UnreferencedObjectEventHandler struct UnreferencedObjectEventHandler_t8C7AD11596BB1575262B62EE1128DABB07434988 : public MulticastDelegate_t { public: public: }; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C : public MulticastDelegate_t { public: public: }; // System.Xml.Serialization.XmlAttributeEventHandler struct XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286 : public MulticastDelegate_t { public: public: }; // System.Xml.Serialization.XmlElementEventHandler struct XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29 : public MulticastDelegate_t { public: public: }; // System.Xml.Schema.XmlListConverter struct XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlListConverter::atomicConverter XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___atomicConverter_32; public: inline static int32_t get_offset_of_atomicConverter_32() { return static_cast(offsetof(XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D, ___atomicConverter_32)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_atomicConverter_32() const { return ___atomicConverter_32; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_atomicConverter_32() { return &___atomicConverter_32; } inline void set_atomicConverter_32(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___atomicConverter_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicConverter_32), (void*)value); } }; // System.Xml.Serialization.XmlMembersMapping struct XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 : public XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 { public: // System.Boolean System.Xml.Serialization.XmlMembersMapping::_hasWrapperElement bool ____hasWrapperElement_6; // System.Xml.Serialization.XmlMemberMapping[] System.Xml.Serialization.XmlMembersMapping::_mapping XmlMemberMappingU5BU5D_t78E3F87812D4D5F00632824BE14343BEDF0B4DD7* ____mapping_7; public: inline static int32_t get_offset_of__hasWrapperElement_6() { return static_cast(offsetof(XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496, ____hasWrapperElement_6)); } inline bool get__hasWrapperElement_6() const { return ____hasWrapperElement_6; } inline bool* get_address_of__hasWrapperElement_6() { return &____hasWrapperElement_6; } inline void set__hasWrapperElement_6(bool value) { ____hasWrapperElement_6 = value; } inline static int32_t get_offset_of__mapping_7() { return static_cast(offsetof(XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496, ____mapping_7)); } inline XmlMemberMappingU5BU5D_t78E3F87812D4D5F00632824BE14343BEDF0B4DD7* get__mapping_7() const { return ____mapping_7; } inline XmlMemberMappingU5BU5D_t78E3F87812D4D5F00632824BE14343BEDF0B4DD7** get_address_of__mapping_7() { return &____mapping_7; } inline void set__mapping_7(XmlMemberMappingU5BU5D_t78E3F87812D4D5F00632824BE14343BEDF0B4DD7* value) { ____mapping_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____mapping_7), (void*)value); } }; // System.Xml.Serialization.XmlNodeEventHandler struct XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563 : public MulticastDelegate_t { public: public: }; // System.Xml.Schema.XmlSchemaAny struct XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C : public XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 { public: // System.String System.Xml.Schema.XmlSchemaAny::ns String_t* ___ns_4; // System.Xml.Schema.XmlSchemaContentProcessing System.Xml.Schema.XmlSchemaAny::processContents int32_t ___processContents_5; // System.Xml.Schema.NamespaceList System.Xml.Schema.XmlSchemaAny::namespaceList NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * ___namespaceList_6; public: inline static int32_t get_offset_of_ns_4() { return static_cast(offsetof(XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C, ___ns_4)); } inline String_t* get_ns_4() const { return ___ns_4; } inline String_t** get_address_of_ns_4() { return &___ns_4; } inline void set_ns_4(String_t* value) { ___ns_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_4), (void*)value); } inline static int32_t get_offset_of_processContents_5() { return static_cast(offsetof(XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C, ___processContents_5)); } inline int32_t get_processContents_5() const { return ___processContents_5; } inline int32_t* get_address_of_processContents_5() { return &___processContents_5; } inline void set_processContents_5(int32_t value) { ___processContents_5 = value; } inline static int32_t get_offset_of_namespaceList_6() { return static_cast(offsetof(XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C, ___namespaceList_6)); } inline NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * get_namespaceList_6() const { return ___namespaceList_6; } inline NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A ** get_address_of_namespaceList_6() { return &___namespaceList_6; } inline void set_namespaceList_6(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * value) { ___namespaceList_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceList_6), (void*)value); } }; // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 : public XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA { public: // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaComplexType::block int32_t ___block_7; // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::contentTypeParticle XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * ___contentTypeParticle_8; // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaComplexType::attributeWildcard XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___attributeWildcard_9; // System.Byte System.Xml.Schema.XmlSchemaComplexType::pvFlags uint8_t ___pvFlags_13; public: inline static int32_t get_offset_of_block_7() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062, ___block_7)); } inline int32_t get_block_7() const { return ___block_7; } inline int32_t* get_address_of_block_7() { return &___block_7; } inline void set_block_7(int32_t value) { ___block_7 = value; } inline static int32_t get_offset_of_contentTypeParticle_8() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062, ___contentTypeParticle_8)); } inline XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * get_contentTypeParticle_8() const { return ___contentTypeParticle_8; } inline XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 ** get_address_of_contentTypeParticle_8() { return &___contentTypeParticle_8; } inline void set_contentTypeParticle_8(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * value) { ___contentTypeParticle_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentTypeParticle_8), (void*)value); } inline static int32_t get_offset_of_attributeWildcard_9() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062, ___attributeWildcard_9)); } inline XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * get_attributeWildcard_9() const { return ___attributeWildcard_9; } inline XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 ** get_address_of_attributeWildcard_9() { return &___attributeWildcard_9; } inline void set_attributeWildcard_9(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * value) { ___attributeWildcard_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeWildcard_9), (void*)value); } inline static int32_t get_offset_of_pvFlags_13() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062, ___pvFlags_13)); } inline uint8_t get_pvFlags_13() const { return ___pvFlags_13; } inline uint8_t* get_address_of_pvFlags_13() { return &___pvFlags_13; } inline void set_pvFlags_13(uint8_t value) { ___pvFlags_13 = value; } }; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A : public XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 { public: public: }; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.Xml.Schema.XmlSchemaException::res String_t* ___res_17; // System.String[] System.Xml.Schema.XmlSchemaException::args StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args_18; // System.String System.Xml.Schema.XmlSchemaException::sourceUri String_t* ___sourceUri_19; // System.Int32 System.Xml.Schema.XmlSchemaException::lineNumber int32_t ___lineNumber_20; // System.Int32 System.Xml.Schema.XmlSchemaException::linePosition int32_t ___linePosition_21; // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaException::sourceSchemaObject XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * ___sourceSchemaObject_22; // System.String System.Xml.Schema.XmlSchemaException::message String_t* ___message_23; public: inline static int32_t get_offset_of_res_17() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___res_17)); } inline String_t* get_res_17() const { return ___res_17; } inline String_t** get_address_of_res_17() { return &___res_17; } inline void set_res_17(String_t* value) { ___res_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___res_17), (void*)value); } inline static int32_t get_offset_of_args_18() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___args_18)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_args_18() const { return ___args_18; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_args_18() { return &___args_18; } inline void set_args_18(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___args_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___args_18), (void*)value); } inline static int32_t get_offset_of_sourceUri_19() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___sourceUri_19)); } inline String_t* get_sourceUri_19() const { return ___sourceUri_19; } inline String_t** get_address_of_sourceUri_19() { return &___sourceUri_19; } inline void set_sourceUri_19(String_t* value) { ___sourceUri_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___sourceUri_19), (void*)value); } inline static int32_t get_offset_of_lineNumber_20() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___lineNumber_20)); } inline int32_t get_lineNumber_20() const { return ___lineNumber_20; } inline int32_t* get_address_of_lineNumber_20() { return &___lineNumber_20; } inline void set_lineNumber_20(int32_t value) { ___lineNumber_20 = value; } inline static int32_t get_offset_of_linePosition_21() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___linePosition_21)); } inline int32_t get_linePosition_21() const { return ___linePosition_21; } inline int32_t* get_address_of_linePosition_21() { return &___linePosition_21; } inline void set_linePosition_21(int32_t value) { ___linePosition_21 = value; } inline static int32_t get_offset_of_sourceSchemaObject_22() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___sourceSchemaObject_22)); } inline XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * get_sourceSchemaObject_22() const { return ___sourceSchemaObject_22; } inline XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 ** get_address_of_sourceSchemaObject_22() { return &___sourceSchemaObject_22; } inline void set_sourceSchemaObject_22(XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * value) { ___sourceSchemaObject_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___sourceSchemaObject_22), (void*)value); } inline static int32_t get_offset_of_message_23() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___message_23)); } inline String_t* get_message_23() const { return ___message_23; } inline String_t** get_address_of_message_23() { return &___message_23; } inline void set_message_23(String_t* value) { ___message_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___message_23), (void*)value); } }; // System.Xml.Schema.XmlSchemaGroupBase struct XmlSchemaGroupBase_tBB7F26134C0D82EA71D1773C84856397919DD5DA : public XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 { public: public: }; // System.Xml.Schema.XmlSchemaGroupRef struct XmlSchemaGroupRef_t959C68547997BA04BD811BE970E18AD9C42A68DA : public XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 { public: public: }; // System.Xml.Schema.XmlSchemaPatternFacet struct XmlSchemaPatternFacet_t4B0DD650C87F804406E906E929F622AD1EEC5193 : public XmlSchemaFacet_t573C0D6C490EC4BD2D0AF19D2BA11C47A4EE713F { public: public: }; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C : public XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA { public: // System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::content XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * ___content_7; public: inline static int32_t get_offset_of_content_7() { return static_cast(offsetof(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C, ___content_7)); } inline XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * get_content_7() const { return ___content_7; } inline XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 ** get_address_of_content_7() { return &___content_7; } inline void set_content_7(XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * value) { ___content_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_7), (void*)value); } }; // System.Xml.Serialization.XmlSerializationCollectionFixupCallback struct XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A : public MulticastDelegate_t { public: public: }; // System.Xml.Serialization.XmlSerializationFixupCallback struct XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 : public MulticastDelegate_t { public: public: }; // System.Xml.Serialization.XmlSerializationReadCallback struct XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D : public MulticastDelegate_t { public: public: }; // System.Xml.Serialization.XmlSerializationWriteCallback struct XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 : public MulticastDelegate_t { public: public: }; // System.Xml.Schema.XmlStringConverter struct XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: public: }; // System.Xml.Serialization.XmlTypeMapping struct XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 : public XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 { public: // System.String System.Xml.Serialization.XmlTypeMapping::xmlType String_t* ___xmlType_6; // System.String System.Xml.Serialization.XmlTypeMapping::xmlTypeNamespace String_t* ___xmlTypeNamespace_7; // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapping::type TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___type_8; // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapping::baseMap XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___baseMap_9; // System.Boolean System.Xml.Serialization.XmlTypeMapping::multiReferenceType bool ___multiReferenceType_10; // System.Boolean System.Xml.Serialization.XmlTypeMapping::includeInSchema bool ___includeInSchema_11; // System.Boolean System.Xml.Serialization.XmlTypeMapping::isNullable bool ___isNullable_12; // System.Boolean System.Xml.Serialization.XmlTypeMapping::isAny bool ___isAny_13; // System.Collections.ArrayList System.Xml.Serialization.XmlTypeMapping::_derivedTypes ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____derivedTypes_14; public: inline static int32_t get_offset_of_xmlType_6() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ___xmlType_6)); } inline String_t* get_xmlType_6() const { return ___xmlType_6; } inline String_t** get_address_of_xmlType_6() { return &___xmlType_6; } inline void set_xmlType_6(String_t* value) { ___xmlType_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlType_6), (void*)value); } inline static int32_t get_offset_of_xmlTypeNamespace_7() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ___xmlTypeNamespace_7)); } inline String_t* get_xmlTypeNamespace_7() const { return ___xmlTypeNamespace_7; } inline String_t** get_address_of_xmlTypeNamespace_7() { return &___xmlTypeNamespace_7; } inline void set_xmlTypeNamespace_7(String_t* value) { ___xmlTypeNamespace_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlTypeNamespace_7), (void*)value); } inline static int32_t get_offset_of_type_8() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ___type_8)); } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * get_type_8() const { return ___type_8; } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 ** get_address_of_type_8() { return &___type_8; } inline void set_type_8(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * value) { ___type_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_8), (void*)value); } inline static int32_t get_offset_of_baseMap_9() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ___baseMap_9)); } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * get_baseMap_9() const { return ___baseMap_9; } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 ** get_address_of_baseMap_9() { return &___baseMap_9; } inline void set_baseMap_9(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * value) { ___baseMap_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseMap_9), (void*)value); } inline static int32_t get_offset_of_multiReferenceType_10() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ___multiReferenceType_10)); } inline bool get_multiReferenceType_10() const { return ___multiReferenceType_10; } inline bool* get_address_of_multiReferenceType_10() { return &___multiReferenceType_10; } inline void set_multiReferenceType_10(bool value) { ___multiReferenceType_10 = value; } inline static int32_t get_offset_of_includeInSchema_11() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ___includeInSchema_11)); } inline bool get_includeInSchema_11() const { return ___includeInSchema_11; } inline bool* get_address_of_includeInSchema_11() { return &___includeInSchema_11; } inline void set_includeInSchema_11(bool value) { ___includeInSchema_11 = value; } inline static int32_t get_offset_of_isNullable_12() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ___isNullable_12)); } inline bool get_isNullable_12() const { return ___isNullable_12; } inline bool* get_address_of_isNullable_12() { return &___isNullable_12; } inline void set_isNullable_12(bool value) { ___isNullable_12 = value; } inline static int32_t get_offset_of_isAny_13() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ___isAny_13)); } inline bool get_isAny_13() const { return ___isAny_13; } inline bool* get_address_of_isAny_13() { return &___isAny_13; } inline void set_isAny_13(bool value) { ___isAny_13 = value; } inline static int32_t get_offset_of__derivedTypes_14() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ____derivedTypes_14)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__derivedTypes_14() const { return ____derivedTypes_14; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__derivedTypes_14() { return &____derivedTypes_14; } inline void set__derivedTypes_14(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____derivedTypes_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____derivedTypes_14), (void*)value); } }; // System.Xml.Schema.XmlSchemaParticle/EmptyParticle struct EmptyParticle_t56BD41298CE124A8F2F4F4426105E1663120F7BF : public XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; // System.Xml.Schema.XmlSchemaChoice struct XmlSchemaChoice_t8FC6F8DB238E8800F350E4EF88CCECD64B5D3BF0 : public XmlSchemaGroupBase_tBB7F26134C0D82EA71D1773C84856397919DD5DA { public: // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaChoice::items XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * ___items_4; public: inline static int32_t get_offset_of_items_4() { return static_cast(offsetof(XmlSchemaChoice_t8FC6F8DB238E8800F350E4EF88CCECD64B5D3BF0, ___items_4)); } inline XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * get_items_4() const { return ___items_4; } inline XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 ** get_address_of_items_4() { return &___items_4; } inline void set_items_4(XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * value) { ___items_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_4), (void*)value); } }; // System.Xml.Schema.XmlSchemaSequence struct XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 : public XmlSchemaGroupBase_tBB7F26134C0D82EA71D1773C84856397919DD5DA { public: // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::items XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * ___items_4; public: inline static int32_t get_offset_of_items_4() { return static_cast(offsetof(XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03, ___items_4)); } inline XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * get_items_4() const { return ___items_4; } inline XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 ** get_address_of_items_4() { return &___items_4; } inline void set_items_4(XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * value) { ___items_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_4), (void*)value); } }; // System.Xml.Serialization.XmlSerializableMapping struct XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5 : public XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 { public: // System.Xml.Schema.XmlSchema System.Xml.Serialization.XmlSerializableMapping::_schema XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * ____schema_15; // System.Xml.Schema.XmlSchemaComplexType System.Xml.Serialization.XmlSerializableMapping::_schemaType XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * ____schemaType_16; // System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializableMapping::_schemaTypeName XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ____schemaTypeName_17; public: inline static int32_t get_offset_of__schema_15() { return static_cast(offsetof(XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5, ____schema_15)); } inline XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * get__schema_15() const { return ____schema_15; } inline XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA ** get_address_of__schema_15() { return &____schema_15; } inline void set__schema_15(XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * value) { ____schema_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____schema_15), (void*)value); } inline static int32_t get_offset_of__schemaType_16() { return static_cast(offsetof(XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5, ____schemaType_16)); } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * get__schemaType_16() const { return ____schemaType_16; } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 ** get_address_of__schemaType_16() { return &____schemaType_16; } inline void set__schemaType_16(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * value) { ____schemaType_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____schemaType_16), (void*)value); } inline static int32_t get_offset_of__schemaTypeName_17() { return static_cast(offsetof(XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5, ____schemaTypeName_17)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get__schemaTypeName_17() const { return ____schemaTypeName_17; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of__schemaTypeName_17() { return &____schemaTypeName_17; } inline void set__schemaTypeName_17(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ____schemaTypeName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____schemaTypeName_17), (void*)value); } }; // System.Xml.Schema.XmlUntypedConverter struct XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF : public XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D { public: // System.Boolean System.Xml.Schema.XmlUntypedConverter::allowListToList bool ___allowListToList_33; public: inline static int32_t get_offset_of_allowListToList_33() { return static_cast(offsetof(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF, ___allowListToList_33)); } inline bool get_allowListToList_33() const { return ___allowListToList_33; } inline bool* get_address_of_allowListToList_33() { return &___allowListToList_33; } inline void set_allowListToList_33(bool value) { ___allowListToList_33 = value; } }; // System.Object // System.Object struct Il2CppArrayBounds; // System.Array struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // System.Collections.ArrayList // System.Attribute // System.Attribute // System.Collections.CollectionBase // System.Collections.CollectionBase // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // System.Globalization.CultureInfo // System.DBNull struct DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields { public: // System.DBNull System.DBNull::Value DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields, ___Value_0)); } inline DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * get_Value_0() const { return ___Value_0; } inline DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.DBNull // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_15; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_15)); } inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; } inline void set_s_InternalSyncObject_15(RuntimeObject * value) { ___s_InternalSyncObject_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_15), (void*)value); } }; // System.Text.Encoding // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.EventArgs // System.MarshalByRefObject // System.MarshalByRefObject // System.Reflection.MemberInfo // System.Reflection.MemberInfo // System.Runtime.Serialization.ObjectIDGenerator struct ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259_StaticFields { public: // System.Int32[] System.Runtime.Serialization.ObjectIDGenerator::sizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___sizes_4; public: inline static int32_t get_offset_of_sizes_4() { return static_cast(offsetof(ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259_StaticFields, ___sizes_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_sizes_4() const { return ___sizes_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_sizes_4() { return &___sizes_4; } inline void set_sizes_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___sizes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sizes_4), (void*)value); } }; // System.Runtime.Serialization.ObjectIDGenerator // System.Xml.Serialization.ObjectMap // System.Xml.Serialization.ObjectMap // System.Collections.Queue // System.Collections.Queue // System.Runtime.Serialization.SerializationInfo // System.Runtime.Serialization.SerializationInfo // System.Runtime.Serialization.SerializationInfoEnumerator // System.Runtime.Serialization.SerializationInfoEnumerator // System.Collections.SortedList struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_StaticFields { public: // System.Object[] System.Collections.SortedList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_9; public: inline static int32_t get_offset_of_emptyArray_9() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_StaticFields, ___emptyArray_9)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_9() const { return ___emptyArray_9; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_9() { return &___emptyArray_9; } inline void set_emptyArray_9(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_9), (void*)value); } }; // System.Collections.SortedList // System.String struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.String // System.Text.StringBuilder // System.Text.StringBuilder // System.ValueType // System.ValueType // System.Xml.XPath.XPathItem // System.Xml.XPath.XPathItem // System.Xml.Serialization.XmlAttributeOverrides // System.Xml.Serialization.XmlAttributeOverrides // System.Xml.Serialization.XmlAttributes // System.Xml.Serialization.XmlAttributes // System.Xml.XmlDownloadManager // System.Xml.XmlDownloadManager // System.Xml.XmlNameTable // System.Xml.XmlNameTable // System.Xml.XmlNode // System.Xml.XmlNode // System.Xml.XmlNodeList // System.Xml.XmlNodeList // System.Xml.XmlQualifiedName struct XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields { public: // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::hashCodeDelegate HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * ___hashCodeDelegate_0; // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Empty XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___Empty_4; public: inline static int32_t get_offset_of_hashCodeDelegate_0() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields, ___hashCodeDelegate_0)); } inline HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * get_hashCodeDelegate_0() const { return ___hashCodeDelegate_0; } inline HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E ** get_address_of_hashCodeDelegate_0() { return &___hashCodeDelegate_0; } inline void set_hashCodeDelegate_0(HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * value) { ___hashCodeDelegate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashCodeDelegate_0), (void*)value); } inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields, ___Empty_4)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_Empty_4() const { return ___Empty_4; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_4), (void*)value); } }; // System.Xml.XmlQualifiedName // System.Xml.XmlReader struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields { public: // System.UInt32 System.Xml.XmlReader::IsTextualNodeBitmap uint32_t ___IsTextualNodeBitmap_0; // System.UInt32 System.Xml.XmlReader::CanReadContentAsBitmap uint32_t ___CanReadContentAsBitmap_1; // System.UInt32 System.Xml.XmlReader::HasValueBitmap uint32_t ___HasValueBitmap_2; public: inline static int32_t get_offset_of_IsTextualNodeBitmap_0() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___IsTextualNodeBitmap_0)); } inline uint32_t get_IsTextualNodeBitmap_0() const { return ___IsTextualNodeBitmap_0; } inline uint32_t* get_address_of_IsTextualNodeBitmap_0() { return &___IsTextualNodeBitmap_0; } inline void set_IsTextualNodeBitmap_0(uint32_t value) { ___IsTextualNodeBitmap_0 = value; } inline static int32_t get_offset_of_CanReadContentAsBitmap_1() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___CanReadContentAsBitmap_1)); } inline uint32_t get_CanReadContentAsBitmap_1() const { return ___CanReadContentAsBitmap_1; } inline uint32_t* get_address_of_CanReadContentAsBitmap_1() { return &___CanReadContentAsBitmap_1; } inline void set_CanReadContentAsBitmap_1(uint32_t value) { ___CanReadContentAsBitmap_1 = value; } inline static int32_t get_offset_of_HasValueBitmap_2() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___HasValueBitmap_2)); } inline uint32_t get_HasValueBitmap_2() const { return ___HasValueBitmap_2; } inline uint32_t* get_address_of_HasValueBitmap_2() { return &___HasValueBitmap_2; } inline void set_HasValueBitmap_2(uint32_t value) { ___HasValueBitmap_2 = value; } }; // System.Xml.XmlReader // System.Xml.Serialization.XmlReflectionImporter struct XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_StaticFields { public: // System.String System.Xml.Serialization.XmlReflectionImporter::errSimple String_t* ___errSimple_7; // System.String System.Xml.Serialization.XmlReflectionImporter::errSimple2 String_t* ___errSimple2_8; public: inline static int32_t get_offset_of_errSimple_7() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_StaticFields, ___errSimple_7)); } inline String_t* get_errSimple_7() const { return ___errSimple_7; } inline String_t** get_address_of_errSimple_7() { return &___errSimple_7; } inline void set_errSimple_7(String_t* value) { ___errSimple_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___errSimple_7), (void*)value); } inline static int32_t get_offset_of_errSimple2_8() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_StaticFields, ___errSimple2_8)); } inline String_t* get_errSimple2_8() const { return ___errSimple2_8; } inline String_t** get_address_of_errSimple2_8() { return &___errSimple2_8; } inline void set_errSimple2_8(String_t* value) { ___errSimple2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___errSimple2_8), (void*)value); } }; // System.Xml.Serialization.XmlReflectionImporter // System.Xml.Serialization.XmlReflectionMember // System.Xml.Serialization.XmlReflectionMember // System.Xml.XmlResolver // System.Xml.XmlResolver // System.Xml.Schema.XmlSchemaCompilationSettings // System.Xml.Schema.XmlSchemaCompilationSettings // System.Xml.Schema.XmlSchemaDatatype // System.Xml.Schema.XmlSchemaDatatype // System.Xml.Schema.XmlSchemaObject // System.Xml.Schema.XmlSchemaObject // System.Xml.Schema.XmlSchemaSet // System.Xml.Schema.XmlSchemaSet // System.Xml.Serialization.XmlSerializationGeneratedCode // System.Xml.Serialization.XmlSerializationGeneratedCode // System.Xml.Serialization.XmlSerializer struct XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields { public: // System.Int32 System.Xml.Serialization.XmlSerializer::generationThreshold int32_t ___generationThreshold_0; // System.Boolean System.Xml.Serialization.XmlSerializer::backgroundGeneration bool ___backgroundGeneration_1; // System.Boolean System.Xml.Serialization.XmlSerializer::deleteTempFiles bool ___deleteTempFiles_2; // System.Boolean System.Xml.Serialization.XmlSerializer::generatorFallback bool ___generatorFallback_3; // System.Collections.Hashtable System.Xml.Serialization.XmlSerializer::serializerTypes Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___serializerTypes_7; // System.Text.Encoding System.Xml.Serialization.XmlSerializer::DefaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___DefaultEncoding_12; public: inline static int32_t get_offset_of_generationThreshold_0() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields, ___generationThreshold_0)); } inline int32_t get_generationThreshold_0() const { return ___generationThreshold_0; } inline int32_t* get_address_of_generationThreshold_0() { return &___generationThreshold_0; } inline void set_generationThreshold_0(int32_t value) { ___generationThreshold_0 = value; } inline static int32_t get_offset_of_backgroundGeneration_1() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields, ___backgroundGeneration_1)); } inline bool get_backgroundGeneration_1() const { return ___backgroundGeneration_1; } inline bool* get_address_of_backgroundGeneration_1() { return &___backgroundGeneration_1; } inline void set_backgroundGeneration_1(bool value) { ___backgroundGeneration_1 = value; } inline static int32_t get_offset_of_deleteTempFiles_2() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields, ___deleteTempFiles_2)); } inline bool get_deleteTempFiles_2() const { return ___deleteTempFiles_2; } inline bool* get_address_of_deleteTempFiles_2() { return &___deleteTempFiles_2; } inline void set_deleteTempFiles_2(bool value) { ___deleteTempFiles_2 = value; } inline static int32_t get_offset_of_generatorFallback_3() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields, ___generatorFallback_3)); } inline bool get_generatorFallback_3() const { return ___generatorFallback_3; } inline bool* get_address_of_generatorFallback_3() { return &___generatorFallback_3; } inline void set_generatorFallback_3(bool value) { ___generatorFallback_3 = value; } inline static int32_t get_offset_of_serializerTypes_7() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields, ___serializerTypes_7)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_serializerTypes_7() const { return ___serializerTypes_7; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_serializerTypes_7() { return &___serializerTypes_7; } inline void set_serializerTypes_7(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___serializerTypes_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___serializerTypes_7), (void*)value); } inline static int32_t get_offset_of_DefaultEncoding_12() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields, ___DefaultEncoding_12)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_DefaultEncoding_12() const { return ___DefaultEncoding_12; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_DefaultEncoding_12() { return &___DefaultEncoding_12; } inline void set_DefaultEncoding_12(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___DefaultEncoding_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultEncoding_12), (void*)value); } }; // System.Xml.Serialization.XmlSerializer // System.Xml.Serialization.XmlSerializerImplementation // System.Xml.Serialization.XmlSerializerImplementation // System.Xml.Serialization.XmlSerializerNamespaces // System.Xml.Serialization.XmlSerializerNamespaces // System.Xml.Serialization.XmlTypeMapMember // System.Xml.Serialization.XmlTypeMapMember // System.Xml.Schema.XmlValueConverter // System.Xml.Schema.XmlValueConverter // System.Xml.XmlWriter // System.Xml.XmlWriter // System.Xml.Serialization.XmlSerializationReader/CollectionFixup // System.Xml.Serialization.XmlSerializationReader/CollectionFixup // System.Xml.Serialization.XmlSerializationReader/CollectionItemFixup // System.Xml.Serialization.XmlSerializationReader/CollectionItemFixup // System.Xml.Serialization.XmlSerializationReader/Fixup // System.Xml.Serialization.XmlSerializationReader/Fixup // System.Xml.Serialization.XmlSerializationReader/WriteCallbackInfo // System.Xml.Serialization.XmlSerializationReader/WriteCallbackInfo // System.Xml.Serialization.XmlSerializationReaderInterpreter/FixupCallbackInfo // System.Xml.Serialization.XmlSerializationReaderInterpreter/FixupCallbackInfo // System.Xml.Serialization.XmlSerializationReaderInterpreter/ReaderCallbackInfo // System.Xml.Serialization.XmlSerializationReaderInterpreter/ReaderCallbackInfo // System.Xml.Serialization.XmlSerializationWriter/WriteCallbackInfo // System.Xml.Serialization.XmlSerializationWriter/WriteCallbackInfo // System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo // System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo // System.Xml.Serialization.XmlSerializer/SerializerData // System.Xml.Serialization.XmlSerializer/SerializerData // System.Nullable`1 // System.Nullable`1 // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Boolean // System.Byte // System.Byte // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Char // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.DateTime // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearPositiveZero_13 = value; } }; // System.Decimal // System.Collections.DictionaryEntry // System.Collections.DictionaryEntry // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // System.Enum // System.Xml.Serialization.EnumMap // System.Xml.Serialization.EnumMap // System.Int32 // System.Int32 // System.Int64 // System.Int64 // System.IntPtr 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; } }; // System.IntPtr // System.Xml.Serialization.ListMap // System.Xml.Serialization.ListMap // System.Reflection.MethodBase // System.Reflection.MethodBase // System.Xml.NameTable // System.Xml.NameTable // System.Reflection.PropertyInfo // System.Reflection.PropertyInfo // System.Runtime.Serialization.SerializationEntry // System.Runtime.Serialization.SerializationEntry // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.IO.Stream // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___Null_1; // System.Action`1 System.IO.TextWriter::_WriteCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharDelegate_2; // System.Action`1 System.IO.TextWriter::_WriteStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteStringDelegate_3; // System.Action`1 System.IO.TextWriter::_WriteCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharArrayRangeDelegate_4; // System.Action`1 System.IO.TextWriter::_WriteLineCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharDelegate_5; // System.Action`1 System.IO.TextWriter::_WriteLineStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineStringDelegate_6; // System.Action`1 System.IO.TextWriter::_WriteLineCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharArrayRangeDelegate_7; // System.Action`1 System.IO.TextWriter::_FlushDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____FlushDelegate_8; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ___Null_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_Null_1() const { return ___Null_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharDelegate_2)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; } inline void set__WriteCharDelegate_2(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value); } inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteStringDelegate_3)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; } inline void set__WriteStringDelegate_3(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteStringDelegate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value); } inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharArrayRangeDelegate_4)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; } inline void set__WriteCharArrayRangeDelegate_4(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharArrayRangeDelegate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value); } inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharDelegate_5)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; } inline void set__WriteLineCharDelegate_5(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharDelegate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value); } inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineStringDelegate_6)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; } inline void set__WriteLineStringDelegate_6(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineStringDelegate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value); } inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; } inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharArrayRangeDelegate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value); } inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____FlushDelegate_8)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__FlushDelegate_8() const { return ____FlushDelegate_8; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; } inline void set__FlushDelegate_8(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____FlushDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (void*)value); } }; // System.IO.TextWriter // System.Xml.Serialization.UnreferencedObjectEventArgs // System.Xml.Serialization.UnreferencedObjectEventArgs // System.Void // System.Void // System.Xml.XmlAttribute // System.Xml.XmlAttribute // System.Xml.Serialization.XmlAttributeEventArgs // System.Xml.Serialization.XmlAttributeEventArgs // System.Xml.XmlCharType struct XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields { public: // System.Object System.Xml.XmlCharType::s_Lock RuntimeObject * ___s_Lock_0; // System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlCharType::s_CharProperties ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s_CharProperties_1; public: inline static int32_t get_offset_of_s_Lock_0() { return static_cast(offsetof(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields, ___s_Lock_0)); } inline RuntimeObject * get_s_Lock_0() const { return ___s_Lock_0; } inline RuntimeObject ** get_address_of_s_Lock_0() { return &___s_Lock_0; } inline void set_s_Lock_0(RuntimeObject * value) { ___s_Lock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Lock_0), (void*)value); } inline static int32_t get_offset_of_s_CharProperties_1() { return static_cast(offsetof(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields, ___s_CharProperties_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_s_CharProperties_1() const { return ___s_CharProperties_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_s_CharProperties_1() { return &___s_CharProperties_1; } inline void set_s_CharProperties_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___s_CharProperties_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_CharProperties_1), (void*)value); } }; // System.Xml.XmlCharType // System.Xml.XmlDocument struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields { public: // System.Xml.EmptyEnumerator System.Xml.XmlDocument::EmptyEnumerator EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * ___EmptyEnumerator_41; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::NotKnownSchemaInfo RuntimeObject* ___NotKnownSchemaInfo_42; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::ValidSchemaInfo RuntimeObject* ___ValidSchemaInfo_43; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::InvalidSchemaInfo RuntimeObject* ___InvalidSchemaInfo_44; public: inline static int32_t get_offset_of_EmptyEnumerator_41() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___EmptyEnumerator_41)); } inline EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * get_EmptyEnumerator_41() const { return ___EmptyEnumerator_41; } inline EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 ** get_address_of_EmptyEnumerator_41() { return &___EmptyEnumerator_41; } inline void set_EmptyEnumerator_41(EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * value) { ___EmptyEnumerator_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyEnumerator_41), (void*)value); } inline static int32_t get_offset_of_NotKnownSchemaInfo_42() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___NotKnownSchemaInfo_42)); } inline RuntimeObject* get_NotKnownSchemaInfo_42() const { return ___NotKnownSchemaInfo_42; } inline RuntimeObject** get_address_of_NotKnownSchemaInfo_42() { return &___NotKnownSchemaInfo_42; } inline void set_NotKnownSchemaInfo_42(RuntimeObject* value) { ___NotKnownSchemaInfo_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___NotKnownSchemaInfo_42), (void*)value); } inline static int32_t get_offset_of_ValidSchemaInfo_43() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___ValidSchemaInfo_43)); } inline RuntimeObject* get_ValidSchemaInfo_43() const { return ___ValidSchemaInfo_43; } inline RuntimeObject** get_address_of_ValidSchemaInfo_43() { return &___ValidSchemaInfo_43; } inline void set_ValidSchemaInfo_43(RuntimeObject* value) { ___ValidSchemaInfo_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___ValidSchemaInfo_43), (void*)value); } inline static int32_t get_offset_of_InvalidSchemaInfo_44() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___InvalidSchemaInfo_44)); } inline RuntimeObject* get_InvalidSchemaInfo_44() const { return ___InvalidSchemaInfo_44; } inline RuntimeObject** get_address_of_InvalidSchemaInfo_44() { return &___InvalidSchemaInfo_44; } inline void set_InvalidSchemaInfo_44(RuntimeObject* value) { ___InvalidSchemaInfo_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidSchemaInfo_44), (void*)value); } }; // System.Xml.XmlDocument // System.Xml.Serialization.XmlElementEventArgs // System.Xml.Serialization.XmlElementEventArgs // System.Xml.XmlLinkedNode // System.Xml.XmlLinkedNode // System.Xml.Serialization.XmlNodeEventArgs // System.Xml.Serialization.XmlNodeEventArgs // System.Xml.Serialization.XmlRootAttribute // System.Xml.Serialization.XmlRootAttribute // System.Xml.Schema.XmlSchema struct XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA_StaticFields { public: // System.Int32 System.Xml.Schema.XmlSchema::globalIdCounter int32_t ___globalIdCounter_1; public: inline static int32_t get_offset_of_globalIdCounter_1() { return static_cast(offsetof(XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA_StaticFields, ___globalIdCounter_1)); } inline int32_t get_globalIdCounter_1() const { return ___globalIdCounter_1; } inline int32_t* get_address_of_globalIdCounter_1() { return &___globalIdCounter_1; } inline void set_globalIdCounter_1(int32_t value) { ___globalIdCounter_1 = value; } }; // System.Xml.Schema.XmlSchema // System.Xml.Schema.XmlSchemaAnnotated // System.Xml.Schema.XmlSchemaAnnotated // System.Xml.Schema.XmlSchemaObjectCollection // System.Xml.Schema.XmlSchemaObjectCollection // System.Xml.Serialization.XmlSchemaProviderAttribute // System.Xml.Serialization.XmlSchemaProviderAttribute // System.Xml.Serialization.XmlSerializationReader // System.Xml.Serialization.XmlSerializationReader // System.Xml.Serialization.XmlSerializationWriter // System.Xml.Serialization.XmlSerializationWriter // System.Xml.Serialization.XmlTextAttribute // System.Xml.Serialization.XmlTextAttribute // System.Xml.XmlTextReader // System.Xml.XmlTextReader // System.Xml.Serialization.XmlTypeMapElementInfoList // System.Xml.Serialization.XmlTypeMapElementInfoList // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute // System.Xml.Serialization.XmlTypeMapMemberElement // System.Xml.Serialization.XmlTypeMapMemberElement // System.Xml.Serialization.XmlTypeMapMemberNamespaces // System.Xml.Serialization.XmlTypeMapMemberNamespaces // System.Xml.XmlUrlResolver struct XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_StaticFields { public: // System.Object System.Xml.XmlUrlResolver::s_DownloadManager RuntimeObject * ___s_DownloadManager_0; public: inline static int32_t get_offset_of_s_DownloadManager_0() { return static_cast(offsetof(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_StaticFields, ___s_DownloadManager_0)); } inline RuntimeObject * get_s_DownloadManager_0() const { return ___s_DownloadManager_0; } inline RuntimeObject ** get_address_of_s_DownloadManager_0() { return &___s_DownloadManager_0; } inline void set_s_DownloadManager_0(RuntimeObject * value) { ___s_DownloadManager_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DownloadManager_0), (void*)value); } }; // System.Xml.XmlUrlResolver // System.Xml.XmlNamedNodeMap/SmallXmlNodeList // System.Xml.XmlNamedNodeMap/SmallXmlNodeList // System.Reflection.Assembly // System.Reflection.Assembly // System.Reflection.BindingFlags // System.Reflection.BindingFlags // System.Xml.Serialization.ClassMap // System.Xml.Serialization.ClassMap // System.Xml.ConformanceLevel // System.Xml.ConformanceLevel // System.Delegate // System.Delegate // System.Xml.DtdProcessing // System.Xml.DtdProcessing // System.Exception struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // System.Exception // System.Xml.Schema.FacetType // System.Xml.Schema.FacetType // System.Xml.Formatting // System.Xml.Formatting // System.Collections.Hashtable // System.Collections.Hashtable // System.Reflection.MethodInfo // System.Reflection.MethodInfo // System.Globalization.NumberStyles // System.Globalization.NumberStyles // System.Xml.ReadState // System.Xml.ReadState // System.RuntimeTypeHandle // System.RuntimeTypeHandle // System.Xml.Schema.SchemaType // System.Xml.Schema.SchemaType // System.Xml.Serialization.SchemaTypes // System.Xml.Serialization.SchemaTypes // System.IO.SeekOrigin // System.IO.SeekOrigin // System.Xml.Serialization.SerializationFormat // System.Xml.Serialization.SerializationFormat // System.Runtime.Serialization.StreamingContextStates // System.Runtime.Serialization.StreamingContextStates // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields { public: // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_2; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_29; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_30; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * ___s_currentActiveTasks_31; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_32; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_taskCancelCallback_34; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * ___s_createContingentProperties_35; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___s_completedTask_36; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * ___s_IsExceptionObservedByParentPredicate_37; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_ecCallback_38; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___s_IsTaskContinuationNullPredicate_39; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskIdCounter_2)); } inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; } inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; } inline void set_s_taskIdCounter_2(int32_t value) { ___s_taskIdCounter_2 = value; } inline static int32_t get_offset_of_s_factory_3() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_factory_3)); } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_29() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCompletionSentinel_29)); } inline RuntimeObject * get_s_taskCompletionSentinel_29() const { return ___s_taskCompletionSentinel_29; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_29() { return &___s_taskCompletionSentinel_29; } inline void set_s_taskCompletionSentinel_29(RuntimeObject * value) { ___s_taskCompletionSentinel_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_29), (void*)value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_30() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_asyncDebuggingEnabled_30)); } inline bool get_s_asyncDebuggingEnabled_30() const { return ___s_asyncDebuggingEnabled_30; } inline bool* get_address_of_s_asyncDebuggingEnabled_30() { return &___s_asyncDebuggingEnabled_30; } inline void set_s_asyncDebuggingEnabled_30(bool value) { ___s_asyncDebuggingEnabled_30 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_31() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_currentActiveTasks_31)); } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * get_s_currentActiveTasks_31() const { return ___s_currentActiveTasks_31; } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 ** get_address_of_s_currentActiveTasks_31() { return &___s_currentActiveTasks_31; } inline void set_s_currentActiveTasks_31(Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * value) { ___s_currentActiveTasks_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_31), (void*)value); } inline static int32_t get_offset_of_s_activeTasksLock_32() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_activeTasksLock_32)); } inline RuntimeObject * get_s_activeTasksLock_32() const { return ___s_activeTasksLock_32; } inline RuntimeObject ** get_address_of_s_activeTasksLock_32() { return &___s_activeTasksLock_32; } inline void set_s_activeTasksLock_32(RuntimeObject * value) { ___s_activeTasksLock_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_32), (void*)value); } inline static int32_t get_offset_of_s_taskCancelCallback_34() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCancelCallback_34)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_taskCancelCallback_34() const { return ___s_taskCancelCallback_34; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_taskCancelCallback_34() { return &___s_taskCancelCallback_34; } inline void set_s_taskCancelCallback_34(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_taskCancelCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_34), (void*)value); } inline static int32_t get_offset_of_s_createContingentProperties_35() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_createContingentProperties_35)); } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * get_s_createContingentProperties_35() const { return ___s_createContingentProperties_35; } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B ** get_address_of_s_createContingentProperties_35() { return &___s_createContingentProperties_35; } inline void set_s_createContingentProperties_35(Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * value) { ___s_createContingentProperties_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_35), (void*)value); } inline static int32_t get_offset_of_s_completedTask_36() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_completedTask_36)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_s_completedTask_36() const { return ___s_completedTask_36; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_s_completedTask_36() { return &___s_completedTask_36; } inline void set_s_completedTask_36(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___s_completedTask_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_36), (void*)value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_37() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsExceptionObservedByParentPredicate_37)); } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * get_s_IsExceptionObservedByParentPredicate_37() const { return ___s_IsExceptionObservedByParentPredicate_37; } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD ** get_address_of_s_IsExceptionObservedByParentPredicate_37() { return &___s_IsExceptionObservedByParentPredicate_37; } inline void set_s_IsExceptionObservedByParentPredicate_37(Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * value) { ___s_IsExceptionObservedByParentPredicate_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_37), (void*)value); } inline static int32_t get_offset_of_s_ecCallback_38() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_ecCallback_38)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_ecCallback_38() const { return ___s_ecCallback_38; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_ecCallback_38() { return &___s_ecCallback_38; } inline void set_s_ecCallback_38(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_ecCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_38), (void*)value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_39() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsTaskContinuationNullPredicate_39)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_s_IsTaskContinuationNullPredicate_39() const { return ___s_IsTaskContinuationNullPredicate_39; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_s_IsTaskContinuationNullPredicate_39() { return &___s_IsTaskContinuationNullPredicate_39; } inline void set_s_IsTaskContinuationNullPredicate_39(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___s_IsTaskContinuationNullPredicate_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_39), (void*)value); } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // System.TypeCode // System.TypeCode // System.UriIdnScope // System.UriIdnScope // System.UriKind // System.UriKind // System.Xml.ValidationType // System.Xml.ValidationType // System.Xml.WhitespaceHandling // System.Xml.WhitespaceHandling // System.Xml.WriteState // System.Xml.WriteState // System.Xml.XmlCharacterData // System.Xml.XmlCharacterData // System.Xml.XmlElement // System.Xml.XmlElement // System.Xml.XmlNamedNodeMap // System.Xml.XmlNamedNodeMap // System.Xml.XmlNodeType // System.Xml.XmlNodeType // System.Xml.XmlRegisteredNonCachedStream // System.Xml.XmlRegisteredNonCachedStream // System.Xml.Schema.XmlSchemaAttribute // System.Xml.Schema.XmlSchemaAttribute // System.Xml.Schema.XmlSchemaContentProcessing // System.Xml.Schema.XmlSchemaContentProcessing // System.Xml.Schema.XmlSchemaContentType // System.Xml.Schema.XmlSchemaContentType // System.Xml.Schema.XmlSchemaDatatypeVariety // System.Xml.Schema.XmlSchemaDatatypeVariety // System.Xml.Schema.XmlSchemaDerivationMethod // System.Xml.Schema.XmlSchemaDerivationMethod // System.Xml.Schema.XmlSchemaForm // System.Xml.Schema.XmlSchemaForm // System.Xml.Schema.XmlSchemaSimpleTypeContent // System.Xml.Schema.XmlSchemaSimpleTypeContent // System.Xml.Schema.XmlSchemaValidationFlags // System.Xml.Schema.XmlSchemaValidationFlags // System.Xml.Schema.XmlSchemaValidity // System.Xml.Schema.XmlSchemaValidity // System.Xml.Schema.XmlSchemaWhiteSpace // System.Xml.Schema.XmlSchemaWhiteSpace // System.Xml.Schema.XmlSeverityType // System.Xml.Schema.XmlSeverityType // System.Xml.XmlSpace // System.Xml.XmlSpace // System.Xml.XmlTextEncoder // System.Xml.XmlTextEncoder // System.Xml.XmlTokenizedType // System.Xml.XmlTokenizedType // System.Xml.Schema.XmlTypeCode // System.Xml.Schema.XmlTypeCode // System.Xml.Serialization.XmlTypeMapMemberExpandable // System.Xml.Serialization.XmlTypeMapMemberExpandable // System.Xml.XmlUnspecifiedAttribute // System.Xml.XmlUnspecifiedAttribute // System.Xml.Schema.NamespaceList/ListType // System.Xml.Schema.NamespaceList/ListType // System.Xml.Schema.SchemaDeclBase/Use // System.Xml.Schema.SchemaDeclBase/Use // System.Uri/Flags // System.Uri/Flags // System.Xml.Schema.XmlAtomicValue/Union // System.Xml.Schema.XmlAtomicValue/Union // System.Xml.Schema.XmlSchemaParticle/Occurs // System.Xml.Schema.XmlSchemaParticle/Occurs // System.Xml.XmlTextWriter/SpecialAttr // System.Xml.XmlTextWriter/SpecialAttr // System.Xml.XmlTextWriter/State // System.Xml.XmlTextWriter/State // System.Xml.XmlTextWriter/Token // System.Xml.XmlTextWriter/Token // System.Threading.Tasks.Task`1 struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 // System.ApplicationException // System.ApplicationException // System.Xml.Schema.ContentValidator struct ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields { public: // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Empty ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___Empty_3; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::TextOnly ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___TextOnly_4; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Mixed ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___Mixed_5; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Any ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___Any_6; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___Empty_3)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_Empty_3() const { return ___Empty_3; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } inline static int32_t get_offset_of_TextOnly_4() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___TextOnly_4)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_TextOnly_4() const { return ___TextOnly_4; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_TextOnly_4() { return &___TextOnly_4; } inline void set_TextOnly_4(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___TextOnly_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___TextOnly_4), (void*)value); } inline static int32_t get_offset_of_Mixed_5() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___Mixed_5)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_Mixed_5() const { return ___Mixed_5; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_Mixed_5() { return &___Mixed_5; } inline void set_Mixed_5(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___Mixed_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Mixed_5), (void*)value); } inline static int32_t get_offset_of_Any_6() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___Any_6)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_Any_6() const { return ___Any_6; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_Any_6() { return &___Any_6; } inline void set_Any_6(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___Any_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_6), (void*)value); } }; // System.Xml.Schema.ContentValidator // System.Xml.Schema.DatatypeImplementation struct DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields { public: // System.Collections.Hashtable System.Xml.Schema.DatatypeImplementation::builtinTypes Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___builtinTypes_5; // System.Xml.Schema.XmlSchemaSimpleType[] System.Xml.Schema.DatatypeImplementation::enumToTypeCode XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* ___enumToTypeCode_6; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anySimpleType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___anySimpleType_7; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anyAtomicType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___anyAtomicType_8; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::untypedAtomicType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___untypedAtomicType_9; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::yearMonthDurationType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___yearMonthDurationType_10; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::dayTimeDurationType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___dayTimeDurationType_11; // System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnySimpleType XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___QnAnySimpleType_12; // System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnyType XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___QnAnyType_13; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::stringFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___stringFacetsChecker_14; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::miscFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___miscFacetsChecker_15; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::numeric2FacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___numeric2FacetsChecker_16; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::binaryFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___binaryFacetsChecker_17; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::dateTimeFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___dateTimeFacetsChecker_18; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::durationFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___durationFacetsChecker_19; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::listFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___listFacetsChecker_20; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::qnameFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___qnameFacetsChecker_21; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::unionFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___unionFacetsChecker_22; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anySimpleType DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_anySimpleType_23; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyURI DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_anyURI_24; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_base64Binary DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_base64Binary_25; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_boolean DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_boolean_26; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_byte DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_byte_27; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_char DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_char_28; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_date DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_date_29; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTime DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_dateTime_30; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeNoTz DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_dateTimeNoTz_31; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeTz DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_dateTimeTz_32; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_day DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_day_33; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_decimal DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_decimal_34; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_double DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_double_35; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_doubleXdr DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_doubleXdr_36; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_duration DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_duration_37; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITY DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_ENTITY_38; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITIES DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_ENTITIES_39; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENUMERATION DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_ENUMERATION_40; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_fixed DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_fixed_41; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_float DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_float_42; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_floatXdr DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_floatXdr_43; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_hexBinary DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_hexBinary_44; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ID DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_ID_45; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREF DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_IDREF_46; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREFS DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_IDREFS_47; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_int DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_int_48; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_integer DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_integer_49; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_language DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_language_50; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_long DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_long_51; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_month DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_month_52; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_monthDay DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_monthDay_53; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_Name DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_Name_54; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NCName DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_NCName_55; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_negativeInteger DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_negativeInteger_56; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKEN DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_NMTOKEN_57; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKENS DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_NMTOKENS_58; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonNegativeInteger DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_nonNegativeInteger_59; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonPositiveInteger DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_nonPositiveInteger_60; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedString DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_normalizedString_61; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NOTATION DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_NOTATION_62; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_positiveInteger DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_positiveInteger_63; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QName DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_QName_64; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QNameXdr DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_QNameXdr_65; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_short DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_short_66; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_string DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_string_67; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_time DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_time_68; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeNoTz DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_timeNoTz_69; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeTz DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_timeTz_70; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_token DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_token_71; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedByte DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_unsignedByte_72; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedInt DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_unsignedInt_73; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedLong DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_unsignedLong_74; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedShort DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_unsignedShort_75; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_uuid DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_uuid_76; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_year DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_year_77; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonth DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_yearMonth_78; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedStringV1Compat DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_normalizedStringV1Compat_79; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_tokenV1Compat DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_tokenV1Compat_80; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyAtomicType DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_anyAtomicType_81; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dayTimeDuration DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_dayTimeDuration_82; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_untypedAtomicType DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_untypedAtomicType_83; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonthDuration DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_yearMonthDuration_84; // System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypes DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* ___c_tokenizedTypes_85; // System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypesXsd DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* ___c_tokenizedTypesXsd_86; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XdrTypes SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* ___c_XdrTypes_87; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XsdTypes SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* ___c_XsdTypes_88; public: inline static int32_t get_offset_of_builtinTypes_5() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___builtinTypes_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_builtinTypes_5() const { return ___builtinTypes_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_builtinTypes_5() { return &___builtinTypes_5; } inline void set_builtinTypes_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___builtinTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___builtinTypes_5), (void*)value); } inline static int32_t get_offset_of_enumToTypeCode_6() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___enumToTypeCode_6)); } inline XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* get_enumToTypeCode_6() const { return ___enumToTypeCode_6; } inline XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21** get_address_of_enumToTypeCode_6() { return &___enumToTypeCode_6; } inline void set_enumToTypeCode_6(XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* value) { ___enumToTypeCode_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumToTypeCode_6), (void*)value); } inline static int32_t get_offset_of_anySimpleType_7() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___anySimpleType_7)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_anySimpleType_7() const { return ___anySimpleType_7; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_anySimpleType_7() { return &___anySimpleType_7; } inline void set_anySimpleType_7(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___anySimpleType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___anySimpleType_7), (void*)value); } inline static int32_t get_offset_of_anyAtomicType_8() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___anyAtomicType_8)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_anyAtomicType_8() const { return ___anyAtomicType_8; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_anyAtomicType_8() { return &___anyAtomicType_8; } inline void set_anyAtomicType_8(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___anyAtomicType_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___anyAtomicType_8), (void*)value); } inline static int32_t get_offset_of_untypedAtomicType_9() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___untypedAtomicType_9)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_untypedAtomicType_9() const { return ___untypedAtomicType_9; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_untypedAtomicType_9() { return &___untypedAtomicType_9; } inline void set_untypedAtomicType_9(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___untypedAtomicType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___untypedAtomicType_9), (void*)value); } inline static int32_t get_offset_of_yearMonthDurationType_10() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___yearMonthDurationType_10)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_yearMonthDurationType_10() const { return ___yearMonthDurationType_10; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_yearMonthDurationType_10() { return &___yearMonthDurationType_10; } inline void set_yearMonthDurationType_10(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___yearMonthDurationType_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___yearMonthDurationType_10), (void*)value); } inline static int32_t get_offset_of_dayTimeDurationType_11() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___dayTimeDurationType_11)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_dayTimeDurationType_11() const { return ___dayTimeDurationType_11; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_dayTimeDurationType_11() { return &___dayTimeDurationType_11; } inline void set_dayTimeDurationType_11(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___dayTimeDurationType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dayTimeDurationType_11), (void*)value); } inline static int32_t get_offset_of_QnAnySimpleType_12() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___QnAnySimpleType_12)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_QnAnySimpleType_12() const { return ___QnAnySimpleType_12; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_QnAnySimpleType_12() { return &___QnAnySimpleType_12; } inline void set_QnAnySimpleType_12(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___QnAnySimpleType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___QnAnySimpleType_12), (void*)value); } inline static int32_t get_offset_of_QnAnyType_13() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___QnAnyType_13)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_QnAnyType_13() const { return ___QnAnyType_13; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_QnAnyType_13() { return &___QnAnyType_13; } inline void set_QnAnyType_13(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___QnAnyType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___QnAnyType_13), (void*)value); } inline static int32_t get_offset_of_stringFacetsChecker_14() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___stringFacetsChecker_14)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_stringFacetsChecker_14() const { return ___stringFacetsChecker_14; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_stringFacetsChecker_14() { return &___stringFacetsChecker_14; } inline void set_stringFacetsChecker_14(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___stringFacetsChecker_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___stringFacetsChecker_14), (void*)value); } inline static int32_t get_offset_of_miscFacetsChecker_15() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___miscFacetsChecker_15)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_miscFacetsChecker_15() const { return ___miscFacetsChecker_15; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_miscFacetsChecker_15() { return &___miscFacetsChecker_15; } inline void set_miscFacetsChecker_15(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___miscFacetsChecker_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___miscFacetsChecker_15), (void*)value); } inline static int32_t get_offset_of_numeric2FacetsChecker_16() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___numeric2FacetsChecker_16)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_numeric2FacetsChecker_16() const { return ___numeric2FacetsChecker_16; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_numeric2FacetsChecker_16() { return &___numeric2FacetsChecker_16; } inline void set_numeric2FacetsChecker_16(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___numeric2FacetsChecker_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___numeric2FacetsChecker_16), (void*)value); } inline static int32_t get_offset_of_binaryFacetsChecker_17() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___binaryFacetsChecker_17)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_binaryFacetsChecker_17() const { return ___binaryFacetsChecker_17; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_binaryFacetsChecker_17() { return &___binaryFacetsChecker_17; } inline void set_binaryFacetsChecker_17(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___binaryFacetsChecker_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___binaryFacetsChecker_17), (void*)value); } inline static int32_t get_offset_of_dateTimeFacetsChecker_18() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___dateTimeFacetsChecker_18)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_dateTimeFacetsChecker_18() const { return ___dateTimeFacetsChecker_18; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_dateTimeFacetsChecker_18() { return &___dateTimeFacetsChecker_18; } inline void set_dateTimeFacetsChecker_18(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___dateTimeFacetsChecker_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeFacetsChecker_18), (void*)value); } inline static int32_t get_offset_of_durationFacetsChecker_19() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___durationFacetsChecker_19)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_durationFacetsChecker_19() const { return ___durationFacetsChecker_19; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_durationFacetsChecker_19() { return &___durationFacetsChecker_19; } inline void set_durationFacetsChecker_19(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___durationFacetsChecker_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___durationFacetsChecker_19), (void*)value); } inline static int32_t get_offset_of_listFacetsChecker_20() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___listFacetsChecker_20)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_listFacetsChecker_20() const { return ___listFacetsChecker_20; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_listFacetsChecker_20() { return &___listFacetsChecker_20; } inline void set_listFacetsChecker_20(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___listFacetsChecker_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___listFacetsChecker_20), (void*)value); } inline static int32_t get_offset_of_qnameFacetsChecker_21() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___qnameFacetsChecker_21)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_qnameFacetsChecker_21() const { return ___qnameFacetsChecker_21; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_qnameFacetsChecker_21() { return &___qnameFacetsChecker_21; } inline void set_qnameFacetsChecker_21(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___qnameFacetsChecker_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___qnameFacetsChecker_21), (void*)value); } inline static int32_t get_offset_of_unionFacetsChecker_22() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___unionFacetsChecker_22)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_unionFacetsChecker_22() const { return ___unionFacetsChecker_22; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_unionFacetsChecker_22() { return &___unionFacetsChecker_22; } inline void set_unionFacetsChecker_22(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___unionFacetsChecker_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___unionFacetsChecker_22), (void*)value); } inline static int32_t get_offset_of_c_anySimpleType_23() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_anySimpleType_23)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_anySimpleType_23() const { return ___c_anySimpleType_23; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_anySimpleType_23() { return &___c_anySimpleType_23; } inline void set_c_anySimpleType_23(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_anySimpleType_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_anySimpleType_23), (void*)value); } inline static int32_t get_offset_of_c_anyURI_24() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_anyURI_24)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_anyURI_24() const { return ___c_anyURI_24; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_anyURI_24() { return &___c_anyURI_24; } inline void set_c_anyURI_24(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_anyURI_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_anyURI_24), (void*)value); } inline static int32_t get_offset_of_c_base64Binary_25() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_base64Binary_25)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_base64Binary_25() const { return ___c_base64Binary_25; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_base64Binary_25() { return &___c_base64Binary_25; } inline void set_c_base64Binary_25(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_base64Binary_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_base64Binary_25), (void*)value); } inline static int32_t get_offset_of_c_boolean_26() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_boolean_26)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_boolean_26() const { return ___c_boolean_26; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_boolean_26() { return &___c_boolean_26; } inline void set_c_boolean_26(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_boolean_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_boolean_26), (void*)value); } inline static int32_t get_offset_of_c_byte_27() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_byte_27)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_byte_27() const { return ___c_byte_27; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_byte_27() { return &___c_byte_27; } inline void set_c_byte_27(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_byte_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_byte_27), (void*)value); } inline static int32_t get_offset_of_c_char_28() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_char_28)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_char_28() const { return ___c_char_28; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_char_28() { return &___c_char_28; } inline void set_c_char_28(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_char_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_char_28), (void*)value); } inline static int32_t get_offset_of_c_date_29() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_date_29)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_date_29() const { return ___c_date_29; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_date_29() { return &___c_date_29; } inline void set_c_date_29(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_date_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_date_29), (void*)value); } inline static int32_t get_offset_of_c_dateTime_30() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_dateTime_30)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_dateTime_30() const { return ___c_dateTime_30; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_dateTime_30() { return &___c_dateTime_30; } inline void set_c_dateTime_30(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_dateTime_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_dateTime_30), (void*)value); } inline static int32_t get_offset_of_c_dateTimeNoTz_31() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_dateTimeNoTz_31)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_dateTimeNoTz_31() const { return ___c_dateTimeNoTz_31; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_dateTimeNoTz_31() { return &___c_dateTimeNoTz_31; } inline void set_c_dateTimeNoTz_31(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_dateTimeNoTz_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_dateTimeNoTz_31), (void*)value); } inline static int32_t get_offset_of_c_dateTimeTz_32() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_dateTimeTz_32)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_dateTimeTz_32() const { return ___c_dateTimeTz_32; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_dateTimeTz_32() { return &___c_dateTimeTz_32; } inline void set_c_dateTimeTz_32(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_dateTimeTz_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_dateTimeTz_32), (void*)value); } inline static int32_t get_offset_of_c_day_33() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_day_33)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_day_33() const { return ___c_day_33; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_day_33() { return &___c_day_33; } inline void set_c_day_33(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_day_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_day_33), (void*)value); } inline static int32_t get_offset_of_c_decimal_34() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_decimal_34)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_decimal_34() const { return ___c_decimal_34; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_decimal_34() { return &___c_decimal_34; } inline void set_c_decimal_34(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_decimal_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_decimal_34), (void*)value); } inline static int32_t get_offset_of_c_double_35() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_double_35)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_double_35() const { return ___c_double_35; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_double_35() { return &___c_double_35; } inline void set_c_double_35(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_double_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_double_35), (void*)value); } inline static int32_t get_offset_of_c_doubleXdr_36() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_doubleXdr_36)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_doubleXdr_36() const { return ___c_doubleXdr_36; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_doubleXdr_36() { return &___c_doubleXdr_36; } inline void set_c_doubleXdr_36(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_doubleXdr_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_doubleXdr_36), (void*)value); } inline static int32_t get_offset_of_c_duration_37() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_duration_37)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_duration_37() const { return ___c_duration_37; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_duration_37() { return &___c_duration_37; } inline void set_c_duration_37(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_duration_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_duration_37), (void*)value); } inline static int32_t get_offset_of_c_ENTITY_38() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_ENTITY_38)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_ENTITY_38() const { return ___c_ENTITY_38; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_ENTITY_38() { return &___c_ENTITY_38; } inline void set_c_ENTITY_38(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_ENTITY_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_ENTITY_38), (void*)value); } inline static int32_t get_offset_of_c_ENTITIES_39() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_ENTITIES_39)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_ENTITIES_39() const { return ___c_ENTITIES_39; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_ENTITIES_39() { return &___c_ENTITIES_39; } inline void set_c_ENTITIES_39(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_ENTITIES_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_ENTITIES_39), (void*)value); } inline static int32_t get_offset_of_c_ENUMERATION_40() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_ENUMERATION_40)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_ENUMERATION_40() const { return ___c_ENUMERATION_40; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_ENUMERATION_40() { return &___c_ENUMERATION_40; } inline void set_c_ENUMERATION_40(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_ENUMERATION_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_ENUMERATION_40), (void*)value); } inline static int32_t get_offset_of_c_fixed_41() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_fixed_41)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_fixed_41() const { return ___c_fixed_41; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_fixed_41() { return &___c_fixed_41; } inline void set_c_fixed_41(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_fixed_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_fixed_41), (void*)value); } inline static int32_t get_offset_of_c_float_42() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_float_42)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_float_42() const { return ___c_float_42; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_float_42() { return &___c_float_42; } inline void set_c_float_42(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_float_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_float_42), (void*)value); } inline static int32_t get_offset_of_c_floatXdr_43() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_floatXdr_43)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_floatXdr_43() const { return ___c_floatXdr_43; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_floatXdr_43() { return &___c_floatXdr_43; } inline void set_c_floatXdr_43(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_floatXdr_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_floatXdr_43), (void*)value); } inline static int32_t get_offset_of_c_hexBinary_44() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_hexBinary_44)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_hexBinary_44() const { return ___c_hexBinary_44; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_hexBinary_44() { return &___c_hexBinary_44; } inline void set_c_hexBinary_44(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_hexBinary_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_hexBinary_44), (void*)value); } inline static int32_t get_offset_of_c_ID_45() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_ID_45)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_ID_45() const { return ___c_ID_45; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_ID_45() { return &___c_ID_45; } inline void set_c_ID_45(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_ID_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_ID_45), (void*)value); } inline static int32_t get_offset_of_c_IDREF_46() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_IDREF_46)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_IDREF_46() const { return ___c_IDREF_46; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_IDREF_46() { return &___c_IDREF_46; } inline void set_c_IDREF_46(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_IDREF_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_IDREF_46), (void*)value); } inline static int32_t get_offset_of_c_IDREFS_47() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_IDREFS_47)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_IDREFS_47() const { return ___c_IDREFS_47; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_IDREFS_47() { return &___c_IDREFS_47; } inline void set_c_IDREFS_47(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_IDREFS_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_IDREFS_47), (void*)value); } inline static int32_t get_offset_of_c_int_48() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_int_48)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_int_48() const { return ___c_int_48; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_int_48() { return &___c_int_48; } inline void set_c_int_48(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_int_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_int_48), (void*)value); } inline static int32_t get_offset_of_c_integer_49() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_integer_49)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_integer_49() const { return ___c_integer_49; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_integer_49() { return &___c_integer_49; } inline void set_c_integer_49(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_integer_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_integer_49), (void*)value); } inline static int32_t get_offset_of_c_language_50() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_language_50)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_language_50() const { return ___c_language_50; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_language_50() { return &___c_language_50; } inline void set_c_language_50(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_language_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_language_50), (void*)value); } inline static int32_t get_offset_of_c_long_51() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_long_51)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_long_51() const { return ___c_long_51; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_long_51() { return &___c_long_51; } inline void set_c_long_51(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_long_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_long_51), (void*)value); } inline static int32_t get_offset_of_c_month_52() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_month_52)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_month_52() const { return ___c_month_52; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_month_52() { return &___c_month_52; } inline void set_c_month_52(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_month_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_month_52), (void*)value); } inline static int32_t get_offset_of_c_monthDay_53() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_monthDay_53)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_monthDay_53() const { return ___c_monthDay_53; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_monthDay_53() { return &___c_monthDay_53; } inline void set_c_monthDay_53(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_monthDay_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_monthDay_53), (void*)value); } inline static int32_t get_offset_of_c_Name_54() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_Name_54)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_Name_54() const { return ___c_Name_54; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_Name_54() { return &___c_Name_54; } inline void set_c_Name_54(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_Name_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_Name_54), (void*)value); } inline static int32_t get_offset_of_c_NCName_55() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_NCName_55)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_NCName_55() const { return ___c_NCName_55; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_NCName_55() { return &___c_NCName_55; } inline void set_c_NCName_55(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_NCName_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_NCName_55), (void*)value); } inline static int32_t get_offset_of_c_negativeInteger_56() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_negativeInteger_56)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_negativeInteger_56() const { return ___c_negativeInteger_56; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_negativeInteger_56() { return &___c_negativeInteger_56; } inline void set_c_negativeInteger_56(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_negativeInteger_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_negativeInteger_56), (void*)value); } inline static int32_t get_offset_of_c_NMTOKEN_57() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_NMTOKEN_57)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_NMTOKEN_57() const { return ___c_NMTOKEN_57; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_NMTOKEN_57() { return &___c_NMTOKEN_57; } inline void set_c_NMTOKEN_57(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_NMTOKEN_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_NMTOKEN_57), (void*)value); } inline static int32_t get_offset_of_c_NMTOKENS_58() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_NMTOKENS_58)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_NMTOKENS_58() const { return ___c_NMTOKENS_58; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_NMTOKENS_58() { return &___c_NMTOKENS_58; } inline void set_c_NMTOKENS_58(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_NMTOKENS_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_NMTOKENS_58), (void*)value); } inline static int32_t get_offset_of_c_nonNegativeInteger_59() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_nonNegativeInteger_59)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_nonNegativeInteger_59() const { return ___c_nonNegativeInteger_59; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_nonNegativeInteger_59() { return &___c_nonNegativeInteger_59; } inline void set_c_nonNegativeInteger_59(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_nonNegativeInteger_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_nonNegativeInteger_59), (void*)value); } inline static int32_t get_offset_of_c_nonPositiveInteger_60() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_nonPositiveInteger_60)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_nonPositiveInteger_60() const { return ___c_nonPositiveInteger_60; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_nonPositiveInteger_60() { return &___c_nonPositiveInteger_60; } inline void set_c_nonPositiveInteger_60(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_nonPositiveInteger_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_nonPositiveInteger_60), (void*)value); } inline static int32_t get_offset_of_c_normalizedString_61() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_normalizedString_61)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_normalizedString_61() const { return ___c_normalizedString_61; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_normalizedString_61() { return &___c_normalizedString_61; } inline void set_c_normalizedString_61(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_normalizedString_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_normalizedString_61), (void*)value); } inline static int32_t get_offset_of_c_NOTATION_62() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_NOTATION_62)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_NOTATION_62() const { return ___c_NOTATION_62; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_NOTATION_62() { return &___c_NOTATION_62; } inline void set_c_NOTATION_62(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_NOTATION_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_NOTATION_62), (void*)value); } inline static int32_t get_offset_of_c_positiveInteger_63() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_positiveInteger_63)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_positiveInteger_63() const { return ___c_positiveInteger_63; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_positiveInteger_63() { return &___c_positiveInteger_63; } inline void set_c_positiveInteger_63(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_positiveInteger_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_positiveInteger_63), (void*)value); } inline static int32_t get_offset_of_c_QName_64() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_QName_64)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_QName_64() const { return ___c_QName_64; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_QName_64() { return &___c_QName_64; } inline void set_c_QName_64(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_QName_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_QName_64), (void*)value); } inline static int32_t get_offset_of_c_QNameXdr_65() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_QNameXdr_65)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_QNameXdr_65() const { return ___c_QNameXdr_65; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_QNameXdr_65() { return &___c_QNameXdr_65; } inline void set_c_QNameXdr_65(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_QNameXdr_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_QNameXdr_65), (void*)value); } inline static int32_t get_offset_of_c_short_66() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_short_66)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_short_66() const { return ___c_short_66; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_short_66() { return &___c_short_66; } inline void set_c_short_66(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_short_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_short_66), (void*)value); } inline static int32_t get_offset_of_c_string_67() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_string_67)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_string_67() const { return ___c_string_67; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_string_67() { return &___c_string_67; } inline void set_c_string_67(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_string_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_string_67), (void*)value); } inline static int32_t get_offset_of_c_time_68() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_time_68)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_time_68() const { return ___c_time_68; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_time_68() { return &___c_time_68; } inline void set_c_time_68(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_time_68 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_time_68), (void*)value); } inline static int32_t get_offset_of_c_timeNoTz_69() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_timeNoTz_69)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_timeNoTz_69() const { return ___c_timeNoTz_69; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_timeNoTz_69() { return &___c_timeNoTz_69; } inline void set_c_timeNoTz_69(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_timeNoTz_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_timeNoTz_69), (void*)value); } inline static int32_t get_offset_of_c_timeTz_70() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_timeTz_70)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_timeTz_70() const { return ___c_timeTz_70; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_timeTz_70() { return &___c_timeTz_70; } inline void set_c_timeTz_70(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_timeTz_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_timeTz_70), (void*)value); } inline static int32_t get_offset_of_c_token_71() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_token_71)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_token_71() const { return ___c_token_71; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_token_71() { return &___c_token_71; } inline void set_c_token_71(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_token_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_token_71), (void*)value); } inline static int32_t get_offset_of_c_unsignedByte_72() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_unsignedByte_72)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_unsignedByte_72() const { return ___c_unsignedByte_72; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_unsignedByte_72() { return &___c_unsignedByte_72; } inline void set_c_unsignedByte_72(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_unsignedByte_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_unsignedByte_72), (void*)value); } inline static int32_t get_offset_of_c_unsignedInt_73() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_unsignedInt_73)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_unsignedInt_73() const { return ___c_unsignedInt_73; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_unsignedInt_73() { return &___c_unsignedInt_73; } inline void set_c_unsignedInt_73(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_unsignedInt_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_unsignedInt_73), (void*)value); } inline static int32_t get_offset_of_c_unsignedLong_74() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_unsignedLong_74)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_unsignedLong_74() const { return ___c_unsignedLong_74; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_unsignedLong_74() { return &___c_unsignedLong_74; } inline void set_c_unsignedLong_74(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_unsignedLong_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_unsignedLong_74), (void*)value); } inline static int32_t get_offset_of_c_unsignedShort_75() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_unsignedShort_75)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_unsignedShort_75() const { return ___c_unsignedShort_75; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_unsignedShort_75() { return &___c_unsignedShort_75; } inline void set_c_unsignedShort_75(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_unsignedShort_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_unsignedShort_75), (void*)value); } inline static int32_t get_offset_of_c_uuid_76() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_uuid_76)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_uuid_76() const { return ___c_uuid_76; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_uuid_76() { return &___c_uuid_76; } inline void set_c_uuid_76(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_uuid_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_uuid_76), (void*)value); } inline static int32_t get_offset_of_c_year_77() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_year_77)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_year_77() const { return ___c_year_77; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_year_77() { return &___c_year_77; } inline void set_c_year_77(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_year_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_year_77), (void*)value); } inline static int32_t get_offset_of_c_yearMonth_78() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_yearMonth_78)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_yearMonth_78() const { return ___c_yearMonth_78; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_yearMonth_78() { return &___c_yearMonth_78; } inline void set_c_yearMonth_78(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_yearMonth_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_yearMonth_78), (void*)value); } inline static int32_t get_offset_of_c_normalizedStringV1Compat_79() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_normalizedStringV1Compat_79)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_normalizedStringV1Compat_79() const { return ___c_normalizedStringV1Compat_79; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_normalizedStringV1Compat_79() { return &___c_normalizedStringV1Compat_79; } inline void set_c_normalizedStringV1Compat_79(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_normalizedStringV1Compat_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_normalizedStringV1Compat_79), (void*)value); } inline static int32_t get_offset_of_c_tokenV1Compat_80() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_tokenV1Compat_80)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_tokenV1Compat_80() const { return ___c_tokenV1Compat_80; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_tokenV1Compat_80() { return &___c_tokenV1Compat_80; } inline void set_c_tokenV1Compat_80(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_tokenV1Compat_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_tokenV1Compat_80), (void*)value); } inline static int32_t get_offset_of_c_anyAtomicType_81() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_anyAtomicType_81)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_anyAtomicType_81() const { return ___c_anyAtomicType_81; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_anyAtomicType_81() { return &___c_anyAtomicType_81; } inline void set_c_anyAtomicType_81(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_anyAtomicType_81 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_anyAtomicType_81), (void*)value); } inline static int32_t get_offset_of_c_dayTimeDuration_82() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_dayTimeDuration_82)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_dayTimeDuration_82() const { return ___c_dayTimeDuration_82; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_dayTimeDuration_82() { return &___c_dayTimeDuration_82; } inline void set_c_dayTimeDuration_82(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_dayTimeDuration_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_dayTimeDuration_82), (void*)value); } inline static int32_t get_offset_of_c_untypedAtomicType_83() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_untypedAtomicType_83)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_untypedAtomicType_83() const { return ___c_untypedAtomicType_83; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_untypedAtomicType_83() { return &___c_untypedAtomicType_83; } inline void set_c_untypedAtomicType_83(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_untypedAtomicType_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_untypedAtomicType_83), (void*)value); } inline static int32_t get_offset_of_c_yearMonthDuration_84() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_yearMonthDuration_84)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_yearMonthDuration_84() const { return ___c_yearMonthDuration_84; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_yearMonthDuration_84() { return &___c_yearMonthDuration_84; } inline void set_c_yearMonthDuration_84(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_yearMonthDuration_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_yearMonthDuration_84), (void*)value); } inline static int32_t get_offset_of_c_tokenizedTypes_85() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_tokenizedTypes_85)); } inline DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* get_c_tokenizedTypes_85() const { return ___c_tokenizedTypes_85; } inline DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D** get_address_of_c_tokenizedTypes_85() { return &___c_tokenizedTypes_85; } inline void set_c_tokenizedTypes_85(DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* value) { ___c_tokenizedTypes_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_tokenizedTypes_85), (void*)value); } inline static int32_t get_offset_of_c_tokenizedTypesXsd_86() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_tokenizedTypesXsd_86)); } inline DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* get_c_tokenizedTypesXsd_86() const { return ___c_tokenizedTypesXsd_86; } inline DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D** get_address_of_c_tokenizedTypesXsd_86() { return &___c_tokenizedTypesXsd_86; } inline void set_c_tokenizedTypesXsd_86(DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* value) { ___c_tokenizedTypesXsd_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_tokenizedTypesXsd_86), (void*)value); } inline static int32_t get_offset_of_c_XdrTypes_87() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_XdrTypes_87)); } inline SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* get_c_XdrTypes_87() const { return ___c_XdrTypes_87; } inline SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA** get_address_of_c_XdrTypes_87() { return &___c_XdrTypes_87; } inline void set_c_XdrTypes_87(SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* value) { ___c_XdrTypes_87 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_XdrTypes_87), (void*)value); } inline static int32_t get_offset_of_c_XsdTypes_88() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_XsdTypes_88)); } inline SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* get_c_XsdTypes_88() const { return ___c_XsdTypes_88; } inline SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA** get_address_of_c_XsdTypes_88() { return &___c_XsdTypes_88; } inline void set_c_XsdTypes_88(SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* value) { ___c_XsdTypes_88 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_XsdTypes_88), (void*)value); } }; // System.Xml.Schema.DatatypeImplementation // System.MulticastDelegate // System.MulticastDelegate // System.Xml.Schema.NamespaceList // System.Xml.Schema.NamespaceList // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields { public: // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___invariantInfo_0; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields, ___invariantInfo_0)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_invariantInfo_0() const { return ___invariantInfo_0; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } }; // System.Globalization.NumberFormatInfo // System.Xml.Schema.SchemaDeclBase // System.Xml.Schema.SchemaDeclBase // System.Xml.Schema.SchemaInfo // System.Xml.Schema.SchemaInfo // System.Runtime.Serialization.StreamingContext // System.Runtime.Serialization.StreamingContext // System.SystemException // System.SystemException // System.Type struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Type // System.Xml.Serialization.TypeData struct TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2_StaticFields { public: // System.String[] System.Xml.Serialization.TypeData::keywords StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___keywords_12; public: inline static int32_t get_offset_of_keywords_12() { return static_cast(offsetof(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2_StaticFields, ___keywords_12)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_keywords_12() const { return ___keywords_12; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_keywords_12() { return &___keywords_12; } inline void set_keywords_12(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___keywords_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___keywords_12), (void*)value); } }; // System.Xml.Serialization.TypeData // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_20; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_21; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_22; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_23; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_24; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_25; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_26; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_27; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_28; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_20)); } inline bool get_s_ConfigInitialized_20() const { return ___s_ConfigInitialized_20; } inline bool* get_address_of_s_ConfigInitialized_20() { return &___s_ConfigInitialized_20; } inline void set_s_ConfigInitialized_20(bool value) { ___s_ConfigInitialized_20 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_21)); } inline bool get_s_ConfigInitializing_21() const { return ___s_ConfigInitializing_21; } inline bool* get_address_of_s_ConfigInitializing_21() { return &___s_ConfigInitializing_21; } inline void set_s_ConfigInitializing_21(bool value) { ___s_ConfigInitializing_21 = value; } inline static int32_t get_offset_of_s_IdnScope_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_22)); } inline int32_t get_s_IdnScope_22() const { return ___s_IdnScope_22; } inline int32_t* get_address_of_s_IdnScope_22() { return &___s_IdnScope_22; } inline void set_s_IdnScope_22(int32_t value) { ___s_IdnScope_22 = value; } inline static int32_t get_offset_of_s_IriParsing_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_23)); } inline bool get_s_IriParsing_23() const { return ___s_IriParsing_23; } inline bool* get_address_of_s_IriParsing_23() { return &___s_IriParsing_23; } inline void set_s_IriParsing_23(bool value) { ___s_IriParsing_23 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_24)); } inline bool get_useDotNetRelativeOrAbsolute_24() const { return ___useDotNetRelativeOrAbsolute_24; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_24() { return &___useDotNetRelativeOrAbsolute_24; } inline void set_useDotNetRelativeOrAbsolute_24(bool value) { ___useDotNetRelativeOrAbsolute_24 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_25)); } inline bool get_IsWindowsFileSystem_25() const { return ___IsWindowsFileSystem_25; } inline bool* get_address_of_IsWindowsFileSystem_25() { return &___IsWindowsFileSystem_25; } inline void set_IsWindowsFileSystem_25(bool value) { ___IsWindowsFileSystem_25 = value; } inline static int32_t get_offset_of_s_initLock_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_26)); } inline RuntimeObject * get_s_initLock_26() const { return ___s_initLock_26; } inline RuntimeObject ** get_address_of_s_initLock_26() { return &___s_initLock_26; } inline void set_s_initLock_26(RuntimeObject * value) { ___s_initLock_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_26), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_27)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_27() const { return ___HexLowerChars_27; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_27() { return &___HexLowerChars_27; } inline void set_HexLowerChars_27(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_27), (void*)value); } inline static int32_t get_offset_of__WSchars_28() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_28)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_28() const { return ____WSchars_28; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_28() { return &____WSchars_28; } inline void set__WSchars_28(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_28 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_28), (void*)value); } }; // System.Uri // System.Xml.Schema.ValidationEventArgs // System.Xml.Schema.ValidationEventArgs // System.Xml.Schema.XmlAtomicValue // System.Xml.Schema.XmlAtomicValue // System.Xml.XmlAttributeCollection // System.Xml.XmlAttributeCollection // System.Xml.Schema.XmlBaseConverter struct XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields { public: // System.Type System.Xml.Schema.XmlBaseConverter::ICollectionType Type_t * ___ICollectionType_3; // System.Type System.Xml.Schema.XmlBaseConverter::IEnumerableType Type_t * ___IEnumerableType_4; // System.Type System.Xml.Schema.XmlBaseConverter::IListType Type_t * ___IListType_5; // System.Type System.Xml.Schema.XmlBaseConverter::ObjectArrayType Type_t * ___ObjectArrayType_6; // System.Type System.Xml.Schema.XmlBaseConverter::StringArrayType Type_t * ___StringArrayType_7; // System.Type System.Xml.Schema.XmlBaseConverter::XmlAtomicValueArrayType Type_t * ___XmlAtomicValueArrayType_8; // System.Type System.Xml.Schema.XmlBaseConverter::DecimalType Type_t * ___DecimalType_9; // System.Type System.Xml.Schema.XmlBaseConverter::Int32Type Type_t * ___Int32Type_10; // System.Type System.Xml.Schema.XmlBaseConverter::Int64Type Type_t * ___Int64Type_11; // System.Type System.Xml.Schema.XmlBaseConverter::StringType Type_t * ___StringType_12; // System.Type System.Xml.Schema.XmlBaseConverter::XmlAtomicValueType Type_t * ___XmlAtomicValueType_13; // System.Type System.Xml.Schema.XmlBaseConverter::ObjectType Type_t * ___ObjectType_14; // System.Type System.Xml.Schema.XmlBaseConverter::ByteType Type_t * ___ByteType_15; // System.Type System.Xml.Schema.XmlBaseConverter::Int16Type Type_t * ___Int16Type_16; // System.Type System.Xml.Schema.XmlBaseConverter::SByteType Type_t * ___SByteType_17; // System.Type System.Xml.Schema.XmlBaseConverter::UInt16Type Type_t * ___UInt16Type_18; // System.Type System.Xml.Schema.XmlBaseConverter::UInt32Type Type_t * ___UInt32Type_19; // System.Type System.Xml.Schema.XmlBaseConverter::UInt64Type Type_t * ___UInt64Type_20; // System.Type System.Xml.Schema.XmlBaseConverter::XPathItemType Type_t * ___XPathItemType_21; // System.Type System.Xml.Schema.XmlBaseConverter::DoubleType Type_t * ___DoubleType_22; // System.Type System.Xml.Schema.XmlBaseConverter::SingleType Type_t * ___SingleType_23; // System.Type System.Xml.Schema.XmlBaseConverter::DateTimeType Type_t * ___DateTimeType_24; // System.Type System.Xml.Schema.XmlBaseConverter::DateTimeOffsetType Type_t * ___DateTimeOffsetType_25; // System.Type System.Xml.Schema.XmlBaseConverter::BooleanType Type_t * ___BooleanType_26; // System.Type System.Xml.Schema.XmlBaseConverter::ByteArrayType Type_t * ___ByteArrayType_27; // System.Type System.Xml.Schema.XmlBaseConverter::XmlQualifiedNameType Type_t * ___XmlQualifiedNameType_28; // System.Type System.Xml.Schema.XmlBaseConverter::UriType Type_t * ___UriType_29; // System.Type System.Xml.Schema.XmlBaseConverter::TimeSpanType Type_t * ___TimeSpanType_30; // System.Type System.Xml.Schema.XmlBaseConverter::XPathNavigatorType Type_t * ___XPathNavigatorType_31; public: inline static int32_t get_offset_of_ICollectionType_3() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ICollectionType_3)); } inline Type_t * get_ICollectionType_3() const { return ___ICollectionType_3; } inline Type_t ** get_address_of_ICollectionType_3() { return &___ICollectionType_3; } inline void set_ICollectionType_3(Type_t * value) { ___ICollectionType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ICollectionType_3), (void*)value); } inline static int32_t get_offset_of_IEnumerableType_4() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___IEnumerableType_4)); } inline Type_t * get_IEnumerableType_4() const { return ___IEnumerableType_4; } inline Type_t ** get_address_of_IEnumerableType_4() { return &___IEnumerableType_4; } inline void set_IEnumerableType_4(Type_t * value) { ___IEnumerableType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IEnumerableType_4), (void*)value); } inline static int32_t get_offset_of_IListType_5() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___IListType_5)); } inline Type_t * get_IListType_5() const { return ___IListType_5; } inline Type_t ** get_address_of_IListType_5() { return &___IListType_5; } inline void set_IListType_5(Type_t * value) { ___IListType_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IListType_5), (void*)value); } inline static int32_t get_offset_of_ObjectArrayType_6() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ObjectArrayType_6)); } inline Type_t * get_ObjectArrayType_6() const { return ___ObjectArrayType_6; } inline Type_t ** get_address_of_ObjectArrayType_6() { return &___ObjectArrayType_6; } inline void set_ObjectArrayType_6(Type_t * value) { ___ObjectArrayType_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ObjectArrayType_6), (void*)value); } inline static int32_t get_offset_of_StringArrayType_7() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___StringArrayType_7)); } inline Type_t * get_StringArrayType_7() const { return ___StringArrayType_7; } inline Type_t ** get_address_of_StringArrayType_7() { return &___StringArrayType_7; } inline void set_StringArrayType_7(Type_t * value) { ___StringArrayType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringArrayType_7), (void*)value); } inline static int32_t get_offset_of_XmlAtomicValueArrayType_8() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XmlAtomicValueArrayType_8)); } inline Type_t * get_XmlAtomicValueArrayType_8() const { return ___XmlAtomicValueArrayType_8; } inline Type_t ** get_address_of_XmlAtomicValueArrayType_8() { return &___XmlAtomicValueArrayType_8; } inline void set_XmlAtomicValueArrayType_8(Type_t * value) { ___XmlAtomicValueArrayType_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___XmlAtomicValueArrayType_8), (void*)value); } inline static int32_t get_offset_of_DecimalType_9() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DecimalType_9)); } inline Type_t * get_DecimalType_9() const { return ___DecimalType_9; } inline Type_t ** get_address_of_DecimalType_9() { return &___DecimalType_9; } inline void set_DecimalType_9(Type_t * value) { ___DecimalType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DecimalType_9), (void*)value); } inline static int32_t get_offset_of_Int32Type_10() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___Int32Type_10)); } inline Type_t * get_Int32Type_10() const { return ___Int32Type_10; } inline Type_t ** get_address_of_Int32Type_10() { return &___Int32Type_10; } inline void set_Int32Type_10(Type_t * value) { ___Int32Type_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Int32Type_10), (void*)value); } inline static int32_t get_offset_of_Int64Type_11() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___Int64Type_11)); } inline Type_t * get_Int64Type_11() const { return ___Int64Type_11; } inline Type_t ** get_address_of_Int64Type_11() { return &___Int64Type_11; } inline void set_Int64Type_11(Type_t * value) { ___Int64Type_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Int64Type_11), (void*)value); } inline static int32_t get_offset_of_StringType_12() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___StringType_12)); } inline Type_t * get_StringType_12() const { return ___StringType_12; } inline Type_t ** get_address_of_StringType_12() { return &___StringType_12; } inline void set_StringType_12(Type_t * value) { ___StringType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringType_12), (void*)value); } inline static int32_t get_offset_of_XmlAtomicValueType_13() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XmlAtomicValueType_13)); } inline Type_t * get_XmlAtomicValueType_13() const { return ___XmlAtomicValueType_13; } inline Type_t ** get_address_of_XmlAtomicValueType_13() { return &___XmlAtomicValueType_13; } inline void set_XmlAtomicValueType_13(Type_t * value) { ___XmlAtomicValueType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___XmlAtomicValueType_13), (void*)value); } inline static int32_t get_offset_of_ObjectType_14() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ObjectType_14)); } inline Type_t * get_ObjectType_14() const { return ___ObjectType_14; } inline Type_t ** get_address_of_ObjectType_14() { return &___ObjectType_14; } inline void set_ObjectType_14(Type_t * value) { ___ObjectType_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ObjectType_14), (void*)value); } inline static int32_t get_offset_of_ByteType_15() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ByteType_15)); } inline Type_t * get_ByteType_15() const { return ___ByteType_15; } inline Type_t ** get_address_of_ByteType_15() { return &___ByteType_15; } inline void set_ByteType_15(Type_t * value) { ___ByteType_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteType_15), (void*)value); } inline static int32_t get_offset_of_Int16Type_16() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___Int16Type_16)); } inline Type_t * get_Int16Type_16() const { return ___Int16Type_16; } inline Type_t ** get_address_of_Int16Type_16() { return &___Int16Type_16; } inline void set_Int16Type_16(Type_t * value) { ___Int16Type_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Int16Type_16), (void*)value); } inline static int32_t get_offset_of_SByteType_17() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___SByteType_17)); } inline Type_t * get_SByteType_17() const { return ___SByteType_17; } inline Type_t ** get_address_of_SByteType_17() { return &___SByteType_17; } inline void set_SByteType_17(Type_t * value) { ___SByteType_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___SByteType_17), (void*)value); } inline static int32_t get_offset_of_UInt16Type_18() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UInt16Type_18)); } inline Type_t * get_UInt16Type_18() const { return ___UInt16Type_18; } inline Type_t ** get_address_of_UInt16Type_18() { return &___UInt16Type_18; } inline void set_UInt16Type_18(Type_t * value) { ___UInt16Type_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___UInt16Type_18), (void*)value); } inline static int32_t get_offset_of_UInt32Type_19() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UInt32Type_19)); } inline Type_t * get_UInt32Type_19() const { return ___UInt32Type_19; } inline Type_t ** get_address_of_UInt32Type_19() { return &___UInt32Type_19; } inline void set_UInt32Type_19(Type_t * value) { ___UInt32Type_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___UInt32Type_19), (void*)value); } inline static int32_t get_offset_of_UInt64Type_20() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UInt64Type_20)); } inline Type_t * get_UInt64Type_20() const { return ___UInt64Type_20; } inline Type_t ** get_address_of_UInt64Type_20() { return &___UInt64Type_20; } inline void set_UInt64Type_20(Type_t * value) { ___UInt64Type_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___UInt64Type_20), (void*)value); } inline static int32_t get_offset_of_XPathItemType_21() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XPathItemType_21)); } inline Type_t * get_XPathItemType_21() const { return ___XPathItemType_21; } inline Type_t ** get_address_of_XPathItemType_21() { return &___XPathItemType_21; } inline void set_XPathItemType_21(Type_t * value) { ___XPathItemType_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___XPathItemType_21), (void*)value); } inline static int32_t get_offset_of_DoubleType_22() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DoubleType_22)); } inline Type_t * get_DoubleType_22() const { return ___DoubleType_22; } inline Type_t ** get_address_of_DoubleType_22() { return &___DoubleType_22; } inline void set_DoubleType_22(Type_t * value) { ___DoubleType_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___DoubleType_22), (void*)value); } inline static int32_t get_offset_of_SingleType_23() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___SingleType_23)); } inline Type_t * get_SingleType_23() const { return ___SingleType_23; } inline Type_t ** get_address_of_SingleType_23() { return &___SingleType_23; } inline void set_SingleType_23(Type_t * value) { ___SingleType_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___SingleType_23), (void*)value); } inline static int32_t get_offset_of_DateTimeType_24() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DateTimeType_24)); } inline Type_t * get_DateTimeType_24() const { return ___DateTimeType_24; } inline Type_t ** get_address_of_DateTimeType_24() { return &___DateTimeType_24; } inline void set_DateTimeType_24(Type_t * value) { ___DateTimeType_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeType_24), (void*)value); } inline static int32_t get_offset_of_DateTimeOffsetType_25() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DateTimeOffsetType_25)); } inline Type_t * get_DateTimeOffsetType_25() const { return ___DateTimeOffsetType_25; } inline Type_t ** get_address_of_DateTimeOffsetType_25() { return &___DateTimeOffsetType_25; } inline void set_DateTimeOffsetType_25(Type_t * value) { ___DateTimeOffsetType_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeOffsetType_25), (void*)value); } inline static int32_t get_offset_of_BooleanType_26() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___BooleanType_26)); } inline Type_t * get_BooleanType_26() const { return ___BooleanType_26; } inline Type_t ** get_address_of_BooleanType_26() { return &___BooleanType_26; } inline void set_BooleanType_26(Type_t * value) { ___BooleanType_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___BooleanType_26), (void*)value); } inline static int32_t get_offset_of_ByteArrayType_27() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ByteArrayType_27)); } inline Type_t * get_ByteArrayType_27() const { return ___ByteArrayType_27; } inline Type_t ** get_address_of_ByteArrayType_27() { return &___ByteArrayType_27; } inline void set_ByteArrayType_27(Type_t * value) { ___ByteArrayType_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteArrayType_27), (void*)value); } inline static int32_t get_offset_of_XmlQualifiedNameType_28() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XmlQualifiedNameType_28)); } inline Type_t * get_XmlQualifiedNameType_28() const { return ___XmlQualifiedNameType_28; } inline Type_t ** get_address_of_XmlQualifiedNameType_28() { return &___XmlQualifiedNameType_28; } inline void set_XmlQualifiedNameType_28(Type_t * value) { ___XmlQualifiedNameType_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___XmlQualifiedNameType_28), (void*)value); } inline static int32_t get_offset_of_UriType_29() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UriType_29)); } inline Type_t * get_UriType_29() const { return ___UriType_29; } inline Type_t ** get_address_of_UriType_29() { return &___UriType_29; } inline void set_UriType_29(Type_t * value) { ___UriType_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriType_29), (void*)value); } inline static int32_t get_offset_of_TimeSpanType_30() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___TimeSpanType_30)); } inline Type_t * get_TimeSpanType_30() const { return ___TimeSpanType_30; } inline Type_t ** get_address_of_TimeSpanType_30() { return &___TimeSpanType_30; } inline void set_TimeSpanType_30(Type_t * value) { ___TimeSpanType_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___TimeSpanType_30), (void*)value); } inline static int32_t get_offset_of_XPathNavigatorType_31() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XPathNavigatorType_31)); } inline Type_t * get_XPathNavigatorType_31() const { return ___XPathNavigatorType_31; } inline Type_t ** get_address_of_XPathNavigatorType_31() { return &___XPathNavigatorType_31; } inline void set_XPathNavigatorType_31(Type_t * value) { ___XPathNavigatorType_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___XPathNavigatorType_31), (void*)value); } }; // System.Xml.Schema.XmlBaseConverter // System.Xml.Serialization.XmlMapping // System.Xml.Serialization.XmlMapping // System.Xml.XmlReaderSettings struct XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields { public: // System.Nullable`1 System.Xml.XmlReaderSettings::s_enableLegacyXmlSettings Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___s_enableLegacyXmlSettings_19; public: inline static int32_t get_offset_of_s_enableLegacyXmlSettings_19() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields, ___s_enableLegacyXmlSettings_19)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_s_enableLegacyXmlSettings_19() const { return ___s_enableLegacyXmlSettings_19; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_s_enableLegacyXmlSettings_19() { return &___s_enableLegacyXmlSettings_19; } inline void set_s_enableLegacyXmlSettings_19(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___s_enableLegacyXmlSettings_19 = value; } }; // System.Xml.XmlReaderSettings // System.Xml.Schema.XmlSchemaAnyAttribute // System.Xml.Schema.XmlSchemaAnyAttribute // System.Xml.Schema.XmlSchemaFacet // System.Xml.Schema.XmlSchemaFacet // System.Xml.Schema.XmlSchemaInfo // System.Xml.Schema.XmlSchemaInfo // System.Xml.Schema.XmlSchemaParticle struct XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_StaticFields { public: // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaParticle::Empty XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_StaticFields, ___Empty_3)); } inline XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * get_Empty_3() const { return ___Empty_3; } inline XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // System.Xml.Schema.XmlSchemaParticle // System.Xml.Schema.XmlSchemaSimpleTypeList // System.Xml.Schema.XmlSchemaSimpleTypeList // System.Xml.Schema.XmlSchemaSimpleTypeRestriction // System.Xml.Schema.XmlSchemaSimpleTypeRestriction // System.Xml.Schema.XmlSchemaSimpleTypeUnion // System.Xml.Schema.XmlSchemaSimpleTypeUnion // System.Xml.Schema.XmlSchemaType // System.Xml.Schema.XmlSchemaType // System.Xml.Serialization.XmlSerializationReaderInterpreter struct XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_StaticFields { public: // System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializationReaderInterpreter::AnyType XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___AnyType_27; // System.Object[] System.Xml.Serialization.XmlSerializationReaderInterpreter::empty_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___empty_array_28; public: inline static int32_t get_offset_of_AnyType_27() { return static_cast(offsetof(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_StaticFields, ___AnyType_27)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_AnyType_27() const { return ___AnyType_27; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_AnyType_27() { return &___AnyType_27; } inline void set_AnyType_27(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___AnyType_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___AnyType_27), (void*)value); } inline static int32_t get_offset_of_empty_array_28() { return static_cast(offsetof(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_StaticFields, ___empty_array_28)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_empty_array_28() const { return ___empty_array_28; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_empty_array_28() { return &___empty_array_28; } inline void set_empty_array_28(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___empty_array_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___empty_array_28), (void*)value); } }; // System.Xml.Serialization.XmlSerializationReaderInterpreter // System.Xml.Serialization.XmlSerializationWriterInterpreter // System.Xml.Serialization.XmlSerializationWriterInterpreter // System.Xml.XmlSignificantWhitespace // System.Xml.XmlSignificantWhitespace // System.Xml.XmlText // System.Xml.XmlText // System.Xml.XmlTextWriter struct XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2_StaticFields { public: // System.String[] System.Xml.XmlTextWriter::stateName StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___stateName_24; // System.String[] System.Xml.XmlTextWriter::tokenName StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___tokenName_25; // System.Xml.XmlTextWriter/State[] System.Xml.XmlTextWriter::stateTableDefault StateU5BU5D_tB7B678399A1D27FF20B86135AC6A0FBFA9564F3A* ___stateTableDefault_26; // System.Xml.XmlTextWriter/State[] System.Xml.XmlTextWriter::stateTableDocument StateU5BU5D_tB7B678399A1D27FF20B86135AC6A0FBFA9564F3A* ___stateTableDocument_27; public: inline static int32_t get_offset_of_stateName_24() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2_StaticFields, ___stateName_24)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_stateName_24() const { return ___stateName_24; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_stateName_24() { return &___stateName_24; } inline void set_stateName_24(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___stateName_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___stateName_24), (void*)value); } inline static int32_t get_offset_of_tokenName_25() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2_StaticFields, ___tokenName_25)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_tokenName_25() const { return ___tokenName_25; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_tokenName_25() { return &___tokenName_25; } inline void set_tokenName_25(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___tokenName_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___tokenName_25), (void*)value); } inline static int32_t get_offset_of_stateTableDefault_26() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2_StaticFields, ___stateTableDefault_26)); } inline StateU5BU5D_tB7B678399A1D27FF20B86135AC6A0FBFA9564F3A* get_stateTableDefault_26() const { return ___stateTableDefault_26; } inline StateU5BU5D_tB7B678399A1D27FF20B86135AC6A0FBFA9564F3A** get_address_of_stateTableDefault_26() { return &___stateTableDefault_26; } inline void set_stateTableDefault_26(StateU5BU5D_tB7B678399A1D27FF20B86135AC6A0FBFA9564F3A* value) { ___stateTableDefault_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___stateTableDefault_26), (void*)value); } inline static int32_t get_offset_of_stateTableDocument_27() { return static_cast(offsetof(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2_StaticFields, ___stateTableDocument_27)); } inline StateU5BU5D_tB7B678399A1D27FF20B86135AC6A0FBFA9564F3A* get_stateTableDocument_27() const { return ___stateTableDocument_27; } inline StateU5BU5D_tB7B678399A1D27FF20B86135AC6A0FBFA9564F3A** get_address_of_stateTableDocument_27() { return &___stateTableDocument_27; } inline void set_stateTableDocument_27(StateU5BU5D_tB7B678399A1D27FF20B86135AC6A0FBFA9564F3A* value) { ___stateTableDocument_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___stateTableDocument_27), (void*)value); } }; // System.Xml.XmlTextWriter // System.Xml.Serialization.XmlTypeMapElementInfo // System.Xml.Serialization.XmlTypeMapElementInfo // System.Xml.Serialization.XmlTypeMapMemberAnyElement // System.Xml.Serialization.XmlTypeMapMemberAnyElement // System.Xml.Serialization.XmlTypeMapMemberAttribute // System.Xml.Serialization.XmlTypeMapMemberAttribute // System.Xml.Serialization.XmlTypeMapMemberFlatList // System.Xml.Serialization.XmlTypeMapMemberFlatList // System.ArgumentException // System.ArgumentException // System.AsyncCallback // System.AsyncCallback // System.InvalidCastException // System.InvalidCastException // System.InvalidOperationException // System.InvalidOperationException // System.Resources.MissingManifestResourceException // System.Resources.MissingManifestResourceException // System.NotImplementedException // System.NotImplementedException // System.NotSupportedException // System.NotSupportedException // System.Xml.Schema.ParticleContentValidator // System.Xml.Schema.ParticleContentValidator // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_StaticFields { public: // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.SchemaElementDecl::Empty SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___Empty_20; public: inline static int32_t get_offset_of_Empty_20() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_StaticFields, ___Empty_20)); } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * get_Empty_20() const { return ___Empty_20; } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B ** get_address_of_Empty_20() { return &___Empty_20; } inline void set_Empty_20(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * value) { ___Empty_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_20), (void*)value); } }; // System.Xml.Schema.SchemaElementDecl // System.Reflection.TargetInvocationException // System.Reflection.TargetInvocationException // System.Xml.Serialization.UnreferencedObjectEventHandler // System.Xml.Serialization.UnreferencedObjectEventHandler // System.Xml.Schema.ValidationEventHandler // System.Xml.Schema.ValidationEventHandler // System.Xml.Serialization.XmlAttributeEventHandler // System.Xml.Serialization.XmlAttributeEventHandler // System.Xml.Serialization.XmlElementEventHandler // System.Xml.Serialization.XmlElementEventHandler // System.Xml.Schema.XmlListConverter // System.Xml.Schema.XmlListConverter // System.Xml.Serialization.XmlMembersMapping // System.Xml.Serialization.XmlMembersMapping // System.Xml.Serialization.XmlNodeEventHandler // System.Xml.Serialization.XmlNodeEventHandler // System.Xml.Schema.XmlSchemaAny // System.Xml.Schema.XmlSchemaAny // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields { public: // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::anyTypeLax XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * ___anyTypeLax_10; // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::anyTypeSkip XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * ___anyTypeSkip_11; // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::untypedAnyType XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * ___untypedAnyType_12; public: inline static int32_t get_offset_of_anyTypeLax_10() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields, ___anyTypeLax_10)); } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * get_anyTypeLax_10() const { return ___anyTypeLax_10; } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 ** get_address_of_anyTypeLax_10() { return &___anyTypeLax_10; } inline void set_anyTypeLax_10(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * value) { ___anyTypeLax_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___anyTypeLax_10), (void*)value); } inline static int32_t get_offset_of_anyTypeSkip_11() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields, ___anyTypeSkip_11)); } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * get_anyTypeSkip_11() const { return ___anyTypeSkip_11; } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 ** get_address_of_anyTypeSkip_11() { return &___anyTypeSkip_11; } inline void set_anyTypeSkip_11(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * value) { ___anyTypeSkip_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___anyTypeSkip_11), (void*)value); } inline static int32_t get_offset_of_untypedAnyType_12() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields, ___untypedAnyType_12)); } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * get_untypedAnyType_12() const { return ___untypedAnyType_12; } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 ** get_address_of_untypedAnyType_12() { return &___untypedAnyType_12; } inline void set_untypedAnyType_12(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * value) { ___untypedAnyType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___untypedAnyType_12), (void*)value); } }; // System.Xml.Schema.XmlSchemaComplexType // System.Xml.Schema.XmlSchemaElement // System.Xml.Schema.XmlSchemaElement // System.Xml.Schema.XmlSchemaException // System.Xml.Schema.XmlSchemaException // System.Xml.Schema.XmlSchemaGroupBase // System.Xml.Schema.XmlSchemaGroupBase // System.Xml.Schema.XmlSchemaGroupRef // System.Xml.Schema.XmlSchemaGroupRef // System.Xml.Schema.XmlSchemaPatternFacet // System.Xml.Schema.XmlSchemaPatternFacet // System.Xml.Schema.XmlSchemaSimpleType // System.Xml.Schema.XmlSchemaSimpleType // System.Xml.Serialization.XmlSerializationCollectionFixupCallback // System.Xml.Serialization.XmlSerializationCollectionFixupCallback // System.Xml.Serialization.XmlSerializationFixupCallback // System.Xml.Serialization.XmlSerializationFixupCallback // System.Xml.Serialization.XmlSerializationReadCallback // System.Xml.Serialization.XmlSerializationReadCallback // System.Xml.Serialization.XmlSerializationWriteCallback // System.Xml.Serialization.XmlSerializationWriteCallback // System.Xml.Schema.XmlStringConverter // System.Xml.Schema.XmlStringConverter // System.Xml.Serialization.XmlTypeMapping // System.Xml.Serialization.XmlTypeMapping // System.Xml.Schema.XmlSchemaParticle/EmptyParticle // System.Xml.Schema.XmlSchemaParticle/EmptyParticle // System.ArgumentNullException // System.ArgumentNullException // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.ArgumentOutOfRangeException // System.Xml.Schema.XmlSchemaChoice // System.Xml.Schema.XmlSchemaChoice // System.Xml.Schema.XmlSchemaSequence // System.Xml.Schema.XmlSchemaSequence // System.Xml.Serialization.XmlSerializableMapping // System.Xml.Serialization.XmlSerializableMapping // System.Xml.Schema.XmlUntypedConverter struct XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields { public: // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::Untyped XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___Untyped_34; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::UntypedList XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___UntypedList_35; public: inline static int32_t get_offset_of_Untyped_34() { return static_cast(offsetof(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields, ___Untyped_34)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_Untyped_34() const { return ___Untyped_34; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_Untyped_34() { return &___Untyped_34; } inline void set_Untyped_34(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___Untyped_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___Untyped_34), (void*)value); } inline static int32_t get_offset_of_UntypedList_35() { return static_cast(offsetof(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields, ___UntypedList_35)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_UntypedList_35() const { return ___UntypedList_35; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_UntypedList_35() { return &___UntypedList_35; } inline void set_UntypedList_35(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___UntypedList_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___UntypedList_35), (void*)value); } }; // System.Xml.Schema.XmlUntypedConverter #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_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, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : 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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** 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, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.Schema.XmlSchema[] struct XmlSchemaU5BU5D_t69016569203CCDF000A4F5E1DC7D687C2B244F9F : public RuntimeArray { public: ALIGN_FIELD (8) XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * m_Items[1]; public: inline XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA ** 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, XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_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, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.XmlNode[] struct XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA : public RuntimeArray { public: ALIGN_FIELD (8) XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * m_Items[1]; public: inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** 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, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* 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, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_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, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : 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.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_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, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.XmlQualifiedName[] struct XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97 : public RuntimeArray { public: ALIGN_FIELD (8) XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * m_Items[1]; public: inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** 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, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlAttributes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributes__ctor_m761DCBA3414BFF5B255A5D56132B0753A71E97D0 (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDownloadManager::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDownloadManager_Remove_mDB809C83C927D285B55574D4A4F8267CBE282306 (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, String_t* ___host0, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mFF908DB65A7128F68FC8CAEA84AA753B439FE40E (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, bool ___disposing0, const RuntimeMethod* method); // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_m4C2BAA8B8318A6C124AE18734B2872A983D5CC91 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri10, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri21, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsAbsoluteUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m013346D65055CFEDF9E742534A584573C18A0E25 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Uri::get_OriginalString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String,System.UriKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m2D669E1153A700F9ED8BA31473565827AF8E39EF (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___uriString0, int32_t ___uriKind1, const RuntimeMethod* method); // System.String System.IO.Path::GetFullPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFullPath_m074C0FA5E168F0F16F0BD868E484D5ED7839F63C (String_t* ___path0, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.String System.Xml.Res::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.Uri,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m0B44AFB01F3FEDE9319BA4556288340D16101F9D (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83 (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObject__ctor_mBFE80BA750F2D4379CEBFC3086373F28A273B1C5 (XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.NamespaceList::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceList__ctor_m9566E7F3D9A2AD24250815C97C373C6F62084C46 (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * __this, String_t* ___namespaces0, String_t* ___targetNamespace1, const RuntimeMethod* method); // System.Void System.Xml.Schema.NamespaceList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceList__ctor_m9B1C40E79C3C2AFC2D359C51662D9FFA98E3EFE9 (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaParticle::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaParticle__ctor_m64085D4FE99BD7935AE3E23F5C3BF7EDB5BC1B79 (XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAnnotated::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAnnotated__ctor_m8EA4887A695BB9F8024967A11279131FB03A0CE4 (XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::CreateAnyType(System.Xml.Schema.XmlSchemaContentProcessing) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * XmlSchemaComplexType_CreateAnyType_mBDC3528EBCBE0D760ADEBF868F23D0133138CA61 (int32_t ___processContents0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaComplexType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaComplexType__ctor_m1028860360EF1B7567CC98F81A2E9E08C4EC1E71 (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaType::SetQualifiedName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_SetQualifiedName_m737AD54E695442D864C4CA795A0A147443403287 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::get_ContentTypeParticle() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * XmlSchemaComplexType_get_ContentTypeParticle_m692124ACC5AB9FF5844FB13DE2A3AEBF6F9160A8_inline (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaComplexType::SetContentTypeParticle(System.Xml.Schema.XmlSchemaParticle) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaComplexType_SetContentTypeParticle_m5EB7FB0694B5CC65C9DD124B303A25706FA45C74_inline (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaType::SetContentType(System.Xml.Schema.XmlSchemaContentType) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaType_SetContentType_m2171B3C161C9515C768FE7A97706AAE5C715838E_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, int32_t ___value0, const RuntimeMethod* method); // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.SchemaElementDecl::CreateAnyTypeElementDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * SchemaElementDecl_CreateAnyTypeElementDecl_m21D81D3245F22CC97AB06C6DED38CA505889B5DC (const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaType::set_ElementDecl(System.Xml.Schema.SchemaElementDecl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_set_ElementDecl_m87A29302056A0E95A203DF85ABF344CBA2C3EEA3 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___value0, const RuntimeMethod* method); // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.XmlSchemaType::get_ElementDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaDeclBase::set_SchemaType(System.Xml.Schema.XmlSchemaType) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_SchemaType_m5E77A5AD91AC87BF6B8F26864E24C4F2BA244FD0_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___value0, const RuntimeMethod* method); // System.Xml.Schema.ContentValidator System.Xml.Schema.XmlSchemaComplexType::get_AnyTypeContentValidator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * XmlSchemaComplexType_get_AnyTypeContentValidator_m820C674D693081037D07D865605C195AF5C70480 (const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaElementDecl::set_ContentValidator(System.Xml.Schema.ContentValidator) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaElementDecl_set_ContentValidator_m3B5492EE4C0954E5FA732D03574FBB9576AD4E97_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAny::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAny__ctor_m411E6BB0E3D4985D8188B379D746C4A9D1F3E227 (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaParticle::set_MinOccurs(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaParticle_set_MinOccurs_mF7852BBB556CDC639AAFBC9157B2650E4E6BC571 (XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mB9DFF414FB23863B982F9D863D6E57867995C7F3 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, int32_t ___lo0, int32_t ___mid1, int32_t ___hi2, bool ___isNegative3, uint8_t ___scale4, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaParticle::set_MaxOccurs(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaParticle_set_MaxOccurs_mCF8A820051B97C6C5E9C07D8DD60DD23124A58FE (XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAny::set_ProcessContents(System.Xml.Schema.XmlSchemaContentProcessing) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAny_set_ProcessContents_m804608BAD4683FA309A85BDDD7E70C00EB536A33_inline (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAny::BuildNamespaceList(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAny_BuildNamespaceList_m904E5F0625C8E72051F985153D540E6183101821 (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, String_t* ___targetNamespace0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSequence::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSequence__ctor_m332AE7D21DA324EBA8AF1E8DAE1761E9BB03C510 (XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlSchemaObjectCollection::Add(System.Xml.Schema.XmlSchemaObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaObjectCollection_Add_mCB1EA5137061E02BF60A1AE2C6F40CF282D97270 (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * __this, XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * ___item0, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator__ctor_m036FEED0E74413DA78C5C8C6E9717D819D151752 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, int32_t ___contentType0, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_Start_m5F7A45E5F5562BE2FEAC19614FA29E3BCA436E42 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::OpenGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_OpenGroup_m973BDF07A71F08D03C7894C5575F1F233CB7E8CF (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method); // System.Xml.Schema.NamespaceList System.Xml.Schema.XmlSchemaAny::get_NamespaceList() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * XmlSchemaAny_get_NamespaceList_mC0548A81B75CA26BD0301B453E6EA25C5A4670CF_inline (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::AddNamespaceList(System.Xml.Schema.NamespaceList,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddNamespaceList_mCD51F085021060340A5FBFA5C6BCD5F79AD499C3 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * ___namespaceList0, RuntimeObject * ___particle1, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::AddStar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddStar_m06BFACA99A99EAED7580866C6EC3EBD1F3C6C869 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::CloseGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_CloseGroup_m994F4F856FB3CA4ED0EDF76256BA860141878BA5 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method); // System.Xml.Schema.ContentValidator System.Xml.Schema.ParticleContentValidator::Finish(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ParticleContentValidator_Finish_mBF314E2EA41899551CC6C650847A491EECBE69D8 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, bool ___useDFA0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAnyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAnyAttribute__ctor_m329482E3F02ECC9C6FE5CA9E6F9CD668E2BFC3BF (XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAnyAttribute::set_ProcessContents(System.Xml.Schema.XmlSchemaContentProcessing) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAnyAttribute_set_ProcessContents_m202657E297C999EE920D0018F858EE312623B1E9_inline (XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAnyAttribute::BuildNamespaceList(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAnyAttribute_BuildNamespaceList_m23EF871C55885EA874CC2D9C2A3628D40B70EA6A (XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * __this, String_t* ___targetNamespace0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaComplexType::SetAttributeWildcard(System.Xml.Schema.XmlSchemaAnyAttribute) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaComplexType_SetAttributeWildcard_m675937DFE12A53A087F68AFB317DF665D8E997F1_inline (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaElementDecl::set_AnyAttribute(System.Xml.Schema.XmlSchemaAnyAttribute) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaElementDecl_set_AnyAttribute_m5937BBB3D6CCC2263AE4B778A6B3B9E3A2586E74_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType__ctor_m40B3B98F5C5388B2F58547FC36EA073B44F59F5C (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.Xml.Schema.ContentValidator System.Xml.Schema.SchemaElementDecl::get_ContentValidator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * SchemaElementDecl_get_ContentValidator_m1AFD6086B0FB2DF11CC1185D8335E1AAD80AED9E_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaDatatype::TypeCodeToString(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaDatatype_TypeCodeToString_m2FD6A00BC50EDAC4E1E30B686A0BC959B9C56120 (XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * __this, int32_t ___typeCode0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::FromXmlTokenizedType(System.Xml.XmlTokenizedType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * DatatypeImplementation_FromXmlTokenizedType_m1580FE409EE5BDFC11839114A55CAC24C3D040CF (int32_t ___token0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationEntry System.Runtime.Serialization.SerializationInfoEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E SerializationInfoEnumerator_get_Current_mD46A02033DA35A55D982FB2B3DD56CE56FDFB314 (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationEntry::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationEntry::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaException::CreateMessage(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaException_CreateMessage_m1E956F6E1F1C1DA1E76ACB28E1E54303862D893A (String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882 (Exception_t * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m407E642A7ACCA9556696BC00C24B5869988BB7F2 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.Exception,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m87AB74E25F302A2F5299E1AF5843D3FE0BAA2C93 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String[],System.Exception,System.String,System.Int32,System.Int32,System.Xml.Schema.XmlSchemaObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mC23C16D60D6EAB6F56CF8753BBC9DC776D213CDE (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, Exception_t * ___innerException2, String_t* ___sourceUri3, int32_t ___lineNumber4, int32_t ___linePosition5, XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * ___source6, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Exception::set_HResult(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.String System.Xml.Res::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17 (String_t* ___name0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.String System.Exception::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_get_Message_mC7A96CEBF52567CEF612C8C75A99A735A83E883F (Exception_t * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaInfo::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInfo_Clear_mBEDF4073660F57AC112EF8CF541183F016035309 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInfo__ctor_mDDF51EBC3A13E8ED19A59807D2BFA867B01A4091 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method); // System.Void System.Collections.CollectionBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionBase__ctor_mC65199871A81FB0FF4071DF95CD38D5ECEBEE1A4 (CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB * __this, const RuntimeMethod* method); // System.Collections.IList System.Collections.CollectionBase::get_List() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionBase_get_List_mC62920CA96CD5E586FB1C5F8174B882066891F95 (CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB * __this, const RuntimeMethod* method); // System.Boolean System.Decimal::op_LessThan(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_LessThan_mF55B16B95231A45B3FB454651546B0F65037A632 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, const RuntimeMethod* method); // System.Decimal System.Decimal::Truncate(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_Truncate_m3DA6F823D24930958FCA4301A45A0BC09E0B24A6 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d0, const RuntimeMethod* method); // System.Boolean System.Decimal::op_Inequality(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_Inequality_m3CD0E55B31634EE546947D4A0CB0F24B75146027 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method); // System.Boolean System.Decimal::op_Equality(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_Equality_m3BA6FDA0D51500320AC0928695C8CE9F833B0981 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaParticle/EmptyParticle::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyParticle__ctor_m4B88D5F7EC79C791A079EC62E9CCD05AB1064C9A (EmptyParticle_t56BD41298CE124A8F2F4F4426105E1663120F7BF * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaFacet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaFacet__ctor_mEF64363766E1061BA91E3ADF9ABA18EA46D0A864 (XmlSchemaFacet_t573C0D6C490EC4BD2D0AF19D2BA11C47A4EE713F * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaFacet::set_FacetType(System.Xml.Schema.FacetType) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaFacet_set_FacetType_mB20237494DD59D12E79D4127ADD2DDA76B595156_inline (XmlSchemaFacet_t573C0D6C490EC4BD2D0AF19D2BA11C47A4EE713F * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObjectCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection__ctor_mF4135302411643CD15B1429B851C38F7877102D9 (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaGroupBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaGroupBase__ctor_m3C701CBA2D573EE2C22ED4D82FF18DEDBB4B2F7A (XmlSchemaGroupBase_tBB7F26134C0D82EA71D1773C84856397919DD5DA * __this, const RuntimeMethod* method); // System.Void System.Xml.NameTable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameTable__ctor_mE309EB2FC114B34D12ED3FBC00E878AF6A154CB0 (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSet::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_mB2389B154959C129F22B8AA6EBD31CD839E14C23 (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable0, const RuntimeMethod* method); // System.Void System.Collections.SortedList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList__ctor_m1BF566C7726F1DD3A683A8F78B6DB740C7AADEC6 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ValidationEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationEventHandler__ctor_m89CCA5876079F0FE71C8999D969BB772A689E823 (ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings__ctor_m0DFDE914376FEE80656E0BB346D8DB51114EDC00 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method); // System.Xml.XmlResolver System.Xml.XmlReaderSettings::GetXmlResolver() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlReaderSettings_GetXmlResolver_mE28769077AE9F6D961723B225E0FCA918B47B64E_inline (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlUrlResolver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUrlResolver__ctor_m6CDB6CC5B0725F9723A7632AF1ED062E877DD449 (XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_XmlResolver_m8A353E1F21B4DCED11401FB9D65D1321177CF596 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_IsXmlResolverSet(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IsXmlResolverSet_m4374404167E732ADF4FF5D5699DA1A2763B4A048_inline (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_NameTable(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_NameTable_m60D918CF4E0ABE09514872010EA9273EE281D5C9 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_DtdProcessing(System.Xml.DtdProcessing) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_DtdProcessing_mE077A237F70523E4BDC9C25668CD70471BA4138C (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaCompilationSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaCompilationSettings__ctor_mB64834FD648ECB80B6042AC314386800CA8F3B26 (XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaInfo__ctor_m698835CEBA256CAD8F929513EE0AB71D6E7DE2AD (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Xml.Schema.XmlSeverityType System.Xml.Schema.ValidationEventArgs::get_Severity() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ValidationEventArgs_get_Severity_m76F16371C2A4550B55BFF504FC1D1B2FC5CEAD07_inline (ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaException System.Xml.Schema.ValidationEventArgs::get_Exception() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * ValidationEventArgs_get_Exception_m01CDAE32415DBC8A32EFA7CA548E09F9414324B0_inline (ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeContent::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeContent__ctor_mF78F26B99830E06D514314E60FA6C8F5C58BC760 (XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::op_Equality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Equality_m2A644E46A9CB20B0E072ED47DE4E95E92B420A22 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___a0, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___b1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::GetSimpleTypeFromTypeCode(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * DatatypeImplementation_GetSimpleTypeFromTypeCode_m68A83248FF32DCAC5DDFC28AF9B158459F34555F (int32_t ___typeCode0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::get_AnyType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * XmlSchemaComplexType_get_AnyType_mA0CD7701AE1FDD32DDAD42AB465C22DBF72DD7AE_inline (const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapping::.ctor(System.String,System.String,System.Xml.Serialization.TypeData,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping__ctor_m99427222BCBFD01F5498490316D0DC57419CFC28 (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, String_t* ___elementName0, String_t* ___ns1, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData2, String_t* ___xmlType3, String_t* ___xmlTypeNamespace4, const RuntimeMethod* method); // System.Type System.Xml.Serialization.TypeData::get_Type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Attribute System.Attribute::GetCustomAttribute(System.Reflection.MemberInfo,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * Attribute_GetCustomAttribute_mFF807CBF0517EB6DD45BD43E88CF1CD2A537F25F (MemberInfo_t * ___element0, Type_t * ___attributeType1, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlSchemaProviderAttribute::get_IsAny() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlSchemaProviderAttribute_get_IsAny_mE60F09FFF0166F13CAC954CDEC2C3BFC3F29E028_inline (XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapping::set_IsAny(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_IsAny_m97FF3BBB5242E073B3440984B64310998AA481DD_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, bool ___value0, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlSchemaProviderAttribute::get_MethodName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaProviderAttribute_get_MethodName_mC610821DDEC846739FA23F0024596AB1F1701984_inline (XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodInfo::op_Equality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Equality_m0716EB8EAA86F91031CF1C0B5E5D4B0269AC6A08 (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_m392AAF6C6A920E071739BC9681C2CC17B73560C9 (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * __this, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3 (MethodBase_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___parameters1, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaType::get_QualifiedName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlSchemaType_get_QualifiedName_m4D4CF6136F18EA2C04081B17DF4DD6903390D3B9 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlRootAttribute::get_ElementName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlRootAttribute_get_ElementName_mC660E6FE49AF0626C781832D904D1B1A9612038E (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlMapping::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlMapping_get_Namespace_mC81A8F368DA39CCD355792888D951BE2A8B21835_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlRootAttribute::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlRootAttribute_get_Namespace_m0A911502725F9726BDDEE6EE3F38D02DA70097BD_inline (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapping::UpdateRoot(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping_UpdateRoot_m4D5AFF9E9015CD035B31BCEBD97A6FE1C0B8A4DF (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapping::set_XmlTypeNamespace(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_XmlTypeNamespace_mCC9D834DE18EC580BDB4C3D8727AE767941DE852_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapping::set_XmlType(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_XmlType_mDB3803CE186E73CECA8D0F1F9A91A90F546BBB34_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlSchemaSet::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaSet_get_Count_mC51A6FE92E78EBE5D9B2FDAA8BE64C2CCDC15E8A (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSet::CopyTo(System.Xml.Schema.XmlSchema[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSet_CopyTo_mB2FF6F5C9CA7146B73E96E95AD34D0F195E872F9 (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * __this, XmlSchemaU5BU5D_t69016569203CCDF000A4F5E1DC7D687C2B244F9F* ___schemas0, int32_t ___index1, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_mC5CB5A08C61176CCBB34135AC90A3F629FA4679B (Type_t * ___type0, bool ___nonPublic1, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchema::get_Id() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchema_get_Id_m59A008F6B2ACE2EAA4A96029AE00733541A2C770_inline (XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationGeneratedCode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationGeneratedCode__ctor_m353DB505899CF589B9D96151C18552C26B9863B6 (XmlSerializationGeneratedCode_t434CFD8D2AF9FEC58DB65E02599C37182563C638 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument__ctor_mD3CBE6ACBBCB1A3F2C75B2A65612FA0B80EE2C80 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt0, const RuntimeMethod* method); // System.Collections.Hashtable System.Xml.Serialization.XmlSerializationReader::EnsureHashtable(System.Collections.Hashtable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * XmlSerializationReader_EnsureHashtable_mCF5D494B0DA924FF550D683A3AECB76C903CC19E (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___hash0, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReader/CollectionFixup::get_Id() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * CollectionFixup_get_Id_m47E055D9B1DCC5DFB45D8A72DDB2C836E9779144_inline (CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader/CollectionFixup::set_CollectionItems(System.Object) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CollectionFixup_set_CollectionItems_m4AE94700267923AB9BCCFCE8FBC8BB115B599A8D_inline (CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Collections.ArrayList System.Xml.Serialization.XmlSerializationReader::EnsureArrayList(System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * XmlSerializationReader_EnsureArrayList_mD0D1A6E65C7E40B6B4BF2706E8A0A2EF8076955D (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader/WriteCallbackInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteCallbackInfo__ctor_mBF617A47A85B73B3E04BC58090B9AD158609D48B (WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlSerializationReader::CurrentTag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationReader_CurrentTag_m4F9FB59E2E93582F2B20ACC2F43B65FF981A8085 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __this, const RuntimeMethod* method); // System.Array System.Array::CreateInstance(System.Type,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m4D1856F13485BB35ACC72A9B10475C29C301BD1D (Type_t * ___elementType0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method); // System.Xml.XmlReader System.Xml.Serialization.XmlSerializationReader::get_Reader() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m90616B2D8ACC645F389750FAE4F9A75BC5D82454 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.TypeTranslator::ParseArrayType(System.String,System.String&,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeTranslator_ParseArrayType_m1459847CBB1E5C0C403916B7AB40E1C415B37920 (String_t* ___arrayType0, String_t** ___type1, String_t** ___ns2, String_t** ___dimensions3, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializationReader::ToXmlQualifiedName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlSerializationReader_ToXmlQualifiedName_mC04F7346916E64995226849BB915FACC2C0A8FD0 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlSerializationReader::GetNullAttr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationReader_GetNullAttr_mA7AD73BAC9410221B0E9C1CD3FBCFBD38053DC47 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader::UnknownNode(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_UnknownNode_m2529E0A7597D50053314AE8B1C210F3D101508F9 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader::ReadEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_ReadEndElement_mF5ED7E58DF9AC98E193E825650C97DA64539D525 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlSerializationReader::ReadNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationReader_ReadNull_mF2BFFBAF96FCEC98A36A87F38168C9328A5E3585 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializationReader::ReadElementQualifiedName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlSerializationReader_ReadElementQualifiedName_mBB1692A5DA4975CBDC42EE7048B4A3E426EF9E54 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReader::ReadReferencedElement(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReader_ReadReferencedElement_m9F683A2105E02CC921B7051FB9A2E95D9EC60DF9 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializationReader::GetXsiType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlSerializationReader_GetXsiType_m8972A9DFB294AAB6B0E9935A39C17CEC48F17EC4 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlSerializationReader::ReadList(System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationReader_ReadList_m3F1CF31AB32823D842AFB9E38A81597E6D57F975 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, RuntimeObject ** ___resultList0, const RuntimeMethod* method); // System.Xml.Serialization.XmlSerializationCollectionFixupCallback System.Xml.Serialization.XmlSerializationReader/CollectionFixup::get_Callback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A * CollectionFixup_get_Callback_mBDDBBF6D2CF598A2B5DEC2A332673A5718806083_inline (CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReader/CollectionFixup::get_Collection() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * CollectionFixup_get_Collection_m64C85652B2AE1410C9E390E85A237906F6BBEEC0_inline (CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationCollectionFixupCallback::Invoke(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationCollectionFixupCallback_Invoke_mAC689A6CE4A11275ABB10A8318F4A1EEBB8409A6 (XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A * __this, RuntimeObject * ___collection0, RuntimeObject * ___collectionItems1, const RuntimeMethod* method); // System.Xml.Serialization.XmlSerializationReader/WriteCallbackInfo System.Xml.Serialization.XmlSerializationReader::GetCallbackInfo(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * XmlSerializationReader_GetCallbackInfo_m8BD4495178412C0B858409E19721775F9C94B17C (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname0, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReader::ReadTypedPrimitive(System.Xml.XmlQualifiedName,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReader_ReadTypedPrimitive_m398FF44741FA1F4399F40ADBDEF67D2852F5A3F3 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname0, bool ___reportUnknown1, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReadCallback::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReadCallback_Invoke_m28B46BE30C4965E5ADCEB3665B2C75B9EFA0491E (XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader::AddTarget(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_AddTarget_mEA9F13DE58CA25951B040D93F55B5657EF39C66F (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___id0, RuntimeObject * ___o1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205 (const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m4F33B01E3645FB4492B4D34CBC6A8F59AA044449 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeTranslator::GetPrimitiveTypeData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * TypeTranslator_GetPrimitiveTypeData_m9714FB6747FA5A512BC4AAD4AC62F3173455DC7F (String_t* ___typeName0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReader::ReadReferencingElement(System.String,System.String,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReader_ReadReferencingElement_m80D661F68B5C23CEF698A3397DAD2754E8C011B4 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___name0, String_t* ___ns1, String_t** ___fixupReference2, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455 (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader/CollectionItemFixup::.ctor(System.Array,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionItemFixup__ctor_m3E2810219F868C9B2741F9D4FA20D809A3245EC4 (CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D * __this, RuntimeArray * ___list0, int32_t ___index1, String_t* ___id2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader::AddFixup(System.Xml.Serialization.XmlSerializationReader/CollectionItemFixup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_AddFixup_m77E58E208876A17FB8118D7AE3FBC2A8C280A10B (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D * ___fixup0, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReader::ReadReferencedElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReader_ReadReferencedElement_m85CBDE367C5926922DBCE12726A5D0CFCE228F54 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // System.Array System.Xml.Serialization.XmlSerializationReader/CollectionItemFixup::get_Collection() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeArray * CollectionItemFixup_get_Collection_mFCE4197BDE067DAA25F0BEED5CCFB7DA2594D915_inline (CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlSerializationReader/CollectionItemFixup::get_Id() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CollectionItemFixup_get_Id_mC0BCE340A91ABE4A1EFEA23CC3FCC11F814030E4_inline (CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReader::GetTarget(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReader_GetTarget_mE747EB19FFFD513267314CA3F51E24BB5DE24EAB (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___id0, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlSerializationReader/CollectionItemFixup::get_Index() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CollectionItemFixup_get_Index_mBA4CBC3F3781B66DE02F076EC9744AD5141A9641_inline (CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReader/CollectionFixup::get_CollectionItems() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * CollectionFixup_get_CollectionItems_m7B8A225C353E6B6C2639D7086C2FAC03F064D5AB_inline (CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlSerializationFixupCallback System.Xml.Serialization.XmlSerializationReader/Fixup::get_Callback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 * Fixup_get_Callback_mF8794F68FBAA9531BB1BC8779DEBEF7720A81C1F_inline (Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationFixupCallback::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationFixupCallback_Invoke_mA91674704505C2EA53A3231D7783C17229830EF2 (XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 * __this, RuntimeObject * ___fixup0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader::UnreferencedObject(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_UnreferencedObject_mCDF69C9BFC2E244F2D7A6A7DF8BD13A874E9F832 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___id0, RuntimeObject * ___o1, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReader::ReadReferencingElement(System.String,System.String,System.Boolean,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReader_ReadReferencingElement_mDB67DA524354BA8BECEA7DEA6C3B7241A7524F26 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___name0, String_t* ___ns1, bool ___elementCanBeType2, String_t** ___fixupReference3, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mC8718EA35386A775C9A7983763DAA0A863623D73 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlSerializationReader::TargetReady(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationReader_TargetReady_m1223F4881B363826917A41689A9E1B664CC52AA3 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___id0, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeTranslator::FindPrimitiveTypeData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * TypeTranslator_FindPrimitiveTypeData_mD1E1989500DA779CC1C81F6921E2E7A537A88079 (String_t* ___typeName0, const RuntimeMethod* method); // System.Xml.Serialization.SchemaTypes System.Xml.Serialization.TypeData::get_SchemaType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Xml.XmlDocument System.Xml.Serialization.XmlSerializationReader::get_Document() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlSerializationReader_get_Document_mB138E3D12FB36013E05D64641BF59178DBC5384B (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader::OnUnknownNode(System.Xml.XmlNode,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_OnUnknownNode_m1961815BD23323DAD1F35A27BDF67289E122973B (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, RuntimeObject * ___o1, String_t* ___qnames2, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializationReader::ReadNullableQualifiedName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlSerializationReader_ReadNullableQualifiedName_m36743C7A4FD1D70B96A948EC4E4143AA5F0D44AB (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlCustomFormatter::FromXmlString(System.Xml.Serialization.TypeData,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlCustomFormatter_FromXmlString_m237FC9F2755F626080234572AC7B7E2636C5A9F2 (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___type0, String_t* ___value1, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::DecodeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_DecodeName_mF2E83491603986618BA5FD7E975F12309B43A93C (String_t* ___name0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReader::get_LineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_LineNumber_m1B8156937C06FB0E3EB69C6FAAB92FE82FE3C44B (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReader::get_LinePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_LinePosition_mFAD755588FA98821555CFD5D15DDDF4D7270327D (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlAttributeEventArgs::.ctor(System.Xml.XmlAttribute,System.Int32,System.Int32,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeEventArgs__ctor_m5BCB19E1F832C515918CA7930FA1F273E0B9F1AE (XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, int32_t ___lineNumber1, int32_t ___linePosition2, RuntimeObject * ___o3, String_t* ___qnames4, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlElementEventArgs::.ctor(System.Xml.XmlElement,System.Int32,System.Int32,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElementEventArgs__ctor_m9F5260BE8BE76026C39D89BEA1C8546924D6A302 (XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, int32_t ___lineNumber1, int32_t ___linePosition2, RuntimeObject * ___o3, String_t* ___qnames4, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader::UnknownNode(System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_UnknownNode_mD6B7DD231FEB3D6909969968D1737842F3F9E4CF (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, RuntimeObject * ___o0, String_t* ___qnames1, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.Serialization.XmlSerializationReader::ReadXmlNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlSerializationReader_ReadXmlNode_mB4DFB9F2CB3B6B45009F6E5D8CD661428728E177 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, bool ___wrapped0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader::UnknownAttribute(System.Object,System.Xml.XmlAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_UnknownAttribute_m32B0D68DCF7172C7F4A5521D9E7AD43098A12BBE (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, RuntimeObject * ___o0, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr1, String_t* ___qnames2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader::UnknownElement(System.Object,System.Xml.XmlElement,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_UnknownElement_mFB583D230BA978F49868EA402B5B0F8D6A9F3B16 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, RuntimeObject * ___o0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem1, String_t* ___qnames2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlNodeEventArgs::.ctor(System.Xml.XmlNode,System.Int32,System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeEventArgs__ctor_mEED7307F3B2F890280B8C5F67520AA05005A1D79 (XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___xmlNode0, int32_t ___lineNumber1, int32_t ___linePosition2, RuntimeObject * ___o3, const RuntimeMethod* method); // System.Void System.Xml.Serialization.UnreferencedObjectEventArgs::.ctor(System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnreferencedObjectEventArgs__ctor_m5E376D6C075D9BD76E8D1DD0CC0471F5C9A35BC6 (UnreferencedObjectEventArgs_tBFD7658B8F3DD057CEFBF9CE1EBC26705B0A8192 * __this, RuntimeObject * ___o0, String_t* ___id1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader__ctor_m0E5680990DCDE69CA967AAEFA6ECAC65EF064828 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method); // System.Xml.Serialization.SerializationFormat System.Xml.Serialization.XmlMapping::get_Format() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlMapping_get_Format_m0BD59E05857D8D2A3935324DBCBF819F234A38CC_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method); // System.Collections.ArrayList System.Xml.Serialization.XmlMapping::get_RelatedMaps() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * XmlMapping_get_RelatedMaps_m539C9707CDB76DF2DA83F24740675E7333806A9C_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapping::get_TypeData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter/ReaderCallbackInfo::.ctor(System.Xml.Serialization.XmlSerializationReaderInterpreter,System.Xml.Serialization.XmlTypeMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReaderCallbackInfo__ctor_mACB6E83BB3AE3A088ED0843FC41E6CDE22B39024 (ReaderCallbackInfo_t6D18AED803E1FB284AB8B388FD470CB3BEDD3DB4 * __this, XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * ___sri0, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap1, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapping::get_XmlType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_XmlType_m97D3C310989DEA0D8C5DDE2A74BA1866DA7E5C99_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReadCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReadCallback__ctor_m426BE5145EA55F4265567A65C9A87A3D4A39174E (XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader::AddReadCallback(System.String,System.String,System.Type,System.Xml.Serialization.XmlSerializationReadCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_AddReadCallback_m76C740E31C27B7F5787D40F4C3363CA59552171D (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___name0, String_t* ___ns1, Type_t * ___type2, XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D * ___read3, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadRoot(System.Xml.Serialization.XmlTypeMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadRoot_mA7A9DF8F587466F0183A8006AA047DAD72261B6B (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___rootMap0, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadEncodedObject(System.Xml.Serialization.XmlTypeMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadEncodedObject_m20751D9F37FB4AB6392288981B3DB5553B85E0C3 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlMapping::get_ElementName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlMapping_get_ElementName_m325D48DC1385A3577E5B4948F1F116861A215CEF_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method); // System.Exception System.Xml.Serialization.XmlSerializationReader::CreateUnknownNodeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationReader_CreateUnknownNodeException_mDBFAE6234A526C9A43F325F205128D353BE2BD96 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader::ReadReferencedElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_ReadReferencedElements_m8050E3CDD83D6A9CFAF897E3E40497F36F60205A (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlMembersMapping::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlMembersMapping_get_Count_m322CD7CBDFF793BF91F6D9E969950291194E5825 (XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlMembersMapping::get_HasWrapperElement() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlMembersMapping_get_HasWrapperElement_m643EF14F5316338EFDF707D03FF4155F77D796B6_inline (XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * __this, const RuntimeMethod* method); // System.Xml.Serialization.ObjectMap System.Xml.Serialization.XmlMapping::get_ObjectMap() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method); // System.Collections.ArrayList System.Xml.Serialization.ClassMap::get_AllMembers() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ClassMap_get_AllMembers_m6EBB1FEF5A4D39A7527639AEF01F4CDB1E35E223_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapMember::get_IsReturnValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_get_IsReturnValue_mC94AFCFABC3D02281C32D01A210C78FBB3B7B0A0 (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMember::get_TypeData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.TypeData::get_IsValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeData_get_IsValueType_m859872378938A6201F2AAB9A905069D0BCB564FC (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_CreateInstance_m6226133BE46EDFF85E7A420A54E600F9E9BCDDBD (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::SetMemberValueFromAttr(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_SetMemberValueFromAttr_m9780CDEB35B71057CE8C2E0D36F59BD1FD703680 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ___member0, RuntimeObject * ___ob1, RuntimeObject * ___value2, bool ___isValueList3, const RuntimeMethod* method); // System.Boolean System.Xml.XmlConvert::ToBoolean(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_ToBoolean_mECF9DFB8C60A88BCA1EDCA69B1D6C87F2F129F73 (String_t* ___s0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadAttributeMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_ReadAttributeMembers_mC457E48CBF272FFB253A5000603838DFBDE7BFCC (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_ReadMembers_m4C29A30E8A56778F5EDD2B858154F19AAA7F663E (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, bool ___readBySoapOrder3, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadXmlNodeElement(System.Xml.Serialization.XmlTypeMapping,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadXmlNodeElement_m8A69BF9C8A2366588079214C92D3F5C489E45EC5 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, bool ___isNullable1, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapping::get_IsAny() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_IsAny_m50C4E9738DA12F62C74B20249D4734ECC687D53D_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapping::get_IsNullable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_IsNullable_m6D33C6268FC29BB83BE77AB5674C9DAD26775BAE_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadListElement(System.Xml.Serialization.XmlTypeMapping,System.Boolean,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadListElement_m9B1CD0B453622C103781E2E000E6C1E1C89DB048 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, bool ___isNullable1, RuntimeObject * ___list2, bool ___canCreateInstance3, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadPrimitiveElement(System.Xml.Serialization.XmlTypeMapping,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadPrimitiveElement_mB7C89390CD34FF49F91AD3DF58BEE45A485F41C7 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, bool ___isNullable1, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadEnumElement(System.Xml.Serialization.XmlTypeMapping,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadEnumElement_mB428F6FB97D53B76B474FF3140B16336819A67CB (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, bool ___isNullable1, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadXmlSerializableElement(System.Xml.Serialization.XmlTypeMapping,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadXmlSerializableElement_m7AF740E1C8F1A018755B12FC5D984EA6EB497D67 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, bool ___isNullable1, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_m41E46D4716F1168DF9152C551CD2F79231750271 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___a0, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___b1, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapping::GetRealElementMap(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlTypeMapping_GetRealElementMap_m9A3C5314B02D46428A53130860E681F8C9D0A439 (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, String_t* ___name0, String_t* ___ens1, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReader::ReadTypedPrimitive(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReader_ReadTypedPrimitive_m8B31A521346F823ED15447984E1B98F58E526B60 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___type0, const RuntimeMethod* method); // System.Exception System.Xml.Serialization.XmlSerializationReader::CreateUnknownTypeException(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationReader_CreateUnknownTypeException_mED9F2E117F47A1D9DA2D85357BCFBE54B63B42C9 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___type0, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::CreateInstance(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_CreateInstance_m3D223F335DA0CA6A573D744C0BE5C8CBF776B184 (Type_t * ___type0, bool ___nonPublic1, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute System.Xml.Serialization.ClassMap::get_DefaultAnyAttributeMember() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * ClassMap_get_DefaultAnyAttributeMember_mEA48DF88BD497428C81F42EA1F8C0D37746AB452_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapMemberAttribute System.Xml.Serialization.ClassMap::GetAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * ClassMap_GetAttribute_m67FEFD07A9CF9F8ACB718EE58E62DD4B3BAD0FE0 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapMemberAttribute::get_MappedType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlTypeMapMemberAttribute_get_MappedType_m4FF3D549D898A9802891F1E758238E20F444264F_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::GetValueFromXmlString(System.String,System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlTypeMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_GetValueFromXmlString_m25E77A91AE62E219CAA6499301404BCE89003B9E (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, String_t* ___value0, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData1, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::SetMemberValue(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ___member0, RuntimeObject * ___ob1, RuntimeObject * ___value2, bool ___isValueList3, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlSerializationReader::IsXmlnsAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationReader_IsXmlnsAttribute_m89AC0579D2688162EE3FD3C659CBCBC837F43B7C (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___name0, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapMemberNamespaces System.Xml.Serialization.ClassMap::get_NamespaceDeclarations() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * ClassMap_get_NamespaceDeclarations_m9CCDF4FDDFFA9A2C29FD5A31561691F96ADC606C_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::GetMemberValue(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_GetMemberValue_m032FBD409421637CD0A02293DF9D91526C0EE2AD (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ___member0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializerNamespaces::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializerNamespaces__ctor_m010D52ED710D6BC95125AAF352217573F96B6D9D (XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializerNamespaces::Add(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializerNamespaces_Add_m032B68F0A2A3B6957C9ABB4018D3EC32B6268AAE (XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * __this, String_t* ___prefix0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader::ParseWsdlArrayType(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_ParseWsdlArrayType_m795950BF7520FF06291B63CA458F0D35B28D195E (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::AddListValue(System.Xml.Serialization.TypeData,System.Object&,System.Int32,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_AddListValue_mBA513F6ECBB9512271E7F336B95A981E634CC6CE (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___listType0, RuntimeObject ** ___list1, int32_t ___index2, RuntimeObject * ___value3, bool ___canCreateInstance4, const RuntimeMethod* method); // System.Array System.Xml.Serialization.XmlSerializationReader::ShrinkArray(System.Array,System.Int32,System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * XmlSerializationReader_ShrinkArray_mA0DCAC6DFB65DC2854DE9BD028FC23F50C9AD6E4 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, RuntimeArray * ___a0, int32_t ___length1, Type_t * ___elementType2, bool ___isNullable3, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::SetListMembersDefaults(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_SetListMembersDefaults_mADF58045E937540526465F3808A377871C9110B5 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method); // System.Collections.ICollection System.Xml.Serialization.ClassMap::get_ElementMembers() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ClassMap_get_ElementMembers_m30583103C73D6B9FCB936FF39D814F8D381910D1_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.ClassMap::get_ReturnMember() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ClassMap_get_ReturnMember_m0BF740CEFB3B5F1AEC0BDDDF99F6CA4B755DB830_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method); // System.Collections.ArrayList System.Xml.Serialization.ClassMap::get_FlatLists() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ClassMap_get_FlatLists_m74C78A01F6BD649F6353603E302D9FE8C49FB1BC_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlSerializationReaderInterpreter::IsReadOnly(System.Xml.Serialization.XmlTypeMapMember,System.Xml.Serialization.TypeData,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationReaderInterpreter_IsReadOnly_mA0632E1CDE2FD747ECE0A953DD6155B75BD50545 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ___member0, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___memType1, RuntimeObject * ___ob2, bool ___isValueList3, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlTypeMapMemberExpandable::get_FlatArrayIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline (XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlTypeMapMember::GetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlTypeMapMember_GetValue_m3117E4885354E3DB8D4B3471ECE9DB05ECD56883 (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, RuntimeObject * ___ob0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1 (Type_t * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::InitializeList(System.Xml.Serialization.TypeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_InitializeList_m198B92D5B6BC13CDEC81680951B68141C4A52F5C (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___listType0, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapMemberElement::get_ChoiceMember() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberElement_get_ChoiceMember_m9AE51BC723134EEB149DDE1F6190E14508A56FA4_inline (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMemberElement::get_ChoiceTypeData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapMemberElement_get_ChoiceTypeData_mC313A289BD877BBD3B2795E4935499DF8D520B4E_inline (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter/FixupCallbackInfo::.ctor(System.Xml.Serialization.XmlSerializationReaderInterpreter,System.Xml.Serialization.ClassMap,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FixupCallbackInfo__ctor_mEF562C2BB172471EEAF9330E6D0795B71E48E504 (FixupCallbackInfo_tB2AF64AEEA68C8D0EA425052B40E969983CB92D3 * __this, XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * ___sri0, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * ___map1, bool ___isValueList2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationFixupCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationFixupCallback__ctor_m26456BE466748B1ABDC133FCA1C072442284E0FA (XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader/Fixup::.ctor(System.Object,System.Xml.Serialization.XmlSerializationFixupCallback,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Fixup__ctor_m660914A339971116B47794D6B35C0A5F7D8A7519 (Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * __this, RuntimeObject * ___o0, XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 * ___callback1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader::AddFixup(System.Xml.Serialization.XmlSerializationReader/Fixup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_AddFixup_m34BA10763D3D5DB0884D0D961CA17D35213E75CD (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * ___fixup0, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapElementInfo System.Xml.Serialization.ClassMap::GetElement(System.String,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * ClassMap_GetElement_mCF2D10EEFE866A51005ACDE896C35FC374F6A842 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, String_t* ___name0, String_t* ___ns1, int32_t ___minimalOrder2, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.XmlTypeMapMemberElement::get_ElementInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * XmlTypeMapMemberElement_get_ElementInfo_m6C24B41268D415B81089124ED86D6427FE3D998C (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.ClassMap::get_IsOrderDependentMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ClassMap_get_IsOrderDependentMap_m3173EC799BD1EAE227E6274FF2ADEACB30C4A6AF (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapElementInfo System.Xml.Serialization.ClassMap::GetElement(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * ClassMap_GetElement_m78C46BE328561301B473E976E68D4846750DDAB9 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.XmlTypeMapElementInfo::get_Member() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlTypeMapMember::get_Index() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_Index_mDCBAA3BBAA60FD1947693FE47D2D96E844FEFB0F_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlTypeMapElementInfo::get_ExplicitOrder() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapElementInfo_get_ExplicitOrder_m9A9825D9DF0149E8280C06E9C42F94FC066B613B_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_MultiReferenceType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_MultiReferenceType_m4EC86D7579437AF72568467B57FF90CDA452AE63 (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.String[] System.Xml.Serialization.XmlSerializationReader/Fixup::get_Ids() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* Fixup_get_Ids_m114528877A785022716C25DCF1BD03B65AA68C6A_inline (Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReader::ReadReferencingElement(System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReader_ReadReferencingElement_m3910CC3A4B021EACD8358BB0245CDFB32F799BA0 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t** ___fixupReference0, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapElementInfo::get_TypeData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.TypeData::get_FullTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeData_get_FullTypeName_mFFCC7D2CB2D25AB7EB9FB3B395515A52B19D9A29_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Exception System.Xml.Serialization.XmlSerializationReader::CreateReadOnlyCollectionException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationReader_CreateReadOnlyCollectionException_m4AB824F6ACBEF150493A08CED48CB217C41C6339 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___name0, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapElementInfo::get_MappedType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::CreateList(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_CreateList_mC7AD261301B3AC1CF9C203966F280D65EE186FC1 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, Type_t * ___listType0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationCollectionFixupCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationCollectionFixupCallback__ctor_m04E4009F4A21E29AC084FEEFDA3482D3C3B18C7D (XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader/CollectionFixup::.ctor(System.Object,System.Xml.Serialization.XmlSerializationCollectionFixupCallback,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionFixup__ctor_mA8B159FD32721350D0E3A4750539B61B436FDE04 (CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * __this, RuntimeObject * ___collection0, XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A * ___callback1, String_t* ___id2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader::AddFixup(System.Xml.Serialization.XmlSerializationReader/CollectionFixup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_AddFixup_m57A2F274EF34DD01E1B99B92387A6AD576278D45 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * ___fixup0, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_IsNullable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadObjectElement(System.Xml.Serialization.XmlTypeMapElementInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadObjectElement_m46DE768D0C376E643B5687BBF661AE043DA9A40A (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * ___elem0, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlTypeMapElementInfo::get_ChoiceValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * XmlTypeMapElementInfo_get_ChoiceValue_m76212C3475099487DB1A4BF6AFB9FE3E2C04D8B1_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.TypeData::get_IsListType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeData_get_IsListType_m3CBCB6B25D4337E243E39B514ACF19144C4A6E82 (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeData::get_ListItemTypeData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * TypeData_get_ListItemTypeData_m0FA3A62DFB823ECD4B3DA4987FD66C54789ABDD6 (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadXmlNode(System.Xml.Serialization.TypeData,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadXmlNode_m3D24313C011A2E248292FE37F0D44A97BA9D3CF6 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___type0, bool ___wrapped1, const RuntimeMethod* method); // System.String System.Xml.Serialization.TypeData::get_XmlType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeData_get_XmlType_m79314EDB6142712A3C0EFB1BAE5316BFDD01E088_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMemberElement::SetChoice(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement_SetChoice_m2B39CA065DD1F60A622415C14605151D1DF54646 (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, RuntimeObject * ___ob0, RuntimeObject * ___choice1, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapMemberAnyElement System.Xml.Serialization.ClassMap::get_DefaultAnyElementMember() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * ClassMap_get_DefaultAnyElementMember_m3FF5F1B6EF3A488EA54788B9E835779B8347FE51_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.ClassMap::get_XmlTextCollector() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ClassMap_get_XmlTextCollector_mCD1E9DCA3A54BCEA7DB7F1E0175508C08677849E_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method); // System.Xml.Serialization.ListMap System.Xml.Serialization.XmlTypeMapMemberFlatList::get_ListMap() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * XmlTypeMapMemberFlatList_get_ListMap_mB29ED2E0F2F91D5FC005F9CDAAEC3801B577E401_inline (XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapElementInfo System.Xml.Serialization.ListMap::FindTextElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * ListMap_FindTextElement_mC6FCA94AC089B434D0B8E94417580594AD8B734B (ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMember::SetValue(System.Object,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_SetValue_m39B0FC2316327F214E7B734BA49FBBED70BB1235 (RuntimeObject * ___ob0, String_t* ___name1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Collections.ArrayList System.Xml.Serialization.ClassMap::get_ListMembers() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ClassMap_get_ListMembers_m04EA267FFB434D2D36C1A4C50FF8DF6F7BDA8FDF_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReader/Fixup::get_Source() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Fixup_get_Source_m35271BD8569B8556C5E6971FC3606A0148C68911_inline (Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.TypeData::get_HasPublicConstructor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TypeData_get_HasPublicConstructor_mD6E6F5C1F97AC1EC4AADCFDD09A894F9F65E5882_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapMember::IsReadOnly(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_IsReadOnly_mB4FDABDC462847E2BFB82BC946C8F5D772A414BF (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationWriterInterpreter::ImplicitConvert(System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationWriterInterpreter_ImplicitConvert_m52FC4A1CAF9919ED18E2AA127A20EB6AF77EF35E (RuntimeObject * ___obj0, Type_t * ___type1, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlTypeMapMember::get_GlobalIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_GlobalIndex_mF1D72247C11FD8473853C825689B2AB199133557_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMember::SetValue(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_SetValue_mF98A024D4F268A178D4AC362B829D2FC08C381C3 (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, RuntimeObject * ___ob0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapMember::get_IsOptionalValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_get_IsOptionalValueType_m64B60ED1EB3ACFECE806E1643B44FE66862E5628 (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMember::SetValueSpecified(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_SetValueSpecified_mE5034B876675A4FE4EDD454C4F0B31FADF3E09C5 (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, RuntimeObject * ___ob0, bool ___value1, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_mCE382C637F1C439180508B92EAEEDDAD0B75B10F (Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadPrimitiveValue(System.Xml.Serialization.XmlTypeMapElementInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadPrimitiveValue_mA2A5D8A4E7E1841BE58FA60F09349F96C3DA8A01 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * ___elem0, const RuntimeMethod* method); // System.Xml.Serialization.IXmlSerializable System.Xml.Serialization.XmlSerializationReader::ReadSerializable(System.Xml.Serialization.IXmlSerializable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializationReader_ReadSerializable_m185A956418B56B34F40DEF89A2993285F117DCC5 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, RuntimeObject* ___serializable0, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlSerializationReader::ReadNullableString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationReader_ReadNullableString_mD8E706CED8C7FD0B01BB4A22EC0F808774421C10 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadListString(System.Xml.Serialization.XmlTypeMapping,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadListString_m63F842E54796A0758DCDFF4936636EE65D3FE98E (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, String_t* ___values1, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::GetEnumValue(System.Xml.Serialization.XmlTypeMapping,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_GetEnumValue_mC734C997283ECC4EF81B4B1EF08B889977F6EEDB (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, String_t* ___val1, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapping::get_TypeFullName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_TypeFullName_mDC0A30D0C68FBAFA154F51C355E0F992E97BF1A0 (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapElementInfo System.Xml.Serialization.ListMap::FindElement(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * ListMap_FindElement_mE9C39EDB5DC57541B1D7D3EF5C9824EDE9BF0984 (ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * __this, String_t* ___elementName0, String_t* ___ns1, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.ListMap::get_ItemInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * ListMap_get_ItemInfo_mA9B850D7B956E576FEDE1CBEFD168EC5556A971C_inline (ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * __this, const RuntimeMethod* method); // System.Array System.Xml.Serialization.XmlSerializationReader::EnsureArrayIndex(System.Array,System.Int32,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * XmlSerializationReader_EnsureArrayIndex_m0856B773A4363FABA33766089C74B39C225B3975 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, RuntimeArray * ___a0, int32_t ___index1, Type_t * ___elementType2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.TypeData::ConvertForAssignment(System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeData_ConvertForAssignment_mC99B467E9BA7AF52487538303C17505F2B2DA655 (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, RuntimeObject ** ___value0, const RuntimeMethod* method); // System.Type System.Xml.Serialization.TypeData::get_ListItemType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeData_get_ListItemType_m7701AC967B5DD742A2525C4853116EDBF66F73F3 (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E (Type_t * __this, String_t* ___name0, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types1, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m3549C871DF05ADAEC78EAC287466C920A499FF61 (Type_t * ___type0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::CopyEnumerableList(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_CopyEnumerableList_mB748780475B87C1409882127E0FC5C390CEEF0E3 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, RuntimeObject * ___source0, RuntimeObject * ___dest1, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_mDD47332AAF3036AAFC4C6626A999A452E7143DCF (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.Xml.XmlDocument System.Xml.Serialization.XmlSerializationReader::ReadXmlDocument(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlSerializationReader_ReadXmlDocument_m2F398F63268F6BA6F9531094FF594987F291C071 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, bool ___wrapped0, const RuntimeMethod* method); // System.String System.Xml.Serialization.EnumMap::GetEnumName(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EnumMap_GetEnumName_m27EE7F778C8E65530E97367331A14ABA2A86BC39 (EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC * __this, String_t* ___typeName0, String_t* ___xmlName1, const RuntimeMethod* method); // System.Exception System.Xml.Serialization.XmlSerializationReader::CreateUnknownConstantException(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationReader_CreateUnknownConstantException_mAD5FEABCBFD6156560D0DC00F080EFA7FB1A3209 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___value0, Type_t * ___enumType1, const RuntimeMethod* method); // System.Object System.Enum::Parse(System.Type,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_mBF078678C6B2C5116261811AFBBFAE524D4D4BB4 (Type_t * ___enumType0, String_t* ___value1, bool ___ignoreCase2, const RuntimeMethod* method); // System.Xml.XmlQualifiedName[] System.Xml.Serialization.XmlSerializerNamespaces::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* XmlSerializerNamespaces_ToArray_mB6FD42461E5E6315366E44B01EABA05A87CF147D (XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter/WriteCallbackInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteCallbackInfo__ctor_m574B89B81622F7C6E5B174C1D3A8E6505371BB65 (WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * __this, const RuntimeMethod* method); // System.Exception System.Xml.Serialization.XmlSerializationWriter::CreateUnknownTypeException(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationWriter_CreateUnknownTypeException_mA9596EDD946F6BC5C907D2A8B3A1C74436CCAED1 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, Type_t * ___type0, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlSerializationWriter::GetQualifiedName(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriter_GetQualifiedName_mC7DF2A8D5900E7D941246CB0C64215693299AE63 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.ObjectIDGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectIDGenerator__ctor_mE9FAEEF4EF9F5BC9642347E5343489EFE83AB28A (ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m65D1D384B19FD8F7BD8BC71EE2B75E00488853DB (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.Xml.XmlWriter System.Xml.Serialization.XmlSerializationWriter::get_Writer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteAttribute(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteAttribute_m25FC990EEF81EFD37FA34CF1213EDF642E802B49 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, String_t* ___value3, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlSerializationWriter::GetNamespacePrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriter_GetNamespacePrefix_m4ECB85D99DFD05ED15403350ED32BC5ACD0D243A (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___ns0, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteAttributeString(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter_WriteAttributeString_m7ABADBF13E8DD19BD7F3970AD124DEF3441259CE (XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, String_t* ___value3, const RuntimeMethod* method); // System.Xml.XmlElement System.Xml.XmlDocument::get_DocumentElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * XmlDocument_get_DocumentElement_mDC08B28B14D903B3FF8D750C6C0B6905DF7ADF91 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullTagEncoded(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullTagEncoded_m6AD6E76219AC51011EBA9CFE4AFEC1863E647683 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteXmlNode(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteXmlNode_m81A7D04DF107421FA141B7E40855BB7F0746FDFF (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter_WriteStartElement_m9544AB2F6A67D4A37BA258CA661DD10A356DEA8D (XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullTagLiteral(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullTagLiteral_mC8B845A4C99DD9DCBB69FD90657745FAFE95DB20 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementQualifiedName(System.String,System.String,System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementQualifiedName_m7163592045E95B6640645042D67ECD1C48B01903 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___localName0, String_t* ___ns1, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value2, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___xsiType3, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlCustomFormatter::FromXmlNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCustomFormatter_FromXmlNCName_m00BED642A75392C4F4B4370D1BD7BB853A416EDC (String_t* ___ncName0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_mAC3EE741B3455050C0030674CE6EF755ADD0CC6E (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteXsiType(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteXsiType_mF32F07E7F406C862B3028F0CDC9798A204F8AE23 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlSerializationWriter::FromXmlQualifiedName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriter_FromXmlQualifiedName_mAC661C6D29FCC42AD45A826A30F17A5895D665F1 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___xmlQualifiedName0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteEndElement_mBB4849C77EA9ABE34E6731CAE68C61052537502D (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementString(System.String,System.String,System.String,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementString_m2E32DC812A3147E3C4CDCC5C7E6A940A391B9D76 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___xsiType3, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteElementString(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter_WriteElementString_m7B9DD48374E8FDCEEACAA6B23BCE8ADEF919415F (XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteEndElement(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteEndElement_m24C9A0A4431DFA4626CF986A9A343BCF480EB7AF (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Collections.Hashtable System.Xml.Serialization.XmlSerializerNamespaces::get_Namespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * XmlSerializerNamespaces_get_Namespaces_mB855CE5A5FC84CA50A5650973915555DED119DA9 (XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementQualifiedName(System.String,System.String,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementQualifiedName_m5E2AD5EA158A6F7C06073C56553233C808B0FD12 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___localName0, String_t* ___ns1, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value2, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteAttributeString(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter_WriteAttributeString_m48CD44F84C5F1E98B7D21A483A0488D5954A83BF (XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_m3E1D664849D6CA63F9DDF7C8743F1A179DFC38A1 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, bool ___writePrefixed2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::CheckReferenceQueue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_CheckReferenceQueue_mF3CC63CA54D54EFA6D5956AD1FE417D906982E5E (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriteCallback::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriteCallback_Invoke_m651ECBF78496AADBAD559978EEFCAADB0C641727 (XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlSerializationWriter::GetId(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriter_GetId_m2E9E42A50913F282D37CCD38C57906E89BBCDBBD (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, RuntimeObject * ___o0, bool ___addToReferencesList1, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteAttributeString(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter_WriteAttributeString_m07C939E50F293A9613B3B29FD06039F11EDFBE15 (XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * __this, String_t* ___localName0, String_t* ___value1, const RuntimeMethod* method); // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlSerializationWriter::AlreadyQueued(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationWriter_AlreadyQueued_m11353FCCB965D14B0CC07B2A11303086276F97B6 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, RuntimeObject * ___ob0, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeTranslator::GetTypeData(System.Type,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * TypeTranslator_GetTypeData_m34ECB131DF1502AA0C92FEFCDBB86D0192F486C2 (Type_t * ___runtimeType0, String_t* ___xmlDataType1, bool ___underlyingEnumType2, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlCustomFormatter::ToXmlString(System.Xml.Serialization.TypeData,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCustomFormatter_ToXmlString_mDDD53EC6A053576F63FC5B14695835F60CC531D6 (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___type0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlSerializationWriter::IsPrimitiveArray(System.Xml.Serialization.TypeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationWriter_IsPrimitiveArray_m88A663F7CFB668DBD992012C7758F2F8D4B46AF2 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___td0, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeTranslator::GetTypeData(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * TypeTranslator_GetTypeData_mCCF6ACBDA188128044B25420124E8A2CD0885E84 (Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteArray(System.Object,System.Xml.Serialization.TypeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteArray_m43737520EBEB945C68387BE75FEAF44007A17664 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, RuntimeObject * ___o0, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___td1, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.Object System.Array::GetValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m6E4274D23FFD6089882CD12B2F2EA615206792E1 (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WritePotentiallyReferencingElement_m85790F435AB232B6CC64E76D5A4960A44C3D85A2 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___n0, String_t* ___ns1, RuntimeObject * ___o2, Type_t * ___ambientType3, bool ___suppressReference4, bool ___isNullable5, const RuntimeMethod* method); // System.Void System.Collections.Queue::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue__ctor_m9844D111CC69802C62565C05109A2557FD21C127 (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteSerializable(System.Xml.Serialization.IXmlSerializable,System.String,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteSerializable_m52854835FDCF364A58E2293E3C12D8DF1B9E3B87 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, RuntimeObject* ___serializable0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, bool ___wrapped4, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_m25E12976FC3D9676127B47B8343F4BA13CF4965D (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, RuntimeObject * ___o2, bool ___writePrefixed3, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Object,System.Boolean,System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_m02CC7356C701F4F9C35B5EB7D68A15C45AC9190E (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, RuntimeObject * ___o2, bool ___writePrefixed3, RuntimeObject* ___namespaces4, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlCustomFormatter::FromXmlName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCustomFormatter_FromXmlName_mB02FA7EF8527573EF5B677F474DC06B860CE1628 (String_t* ___name0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m67326AC4F1380817D6F2FDA2AFD61E5085C2E128 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.TypeData::get_IsXsdType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeData_get_IsXsdType_m75389176FE4780C65C3EDC58960C62E52A51CD08 (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteValue_mA9FB97B851A2CE27D70470AA30C788C9E2AAEEE2 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteAttribute_m8A3814FB205D05D6DB76295B62D9D29915FF9A61 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter__ctor_m7E429707CB238D480F1DB592B52D5A4987458655 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo::.ctor(System.Xml.Serialization.XmlSerializationWriterInterpreter,System.Xml.Serialization.XmlTypeMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackInfo__ctor_mF8157E2D8A8717524740E632A79F398F008D3413 (CallbackInfo_t142D92C1F8EA1C07621FB4A5E1383F836187E53A * __this, XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * ___swi0, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriteCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriteCallback__ctor_mE12F6AE2764C99C759A2E9D5DF66B80C7A4B9999 (XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::AddWriteCallback(System.Type,System.String,System.String,System.Xml.Serialization.XmlSerializationWriteCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_AddWriteCallback_m0B362D8A0B89C13E666A16287103AA72409BB3ED (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, Type_t * ___type0, String_t* ___typeName1, String_t* ___typeNs2, XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 * ___callback3, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartDocument_mDDE34633BBD0FF29AF93681D633B44C8D533B0A3 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::TopLevelElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_TopLevelElement_m079E7196688C5A3F82D076707CC2E2A754142C3B (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, const RuntimeMethod* method); // System.Exception System.Xml.Serialization.XmlSerializationWriter::CreateUnknownTypeException(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationWriter_CreateUnknownTypeException_m9883EE2321041066E6700C8E88912820EBF35A62 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteReferencedElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteReferencedElements_m918981E222B4ADE62BC72CE8DC6024DA1A99F122 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementLiteral(System.Xml.XmlNode,System.String,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementLiteral_m6A17035B65E0B1D21DB4F25E00DEDBF706F7E107 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, bool ___any4, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementEncoded(System.Xml.XmlNode,System.String,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementEncoded_m9EA9E178C7EA4EE5FA269AF04FAE066875FC5190 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, bool ___any4, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapping::GetRealTypeMap(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlTypeMapping_GetRealTypeMap_m3002BBC2BC139FFFE63BDAA6B53934C5F0AF97A6 (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, Type_t * ___objectType0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteTypedPrimitive(System.String,System.String,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteTypedPrimitive_mC8F849A95C151999F46A31A7183B07F7BC207BEB (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, RuntimeObject * ___o2, bool ___xsiType3, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_mB43102A883675E77D8FDF87B267EDC91EF2773E5 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, RuntimeObject * ___o2, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapping::get_XmlTypeNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_XmlTypeNamespace_m84FB57272C654790B04BCCA3901AA92AF1C8EDA6 (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteMembers_m82529088A4867F7EE502056CFC1EC6BB189657D1 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNamespaceDeclarations(System.Xml.Serialization.XmlSerializerNamespaces) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNamespaceDeclarations_mE257157D57F363575AD2D91E285A58D9545104F4 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * ___xmlns0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteAttributeMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteAttributeMembers_mDAD78FDC863DF4A29B81B8285A3D42528CD101A5 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteElementMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteElementMembers_m834949BB539854C760384BB2241E8FA85F2D50DD (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlSerializationWriterInterpreter::MemberHasValue(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationWriterInterpreter_MemberHasValue_m43C37D0B106A726DAAF2EBAA08FB7721B312F3DE (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ___member0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationWriterInterpreter::GetMemberValue(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationWriterInterpreter_GetMemberValue_m607CDA22F8BEA921579A436F55BA2EE323D09172 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ___member0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteXmlAttribute(System.Xml.XmlNode,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteXmlAttribute_m217539A4724654F01B8F7C7F2CEA8DD029D2C549 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, RuntimeObject * ___container1, const RuntimeMethod* method); // System.Collections.ICollection System.Xml.Serialization.ClassMap::get_AttributeMembers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ClassMap_get_AttributeMembers_m8EB7D3D33B5427B6C68D65C2A5F83FA719B32EF2 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::get_AttributeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_AttributeName_mBAAB2635861C23CB95E96133A90677DB2155CE4D_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_Namespace_m70DC1AE33BBAE257F106DEF53FC0884B47A0EE3F_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlSerializationWriterInterpreter::GetStringValue(System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriterInterpreter_GetStringValue_m08140E639B502190F2FD5016BD059F0692A5552E (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___type1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteMemberElement(System.Xml.Serialization.XmlTypeMapElementInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteMemberElement_m52D47C88B6B82C6D2B8B3E3FC644D9FE4229B0C4 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * ___elem0, RuntimeObject * ___memberValue1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteListContent(System.Object,System.Xml.Serialization.TypeData,System.Xml.Serialization.ListMap,System.Object,System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteListContent_m8CBBEF89328F7AFF7A8370AD8403146858A9F920 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, RuntimeObject * ___container0, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___listType1, ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * ___map2, RuntimeObject * ___ob3, StringBuilder_t * ___targetString4, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteAnyElementContent(System.Xml.Serialization.XmlTypeMapMemberAnyElement,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteAnyElementContent_mEFFF2C6364036E2B870BB0CFC95C308AE559D90F (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * ___member0, RuntimeObject * ___memberValue1, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapElementInfo System.Xml.Serialization.XmlTypeMapMemberElement::FindElement(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * XmlTypeMapMemberElement_FindElement_m33D4BDDCD413F4D5DD62CBF9BD7025BB6F408AEB (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, RuntimeObject * ___ob0, RuntimeObject * ___memberValue1, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapMember::GetValueSpecified(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_GetValueSpecified_m90456D12954B4D5A65A8DB1446A1E1A3C075288C (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, RuntimeObject * ___ob0, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlTypeMapMember::get_DefaultValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * XmlTypeMapMember_get_DefaultValue_mF04F8459DD9A29473CF44E0C714FBED229BB2088_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method); // System.Type System.Enum::GetUnderlyingType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Enum_GetUnderlyingType_m380C0D0D93A7161EAB25F84B68BF263693C9361B (Type_t * ___enumType0, const RuntimeMethod* method); // System.Object System.Convert::ChangeType(System.Object,System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m73EE17D4A3292525A61D24E37099211605242751 (RuntimeObject * ___value0, Type_t * ___conversionType1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_WrappedElement() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_WrappedElement_m4485CE891C26213E758BD6D74ADF07C17C9450F3_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_ElementName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveValueLiteral(System.Object,System.String,System.String,System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WritePrimitiveValueLiteral_mACE73C2199F2C02418E45027CA9C69CB5C3FB823 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, RuntimeObject * ___memberValue0, String_t* ___name1, String_t* ___ns2, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___mappedType3, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData4, bool ___wrapped5, bool ___isNullable6, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_DataTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_DataTypeName_mA325DC5EF7C366F1AB9AE8D310518AD6D1CA7001 (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_DataTypeNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_DataTypeNamespace_m873F8E6FE5227A791696AC43A260E0F47AAD5BCA (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveValueEncoded(System.Object,System.String,System.String,System.Xml.XmlQualifiedName,System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WritePrimitiveValueEncoded_mBC01323FA1AF9EAE95AF16816A1A838BF6FCB451 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, RuntimeObject * ___memberValue0, String_t* ___name1, String_t* ___ns2, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___xsiType3, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___mappedType4, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData5, bool ___wrapped6, bool ___isNullable7, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapping::get_MultiReferenceType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_MultiReferenceType_m1CC9E9FBF8E50725CD969D26D3547A600E274079_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteReferencingElement(System.String,System.String,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteReferencingElement_m4115C77983B6DA9F725CF24B057AE3F7EFCB0CFE (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___n0, String_t* ___ns1, RuntimeObject * ___o2, bool ___isNullable3, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteSerializable(System.Xml.Serialization.IXmlSerializable,System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteSerializable_mB47BA5F26A28C04D958C77C79386FAFE237633D3 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, RuntimeObject* ___serializable0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_m36E5F5CEC053740C69E67E46BEDA47F9794BC94D (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableQualifiedNameLiteral(System.String,System.String,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableQualifiedNameLiteral_m0F69FDD823E159F1836A3335D184E701CD73E402 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableStringLiteral(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableStringLiteral_m6DB49792E90634FA191393D1A3B1E12DC831EB5B (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementString(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementString_m04D51F87CBD7CE599B58C5C4F19CFA1E445AF8CD (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableQualifiedNameEncoded(System.String,System.String,System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableQualifiedNameEncoded_m6455FB429459C3D157929FF285DA7896DD2DF1C2 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value2, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___xsiType3, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableStringEncoded(System.String,System.String,System.String,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableStringEncoded_mC52EAEF5825BB6A1AF3680C8094D0C0E7CB8E604 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, String_t* ___value2, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___xsiType3, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlSerializationWriterInterpreter::GetListCount(System.Xml.Serialization.TypeData,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSerializationWriterInterpreter_GetListCount_m2D29164366F0D71FF725170EE60063FD49CE995C (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___listType0, RuntimeObject * ___ob1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.ListMap::GetArrayType(System.Int32,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListMap_GetArrayType_m53CAAD15C4E292FF273B6FE3DC68B4CBA371F9FC (ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * __this, int32_t ___itemCount0, String_t** ___localName1, String_t** ___ns2, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapElementInfo System.Xml.Serialization.ListMap::FindElement(System.Object,System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * ListMap_FindElement_m941772622DB0DC28973A1BD07F814400F74F661D (ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * __this, RuntimeObject * ___ob0, int32_t ___index1, RuntimeObject * ___memberValue2, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Type::GetProperty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_mF9677E24A43BADE21DE5E45E0BD0CB881BAB4C89 (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Xml.Serialization.TypeData::GetIndexerProperty(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * TypeData_GetIndexerProperty_m632F33926F505B429015D6FBD243BD289F7D163E (Type_t * ___collectionType0, const RuntimeMethod* method); // System.Collections.IEnumerator System.Array::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_GetEnumerator_m7BC171F2F69907FD4585E7B4A3A224473BE32964 (RuntimeArray * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapMemberAnyElement::IsElementDefined(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMemberAnyElement_IsElementDefined_mAF0036FFDE1D524C1AA2B955D3EEDF915036BA2A (XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Exception System.Xml.Serialization.XmlSerializationWriter::CreateUnknownAnyElementException(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationWriter_CreateUnknownAnyElementException_mEA741776DB67A64D6C8A39067BF0767E8C4DD5DB (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlSerializationWriterInterpreter::GetEnumXmlValue(System.Xml.Serialization.XmlTypeMapping,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriterInterpreter_GetEnumXmlValue_mDB25030667BCCBC75C62FB3A7C8963BE79EE39BB (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, RuntimeObject * ___ob1, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.EnumMap::GetXmlName(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EnumMap_GetXmlName_m2B4CC2E29F4D6784DCE7B466E862A040DD885155 (EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC * __this, String_t* ___typeName0, RuntimeObject * ___enumValue1, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_Default_m046210516095BB4EE1C538D5653FDD5F45E038EC (const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializer::.ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer__ctor_m85BCA21E3BDDF17DDFD1A91FD3179DA5EC994128 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, Type_t * ___type0, XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * ___overrides1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___extraTypes2, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root3, String_t* ___defaultNamespace4, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlReflectionImporter::.ctor(System.Xml.Serialization.XmlAttributeOverrides,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionImporter__ctor_m69266DB3DEAE800B3F49A852C23F2EE6D77047F0 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * ___attributeOverrides0, String_t* ___defaultNamespace1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlReflectionImporter::IncludeType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionImporter_IncludeType_m39C42AB1303FFA3A414400C9826C25060EFCF9E7 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___type0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlAttributeEventHandler::Invoke(System.Object,System.Xml.Serialization.XmlAttributeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeEventHandler_Invoke_m9DAF4ABC2A5D1C2EC71134CA89CCFF9BF61DA5D8 (XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286 * __this, RuntimeObject * ___sender0, XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * ___e1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlElementEventHandler::Invoke(System.Object,System.Xml.Serialization.XmlElementEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElementEventHandler_Invoke_m5515182C6F48AB2871249CAE9F1BB960B9F9213E (XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29 * __this, RuntimeObject * ___sender0, XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * ___e1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlNodeEventHandler::Invoke(System.Object,System.Xml.Serialization.XmlNodeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeEventHandler_Invoke_m7B2B32E7FE86B937D544C7E5CCEDBA50852123E7 (XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563 * __this, RuntimeObject * ___sender0, XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED * ___e1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.UnreferencedObjectEventHandler::Invoke(System.Object,System.Xml.Serialization.UnreferencedObjectEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnreferencedObjectEventHandler_Invoke_m9D6B7FABDC2E4A6225DA66D20D9663AE1FA18FA3 (UnreferencedObjectEventHandler_t8C7AD11596BB1575262B62EE1128DABB07434988 * __this, RuntimeObject * ___sender0, UnreferencedObjectEventArgs_tBFD7658B8F3DD057CEFBF9CE1EBC26705B0A8192 * ___e1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m0CC7F82E73F772460375E15CE70ED5E12CF6F1BF (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_Normalization(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_Normalization_m6BD759C9E0889EAE6B15ED150858EC55DED1BDB5 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_WhitespaceHandling(System.Xml.WhitespaceHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_WhitespaceHandling_m4ABC3B67003A6381D898F316C0F2139885FF45AC (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializer::Deserialize(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializer_Deserialize_m9A0386B87199A1A1DCE0D578AA15CA6EF85861B0 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___xmlReader0, const RuntimeMethod* method); // System.Xml.Serialization.XmlSerializationReader System.Xml.Serialization.XmlSerializer::CreateReader(System.Xml.Serialization.XmlMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * XmlSerializer_CreateReader_m9F2B7C53242E288E8E070C311AD06D9D2090E177 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * ___typeMapping0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader::Initialize(System.Xml.XmlReader,System.Xml.Serialization.XmlSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_Initialize_mBDAB588BC487044C1ED2BCAAF9BAB3C5B23F4CA7 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___reader0, XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * ___eventSource1, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadRoot_m7A84D4D7A8E24463A4728760A4F9C70779969EA1 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, const RuntimeMethod* method); // System.Exception System.Exception::get_InnerException() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline (Exception_t * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m4A65916B1316FBF45ECDF1FF7FAC9E3CA30C112C (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteRoot(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteRoot_mF1B5E1B9E3C2D807B6C709A17827DBC06801DD33 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, RuntimeObject * ___ob0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::.ctor(System.IO.Stream,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextWriter__ctor_mF857BB581940BC82DC4E13AF5DCECEA4A7849BE6 (XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___w0, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::set_Formatting(System.Xml.Formatting) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextWriter_set_Formatting_mC5BE36CD4C51436259E6506B7282E975BB287089 (XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_mC317F791CF43B4FBC04D89EF9F7B581B96B37368 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___xmlWriter0, RuntimeObject * ___o1, XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * ___namespaces2, const RuntimeMethod* method); // System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializer::CreateWriter(System.Xml.Serialization.XmlMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * XmlSerializer_CreateWriter_mD7DAFF27C11ED22AD1AF23522883B10FEA19B237 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * ___typeMapping0, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlSerializerNamespaces::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSerializerNamespaces_get_Count_m3345D67252B3CF13AE8820E31DB9F97C6D5A4EC9 (XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::Initialize(System.Xml.XmlWriter,System.Xml.Serialization.XmlSerializerNamespaces) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_Initialize_m7F3C5EAB2BA951D8BE6B7BD81DEA326A805AB69B (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___writer0, XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * ___nss1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializer/SerializerData::CreateWriter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * SerializerData_CreateWriter_mE93BD90B14FFE36C2D3D9400517278FC9F7C68EE (SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::.ctor(System.Xml.Serialization.XmlMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter__ctor_m1CE2DCA3A7D966879D177C4465C7DA4AB4B86659 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * ___typeMap0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::.ctor(System.Xml.Serialization.XmlMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter__ctor_m4D97A4CE9C2DBD51FA1F955FB0E8A1EFFDA183E9 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * ___typeMap0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::VerifyNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_mC82ADC98547DFEBD8AE2D9CEA691669FE355C7A7 (String_t* ___name0, const RuntimeMethod* method); // System.Uri System.Xml.XmlConvert::ToUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * XmlConvert_ToUri_m70145E949FD362A0D446630B25B00B1D000786AE (String_t* ___s0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializerNamespaces::AddInternal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializerNamespaces_AddInternal_mA15615759865771CA39A4FF8A747D6F021F6A72C (XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * __this, String_t* ___prefix0, String_t* ___ns1, const RuntimeMethod* method); // System.Collections.ArrayList System.Xml.Serialization.XmlSerializerNamespaces::get_NamespaceList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * XmlSerializerNamespaces_get_NamespaceList_m629697AD87FA1E1E729575572E8ED848D902F86C (XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlCharacterData::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharacterData__ctor_m92DACE6F1470B2FABC19CE1DB3B8170BC346AA30 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, String_t* ___data0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::get_IsLoading() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharacterData::CheckOnData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharacterData_CheckOnData_m9A57001C001BA5EB4524F44562C20D27E79A3B81 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, String_t* ___data0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_get_ParentNode_mAE5BBA15BE0FF8FE4869BFCA1ECB6740C969B7A8 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_mFFE1FCB6DE4BCF03A3666FBFD1972F802345FCE5 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlStringConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlStringConverter__ctor_mFAD5ADD6FFF08E38E3F2ACA61E477560D5D8EE33 (XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.Type System.Xml.Schema.XmlBaseConverter::get_DefaultClrType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::get_SchemaType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Xml.XmlText::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlText__ctor_m3B02FD062F74A1E957C6B1A9F67E055FD1997C32 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, String_t* ___strData0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlUnspecifiedAttribute::SetSpecified(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline (XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * __this, bool ___f0, const RuntimeMethod* method); // System.Xml.XmlCharType System.Xml.XmlCharType::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA XmlCharType_get_Instance_mEF3C732F10BE7095CF1A5B7A4CD44D9553184DEB (const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsLowSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLowSurrogate_mDBB58ED35236052B490533CB1103C1E4F9D54AC9 (int32_t ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsHighSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsHighSurrogate_mFECF903FC11D52720888F53BDA7AA58440126065 (int32_t ___ch0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidSurrogatePairException_mC83C41FA71DC7D63E72AD3B694BBF7465E21A820 (Il2CppChar ___low0, Il2CppChar ___hi1, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextEncoder::WriteStringFragment(System.String,System.Int32,System.Int32,System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder_WriteStringFragment_mE235366F26A1F6FAB51FDDE129A36E5A0A451229 (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, String_t* ___str0, int32_t ___offset1, int32_t ___count2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___helperBuffer3, const RuntimeMethod* method); // System.Void System.Xml.XmlTextEncoder::WriteCharEntityImpl(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder_WriteCharEntityImpl_m26C18068AD20D6F0B9A5B5F3BB3D9E5A5F61BAD9 (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextEncoder::WriteEntityRefImpl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder_WriteEntityRefImpl_m44E81A5273CF2E965652A47A9C5BBEC629E8539E (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextEncoder::WriteSurrogateChar(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder_WriteSurrogateChar_m6D9CFC7F219F339DE22E679418EC68425D7EE20D (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, Il2CppChar ___lowChar0, Il2CppChar ___highChar1, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidHighSurrogateCharException_mCE61A45678E5C538A389B123BCC070BB9F960398 (Il2CppChar ___hi0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB (StringBuilder_t * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___value0, int32_t ___startIndex1, int32_t ___charCount2, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1 (String_t* __this, int32_t ___sourceIndex0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380 (const RuntimeMethod* method); // System.String System.Int32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextEncoder::WriteCharEntityImpl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder_WriteCharEntityImpl_mCE63160635693B3E2C37693BE3401796D86ECAD9 (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, String_t* ___strVal0, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.XmlReflectionMember::.ctor(System.String,System.Type,System.Xml.Serialization.XmlAttributes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionMember__ctor_m0B063A8FFF4F58C25B19F798843EBBF4010C9361 (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, String_t* ___name0, Type_t * ___type1, XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * ___attributes2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_memberName_1(L_0); Type_t * L_1 = ___type1; __this->set_memberType_2(L_1); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_2 = ___attributes2; __this->set_xmlAttributes_3(L_2); return; } } // System.Boolean System.Xml.Serialization.XmlReflectionMember::get_IsReturnValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReflectionMember_get_IsReturnValue_m8B85CC31AD23E0153EBF6E8569AF7737E38CD9A4 (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isReturnValue_0(); return L_0; } } // System.String System.Xml.Serialization.XmlReflectionMember::get_MemberName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlReflectionMember_get_MemberName_mC09A44FCF1CF59DA1A3378317271646E088757B3 (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_memberName_1(); return L_0; } } // System.Type System.Xml.Serialization.XmlReflectionMember::get_MemberType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * XmlReflectionMember_get_MemberType_m146B8FD175EF935D44A000753B19C049AC32C1B9 (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_memberType_2(); return L_0; } } // System.Xml.Serialization.XmlAttributes System.Xml.Serialization.XmlReflectionMember::get_XmlAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * XmlReflectionMember_get_XmlAttributes_m55C4166601EDBC0C7ABB07EC926485C010F888D1 (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_0 = __this->get_xmlAttributes_3(); if (L_0) { goto IL_0013; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_1 = (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 *)il2cpp_codegen_object_new(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46_il2cpp_TypeInfo_var); XmlAttributes__ctor_m761DCBA3414BFF5B255A5D56132B0753A71E97D0(L_1, /*hidden argument*/NULL); __this->set_xmlAttributes_3(L_1); } IL_0013: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_2 = __this->get_xmlAttributes_3(); return L_2; } } // System.Type System.Xml.Serialization.XmlReflectionMember::get_DeclaringType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * XmlReflectionMember_get_DeclaringType_mD719A7D17301246AE02FCB95CBC9EFCEFEDB3853 (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_declaringType_4(); return L_0; } } // System.Void System.Xml.Serialization.XmlReflectionMember::set_DeclaringType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionMember_set_DeclaringType_m865F6D639E3DEE36CEE038DE10467E80480C3102 (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_declaringType_4(L_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.XmlRegisteredNonCachedStream::.ctor(System.IO.Stream,System.Xml.XmlDownloadManager,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream__ctor_m081041EA73D3FC8BC1859DA296084E29DD94C19F (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * ___downloadManager1, String_t* ___host2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; __this->set_stream_5(L_0); XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_1 = ___downloadManager1; __this->set_downloadManager_6(L_1); String_t* L_2 = ___host2; __this->set_host_7(L_2); return; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_Finalize_m648C74CDF6494381311499E0FB8A1F817A64525E (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_0 = __this->get_downloadManager_6(); if (!L_0) { goto IL_0019; } } IL_0008: { XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_1 = __this->get_downloadManager_6(); String_t* L_2 = __this->get_host_7(); NullCheck(L_1); XmlDownloadManager_Remove_mDB809C83C927D285B55574D4A4F8267CBE282306(L_1, L_2, /*hidden argument*/NULL); } IL_0019: { __this->set_stream_5((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); IL2CPP_LEAVE(0x29, FINALLY_0022); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0022; } FINALLY_0022: { // begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(34) } // end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x29, IL_0029) } IL_0029: { return; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_Dispose_mADEC80382806D455929860CF7AF99DB70D637DD1 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { bool L_0 = ___disposing0; if (!L_0) { goto IL_002f; } } IL_0003: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_stream_5(); if (!L_1) { goto IL_002f; } } IL_000b: { XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_2 = __this->get_downloadManager_6(); if (!L_2) { goto IL_0024; } } IL_0013: { XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_3 = __this->get_downloadManager_6(); String_t* L_4 = __this->get_host_7(); NullCheck(L_3); XmlDownloadManager_Remove_mDB809C83C927D285B55574D4A4F8267CBE282306(L_3, L_4, /*hidden argument*/NULL); } IL_0024: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = __this->get_stream_5(); NullCheck(L_5); VirtActionInvoker0::Invoke(16 /* System.Void System.IO.Stream::Close() */, L_5); } IL_002f: { __this->set_stream_5((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mFF908DB65A7128F68FC8CAEA84AA753B439FE40E(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0x46, FINALLY_003e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003e; } FINALLY_003e: { // begin finally (depth: 1) bool L_6 = ___disposing0; Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE(__this, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(62) } // end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x46, IL_0046) } IL_0046: { return; } } // System.IAsyncResult System.Xml.XmlRegisteredNonCachedStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlRegisteredNonCachedStream_BeginRead_m5599151F0F6DA7F1E191333CB0F3DEA957DC7D24 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_4 = ___callback3; RuntimeObject * L_5 = ___state4; NullCheck(L_0); RuntimeObject* L_6; L_6 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *, RuntimeObject * >::Invoke(19 /* System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // System.IAsyncResult System.Xml.XmlRegisteredNonCachedStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlRegisteredNonCachedStream_BeginWrite_m90FD8368058221AB8A91AAEDE3633240C4B6E60E (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_4 = ___callback3; RuntimeObject * L_5 = ___state4; NullCheck(L_0); RuntimeObject* L_6; L_6 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *, RuntimeObject * >::Invoke(22 /* System.IAsyncResult System.IO.Stream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // System.Int32 System.Xml.XmlRegisteredNonCachedStream::EndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlRegisteredNonCachedStream_EndRead_m0E3493A6322C0C19AF6FC830B7EC8AADA70A7533 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); RuntimeObject* L_1 = ___asyncResult0; NullCheck(L_0); int32_t L_2; L_2 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(20 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, L_0, L_1); return L_2; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::EndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_EndWrite_m22F52D65FF5540C0BEA341207F1988BAB092BD02 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); RuntimeObject* L_1 = ___asyncResult0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject* >::Invoke(23 /* System.Void System.IO.Stream::EndWrite(System.IAsyncResult) */, L_0, L_1); return; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_Flush_mD8BBDF7E7ACE75FD807AABB6D51237390858766B (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); VirtActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Flush() */, L_0); return; } } // System.Int32 System.Xml.XmlRegisteredNonCachedStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlRegisteredNonCachedStream_Read_mB84C61BE1E8C5A71B57442341D93ABCD619A1300 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); int32_t L_4; L_4 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Int32 System.Xml.XmlRegisteredNonCachedStream::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlRegisteredNonCachedStream_ReadByte_m304FD2C545DF6474259AD0DFC4B4E64418CDE616 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); return L_1; } } // System.Int64 System.Xml.XmlRegisteredNonCachedStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlRegisteredNonCachedStream_Seek_m86E74465CCE4A36442865C82191C3211948DE7D1 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); int64_t L_1 = ___offset0; int32_t L_2 = ___origin1; NullCheck(L_0); int64_t L_3; L_3 = VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_0, L_1, L_2); return L_3; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_Write_m9056D8FFB277E20D2C0BA5E59C6E351983BF377B (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); VirtActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(28 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_WriteByte_mF68E0EF96CBDB7C70A9CBBCEBC1E320C97EEDB61 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, uint8_t ___value0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); uint8_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< uint8_t >::Invoke(29 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, L_1); return; } } // System.Boolean System.Xml.XmlRegisteredNonCachedStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlRegisteredNonCachedStream_get_CanRead_m7FC7B0EC6CD9856EB96D242CDE534CC4F6FE9C3F (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); bool L_1; L_1 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlRegisteredNonCachedStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlRegisteredNonCachedStream_get_CanSeek_mF232727366997385FF03E77A4F0E0C67A9C03B52 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); bool L_1; L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlRegisteredNonCachedStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlRegisteredNonCachedStream_get_CanWrite_m41FB4DEC8CB60B9DE5F5D17FC7D4C58A5DF5DA56 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); bool L_1; L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_0); return L_1; } } // System.Int64 System.Xml.XmlRegisteredNonCachedStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlRegisteredNonCachedStream_get_Length_mBEBEBE1731FDAA61A4407DE213EE26C1CAE908FF (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); int64_t L_1; L_1 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_0); return L_1; } } // System.Int64 System.Xml.XmlRegisteredNonCachedStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlRegisteredNonCachedStream_get_Position_m2E1A3D7998411922CD149439955CD554E6E6DB0E (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); int64_t L_1; L_1 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_0); return L_1; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_set_Position_m8A40418A0EB8288FC07CFBA7EBD73322292CFED3 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, int64_t ___value0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); int64_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, 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.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * XmlResolver_ResolveUri_m5FE50956C12775E8976F132919176759040E8C53 (XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_0 = NULL; { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___baseUri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_1; L_1 = Uri_op_Equality_m4C2BAA8B8318A6C124AE18734B2872A983D5CC91(L_0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_001e; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___baseUri0; NullCheck(L_2); bool L_3; L_3 = Uri_get_IsAbsoluteUri_m013346D65055CFEDF9E742534A584573C18A0E25(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_004a; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = ___baseUri0; NullCheck(L_4); String_t* L_5; L_5 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_004a; } } IL_001e: { String_t* L_7 = ___relativeUri1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_8 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m2D669E1153A700F9ED8BA31473565827AF8E39EF(L_8, L_7, 0, /*hidden argument*/NULL); V_0 = L_8; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = Uri_get_IsAbsoluteUri_m013346D65055CFEDF9E742534A584573C18A0E25(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0048; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(L_11, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_0048; } } { String_t* L_14 = ___relativeUri1; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_15; L_15 = Path_GetFullPath_m074C0FA5E168F0F16F0BD868E484D5ED7839F63C(L_14, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_16 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_16, L_15, /*hidden argument*/NULL); V_0 = L_16; } IL_0048: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_17 = V_0; return L_17; } IL_004a: { String_t* L_18 = ___relativeUri1; if (!L_18) { goto IL_0055; } } { String_t* L_19 = ___relativeUri1; NullCheck(L_19); int32_t L_20; L_20 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0057; } } IL_0055: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_21 = ___baseUri0; return L_21; } IL_0057: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_22 = ___baseUri0; NullCheck(L_22); bool L_23; L_23 = Uri_get_IsAbsoluteUri_m013346D65055CFEDF9E742534A584573C18A0E25(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_006f; } } { String_t* L_24; L_24 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC17ABA8939F099A9D149B2F87E42C97BFBBB94E0)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_25 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlResolver_ResolveUri_m5FE50956C12775E8976F132919176759040E8C53_RuntimeMethod_var))); } IL_006f: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_26 = ___baseUri0; String_t* L_27 = ___relativeUri1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_28 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m0B44AFB01F3FEDE9319BA4556288340D16101F9D(L_28, L_26, L_27, /*hidden argument*/NULL); return L_28; } } // System.Boolean System.Xml.XmlResolver::SupportsType(System.Uri,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlResolver_SupportsType_m620E0417AD9138E7532129D9AA81B714C67A5358 (XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___absoluteUri0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___absoluteUri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_1; L_1 = Uri_op_Equality_m4C2BAA8B8318A6C124AE18734B2872A983D5CC91(L_0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A5C61FA41DBC6E47F76DA0596C0D1D738F0DF84)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlResolver_SupportsType_m620E0417AD9138E7532129D9AA81B714C67A5358_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_3, (Type_t *)NULL, /*hidden argument*/NULL); if (L_4) { goto IL_002f; } } { Type_t * L_5 = ___type1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_6, /*hidden argument*/NULL); bool L_8; L_8 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_5, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0031; } } IL_002f: { return (bool)1; } IL_0031: { return (bool)0; } } // System.Threading.Tasks.Task`1 System.Xml.XmlResolver::GetEntityAsync(System.Uri,System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * XmlResolver_GetEntityAsync_mE185610B926D2BA5D6A33DD2CE61A5592AA4E021 (XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___absoluteUri0, String_t* ___role1, Type_t * ___ofObjectToReturn2, const RuntimeMethod* method) { { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlResolver_GetEntityAsync_mE185610B926D2BA5D6A33DD2CE61A5592AA4E021_RuntimeMethod_var))); } } // System.Void System.Xml.XmlResolver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlResolver__ctor_m0217F0BCC79A4C9BD944BF30D5E7C0F1A1218D1C (XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); 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.Serialization.XmlRootAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRootAttribute__ctor_mFF794C36E64D16871DECFD78A0344FDCCBAA9E39 (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * __this, String_t* ___elementName0, const RuntimeMethod* method) { { __this->set_isNullable_1((bool)1); Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___elementName0; __this->set_elementName_0(L_0); return; } } // System.String System.Xml.Serialization.XmlRootAttribute::get_ElementName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlRootAttribute_get_ElementName_mC660E6FE49AF0626C781832D904D1B1A9612038E (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_elementName_0(); if (L_0) { goto IL_000e; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000e: { String_t* L_2 = __this->get_elementName_0(); return L_2; } } // System.Boolean System.Xml.Serialization.XmlRootAttribute::get_IsNullable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlRootAttribute_get_IsNullable_m891FFFF4D901032D8F70819DC2A31322765AC54F (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNullable_1(); return L_0; } } // System.String System.Xml.Serialization.XmlRootAttribute::get_Namespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlRootAttribute_get_Namespace_m0A911502725F9726BDDEE6EE3F38D02DA70097BD (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } // System.Void System.Xml.Serialization.XmlRootAttribute::set_Namespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRootAttribute_set_Namespace_m1E1CCB7DAA8DFBE8125E41584BBAFAB7C1B33F90 (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_ns_2(L_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.String System.Xml.Schema.XmlSchema::get_Id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchema_get_Id_m59A008F6B2ACE2EAA4A96029AE00733541A2C770 (XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_id_0(); return L_0; } } // System.Void System.Xml.Schema.XmlSchema::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchema__cctor_m6FEB9B4A964D673958B780E96408D6C0E2DA7B69 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA_il2cpp_TypeInfo_var))->set_globalIdCounter_1((-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.Schema.XmlSchemaAnnotated::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAnnotated__ctor_m8EA4887A695BB9F8024967A11279131FB03A0CE4 (XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 * __this, const RuntimeMethod* method) { { XmlSchemaObject__ctor_mBFE80BA750F2D4379CEBFC3086373F28A273B1C5(__this, /*hidden argument*/NULL); 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.Schema.XmlSchemaAny::set_ProcessContents(System.Xml.Schema.XmlSchemaContentProcessing) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAny_set_ProcessContents_m804608BAD4683FA309A85BDDD7E70C00EB536A33 (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_processContents_5(L_0); return; } } // System.Xml.Schema.NamespaceList System.Xml.Schema.XmlSchemaAny::get_NamespaceList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * XmlSchemaAny_get_NamespaceList_mC0548A81B75CA26BD0301B453E6EA25C5A4670CF (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, const RuntimeMethod* method) { { NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_0 = __this->get_namespaceList_6(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaAny::BuildNamespaceList(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAny_BuildNamespaceList_m904E5F0625C8E72051F985153D540E6183101821 (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, String_t* ___targetNamespace0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_ns_4(); if (!L_0) { goto IL_001b; } } { String_t* L_1 = __this->get_ns_4(); String_t* L_2 = ___targetNamespace0; NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_3 = (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A *)il2cpp_codegen_object_new(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A_il2cpp_TypeInfo_var); NamespaceList__ctor_m9566E7F3D9A2AD24250815C97C373C6F62084C46(L_3, L_1, L_2, /*hidden argument*/NULL); __this->set_namespaceList_6(L_3); return; } IL_001b: { NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_4 = (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A *)il2cpp_codegen_object_new(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A_il2cpp_TypeInfo_var); NamespaceList__ctor_m9B1C40E79C3C2AFC2D359C51662D9FFA98E3EFE9(L_4, /*hidden argument*/NULL); __this->set_namespaceList_6(L_4); return; } } // System.Void System.Xml.Schema.XmlSchemaAny::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAny__ctor_m411E6BB0E3D4985D8188B379D746C4A9D1F3E227 (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var); XmlSchemaParticle__ctor_m64085D4FE99BD7935AE3E23F5C3BF7EDB5BC1B79(__this, /*hidden argument*/NULL); 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.Schema.XmlSchemaAnyAttribute::set_ProcessContents(System.Xml.Schema.XmlSchemaContentProcessing) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAnyAttribute_set_ProcessContents_m202657E297C999EE920D0018F858EE312623B1E9 (XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_processContents_1(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaAnyAttribute::BuildNamespaceList(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAnyAttribute_BuildNamespaceList_m23EF871C55885EA874CC2D9C2A3628D40B70EA6A (XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * __this, String_t* ___targetNamespace0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_ns_0(); if (!L_0) { goto IL_001b; } } { String_t* L_1 = __this->get_ns_0(); String_t* L_2 = ___targetNamespace0; NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_3 = (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A *)il2cpp_codegen_object_new(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A_il2cpp_TypeInfo_var); NamespaceList__ctor_m9566E7F3D9A2AD24250815C97C373C6F62084C46(L_3, L_1, L_2, /*hidden argument*/NULL); __this->set_namespaceList_2(L_3); return; } IL_001b: { NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_4 = (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A *)il2cpp_codegen_object_new(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A_il2cpp_TypeInfo_var); NamespaceList__ctor_m9B1C40E79C3C2AFC2D359C51662D9FFA98E3EFE9(L_4, /*hidden argument*/NULL); __this->set_namespaceList_2(L_4); return; } } // System.Void System.Xml.Schema.XmlSchemaAnyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAnyAttribute__ctor_m329482E3F02ECC9C6FE5CA9E6F9CD668E2BFC3BF (XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * __this, const RuntimeMethod* method) { { XmlSchemaAnnotated__ctor_m8EA4887A695BB9F8024967A11279131FB03A0CE4(__this, /*hidden argument*/NULL); 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 #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.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaChoice::get_Items() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * XmlSchemaChoice_get_Items_m2CE09C8C00E7289C4E84ADF06A6C9BD746787A54 (XmlSchemaChoice_t8FC6F8DB238E8800F350E4EF88CCECD64B5D3BF0 * __this, const RuntimeMethod* method) { { XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * L_0 = __this->get_items_4(); 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.Schema.XmlSchemaCompilationSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaCompilationSettings__ctor_mB64834FD648ECB80B6042AC314386800CA8F3B26 (XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); __this->set_enableUpaCheck_0((bool)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.Schema.XmlSchemaComplexType::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaComplexType__cctor_mB82CA08B0B10E1B764244F6136F458F164C62C5C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4036CA0EBD3563C81DF84A29B64B8220573B4FFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F); s_Il2CppMethodInitialized = true; } { XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_0; L_0 = XmlSchemaComplexType_CreateAnyType_mBDC3528EBCBE0D760ADEBF868F23D0133138CA61(2, /*hidden argument*/NULL); ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->set_anyTypeLax_10(L_0); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_1; L_1 = XmlSchemaComplexType_CreateAnyType_mBDC3528EBCBE0D760ADEBF868F23D0133138CA61(1, /*hidden argument*/NULL); ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->set_anyTypeSkip_11(L_1); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_2 = (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 *)il2cpp_codegen_object_new(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); XmlSchemaComplexType__ctor_m1028860360EF1B7567CC98F81A2E9E08C4EC1E71(L_2, /*hidden argument*/NULL); ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->set_untypedAnyType_12(L_2); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_3 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_untypedAnyType_12(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_4 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_4, _stringLiteral4036CA0EBD3563C81DF84A29B64B8220573B4FFD, _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F, /*hidden argument*/NULL); NullCheck(L_3); XmlSchemaType_SetQualifiedName_m737AD54E695442D864C4CA795A0A147443403287(L_3, L_4, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_5 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_untypedAnyType_12(); NullCheck(L_5); VirtActionInvoker1< bool >::Invoke(7 /* System.Void System.Xml.Schema.XmlSchemaType::set_IsMixed(System.Boolean) */, L_5, (bool)1); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_6 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_untypedAnyType_12(); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_7 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_anyTypeLax_10(); NullCheck(L_7); XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * L_8; L_8 = XmlSchemaComplexType_get_ContentTypeParticle_m692124ACC5AB9FF5844FB13DE2A3AEBF6F9160A8_inline(L_7, /*hidden argument*/NULL); NullCheck(L_6); XmlSchemaComplexType_SetContentTypeParticle_m5EB7FB0694B5CC65C9DD124B303A25706FA45C74_inline(L_6, L_8, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_9 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_untypedAnyType_12(); NullCheck(L_9); XmlSchemaType_SetContentType_m2171B3C161C9515C768FE7A97706AAE5C715838E_inline(L_9, 3, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_10 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_untypedAnyType_12(); IL2CPP_RUNTIME_CLASS_INIT(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_11; L_11 = SchemaElementDecl_CreateAnyTypeElementDecl_m21D81D3245F22CC97AB06C6DED38CA505889B5DC(/*hidden argument*/NULL); NullCheck(L_10); XmlSchemaType_set_ElementDecl_m87A29302056A0E95A203DF85ABF344CBA2C3EEA3(L_10, L_11, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_12 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_untypedAnyType_12(); NullCheck(L_12); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_13; L_13 = XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46(L_12, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_14 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_untypedAnyType_12(); NullCheck(L_13); SchemaDeclBase_set_SchemaType_m5E77A5AD91AC87BF6B8F26864E24C4F2BA244FD0_inline(L_13, L_14, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_15 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_untypedAnyType_12(); NullCheck(L_15); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_16; L_16 = XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46(L_15, /*hidden argument*/NULL); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_17; L_17 = XmlSchemaComplexType_get_AnyTypeContentValidator_m820C674D693081037D07D865605C195AF5C70480(/*hidden argument*/NULL); NullCheck(L_16); SchemaElementDecl_set_ContentValidator_m3B5492EE4C0954E5FA732D03574FBB9576AD4E97_inline(L_16, L_17, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::CreateAnyType(System.Xml.Schema.XmlSchemaContentProcessing) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * XmlSchemaComplexType_CreateAnyType_mBDC3528EBCBE0D760ADEBF868F23D0133138CA61 (int32_t ___processContents0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * V_0 = NULL; XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * V_1 = NULL; XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 * V_2 = NULL; ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * V_3 = NULL; XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * V_4 = NULL; { XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_0 = (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 *)il2cpp_codegen_object_new(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); XmlSchemaComplexType__ctor_m1028860360EF1B7567CC98F81A2E9E08C4EC1E71(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_QnAnyType_13(); NullCheck(L_1); XmlSchemaType_SetQualifiedName_m737AD54E695442D864C4CA795A0A147443403287(L_1, L_2, /*hidden argument*/NULL); XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * L_3 = (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C *)il2cpp_codegen_object_new(XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C_il2cpp_TypeInfo_var); XmlSchemaAny__ctor_m411E6BB0E3D4985D8188B379D746C4A9D1F3E227(L_3, /*hidden argument*/NULL); V_1 = L_3; XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); NullCheck(L_4); XmlSchemaParticle_set_MinOccurs_mF7852BBB556CDC639AAFBC9157B2650E4E6BC571(L_4, L_5, /*hidden argument*/NULL); XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * L_6 = V_1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_7; memset((&L_7), 0, sizeof(L_7)); Decimal__ctor_mB9DFF414FB23863B982F9D863D6E57867995C7F3((&L_7), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); NullCheck(L_6); XmlSchemaParticle_set_MaxOccurs_mCF8A820051B97C6C5E9C07D8DD60DD23124A58FE(L_6, L_7, /*hidden argument*/NULL); XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * L_8 = V_1; int32_t L_9 = ___processContents0; NullCheck(L_8); XmlSchemaAny_set_ProcessContents_m804608BAD4683FA309A85BDDD7E70C00EB536A33_inline(L_8, L_9, /*hidden argument*/NULL); XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * L_10 = V_1; NullCheck(L_10); XmlSchemaAny_BuildNamespaceList_m904E5F0625C8E72051F985153D540E6183101821(L_10, (String_t*)NULL, /*hidden argument*/NULL); XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 * L_11 = (XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 *)il2cpp_codegen_object_new(XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03_il2cpp_TypeInfo_var); XmlSchemaSequence__ctor_m332AE7D21DA324EBA8AF1E8DAE1761E9BB03C510(L_11, /*hidden argument*/NULL); V_2 = L_11; XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 * L_12 = V_2; NullCheck(L_12); XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * L_13; L_13 = VirtFuncInvoker0< XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * >::Invoke(7 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_12); XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * L_14 = V_1; NullCheck(L_13); int32_t L_15; L_15 = XmlSchemaObjectCollection_Add_mCB1EA5137061E02BF60A1AE2C6F40CF282D97270(L_13, L_14, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_16 = V_0; XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 * L_17 = V_2; NullCheck(L_16); XmlSchemaComplexType_SetContentTypeParticle_m5EB7FB0694B5CC65C9DD124B303A25706FA45C74_inline(L_16, L_17, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_18 = V_0; NullCheck(L_18); XmlSchemaType_SetContentType_m2171B3C161C9515C768FE7A97706AAE5C715838E_inline(L_18, 3, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_19 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_20; L_20 = SchemaElementDecl_CreateAnyTypeElementDecl_m21D81D3245F22CC97AB06C6DED38CA505889B5DC(/*hidden argument*/NULL); NullCheck(L_19); XmlSchemaType_set_ElementDecl_m87A29302056A0E95A203DF85ABF344CBA2C3EEA3(L_19, L_20, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_21 = V_0; NullCheck(L_21); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_22; L_22 = XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46(L_21, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_23 = V_0; NullCheck(L_22); SchemaDeclBase_set_SchemaType_m5E77A5AD91AC87BF6B8F26864E24C4F2BA244FD0_inline(L_22, L_23, /*hidden argument*/NULL); ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_24 = (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 *)il2cpp_codegen_object_new(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8_il2cpp_TypeInfo_var); ParticleContentValidator__ctor_m036FEED0E74413DA78C5C8C6E9717D819D151752(L_24, 3, /*hidden argument*/NULL); ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_25 = L_24; NullCheck(L_25); ParticleContentValidator_Start_m5F7A45E5F5562BE2FEAC19614FA29E3BCA436E42(L_25, /*hidden argument*/NULL); ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_26 = L_25; NullCheck(L_26); ParticleContentValidator_OpenGroup_m973BDF07A71F08D03C7894C5575F1F233CB7E8CF(L_26, /*hidden argument*/NULL); ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_27 = L_26; XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * L_28 = V_1; NullCheck(L_28); NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_29; L_29 = XmlSchemaAny_get_NamespaceList_mC0548A81B75CA26BD0301B453E6EA25C5A4670CF_inline(L_28, /*hidden argument*/NULL); XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * L_30 = V_1; NullCheck(L_27); ParticleContentValidator_AddNamespaceList_mCD51F085021060340A5FBFA5C6BCD5F79AD499C3(L_27, L_29, L_30, /*hidden argument*/NULL); ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_31 = L_27; NullCheck(L_31); ParticleContentValidator_AddStar_m06BFACA99A99EAED7580866C6EC3EBD1F3C6C869(L_31, /*hidden argument*/NULL); ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_32 = L_31; NullCheck(L_32); ParticleContentValidator_CloseGroup_m994F4F856FB3CA4ED0EDF76256BA860141878BA5(L_32, /*hidden argument*/NULL); NullCheck(L_32); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_33; L_33 = ParticleContentValidator_Finish_mBF314E2EA41899551CC6C650847A491EECBE69D8(L_32, (bool)1, /*hidden argument*/NULL); V_3 = L_33; XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_34 = V_0; NullCheck(L_34); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_35; L_35 = XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46(L_34, /*hidden argument*/NULL); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_36 = V_3; NullCheck(L_35); SchemaElementDecl_set_ContentValidator_m3B5492EE4C0954E5FA732D03574FBB9576AD4E97_inline(L_35, L_36, /*hidden argument*/NULL); XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * L_37 = (XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 *)il2cpp_codegen_object_new(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80_il2cpp_TypeInfo_var); XmlSchemaAnyAttribute__ctor_m329482E3F02ECC9C6FE5CA9E6F9CD668E2BFC3BF(L_37, /*hidden argument*/NULL); V_4 = L_37; XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * L_38 = V_4; int32_t L_39 = ___processContents0; NullCheck(L_38); XmlSchemaAnyAttribute_set_ProcessContents_m202657E297C999EE920D0018F858EE312623B1E9_inline(L_38, L_39, /*hidden argument*/NULL); XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * L_40 = V_4; NullCheck(L_40); XmlSchemaAnyAttribute_BuildNamespaceList_m23EF871C55885EA874CC2D9C2A3628D40B70EA6A(L_40, (String_t*)NULL, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_41 = V_0; XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * L_42 = V_4; NullCheck(L_41); XmlSchemaComplexType_SetAttributeWildcard_m675937DFE12A53A087F68AFB317DF665D8E997F1_inline(L_41, L_42, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_43 = V_0; NullCheck(L_43); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_44; L_44 = XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46(L_43, /*hidden argument*/NULL); XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * L_45 = V_4; NullCheck(L_44); SchemaElementDecl_set_AnyAttribute_m5937BBB3D6CCC2263AE4B778A6B3B9E3A2586E74_inline(L_44, L_45, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_46 = V_0; return L_46; } } // System.Void System.Xml.Schema.XmlSchemaComplexType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaComplexType__ctor_m1028860360EF1B7567CC98F81A2E9E08C4EC1E71 (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_block_7(((int32_t)256)); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var); XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * L_0 = ((XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var))->get_Empty_3(); __this->set_contentTypeParticle_8(L_0); XmlSchemaType__ctor_m40B3B98F5C5388B2F58547FC36EA073B44F59F5C(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::get_AnyType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * XmlSchemaComplexType_get_AnyType_mA0CD7701AE1FDD32DDAD42AB465C22DBF72DD7AE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_0 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_anyTypeLax_10(); return L_0; } } // System.Xml.Schema.ContentValidator System.Xml.Schema.XmlSchemaComplexType::get_AnyTypeContentValidator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * XmlSchemaComplexType_get_AnyTypeContentValidator_m820C674D693081037D07D865605C195AF5C70480 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_0 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_anyTypeLax_10(); NullCheck(L_0); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_1; L_1 = XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46(L_0, /*hidden argument*/NULL); NullCheck(L_1); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_2; L_2 = SchemaElementDecl_get_ContentValidator_m1AFD6086B0FB2DF11CC1185D8335E1AAD80AED9E_inline(L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Xml.Schema.XmlSchemaComplexType::set_IsMixed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaComplexType_set_IsMixed_mB66BBB3029D175D56E4B5A43926CC7A0131CECED (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; if (!L_0) { goto IL_0013; } } { uint8_t L_1 = __this->get_pvFlags_13(); __this->set_pvFlags_13((uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_1|(int32_t)2))))); return; } IL_0013: { uint8_t L_2 = __this->get_pvFlags_13(); __this->set_pvFlags_13((uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)-3)))))); return; } } // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::get_ContentTypeParticle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * XmlSchemaComplexType_get_ContentTypeParticle_m692124ACC5AB9FF5844FB13DE2A3AEBF6F9160A8 (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, const RuntimeMethod* method) { { XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * L_0 = __this->get_contentTypeParticle_8(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaComplexType::SetContentTypeParticle(System.Xml.Schema.XmlSchemaParticle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaComplexType_SetContentTypeParticle_m5EB7FB0694B5CC65C9DD124B303A25706FA45C74 (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * ___value0, const RuntimeMethod* method) { { XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * L_0 = ___value0; __this->set_contentTypeParticle_8(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaComplexType::SetAttributeWildcard(System.Xml.Schema.XmlSchemaAnyAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaComplexType_SetAttributeWildcard_m675937DFE12A53A087F68AFB317DF665D8E997F1 (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___value0, const RuntimeMethod* method) { { XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * L_0 = ___value0; __this->set_attributeWildcard_9(L_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 #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.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaDatatype_get_Variety_m18DEBFA6F3E66AB7D3216211CE699442F2E625DF (XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaDatatype_get_TypeCode_mF3DFD4A0F8DB48F64ECC352D963EBEDE77B35C34 (XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.String System.Xml.Schema.XmlSchemaDatatype::get_TypeCodeString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaDatatype_get_TypeCodeString_m5D03CB7A34F32BE3AE1B3F38AC28310575BFB332 (XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral239A80EF6BB00A093DF3A8030BD62E9226B0AEF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4360A8CC16E94A003858BEEB217F859C9BB98F0F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6317C069274A83AF4C018EF28D7F30C62C85E1AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE1785FB3CDB5ED141EC4EAE5860010938DA9C4B); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_0; int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, __this); V_1 = L_1; int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, __this); V_2 = L_2; int32_t L_3 = V_2; switch (L_3) { case 0: { goto IL_0051; } case 1: { goto IL_0028; } case 2: { goto IL_0049; } } } { goto IL_0066; } IL_0028: { int32_t L_4 = V_1; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)10))))) { goto IL_0035; } } { V_0 = _stringLiteral239A80EF6BB00A093DF3A8030BD62E9226B0AEF7; goto IL_0066; } IL_0035: { int32_t L_5 = V_1; String_t* L_6; L_6 = XmlSchemaDatatype_TypeCodeToString_m2FD6A00BC50EDAC4E1E30B686A0BC959B9C56120(__this, L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteralBE1785FB3CDB5ED141EC4EAE5860010938DA9C4B, L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_0066; } IL_0049: { V_0 = _stringLiteral4360A8CC16E94A003858BEEB217F859C9BB98F0F; goto IL_0066; } IL_0051: { int32_t L_8 = V_1; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)10))))) { goto IL_005e; } } { V_0 = _stringLiteral6317C069274A83AF4C018EF28D7F30C62C85E1AB; goto IL_0066; } IL_005e: { int32_t L_9 = V_1; String_t* L_10; L_10 = XmlSchemaDatatype_TypeCodeToString_m2FD6A00BC50EDAC4E1E30B686A0BC959B9C56120(__this, L_9, /*hidden argument*/NULL); V_0 = L_10; } IL_0066: { String_t* L_11 = V_0; return L_11; } } // System.String System.Xml.Schema.XmlSchemaDatatype::TypeCodeToString(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaDatatype_TypeCodeToString_m2FD6A00BC50EDAC4E1E30B686A0BC959B9C56120 (XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * __this, int32_t ___typeCode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeCode_t8BCC3C3572E95AA39A6F53864E90CE04AB3290E1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral072BA90B274B502615639084DC3D7FCC63407A24); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08A1EB113DF82B58A84F5BE15CA68E169597DE5A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1083234FD621C5C1C25E93566184279B83914651); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C242178319FF74D89F956386FC4E44D84CB71D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral22DD6F40C391E60FC75A9CC15895117BA38BDF2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral305B97F2A451DD7384289CDFE32F82B35A8CDD52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D8375ADC738FF0CECEBB61E0CE14168FC2905A7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral427E90188CB7208AB0C42FC97D636E5CE377A2F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50F42FA04A7512CEA891683F4BA8A38F5CEFD199); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53C33B731C46129DBE86DE31A450F284F9933415); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral548D93DDB2AC6B24373148B19D9A625571AB2318); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral54A5BEA60D5FCDE53F40E342E8A37BC6E42D4FA9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57B5DF4CAA659211FAC2AE672D13896C67103328); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65962AB7981D7DED4606F8986A6AA25EAE045B40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6771994E8C6131D3933D0B976879DA7C6556958B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67E4D1EDD324EE9932E4736D18C542BCDE3304A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral685AAD315643CB18DF2FB0FDBD65960F704C6706); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6ACCFF5495B75A23BCED6FE8EF2A7F3EBFAC7EBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BF61ABC5F7B64F3477624AFB1B9EBB636A0543B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D9EE2AED1377E542C25E293158094D746200D21); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F1975603AAE377B592571C48C0494F1FE06976C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76933DE109966715C64B0A82341C11AF40B75B92); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88B0F4492745F11C4B6C970B7204C62E64A1183E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DDCEB869647D586BCA46A8E2645323A1A587D71); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F10756DCEBC5D3850F738F90B6A677D8FF1459D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91FE2157288AA6254C93224EB66AACD4ECE5B780); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A8599CE4D43B0013861B4C2E136A1140D96740F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABC6E260FBB24F541654A69235EA288F19723999); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB321E1CC37593DF446E1DFC9A6EB83A1663E96A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCA7DDD073AD5DB21CC612ADB1833BF1A5D32261); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBFF9324A7A4DB3E1D645999C8B9E2DA54472D42C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC97DC6243E4CF3F80AB049151AFBC4B616692DD8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA71A62F5A3FE9ABC4981D698C8D3B8E4D8A3AFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE006008788ACD78A3DA9418A85208D7602DC81D0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB556DCAF46A1B17D8E28B641B85F8F1ED315F37); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF0504336DFDF88265B0321B3993D296E6DF5224); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___typeCode0; switch (L_0) { case 0: { goto IL_00df; } case 1: { goto IL_00e5; } case 2: { goto IL_01e7; } case 3: { goto IL_01e7; } case 4: { goto IL_01e7; } case 5: { goto IL_01e7; } case 6: { goto IL_01e7; } case 7: { goto IL_01e7; } case 8: { goto IL_01e7; } case 9: { goto IL_01e7; } case 10: { goto IL_00eb; } case 11: { goto IL_01e7; } case 12: { goto IL_00f1; } case 13: { goto IL_00f7; } case 14: { goto IL_00fd; } case 15: { goto IL_0103; } case 16: { goto IL_0109; } case 17: { goto IL_010f; } case 18: { goto IL_0115; } case 19: { goto IL_011b; } case 20: { goto IL_0121; } case 21: { goto IL_0127; } case 22: { goto IL_012d; } case 23: { goto IL_0133; } case 24: { goto IL_0139; } case 25: { goto IL_013f; } case 26: { goto IL_0145; } case 27: { goto IL_014b; } case 28: { goto IL_0151; } case 29: { goto IL_0157; } case 30: { goto IL_015d; } case 31: { goto IL_0163; } case 32: { goto IL_0169; } case 33: { goto IL_016f; } case 34: { goto IL_0175; } case 35: { goto IL_017b; } case 36: { goto IL_0181; } case 37: { goto IL_0187; } case 38: { goto IL_018d; } case 39: { goto IL_0193; } case 40: { goto IL_0199; } case 41: { goto IL_019f; } case 42: { goto IL_01a5; } case 43: { goto IL_01ab; } case 44: { goto IL_01b1; } case 45: { goto IL_01b7; } case 46: { goto IL_01bd; } case 47: { goto IL_01c3; } case 48: { goto IL_01c9; } case 49: { goto IL_01cf; } case 50: { goto IL_01d5; } case 51: { goto IL_01db; } case 52: { goto IL_01e1; } } } { goto IL_01e7; } IL_00df: { return _stringLiteral548D93DDB2AC6B24373148B19D9A625571AB2318; } IL_00e5: { return _stringLiteral6D9EE2AED1377E542C25E293158094D746200D21; } IL_00eb: { return _stringLiteral91FE2157288AA6254C93224EB66AACD4ECE5B780; } IL_00f1: { return _stringLiteralBCA7DDD073AD5DB21CC612ADB1833BF1A5D32261; } IL_00f7: { return _stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06; } IL_00fd: { return _stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B; } IL_0103: { return _stringLiteral6F1975603AAE377B592571C48C0494F1FE06976C; } IL_0109: { return _stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7; } IL_010f: { return _stringLiteral65962AB7981D7DED4606F8986A6AA25EAE045B40; } IL_0115: { return _stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA; } IL_011b: { return _stringLiteral6771994E8C6131D3933D0B976879DA7C6556958B; } IL_0121: { return _stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03; } IL_0127: { return _stringLiteralC97DC6243E4CF3F80AB049151AFBC4B616692DD8; } IL_012d: { return _stringLiteral08A1EB113DF82B58A84F5BE15CA68E169597DE5A; } IL_0133: { return _stringLiteral67E4D1EDD324EE9932E4736D18C542BCDE3304A0; } IL_0139: { return _stringLiteral1C242178319FF74D89F956386FC4E44D84CB71D1; } IL_013f: { return _stringLiteral427E90188CB7208AB0C42FC97D636E5CE377A2F6; } IL_0145: { return _stringLiteral1083234FD621C5C1C25E93566184279B83914651; } IL_014b: { return _stringLiteralB321E1CC37593DF446E1DFC9A6EB83A1663E96A5; } IL_0151: { return _stringLiteral6ACCFF5495B75A23BCED6FE8EF2A7F3EBFAC7EBC; } IL_0157: { return _stringLiteral88B0F4492745F11C4B6C970B7204C62E64A1183E; } IL_015d: { return _stringLiteral54A5BEA60D5FCDE53F40E342E8A37BC6E42D4FA9; } IL_0163: { return _stringLiteral305B97F2A451DD7384289CDFE32F82B35A8CDD52; } IL_0169: { return _stringLiteralDA71A62F5A3FE9ABC4981D698C8D3B8E4D8A3AFD; } IL_016f: { return _stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65; } IL_0175: { return _stringLiteral6BF61ABC5F7B64F3477624AFB1B9EBB636A0543B; } IL_017b: { return _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B; } IL_0181: { return _stringLiteral50F42FA04A7512CEA891683F4BA8A38F5CEFD199; } IL_0187: { return _stringLiteralBFF9324A7A4DB3E1D645999C8B9E2DA54472D42C; } IL_018d: { return _stringLiteral22DD6F40C391E60FC75A9CC15895117BA38BDF2F; } IL_0193: { return _stringLiteralE006008788ACD78A3DA9418A85208D7602DC81D0; } IL_0199: { return _stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7; } IL_019f: { return _stringLiteralFF0504336DFDF88265B0321B3993D296E6DF5224; } IL_01a5: { return _stringLiteralABC6E260FBB24F541654A69235EA288F19723999; } IL_01ab: { return _stringLiteral8F10756DCEBC5D3850F738F90B6A677D8FF1459D; } IL_01b1: { return _stringLiteral53C33B731C46129DBE86DE31A450F284F9933415; } IL_01b7: { return _stringLiteral685AAD315643CB18DF2FB0FDBD65960F704C6706; } IL_01bd: { return _stringLiteral072BA90B274B502615639084DC3D7FCC63407A24; } IL_01c3: { return _stringLiteral57B5DF4CAA659211FAC2AE672D13896C67103328; } IL_01c9: { return _stringLiteral3D8375ADC738FF0CECEBB61E0CE14168FC2905A7; } IL_01cf: { return _stringLiteral8DDCEB869647D586BCA46A8E2645323A1A587D71; } IL_01d5: { return _stringLiteral9A8599CE4D43B0013861B4C2E136A1140D96740F; } IL_01db: { return _stringLiteral76933DE109966715C64B0A82341C11AF40B75B92; } IL_01e1: { return _stringLiteralEB556DCAF46A1B17D8E28B641B85F8F1ED315F37; } IL_01e7: { RuntimeObject * L_1 = Box(XmlTypeCode_t8BCC3C3572E95AA39A6F53864E90CE04AB3290E1_il2cpp_TypeInfo_var, (&___typeCode0)); NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); ___typeCode0 = *(int32_t*)UnBox(L_1); return L_2; } } // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaDatatype::FromXmlTokenizedType(System.Xml.XmlTokenizedType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * XmlSchemaDatatype_FromXmlTokenizedType_mD42B4C7CB2F568D5495A41A29C04FC9AAEC631CD (int32_t ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___token0; IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_1; L_1 = DatatypeImplementation_FromXmlTokenizedType_m1580FE409EE5BDFC11839114A55CAC24C3D040CF(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.Schema.XmlSchemaDatatype::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaDatatype__ctor_m030AE746ECF2A50083167B1A4469DF939C87B565 (XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); 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 #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.Schema.XmlSchemaException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mD8FE34B4AF4E3B7773C676795A9A4E17CD98668C (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47EB169AEE74B181812673783C66416B39F5F464); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * V_1 = NULL; SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E V_2; memset((&V_2), 0, sizeof(V_2)); { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_3, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_5; L_5 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_2, _stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651, L_4, /*hidden argument*/NULL); __this->set_res_17(((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var) }; Type_t * L_8; L_8 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9; L_9 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_6, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, L_8, /*hidden argument*/NULL); __this->set_args_18(((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)Castclass((RuntimeObject*)L_9, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_10 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_12; L_12 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_11, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject * L_13; L_13 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_10, _stringLiteral47EB169AEE74B181812673783C66416B39F5F464, L_12, /*hidden argument*/NULL); __this->set_sourceUri_19(((String_t*)CastclassSealed((RuntimeObject*)L_13, String_t_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_14 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_16; L_16 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_15, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject * L_17; L_17 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_14, _stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492, L_16, /*hidden argument*/NULL); __this->set_lineNumber_20(((*(int32_t*)((int32_t*)UnBox(L_17, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_18 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_19 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_20; L_20 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_19, /*hidden argument*/NULL); NullCheck(L_18); RuntimeObject * L_21; L_21 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_18, _stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4, L_20, /*hidden argument*/NULL); __this->set_linePosition_21(((*(int32_t*)((int32_t*)UnBox(L_21, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); V_0 = (String_t*)NULL; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_22 = ___info0; NullCheck(L_22); SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_23; L_23 = SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575(L_22, /*hidden argument*/NULL); V_1 = L_23; goto IL_00da; } IL_00b3: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_24 = V_1; NullCheck(L_24); SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E L_25; L_25 = SerializationInfoEnumerator_get_Current_mD46A02033DA35A55D982FB2B3DD56CE56FDFB314(L_24, /*hidden argument*/NULL); V_2 = L_25; String_t* L_26; L_26 = SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2_inline((SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E *)(&V_2), /*hidden argument*/NULL); bool L_27; L_27 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_26, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, /*hidden argument*/NULL); if (!L_27) { goto IL_00da; } } { RuntimeObject * L_28; L_28 = SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline((SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E *)(&V_2), /*hidden argument*/NULL); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_28, String_t_il2cpp_TypeInfo_var)); } IL_00da: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_29 = V_1; NullCheck(L_29); bool L_30; L_30 = SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F(L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00b3; } } { String_t* L_31 = V_0; if (L_31) { goto IL_00fd; } } { String_t* L_32 = __this->get_res_17(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_33 = __this->get_args_18(); String_t* L_34; L_34 = XmlSchemaException_CreateMessage_m1E956F6E1F1C1DA1E76ACB28E1E54303862D893A(L_32, L_33, /*hidden argument*/NULL); __this->set_message_23(L_34); return; } IL_00fd: { __this->set_message_23((String_t*)NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException_GetObjectData_mAB5FA20C52790B9C44DCB8888916524643F160B0 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47EB169AEE74B181812673783C66416B39F5F464); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A962F7AAEC3B50EF4B2CD52A7A2C969B759A960); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; String_t* L_3 = __this->get_res_17(); NullCheck(L_2); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_2, _stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651, L_3, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_4 = ___info0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = __this->get_args_18(); NullCheck(L_4); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_4, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, (RuntimeObject *)(RuntimeObject *)L_5, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___info0; String_t* L_7 = __this->get_sourceUri_19(); NullCheck(L_6); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_6, _stringLiteral47EB169AEE74B181812673783C66416B39F5F464, L_7, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_8 = ___info0; int32_t L_9 = __this->get_lineNumber_20(); NullCheck(L_8); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_8, _stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492, L_9, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_10 = ___info0; int32_t L_11 = __this->get_linePosition_21(); NullCheck(L_10); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_10, _stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4, L_11, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_12 = ___info0; NullCheck(L_12); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_12, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, _stringLiteral4A962F7AAEC3B50EF4B2CD52A7A2C969B759A960, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mA212925FA2F049E4065C9178E3E12E361E5AB291 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, const RuntimeMethod* method) { { XmlSchemaException__ctor_m407E642A7ACCA9556696BC00C24B5869988BB7F2(__this, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m407E642A7ACCA9556696BC00C24B5869988BB7F2 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; XmlSchemaException__ctor_m87AB74E25F302A2F5299E1AF5843D3FE0BAA2C93(__this, L_0, (Exception_t *)NULL, 0, 0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m181158663ECD38928B8D1983C4D6CA656A6896DA (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; XmlSchemaException__ctor_m87AB74E25F302A2F5299E1AF5843D3FE0BAA2C93(__this, L_0, L_1, 0, 0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.Exception,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m87AB74E25F302A2F5299E1AF5843D3FE0BAA2C93 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5E359E4B42883651D8BC7DFD1B7831D8D2898C9); s_Il2CppMethodInitialized = true; } XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * G_B2_0 = NULL; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * G_B3_1 = NULL; { String_t* L_0 = ___message0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000b; } } { G_B3_0 = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94; G_B3_1 = G_B1_0; goto IL_0010; } IL_000b: { G_B3_0 = _stringLiteralE5E359E4B42883651D8BC7DFD1B7831D8D2898C9; G_B3_1 = G_B2_0; } IL_0010: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; String_t* L_3 = ___message0; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); Exception_t * L_4 = ___innerException1; int32_t L_5 = ___lineNumber2; int32_t L_6 = ___linePosition3; NullCheck(G_B3_1); XmlSchemaException__ctor_mC23C16D60D6EAB6F56CF8753BBC9DC776D213CDE(G_B3_1, G_B3_0, L_2, L_4, (String_t*)NULL, L_5, L_6, (XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; String_t* L_3 = ___arg1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); XmlSchemaException__ctor_mC23C16D60D6EAB6F56CF8753BBC9DC776D213CDE(__this, L_0, L_2, (Exception_t *)NULL, (String_t*)NULL, 0, 0, (XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m5890CE9CE0F94EDCD9FE34AA8FC2CD169B493829 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___res0, String_t* ___arg1, String_t* ___sourceUri2, int32_t ___lineNumber3, int32_t ___linePosition4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; String_t* L_3 = ___arg1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); String_t* L_4 = ___sourceUri2; int32_t L_5 = ___lineNumber3; int32_t L_6 = ___linePosition4; XmlSchemaException__ctor_mC23C16D60D6EAB6F56CF8753BBC9DC776D213CDE(__this, L_0, L_2, (Exception_t *)NULL, L_4, L_5, L_6, (XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String[],System.Exception,System.String,System.Int32,System.Int32,System.Xml.Schema.XmlSchemaObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mC23C16D60D6EAB6F56CF8753BBC9DC776D213CDE (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, Exception_t * ___innerException2, String_t* ___sourceUri3, int32_t ___lineNumber4, int32_t ___linePosition5, XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * ___source6, const RuntimeMethod* method) { { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; String_t* L_2; L_2 = XmlSchemaException_CreateMessage_m1E956F6E1F1C1DA1E76ACB28E1E54303862D893A(L_0, L_1, /*hidden argument*/NULL); Exception_t * L_3 = ___innerException2; SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94(__this, L_2, L_3, /*hidden argument*/NULL); Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline(__this, ((int32_t)-2146231999), /*hidden argument*/NULL); String_t* L_4 = ___res0; __this->set_res_17(L_4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = ___args1; __this->set_args_18(L_5); String_t* L_6 = ___sourceUri3; __this->set_sourceUri_19(L_6); int32_t L_7 = ___lineNumber4; __this->set_lineNumber_20(L_7); int32_t L_8 = ___linePosition5; __this->set_linePosition_21(L_8); XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_9 = ___source6; __this->set_sourceSchemaObject_22(L_9); return; } } // System.String System.Xml.Schema.XmlSchemaException::CreateMessage(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaException_CreateMessage_m1E956F6E1F1C1DA1E76ACB28E1E54303862D893A (String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, const RuntimeMethod* method) { String_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; String_t* L_2; L_2 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(L_0, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_001e; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MissingManifestResourceException_tAC74F21ADC46CCB2BCC710464434E3B97F72FACB_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000a; } throw e; } CATCH_000a: { // begin catch(System.Resources.MissingManifestResourceException) String_t* L_3 = ___res0; String_t* L_4; L_4 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16C0D1A98D99C5FB32B981C3E41FDB407A083C18)), L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D)), /*hidden argument*/NULL); V_0 = L_4; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_001e; } // end catch (depth: 1) IL_001e: { String_t* L_5 = V_0; return L_5; } } // System.String System.Xml.Schema.XmlSchemaException::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaException_get_Message_mD3B3FCF4E8EF307BD88CC4E8A76A14B373BAF039 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_message_23(); if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_message_23(); return L_1; } IL_000f: { String_t* L_2; L_2 = Exception_get_Message_mC7A96CEBF52567CEF612C8C75A99A735A83E883F(__this, /*hidden argument*/NULL); return L_2; } } #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.Schema.XmlSchemaFacet::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaFacet_set_Value_mF3322B22AE16FC04F69EE0FD145B95D806B1F7F0 (XmlSchemaFacet_t573C0D6C490EC4BD2D0AF19D2BA11C47A4EE713F * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_value_0(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaFacet::set_FacetType(System.Xml.Schema.FacetType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaFacet_set_FacetType_mB20237494DD59D12E79D4127ADD2DDA76B595156 (XmlSchemaFacet_t573C0D6C490EC4BD2D0AF19D2BA11C47A4EE713F * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_facetType_1(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaFacet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaFacet__ctor_mEF64363766E1061BA91E3ADF9ABA18EA46D0A864 (XmlSchemaFacet_t573C0D6C490EC4BD2D0AF19D2BA11C47A4EE713F * __this, const RuntimeMethod* method) { { XmlSchemaAnnotated__ctor_m8EA4887A695BB9F8024967A11279131FB03A0CE4(__this, /*hidden argument*/NULL); 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 #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.Schema.XmlSchemaGroupBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaGroupBase__ctor_m3C701CBA2D573EE2C22ED4D82FF18DEDBB4B2F7A (XmlSchemaGroupBase_tBB7F26134C0D82EA71D1773C84856397919DD5DA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var); XmlSchemaParticle__ctor_m64085D4FE99BD7935AE3E23F5C3BF7EDB5BC1B79(__this, /*hidden argument*/NULL); 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 #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.Schema.XmlSchemaInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInfo__ctor_mDDF51EBC3A13E8ED19A59807D2BFA867B01A4091 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlSchemaInfo_Clear_mBEDF4073660F57AC112EF8CF541183F016035309(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaInfo::.ctor(System.Xml.Schema.XmlSchemaValidity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInfo__ctor_mE1356E85972DB905497D1A4C36601A9E09DEFB57 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, int32_t ___validity0, const RuntimeMethod* method) { { XmlSchemaInfo__ctor_mDDF51EBC3A13E8ED19A59807D2BFA867B01A4091(__this, /*hidden argument*/NULL); int32_t L_0 = ___validity0; __this->set_validity_6(L_0); return; } } // System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.XmlSchemaInfo::get_Validity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaInfo_get_Validity_mD70397EEF516E588518F47AE21ED9B326E2B34DF (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_validity_6(); return L_0; } } // System.Boolean System.Xml.Schema.XmlSchemaInfo::get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSchemaInfo_get_IsDefault_mF77DB1D56CE59079BD97676645535B0FAF36CE53 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isDefault_0(); return L_0; } } // System.Boolean System.Xml.Schema.XmlSchemaInfo::get_IsNil() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSchemaInfo_get_IsNil_mCCC9E66CA219292F3C0EEE358146A033366D1DD2 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNil_1(); return L_0; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaInfo::get_MemberType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * XmlSchemaInfo_get_MemberType_mB864AF92CB5799DABCC1CC970ACCF808C1CC8D78 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = __this->get_memberType_5(); return L_0; } } // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaInfo::get_SchemaType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlSchemaInfo_get_SchemaType_m62D324AC98B19C516671C117E1A9A6BEFB1A3661 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_schemaType_4(); return L_0; } } // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInfo::get_SchemaElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * XmlSchemaInfo_get_SchemaElement_m5F56A28A8820AF276DB6D665CDE5834F59BD9001 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * L_0 = __this->get_schemaElement_2(); return L_0; } } // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInfo::get_SchemaAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * XmlSchemaInfo_get_SchemaAttribute_m07AE68199CC81F854C3248115D6E80614F6159D0 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * L_0 = __this->get_schemaAttribute_3(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaInfo::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInfo_Clear_mBEDF4073660F57AC112EF8CF541183F016035309 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { __this->set_isNil_1((bool)0); __this->set_isDefault_0((bool)0); __this->set_schemaType_4((XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA *)NULL); __this->set_schemaElement_2((XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A *)NULL); __this->set_schemaAttribute_3((XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 *)NULL); __this->set_memberType_5((XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)NULL); __this->set_validity_6(0); __this->set_contentType_7(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.Schema.XmlSchemaObject::OnAdd(System.Xml.Schema.XmlSchemaObjectCollection,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObject_OnAdd_mC06A0149119F957B6B4E89DDCF5A9F8A08BA9DE4 (XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * __this, XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * ___container0, RuntimeObject * ___item1, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.Schema.XmlSchemaObject::OnRemove(System.Xml.Schema.XmlSchemaObjectCollection,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObject_OnRemove_m95CAC5D463E05F2C7F43875B2CF5DDE39FC6909D (XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * __this, XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * ___container0, RuntimeObject * ___item1, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.Schema.XmlSchemaObject::OnClear(System.Xml.Schema.XmlSchemaObjectCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObject_OnClear_m85CB7B8F1D5725F108B6310A58DEA01CFEAFB92F (XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * __this, XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * ___container0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.Schema.XmlSchemaObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObject__ctor_mBFE80BA750F2D4379CEBFC3086373F28A273B1C5 (XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); 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.Schema.XmlSchemaObjectCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection__ctor_mF4135302411643CD15B1429B851C38F7877102D9 (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * __this, const RuntimeMethod* method) { { CollectionBase__ctor_mC65199871A81FB0FF4071DF95CD38D5ECEBEE1A4(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.Schema.XmlSchemaObjectCollection::Add(System.Xml.Schema.XmlSchemaObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaObjectCollection_Add_mCB1EA5137061E02BF60A1AE2C6F40CF282D97270 (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * __this, XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = CollectionBase_get_List_mC62920CA96CD5E586FB1C5F8174B882066891F95(__this, /*hidden argument*/NULL); XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_1 = ___item0; NullCheck(L_0); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Void System.Xml.Schema.XmlSchemaObjectCollection::OnInsert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection_OnInsert_mB824587289C2D2390400C34B26FDA40F349E101D (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { { XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_0 = __this->get_parent_1(); if (!L_0) { goto IL_0015; } } { XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_1 = __this->get_parent_1(); RuntimeObject * L_2 = ___item1; NullCheck(L_1); VirtActionInvoker2< XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 *, RuntimeObject * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::OnAdd(System.Xml.Schema.XmlSchemaObjectCollection,System.Object) */, L_1, __this, L_2); } IL_0015: { return; } } // System.Void System.Xml.Schema.XmlSchemaObjectCollection::OnSet(System.Int32,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection_OnSet_m016C2B56831BABE22659512B86CC9C897D29E50F (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * __this, int32_t ___index0, RuntimeObject * ___oldValue1, RuntimeObject * ___newValue2, const RuntimeMethod* method) { { XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_0 = __this->get_parent_1(); if (!L_0) { goto IL_0022; } } { XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_1 = __this->get_parent_1(); RuntimeObject * L_2 = ___oldValue1; NullCheck(L_1); VirtActionInvoker2< XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 *, RuntimeObject * >::Invoke(5 /* System.Void System.Xml.Schema.XmlSchemaObject::OnRemove(System.Xml.Schema.XmlSchemaObjectCollection,System.Object) */, L_1, __this, L_2); XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_3 = __this->get_parent_1(); RuntimeObject * L_4 = ___newValue2; NullCheck(L_3); VirtActionInvoker2< XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 *, RuntimeObject * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::OnAdd(System.Xml.Schema.XmlSchemaObjectCollection,System.Object) */, L_3, __this, L_4); } IL_0022: { return; } } // System.Void System.Xml.Schema.XmlSchemaObjectCollection::OnClear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection_OnClear_m1F3C30EA06EB167A8D86DAD1A3F05166553B033F (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * __this, const RuntimeMethod* method) { { XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_0 = __this->get_parent_1(); if (!L_0) { goto IL_0014; } } { XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_1 = __this->get_parent_1(); NullCheck(L_1); VirtActionInvoker1< XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * >::Invoke(6 /* System.Void System.Xml.Schema.XmlSchemaObject::OnClear(System.Xml.Schema.XmlSchemaObjectCollection) */, L_1, __this); } IL_0014: { return; } } // System.Void System.Xml.Schema.XmlSchemaObjectCollection::OnRemove(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection_OnRemove_m2DCB51286C317ACB89F3797BBC53EF6EA9CCBF95 (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { { XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_0 = __this->get_parent_1(); if (!L_0) { goto IL_0015; } } { XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_1 = __this->get_parent_1(); RuntimeObject * L_2 = ___item1; NullCheck(L_1); VirtActionInvoker2< XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 *, RuntimeObject * >::Invoke(5 /* System.Void System.Xml.Schema.XmlSchemaObject::OnRemove(System.Xml.Schema.XmlSchemaObjectCollection,System.Object) */, L_1, __this, L_2); } IL_0015: { 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.Schema.XmlSchemaParticle::set_MinOccurs(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaParticle_set_MinOccurs_mF7852BBB556CDC639AAFBC9157B2650E4E6BC571 (XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); bool L_2; L_2 = Decimal_op_LessThan_mF55B16B95231A45B3FB454651546B0F65037A632(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001b; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5; L_5 = Decimal_Truncate_m3DA6F823D24930958FCA4301A45A0BC09E0B24A6(L_4, /*hidden argument*/NULL); bool L_6; L_6 = Decimal_op_Inequality_m3CD0E55B31634EE546947D4A0CB0F24B75146027(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002b; } } IL_001b: { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_8 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var))); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral45DDA89B4E8B7F86832DE43FD867C47FE84FB4F1)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaParticle_set_MinOccurs_mF7852BBB556CDC639AAFBC9157B2650E4E6BC571_RuntimeMethod_var))); } IL_002b: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_9 = ___value0; __this->set_minOccurs_0(L_9); int32_t L_10 = __this->get_flags_2(); __this->set_flags_2(((int32_t)((int32_t)L_10|(int32_t)1))); return; } } // System.Void System.Xml.Schema.XmlSchemaParticle::set_MaxOccurs(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaParticle_set_MaxOccurs_mCF8A820051B97C6C5E9C07D8DD60DD23124A58FE (XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); bool L_2; L_2 = Decimal_op_LessThan_mF55B16B95231A45B3FB454651546B0F65037A632(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001b; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5; L_5 = Decimal_Truncate_m3DA6F823D24930958FCA4301A45A0BC09E0B24A6(L_4, /*hidden argument*/NULL); bool L_6; L_6 = Decimal_op_Inequality_m3CD0E55B31634EE546947D4A0CB0F24B75146027(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002b; } } IL_001b: { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_8 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var))); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1DBE61179025FF1B4F52B39853B72345F9B27413)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaParticle_set_MaxOccurs_mCF8A820051B97C6C5E9C07D8DD60DD23124A58FE_RuntimeMethod_var))); } IL_002b: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_9 = ___value0; __this->set_maxOccurs_1(L_9); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_10 = __this->get_maxOccurs_1(); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_11 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); bool L_12; L_12 = Decimal_op_Equality_m3BA6FDA0D51500320AC0928695C8CE9F833B0981(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_005a; } } { int32_t L_13 = __this->get_flags_2(); if (((int32_t)((int32_t)L_13&(int32_t)1))) { goto IL_005a; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * L_14 = __this->get_address_of_minOccurs_0(); il2cpp_codegen_initobj(L_14, sizeof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 )); } IL_005a: { int32_t L_15 = __this->get_flags_2(); __this->set_flags_2(((int32_t)((int32_t)L_15|(int32_t)2))); return; } } // System.Void System.Xml.Schema.XmlSchemaParticle::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaParticle__ctor_m64085D4FE99BD7935AE3E23F5C3BF7EDB5BC1B79 (XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_One_8(); __this->set_minOccurs_0(L_0); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_One_8(); __this->set_maxOccurs_1(L_1); XmlSchemaAnnotated__ctor_m8EA4887A695BB9F8024967A11279131FB03A0CE4(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaParticle::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaParticle__cctor_mD4F58AAF998E7618A92853C81F553A0AB221546D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyParticle_t56BD41298CE124A8F2F4F4426105E1663120F7BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EmptyParticle_t56BD41298CE124A8F2F4F4426105E1663120F7BF * L_0 = (EmptyParticle_t56BD41298CE124A8F2F4F4426105E1663120F7BF *)il2cpp_codegen_object_new(EmptyParticle_t56BD41298CE124A8F2F4F4426105E1663120F7BF_il2cpp_TypeInfo_var); EmptyParticle__ctor_m4B88D5F7EC79C791A079EC62E9CCD05AB1064C9A(L_0, /*hidden argument*/NULL); ((XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var))->set_Empty_3(L_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.Schema.XmlSchemaPatternFacet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaPatternFacet__ctor_mE3A39F905BEBF1A514928F79E7949FE737D453BF (XmlSchemaPatternFacet_t4B0DD650C87F804406E906E929F622AD1EEC5193 * __this, const RuntimeMethod* method) { { XmlSchemaFacet__ctor_mEF64363766E1061BA91E3ADF9ABA18EA46D0A864(__this, /*hidden argument*/NULL); XmlSchemaFacet_set_FacetType_mB20237494DD59D12E79D4127ADD2DDA76B595156_inline(__this, 4, /*hidden argument*/NULL); 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.Serialization.XmlSchemaProviderAttribute::get_MethodName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaProviderAttribute_get_MethodName_mC610821DDEC846739FA23F0024596AB1F1701984 (XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__methodName_0(); return L_0; } } // System.Boolean System.Xml.Serialization.XmlSchemaProviderAttribute::get_IsAny() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSchemaProviderAttribute_get_IsAny_mE60F09FFF0166F13CAC954CDEC2C3BFC3F29E028 (XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isAny_1(); 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.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * XmlSchemaSequence_get_Items_mD69B3C2EB4CF964180BF31E142754331AD2A0343 (XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 * __this, const RuntimeMethod* method) { { XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * L_0 = __this->get_items_4(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSequence::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSequence__ctor_m332AE7D21DA324EBA8AF1E8DAE1761E9BB03C510 (XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * L_0 = (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 *)il2cpp_codegen_object_new(XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931_il2cpp_TypeInfo_var); XmlSchemaObjectCollection__ctor_mF4135302411643CD15B1429B851C38F7877102D9(L_0, /*hidden argument*/NULL); __this->set_items_4(L_0); XmlSchemaGroupBase__ctor_m3C701CBA2D573EE2C22ED4D82FF18DEDBB4B2F7A(__this, /*hidden argument*/NULL); 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.Schema.XmlSchemaSet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_m392AAF6C6A920E071739BC9681C2CC17B73560C9 (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * L_0 = (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 *)il2cpp_codegen_object_new(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728_il2cpp_TypeInfo_var); NameTable__ctor_mE309EB2FC114B34D12ED3FBC00E878AF6A154CB0(L_0, /*hidden argument*/NULL); XmlSchemaSet__ctor_mB2389B154959C129F22B8AA6EBD31CD839E14C23(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaSet::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_mB2389B154959C129F22B8AA6EBD31CD839E14C23 (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSet_InternalValidationCallback_mF0EF78C1B59536C19C75824FC82ED0C71CF450FB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = ___nameTable0; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7FF02FBBE8B1D4C4A5289A53850F94CC20A220EA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaSet__ctor_mB2389B154959C129F22B8AA6EBD31CD839E14C23_RuntimeMethod_var))); } IL_0014: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_2 = ___nameTable0; __this->set_nameTable_0(L_2); SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_3 = (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 *)il2cpp_codegen_object_new(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var); SortedList__ctor_m1BF566C7726F1DD3A683A8F78B6DB740C7AADEC6(L_3, /*hidden argument*/NULL); __this->set_schemas_1(L_3); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_4, /*hidden argument*/NULL); __this->set_schemaLocations_4(L_4); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_5, /*hidden argument*/NULL); __this->set_chameleonSchemas_5(L_5); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_6, /*hidden argument*/NULL); __this->set_targetNamespaces_6(L_6); ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * L_7 = (ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C *)il2cpp_codegen_object_new(ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C_il2cpp_TypeInfo_var); ValidationEventHandler__ctor_m89CCA5876079F0FE71C8999D969BB772A689E823(L_7, __this, (intptr_t)((intptr_t)XmlSchemaSet_InternalValidationCallback_mF0EF78C1B59536C19C75824FC82ED0C71CF450FB_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_internalEventHandler_2(L_7); ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * L_8 = __this->get_internalEventHandler_2(); __this->set_eventHandler_3(L_8); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_9 = (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 *)il2cpp_codegen_object_new(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var); XmlReaderSettings__ctor_m0DFDE914376FEE80656E0BB346D8DB51114EDC00(L_9, /*hidden argument*/NULL); __this->set_readerSettings_9(L_9); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_10 = __this->get_readerSettings_9(); NullCheck(L_10); XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_11; L_11 = XmlReaderSettings_GetXmlResolver_mE28769077AE9F6D961723B225E0FCA918B47B64E_inline(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0099; } } { XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_12 = __this->get_readerSettings_9(); XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 * L_13 = (XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 *)il2cpp_codegen_object_new(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_il2cpp_TypeInfo_var); XmlUrlResolver__ctor_m6CDB6CC5B0725F9723A7632AF1ED062E877DD449(L_13, /*hidden argument*/NULL); NullCheck(L_12); XmlReaderSettings_set_XmlResolver_m8A353E1F21B4DCED11401FB9D65D1321177CF596(L_12, L_13, /*hidden argument*/NULL); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_14 = __this->get_readerSettings_9(); NullCheck(L_14); XmlReaderSettings_set_IsXmlResolverSet_m4374404167E732ADF4FF5D5699DA1A2763B4A048_inline(L_14, (bool)0, /*hidden argument*/NULL); } IL_0099: { XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_15 = __this->get_readerSettings_9(); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_16 = ___nameTable0; NullCheck(L_15); XmlReaderSettings_set_NameTable_m60D918CF4E0ABE09514872010EA9273EE281D5C9(L_15, L_16, /*hidden argument*/NULL); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_17 = __this->get_readerSettings_9(); NullCheck(L_17); XmlReaderSettings_set_DtdProcessing_mE077A237F70523E4BDC9C25668CD70471BA4138C(L_17, 0, /*hidden argument*/NULL); XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * L_18 = (XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC *)il2cpp_codegen_object_new(XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC_il2cpp_TypeInfo_var); XmlSchemaCompilationSettings__ctor_mB64834FD648ECB80B6042AC314386800CA8F3B26(L_18, /*hidden argument*/NULL); __this->set_compilationSettings_10(L_18); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_19 = (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 *)il2cpp_codegen_object_new(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_il2cpp_TypeInfo_var); SchemaInfo__ctor_m698835CEBA256CAD8F929513EE0AB71D6E7DE2AD(L_19, /*hidden argument*/NULL); __this->set_cachedCompiledInfo_8(L_19); __this->set_compileAll_7((bool)1); return; } } // System.Int32 System.Xml.Schema.XmlSchemaSet::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaSet_get_Count_mC51A6FE92E78EBE5D9B2FDAA8BE64C2CCDC15E8A (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * __this, const RuntimeMethod* method) { { SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_0 = __this->get_schemas_1(); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.Collections.SortedList::get_Count() */, L_0); return L_1; } } // System.Void System.Xml.Schema.XmlSchemaSet::CopyTo(System.Xml.Schema.XmlSchema[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSet_CopyTo_mB2FF6F5C9CA7146B73E96E95AD34D0F195E872F9 (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * __this, XmlSchemaU5BU5D_t69016569203CCDF000A4F5E1DC7D687C2B244F9F* ___schemas0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaU5BU5D_t69016569203CCDF000A4F5E1DC7D687C2B244F9F* L_0 = ___schemas0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9152755036EE82BB4C6640D6205E7577E001B463)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaSet_CopyTo_mB2FF6F5C9CA7146B73E96E95AD34D0F195E872F9_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001a; } } { int32_t L_3 = ___index1; XmlSchemaU5BU5D_t69016569203CCDF000A4F5E1DC7D687C2B244F9F* L_4 = ___schemas0; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (int32_t)1))))) { goto IL_0025; } } IL_001a: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaSet_CopyTo_mB2FF6F5C9CA7146B73E96E95AD34D0F195E872F9_RuntimeMethod_var))); } IL_0025: { SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_6 = __this->get_schemas_1(); NullCheck(L_6); RuntimeObject* L_7; L_7 = VirtFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Collections.ICollection System.Collections.SortedList::get_Values() */, L_6); XmlSchemaU5BU5D_t69016569203CCDF000A4F5E1DC7D687C2B244F9F* L_8 = ___schemas0; int32_t L_9 = ___index1; NullCheck(L_7); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_7, (RuntimeArray *)(RuntimeArray *)L_8, L_9); return; } } // System.Void System.Xml.Schema.XmlSchemaSet::InternalValidationCallback(System.Object,System.Xml.Schema.ValidationEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSet_InternalValidationCallback_mF0EF78C1B59536C19C75824FC82ED0C71CF450FB (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * __this, RuntimeObject * ___sender0, ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * ___e1, const RuntimeMethod* method) { { ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * L_0 = ___e1; NullCheck(L_0); int32_t L_1; L_1 = ValidationEventArgs_get_Severity_m76F16371C2A4550B55BFF504FC1D1B2FC5CEAD07_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * L_2 = ___e1; NullCheck(L_2); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_3; L_3 = ValidationEventArgs_get_Exception_m01CDAE32415DBC8A32EFA7CA548E09F9414324B0_inline(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaSet_InternalValidationCallback_mF0EF78C1B59536C19C75824FC82ED0C71CF450FB_RuntimeMethod_var))); } IL_000f: { 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.Schema.XmlSchemaSimpleType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleType__ctor_m825B879013BDC8D7A0E13B3AA2AB435EF37DDD5B (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * __this, const RuntimeMethod* method) { { XmlSchemaType__ctor_m40B3B98F5C5388B2F58547FC36EA073B44F59F5C(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::get_Content() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * XmlSchemaSimpleType_get_Content_m9ED152F7B742244C3F086A4119D2B601B06CBA6A (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * __this, const RuntimeMethod* method) { { XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * L_0 = __this->get_content_7(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSimpleType::set_Content(System.Xml.Schema.XmlSchemaSimpleTypeContent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleType_set_Content_m1A2657AE54A9933E7F948EA607415A66934B48EF (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * __this, XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * ___value0, const RuntimeMethod* method) { { XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * L_0 = ___value0; __this->set_content_7(L_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.Schema.XmlSchemaSimpleTypeContent::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeContent__ctor_mF78F26B99830E06D514314E60FA6C8F5C58BC760 (XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * __this, const RuntimeMethod* method) { { XmlSchemaAnnotated__ctor_m8EA4887A695BB9F8024967A11279131FB03A0CE4(__this, /*hidden argument*/NULL); 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.Schema.XmlSchemaSimpleTypeList::set_ItemType(System.Xml.Schema.XmlSchemaSimpleType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_ItemType_mE94B4F310FBEE96BA22E9441ABA18F58F6053644 (XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * __this, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___value0, const RuntimeMethod* method) { { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = ___value0; __this->set_itemType_1(L_0); return; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::get_BaseItemType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * XmlSchemaSimpleTypeList_get_BaseItemType_m7F26231DAA4EFFC7411F7FA963418AF9620EEDFB (XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * __this, const RuntimeMethod* method) { { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = __this->get_baseItemType_2(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::set_BaseItemType(System.Xml.Schema.XmlSchemaSimpleType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_BaseItemType_mA01162B9451DC16B7699345BB34F268D9F16E160 (XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * __this, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___value0, const RuntimeMethod* method) { { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = ___value0; __this->set_baseItemType_2(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList__ctor_m85D4B50084C37F8A4DC6DB35CB1C48082BEB2655 (XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_Empty_4(); __this->set_itemTypeName_0(L_0); XmlSchemaSimpleTypeContent__ctor_mF78F26B99830E06D514314E60FA6C8F5C58BC760(__this, /*hidden argument*/NULL); 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.Schema.XmlSchemaSimpleTypeRestriction::set_BaseTypeName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_set_BaseTypeName_mD6D90852A9A2B6FE061B280225331AFA2090E2E2 (XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C * G_B2_0 = NULL; XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C * G_B1_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * G_B3_0 = NULL; XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C * G_B3_1 = NULL; { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_1; L_1 = XmlQualifiedName_op_Equality_m2A644E46A9CB20B0E072ED47DE4E95E92B420A22(L_0, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); G_B1_0 = __this; if (L_1) { G_B2_0 = __this; goto IL_000d; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = ___value0; G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_0012; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_3 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_Empty_4(); G_B3_0 = L_3; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); G_B3_1->set_baseTypeName_0(G_B3_0); return; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction__ctor_mC57D2F83F7B3C63359172F3C9265320744AB8642 (XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_Empty_4(); __this->set_baseTypeName_0(L_0); XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * L_1 = (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 *)il2cpp_codegen_object_new(XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931_il2cpp_TypeInfo_var); XmlSchemaObjectCollection__ctor_mF4135302411643CD15B1429B851C38F7877102D9(L_1, /*hidden argument*/NULL); __this->set_facets_1(L_1); XmlSchemaSimpleTypeContent__ctor_mF78F26B99830E06D514314E60FA6C8F5C58BC760(__this, /*hidden argument*/NULL); 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 #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.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaType::GetBuiltInSimpleType(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * XmlSchemaType_GetBuiltInSimpleType_mA8B921185F9B1608AD5BFF799451E233EEA6F55E (int32_t ___typeCode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___typeCode0; IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_1; L_1 = DatatypeImplementation_GetSimpleTypeFromTypeCode_m68A83248FF32DCAC5DDFC28AF9B158459F34555F(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaType::get_QualifiedName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlSchemaType_get_QualifiedName_m4D4CF6136F18EA2C04081B17DF4DD6903390D3B9 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_qname_5(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::get_BaseXmlSchemaType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlSchemaType_get_BaseXmlSchemaType_m09923D8CA83BED0C8495C7928754106F862ECED6 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_baseSchemaType_2(); return L_0; } } // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::get_Datatype() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = __this->get_datatype_3(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaType::set_IsMixed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_set_IsMixed_m4F1BE7A2498CE2C3B7D3A7DD8C8CCA353F008724 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, bool ___value0, const RuntimeMethod* method) { { return; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaType::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaType_get_TypeCode_m8DBEEA36EE2FD8816CC879EB300CCB3ADF341817 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_0; L_0 = XmlSchemaComplexType_get_AnyType_mA0CD7701AE1FDD32DDAD42AB465C22DBF72DD7AE_inline(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA *)__this) == ((RuntimeObject*)(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 *)L_0)))) { goto IL_000a; } } { return (int32_t)(1); } IL_000a: { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_1 = __this->get_datatype_3(); if (L_1) { goto IL_0014; } } { return (int32_t)(0); } IL_0014: { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_2 = __this->get_datatype_3(); NullCheck(L_2); int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_2); return L_3; } } // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaType::get_ValueConverter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = __this->get_datatype_3(); if (L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1 = ((XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var))->get_Untyped_34(); return L_1; } IL_000e: { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_2 = __this->get_datatype_3(); NullCheck(L_2); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_3; L_3 = VirtFuncInvoker0< XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_2); return L_3; } } // System.Void System.Xml.Schema.XmlSchemaType::SetQualifiedName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_SetQualifiedName_m737AD54E695442D864C4CA795A0A147443403287 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value0, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___value0; il2cpp_codegen_memory_barrier(); __this->set_qname_5(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaType::SetBaseSchemaType(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_SetBaseSchemaType_m3EFA19E9738C980D94FB100DA7EF243A985158BC (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___value0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___value0; __this->set_baseSchemaType_2(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaType::SetDerivedBy(System.Xml.Schema.XmlSchemaDerivationMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_SetDerivedBy_m7627E8FD31770DFB7B73A37BC2422B8A52DCF599 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_derivedBy_1(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaType::SetDatatype(System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_SetDatatype_m5E825337AF8BF75EFD09C4CAF626465E1D2CD5BC (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___value0, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = ___value0; __this->set_datatype_3(L_0); return; } } // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.XmlSchemaType::get_ElementDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_0 = __this->get_elementDecl_4(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaType::set_ElementDecl(System.Xml.Schema.SchemaElementDecl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_set_ElementDecl_m87A29302056A0E95A203DF85ABF344CBA2C3EEA3 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___value0, const RuntimeMethod* method) { { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_0 = ___value0; il2cpp_codegen_memory_barrier(); __this->set_elementDecl_4(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaType::SetContentType(System.Xml.Schema.XmlSchemaContentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_SetContentType_m2171B3C161C9515C768FE7A97706AAE5C715838E (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_contentType_6(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType__ctor_m40B3B98F5C5388B2F58547FC36EA073B44F59F5C (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_final_0(((int32_t)256)); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_Empty_4(); il2cpp_codegen_memory_barrier(); __this->set_qname_5(L_0); XmlSchemaAnnotated__ctor_m8EA4887A695BB9F8024967A11279131FB03A0CE4(__this, /*hidden argument*/NULL); 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 #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.Serialization.XmlSerializableMapping::.ctor(System.Xml.Serialization.XmlRootAttribute,System.String,System.String,System.Xml.Serialization.TypeData,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializableMapping__ctor_m008BA4407BE5133C350E37A5E4B9CFF9B86CC99C (XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5 * __this, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root0, String_t* ___elementName1, String_t* ___ns2, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData3, String_t* ___xmlType4, String_t* ___xmlTypeNamespace5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSerializable_t5BEF028D2890007426B01C2B934C2469498B8013_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaU5BU5D_t69016569203CCDF000A4F5E1DC7D687C2B244F9F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA * V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; MethodInfo_t * V_3 = NULL; XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * V_4 = NULL; RuntimeObject * V_5 = NULL; XmlSchemaU5BU5D_t69016569203CCDF000A4F5E1DC7D687C2B244F9F* V_6 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5 * G_B19_0 = NULL; XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5 * G_B18_0 = NULL; String_t* G_B20_0 = NULL; XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5 * G_B20_1 = NULL; String_t* G_B23_0 = NULL; XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5 * G_B23_1 = NULL; String_t* G_B21_0 = NULL; XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5 * G_B21_1 = NULL; String_t* G_B24_0 = NULL; String_t* G_B24_1 = NULL; XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5 * G_B24_2 = NULL; String_t* G_B22_0 = NULL; String_t* G_B22_1 = NULL; XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5 * G_B22_2 = NULL; { String_t* L_0 = ___elementName1; String_t* L_1 = ___ns2; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_2 = ___typeData3; String_t* L_3 = ___xmlType4; String_t* L_4 = ___xmlTypeNamespace5; XmlTypeMapping__ctor_m99427222BCBFD01F5498490316D0DC57419CFC28(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_5 = ___typeData3; NullCheck(L_5); Type_t * L_6; L_6 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_5, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_7, /*hidden argument*/NULL); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_9; L_9 = Attribute_GetCustomAttribute_mFF807CBF0517EB6DD45BD43E88CF1CD2A537F25F(L_6, L_8, /*hidden argument*/NULL); V_0 = ((XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA *)CastclassSealed((RuntimeObject*)L_9, XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA_il2cpp_TypeInfo_var)); XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA * L_10 = V_0; if (!L_10) { goto IL_0200; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_11 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_Empty_4(); __this->set__schemaTypeName_17(L_11); XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA * L_12 = V_0; NullCheck(L_12); bool L_13; L_13 = XmlSchemaProviderAttribute_get_IsAny_mE60F09FFF0166F13CAC954CDEC2C3BFC3F29E028_inline(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_004b; } } { XmlTypeMapping_set_IsAny_m97FF3BBB5242E073B3440984B64310998AA481DD_inline(__this, (bool)1, /*hidden argument*/NULL); return; } IL_004b: { XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA * L_14 = V_0; NullCheck(L_14); String_t* L_15; L_15 = XmlSchemaProviderAttribute_get_MethodName_mC610821DDEC846739FA23F0024596AB1F1701984_inline(L_14, /*hidden argument*/NULL); V_2 = L_15; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_16 = ___typeData3; NullCheck(L_16); Type_t * L_17; L_17 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_16, /*hidden argument*/NULL); String_t* L_18 = V_2; NullCheck(L_17); MethodInfo_t * L_19; L_19 = Type_GetMethod_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB(L_17, L_18, ((int32_t)88), /*hidden argument*/NULL); V_3 = L_19; MethodInfo_t * L_20 = V_3; bool L_21; L_21 = MethodInfo_op_Equality_m0716EB8EAA86F91031CF1C0B5E5D4B0269AC6A08(L_20, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_21) { goto IL_0083; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_22 = ___typeData3; NullCheck(L_22); Type_t * L_23; L_23 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_22, /*hidden argument*/NULL); String_t* L_24 = V_2; String_t* L_25; L_25 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6A3C2DA0F9E8B442541C0AF562469F9A7B1AF34A)), L_23, L_24, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_26 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializableMapping__ctor_m008BA4407BE5133C350E37A5E4B9CFF9B86CC99C_RuntimeMethod_var))); } IL_0083: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_27 = { reinterpret_cast (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_28; L_28 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_27, /*hidden argument*/NULL); MethodInfo_t * L_29 = V_3; NullCheck(L_29); Type_t * L_30; L_30 = VirtFuncInvoker0< Type_t * >::Invoke(40 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_29); NullCheck(L_28); bool L_31; L_31 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_28, L_30); if (L_31) { goto IL_00c2; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_32 = { reinterpret_cast (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_33; L_33 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_32, /*hidden argument*/NULL); MethodInfo_t * L_34 = V_3; NullCheck(L_34); Type_t * L_35; L_35 = VirtFuncInvoker0< Type_t * >::Invoke(40 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_34); NullCheck(L_33); bool L_36; L_36 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_33, L_35); if (L_36) { goto IL_00c2; } } { String_t* L_37 = V_2; String_t* L_38; L_38 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral232AE0D402FAC47960A8CA8DD393C63B8FF64178)), L_37, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_39 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_39, L_38, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializableMapping__ctor_m008BA4407BE5133C350E37A5E4B9CFF9B86CC99C_RuntimeMethod_var))); } IL_00c2: { XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * L_40 = (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 *)il2cpp_codegen_object_new(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0_il2cpp_TypeInfo_var); XmlSchemaSet__ctor_m392AAF6C6A920E071739BC9681C2CC17B73560C9(L_40, /*hidden argument*/NULL); V_4 = L_40; MethodInfo_t * L_41 = V_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_42 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_43 = L_42; XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * L_44 = V_4; NullCheck(L_43); ArrayElementTypeCheck (L_43, L_44); (L_43)->SetAt(static_cast(0), (RuntimeObject *)L_44); NullCheck(L_41); RuntimeObject * L_45; L_45 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_41, NULL, L_43, /*hidden argument*/NULL); V_5 = L_45; RuntimeObject * L_46 = V_5; if (L_46) { goto IL_00e2; } } { return; } IL_00e2: { RuntimeObject * L_47 = V_5; if (!((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 *)IsInstClass((RuntimeObject*)L_47, XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))) { goto IL_012e; } } { RuntimeObject * L_48 = V_5; __this->set__schemaType_16(((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 *)CastclassClass((RuntimeObject*)L_48, XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_49 = __this->get__schemaType_16(); NullCheck(L_49); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_50; L_50 = XmlSchemaType_get_QualifiedName_m4D4CF6136F18EA2C04081B17DF4DD6903390D3B9(L_49, /*hidden argument*/NULL); NullCheck(L_50); bool L_51; L_51 = XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93(L_50, /*hidden argument*/NULL); if (L_51) { goto IL_011d; } } { XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_52 = __this->get__schemaType_16(); NullCheck(L_52); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_53; L_53 = XmlSchemaType_get_QualifiedName_m4D4CF6136F18EA2C04081B17DF4DD6903390D3B9(L_52, /*hidden argument*/NULL); __this->set__schemaTypeName_17(L_53); goto IL_0163; } IL_011d: { String_t* L_54 = ___xmlType4; String_t* L_55 = ___xmlTypeNamespace5; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_56 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_56, L_54, L_55, /*hidden argument*/NULL); __this->set__schemaTypeName_17(L_56); goto IL_0163; } IL_012e: { RuntimeObject * L_57 = V_5; if (!((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)IsInstClass((RuntimeObject*)L_57, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))) { goto IL_0146; } } { RuntimeObject * L_58 = V_5; __this->set__schemaTypeName_17(((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_58, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))); goto IL_0163; } IL_0146: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_59 = ___typeData3; NullCheck(L_59); Type_t * L_60; L_60 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_59, /*hidden argument*/NULL); NullCheck(L_60); String_t* L_61; L_61 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_60); String_t* L_62 = V_2; String_t* L_63; L_63 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral558ED33B9D0E36FD1CA98DD526816AE654BA4E92)), L_61, L_62, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_64 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_64, L_63, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_64, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializableMapping__ctor_m008BA4407BE5133C350E37A5E4B9CFF9B86CC99C_RuntimeMethod_var))); } IL_0163: { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_65 = ___root0; G_B18_0 = __this; if (L_65) { G_B19_0 = __this; goto IL_0174; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_66 = __this->get__schemaTypeName_17(); NullCheck(L_66); String_t* L_67; L_67 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_66, /*hidden argument*/NULL); G_B20_0 = L_67; G_B20_1 = G_B18_0; goto IL_017a; } IL_0174: { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_68 = ___root0; NullCheck(L_68); String_t* L_69; L_69 = XmlRootAttribute_get_ElementName_mC660E6FE49AF0626C781832D904D1B1A9612038E(L_68, /*hidden argument*/NULL); G_B20_0 = L_69; G_B20_1 = G_B19_0; } IL_017a: { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_70 = ___root0; G_B21_0 = G_B20_0; G_B21_1 = G_B20_1; if (L_70) { G_B23_0 = G_B20_0; G_B23_1 = G_B20_1; goto IL_0194; } } { String_t* L_71; L_71 = XmlMapping_get_Namespace_mC81A8F368DA39CCD355792888D951BE2A8B21835_inline(__this, /*hidden argument*/NULL); String_t* L_72 = L_71; G_B22_0 = L_72; G_B22_1 = G_B21_0; G_B22_2 = G_B21_1; if (L_72) { G_B24_0 = L_72; G_B24_1 = G_B21_0; G_B24_2 = G_B21_1; goto IL_019a; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_73 = __this->get__schemaTypeName_17(); NullCheck(L_73); String_t* L_74; L_74 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_73, /*hidden argument*/NULL); G_B24_0 = L_74; G_B24_1 = G_B22_1; G_B24_2 = G_B22_2; goto IL_019a; } IL_0194: { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_75 = ___root0; NullCheck(L_75); String_t* L_76; L_76 = XmlRootAttribute_get_Namespace_m0A911502725F9726BDDEE6EE3F38D02DA70097BD_inline(L_75, /*hidden argument*/NULL); G_B24_0 = L_76; G_B24_1 = G_B23_0; G_B24_2 = G_B23_1; } IL_019a: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_77 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_77, G_B24_1, G_B24_0, /*hidden argument*/NULL); NullCheck(G_B24_2); XmlTypeMapping_UpdateRoot_m4D5AFF9E9015CD035B31BCEBD97A6FE1C0B8A4DF(G_B24_2, L_77, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_78 = __this->get__schemaTypeName_17(); NullCheck(L_78); String_t* L_79; L_79 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_78, /*hidden argument*/NULL); XmlTypeMapping_set_XmlTypeNamespace_mCC9D834DE18EC580BDB4C3D8727AE767941DE852_inline(__this, L_79, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_80 = __this->get__schemaTypeName_17(); NullCheck(L_80); String_t* L_81; L_81 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_80, /*hidden argument*/NULL); XmlTypeMapping_set_XmlType_mDB3803CE186E73CECA8D0F1F9A91A90F546BBB34_inline(__this, L_81, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_82 = __this->get__schemaTypeName_17(); NullCheck(L_82); bool L_83; L_83 = XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93(L_82, /*hidden argument*/NULL); if (L_83) { goto IL_01ff; } } { XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * L_84 = V_4; NullCheck(L_84); int32_t L_85; L_85 = XmlSchemaSet_get_Count_mC51A6FE92E78EBE5D9B2FDAA8BE64C2CCDC15E8A(L_84, /*hidden argument*/NULL); if ((((int32_t)L_85) <= ((int32_t)0))) { goto IL_01ff; } } { XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * L_86 = V_4; NullCheck(L_86); int32_t L_87; L_87 = XmlSchemaSet_get_Count_mC51A6FE92E78EBE5D9B2FDAA8BE64C2CCDC15E8A(L_86, /*hidden argument*/NULL); XmlSchemaU5BU5D_t69016569203CCDF000A4F5E1DC7D687C2B244F9F* L_88 = (XmlSchemaU5BU5D_t69016569203CCDF000A4F5E1DC7D687C2B244F9F*)(XmlSchemaU5BU5D_t69016569203CCDF000A4F5E1DC7D687C2B244F9F*)SZArrayNew(XmlSchemaU5BU5D_t69016569203CCDF000A4F5E1DC7D687C2B244F9F_il2cpp_TypeInfo_var, (uint32_t)L_87); V_6 = L_88; XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * L_89 = V_4; XmlSchemaU5BU5D_t69016569203CCDF000A4F5E1DC7D687C2B244F9F* L_90 = V_6; NullCheck(L_89); XmlSchemaSet_CopyTo_mB2FF6F5C9CA7146B73E96E95AD34D0F195E872F9(L_89, L_90, 0, /*hidden argument*/NULL); XmlSchemaU5BU5D_t69016569203CCDF000A4F5E1DC7D687C2B244F9F* L_91 = V_6; NullCheck(L_91); int32_t L_92 = 0; XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * L_93 = (L_91)->GetAt(static_cast(L_92)); __this->set__schema_15(L_93); } IL_01ff: { return; } IL_0200: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_94 = ___typeData3; NullCheck(L_94); Type_t * L_95; L_95 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_94, /*hidden argument*/NULL); RuntimeObject * L_96; L_96 = Activator_CreateInstance_mC5CB5A08C61176CCBB34135AC90A3F629FA4679B(L_95, (bool)1, /*hidden argument*/NULL); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_96, IXmlSerializable_t5BEF028D2890007426B01C2B934C2469498B8013_il2cpp_TypeInfo_var)); } IL_0213: try { // begin try (depth: 1) RuntimeObject* L_97 = V_1; NullCheck(L_97); XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * L_98; L_98 = InterfaceFuncInvoker0< XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * >::Invoke(0 /* System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable::GetSchema() */, IXmlSerializable_t5BEF028D2890007426B01C2B934C2469498B8013_il2cpp_TypeInfo_var, L_97); __this->set__schema_15(L_98); goto IL_0224; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0221; } throw e; } CATCH_0221: { // begin catch(System.Exception) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0224; } // end catch (depth: 1) IL_0224: { XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * L_99 = __this->get__schema_15(); if (!L_99) { goto IL_026c; } } { XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * L_100 = __this->get__schema_15(); NullCheck(L_100); String_t* L_101; L_101 = XmlSchema_get_Id_m59A008F6B2ACE2EAA4A96029AE00733541A2C770_inline(L_100, /*hidden argument*/NULL); if (!L_101) { goto IL_024b; } } { XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * L_102 = __this->get__schema_15(); NullCheck(L_102); String_t* L_103; L_103 = XmlSchema_get_Id_m59A008F6B2ACE2EAA4A96029AE00733541A2C770_inline(L_102, /*hidden argument*/NULL); NullCheck(L_103); int32_t L_104; L_104 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_103, /*hidden argument*/NULL); if (L_104) { goto IL_026c; } } IL_024b: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_105 = ___typeData3; NullCheck(L_105); Type_t * L_106; L_106 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_105, /*hidden argument*/NULL); NullCheck(L_106); String_t* L_107; L_107 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_106); String_t* L_108; L_108 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDE169578D0784988295F2BB094D04C3F7C9B832)), L_107, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD640DD960B4CEB48E82A897FEAB7F64F88777F4)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_109 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_109, L_108, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_109, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializableMapping__ctor_m008BA4407BE5133C350E37A5E4B9CFF9B86CC99C_RuntimeMethod_var))); } IL_026c: { 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.Serialization.XmlSerializationCollectionFixupCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationCollectionFixupCallback__ctor_m04E4009F4A21E29AC084FEEFDA3482D3C3B18C7D (XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Xml.Serialization.XmlSerializationCollectionFixupCallback::Invoke(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationCollectionFixupCallback_Invoke_mAC689A6CE4A11275ABB10A8318F4A1EEBB8409A6 (XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A * __this, RuntimeObject * ___collection0, RuntimeObject * ___collectionItems1, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___collection0, ___collectionItems1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___collection0, ___collectionItems1, targetMethod); } } else if (___parameterCount != 2) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, ___collection0, ___collectionItems1); else GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, ___collection0, ___collectionItems1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___collection0, ___collectionItems1); else VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___collection0, ___collectionItems1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___collection0, ___collectionItems1, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___collection0, ___collectionItems1); else GenericVirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___collection0, ___collectionItems1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___collection0, ___collectionItems1); else VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___collection0, ___collectionItems1); } } else { if (___parameterCount == 1) { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___collection0, ___collectionItems1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___collection0, ___collectionItems1, targetMethod); } } } } } // System.IAsyncResult System.Xml.Serialization.XmlSerializationCollectionFixupCallback::BeginInvoke(System.Object,System.Object,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializationCollectionFixupCallback_BeginInvoke_mB5C911C7530CB8F118529E1B77D7A9454CE541F3 (XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A * __this, RuntimeObject * ___collection0, RuntimeObject * ___collectionItems1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___collection0; __d_args[1] = ___collectionItems1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // System.Void System.Xml.Serialization.XmlSerializationCollectionFixupCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationCollectionFixupCallback_EndInvoke_m11AFA2DCD72E3221D39C58437FC9FC109F1FBAB3 (XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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.Serialization.XmlSerializationFixupCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationFixupCallback__ctor_m26456BE466748B1ABDC133FCA1C072442284E0FA (XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Xml.Serialization.XmlSerializationFixupCallback::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationFixupCallback_Invoke_mA91674704505C2EA53A3231D7783C17229830EF2 (XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 * __this, RuntimeObject * ___fixup0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___fixup0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___fixup0, targetMethod); } } else if (___parameterCount != 1) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___fixup0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___fixup0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___fixup0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___fixup0); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___fixup0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___fixup0); else GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___fixup0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___fixup0); else VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___fixup0); } } else { if (___parameterCount == 0) { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___fixup0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___fixup0, targetMethod); } } } } } // System.IAsyncResult System.Xml.Serialization.XmlSerializationFixupCallback::BeginInvoke(System.Object,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializationFixupCallback_BeginInvoke_m7C251DCC83E15190D6B76CF510D07F5674EABCA8 (XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 * __this, RuntimeObject * ___fixup0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___fixup0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void System.Xml.Serialization.XmlSerializationFixupCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationFixupCallback_EndInvoke_m807F479DF091A9EB59B040F6CA575BE4141C22CF (XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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.Serialization.XmlSerializationGeneratedCode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationGeneratedCode__ctor_m353DB505899CF589B9D96151C18552C26B9863B6 (XmlSerializationGeneratedCode_t434CFD8D2AF9FEC58DB65E02599C37182563C638 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); 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.Serialization.XmlSerializationReadCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReadCallback__ctor_m426BE5145EA55F4265567A65C9A87A3D4A39174E (XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Object System.Xml.Serialization.XmlSerializationReadCallback::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReadCallback_Invoke_m28B46BE30C4965E5ADCEB3665B2C75B9EFA0491E (XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D * __this, const RuntimeMethod* method) { RuntimeObject * result = NULL; DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 0) { // open typedef RuntimeObject * (*FunctionPointerType) (const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetMethod); } else { // closed typedef RuntimeObject * (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef RuntimeObject * (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult System.Xml.Serialization.XmlSerializationReadCallback::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializationReadCallback_BeginInvoke_mAA18BEA4668CCA6A3E1F80CA3047A31619728EAF (XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D * __this, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1);; } // System.Object System.Xml.Serialization.XmlSerializationReadCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReadCallback_EndInvoke_mDF9DDC7295F14EA2EF4E55F7A6DB8A535A77599F (XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (RuntimeObject *)__result;; } #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.Serialization.XmlSerializationReader::Initialize(System.Xml.XmlReader,System.Xml.Serialization.XmlSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_Initialize_mBDAB588BC487044C1ED2BCAAF9BAB3C5B23F4CA7 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___reader0, XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * ___eventSource1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01F7D45C6686E8A68EA2EAE840426E5CE0DB7A41); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CAB73EF57D40E8B63A7CA91D057C0B68DB59100); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C014955313A7D33D5D04696B884B25325E6393C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A24CC7BE5FB2E4DFFA4A80AD8B0335DAE91B662); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3CA1105B0687AB04E8DB2CE95902C75EC2B661A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5594ED9221B1600FB608D680692E07803A2EDBA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD29B87DC6B1B722C619FAD071A9157749710CDA6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE227F5E574CC64695563B031F22527F1B72B2D46); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); s_Il2CppMethodInitialized = true; } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = ___reader0; NullCheck(L_0); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_1; L_1 = VirtFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(28 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_0); NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_1, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); __this->set_w3SchemaNS_14(L_2); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_3 = ___reader0; NullCheck(L_3); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_4; L_4 = VirtFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(28 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_3); NullCheck(L_4); String_t* L_5; L_5 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_4, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C); __this->set_w3InstanceNS_15(L_5); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_6 = ___reader0; NullCheck(L_6); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_7; L_7 = VirtFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(28 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_6); NullCheck(L_7); String_t* L_8; L_8 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_7, _stringLiteralC5594ED9221B1600FB608D680692E07803A2EDBA); __this->set_w3InstanceNS2000_16(L_8); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_9 = ___reader0; NullCheck(L_9); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_10; L_10 = VirtFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(28 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_9); NullCheck(L_10); String_t* L_11; L_11 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_10, _stringLiteral01F7D45C6686E8A68EA2EAE840426E5CE0DB7A41); __this->set_w3InstanceNS1999_17(L_11); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_12 = ___reader0; NullCheck(L_12); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_13; L_13 = VirtFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(28 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_12); NullCheck(L_13); String_t* L_14; L_14 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_13, _stringLiteralD29B87DC6B1B722C619FAD071A9157749710CDA6); __this->set_soapNS_18(L_14); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_15 = ___reader0; NullCheck(L_15); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_16; L_16 = VirtFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(28 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_15); NullCheck(L_16); String_t* L_17; L_17 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_16, _stringLiteralE227F5E574CC64695563B031F22527F1B72B2D46); __this->set_wsdlNS_19(L_17); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_18 = ___reader0; NullCheck(L_18); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_19; L_19 = VirtFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(28 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_18); NullCheck(L_19); String_t* L_20; L_20 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_19, _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174); __this->set_nullX_20(L_20); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_21 = ___reader0; NullCheck(L_21); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_22; L_22 = VirtFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(28 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_21); NullCheck(L_22); String_t* L_23; L_23 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_22, _stringLiteral2CAB73EF57D40E8B63A7CA91D057C0B68DB59100); __this->set_nil_21(L_23); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_24 = ___reader0; NullCheck(L_24); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_25; L_25 = VirtFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(28 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_24); NullCheck(L_25); String_t* L_26; L_26 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_25, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); __this->set_typeX_22(L_26); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_27 = ___reader0; NullCheck(L_27); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_28; L_28 = VirtFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(28 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_27); NullCheck(L_28); String_t* L_29; L_29 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_28, _stringLiteral9A24CC7BE5FB2E4DFFA4A80AD8B0335DAE91B662); __this->set_arrayType_23(L_29); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_30 = ___reader0; __this->set_reader_1(L_30); XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * L_31 = ___eventSource1; __this->set_eventSource_9(L_31); String_t* L_32 = __this->get_soapNS_18(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_33 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_33, _stringLiteralC3CA1105B0687AB04E8DB2CE95902C75EC2B661A, L_32, /*hidden argument*/NULL); __this->set_arrayQName_24(L_33); VirtActionInvoker0::Invoke(5 /* System.Void System.Xml.Serialization.XmlSerializationReader::InitIDs() */, __this); return; } } // System.Collections.ArrayList System.Xml.Serialization.XmlSerializationReader::EnsureArrayList(System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * XmlSerializationReader_EnsureArrayList_mD0D1A6E65C7E40B6B4BF2706E8A0A2EF8076955D (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = ___list0; if (L_0) { goto IL_000a; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_1, /*hidden argument*/NULL); ___list0 = L_1; } IL_000a: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = ___list0; return L_2; } } // System.Collections.Hashtable System.Xml.Serialization.XmlSerializationReader::EnsureHashtable(System.Collections.Hashtable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * XmlSerializationReader_EnsureHashtable_mCF5D494B0DA924FF550D683A3AECB76C903CC19E (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___hash0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ___hash0; if (L_0) { goto IL_000a; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_1, /*hidden argument*/NULL); ___hash0 = L_1; } IL_000a: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = ___hash0; return L_2; } } // System.Void System.Xml.Serialization.XmlSerializationReader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader__ctor_m0E5680990DCDE69CA967AAEFA6ECAC65EF064828 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method) { { XmlSerializationGeneratedCode__ctor_m353DB505899CF589B9D96151C18552C26B9863B6(__this, /*hidden argument*/NULL); return; } } // System.Xml.XmlDocument System.Xml.Serialization.XmlSerializationReader::get_Document() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlSerializationReader_get_Document_mB138E3D12FB36013E05D64641BF59178DBC5384B (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get_document_0(); if (L_0) { goto IL_001e; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = __this->get_reader_1(); NullCheck(L_1); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_2; L_2 = VirtFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(28 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_1); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_3 = (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)il2cpp_codegen_object_new(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); XmlDocument__ctor_mD3CBE6ACBBCB1A3F2C75B2A65612FA0B80EE2C80(L_3, L_2, /*hidden argument*/NULL); __this->set_document_0(L_3); } IL_001e: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4 = __this->get_document_0(); return L_4; } } // System.Xml.XmlReader System.Xml.Serialization.XmlSerializationReader::get_Reader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method) { { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); return L_0; } } // System.Void System.Xml.Serialization.XmlSerializationReader::AddFixup(System.Xml.Serialization.XmlSerializationReader/CollectionFixup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_AddFixup_m57A2F274EF34DD01E1B99B92387A6AD576278D45 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * ___fixup0, const RuntimeMethod* method) { { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_collFixups_3(); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1; L_1 = XmlSerializationReader_EnsureHashtable_mCF5D494B0DA924FF550D683A3AECB76C903CC19E(__this, L_0, /*hidden argument*/NULL); __this->set_collFixups_3(L_1); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = __this->get_collFixups_3(); CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * L_3 = ___fixup0; NullCheck(L_3); RuntimeObject * L_4; L_4 = CollectionFixup_get_Id_m47E055D9B1DCC5DFB45D8A72DDB2C836E9779144_inline(L_3, /*hidden argument*/NULL); CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * L_5 = ___fixup0; NullCheck(L_2); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_2, L_4, L_5); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = __this->get_delayedListFixups_8(); if (!L_6) { goto IL_0067; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = __this->get_delayedListFixups_8(); CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * L_8 = ___fixup0; NullCheck(L_8); RuntimeObject * L_9; L_9 = CollectionFixup_get_Id_m47E055D9B1DCC5DFB45D8A72DDB2C836E9779144_inline(L_8, /*hidden argument*/NULL); NullCheck(L_7); bool L_10; L_10 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(18 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_7, L_9); if (!L_10) { goto IL_0067; } } { CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * L_11 = ___fixup0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_12 = __this->get_delayedListFixups_8(); CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * L_13 = ___fixup0; NullCheck(L_13); RuntimeObject * L_14; L_14 = CollectionFixup_get_Id_m47E055D9B1DCC5DFB45D8A72DDB2C836E9779144_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); RuntimeObject * L_15; L_15 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_12, L_14); NullCheck(L_11); CollectionFixup_set_CollectionItems_m4AE94700267923AB9BCCFCE8FBC8BB115B599A8D_inline(L_11, L_15, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_16 = __this->get_delayedListFixups_8(); CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * L_17 = ___fixup0; NullCheck(L_17); RuntimeObject * L_18; L_18 = CollectionFixup_get_Id_m47E055D9B1DCC5DFB45D8A72DDB2C836E9779144_inline(L_17, /*hidden argument*/NULL); NullCheck(L_16); VirtActionInvoker1< RuntimeObject * >::Invoke(27 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_16, L_18); } IL_0067: { return; } } // System.Void System.Xml.Serialization.XmlSerializationReader::AddFixup(System.Xml.Serialization.XmlSerializationReader/Fixup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_AddFixup_m34BA10763D3D5DB0884D0D961CA17D35213E75CD (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * ___fixup0, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_fixups_2(); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1; L_1 = XmlSerializationReader_EnsureArrayList_mD0D1A6E65C7E40B6B4BF2706E8A0A2EF8076955D(__this, L_0, /*hidden argument*/NULL); __this->set_fixups_2(L_1); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_fixups_2(); Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * L_3 = ___fixup0; NullCheck(L_2); int32_t L_4; L_4 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, L_3); return; } } // System.Void System.Xml.Serialization.XmlSerializationReader::AddFixup(System.Xml.Serialization.XmlSerializationReader/CollectionItemFixup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_AddFixup_m77E58E208876A17FB8118D7AE3FBC2A8C280A10B (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D * ___fixup0, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_collItemFixups_4(); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1; L_1 = XmlSerializationReader_EnsureArrayList_mD0D1A6E65C7E40B6B4BF2706E8A0A2EF8076955D(__this, L_0, /*hidden argument*/NULL); __this->set_collItemFixups_4(L_1); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_collItemFixups_4(); CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D * L_3 = ___fixup0; NullCheck(L_2); int32_t L_4; L_4 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, L_3); return; } } // System.Void System.Xml.Serialization.XmlSerializationReader::AddReadCallback(System.String,System.String,System.Type,System.Xml.Serialization.XmlSerializationReadCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_AddReadCallback_m76C740E31C27B7F5787D40F4C3363CA59552171D (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___name0, String_t* ___ns1, Type_t * ___type2, XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D * ___read3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * V_0 = NULL; { WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * L_0 = (WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D *)il2cpp_codegen_object_new(WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D_il2cpp_TypeInfo_var); WriteCallbackInfo__ctor_mBF617A47A85B73B3E04BC58090B9AD158609D48B(L_0, /*hidden argument*/NULL); V_0 = L_0; WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * L_1 = V_0; Type_t * L_2 = ___type2; NullCheck(L_1); L_1->set_Type_0(L_2); WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * L_3 = V_0; String_t* L_4 = ___name0; NullCheck(L_3); L_3->set_TypeName_1(L_4); WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * L_5 = V_0; String_t* L_6 = ___ns1; NullCheck(L_5); L_5->set_TypeNs_2(L_6); WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * L_7 = V_0; XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D * L_8 = ___read3; NullCheck(L_7); L_7->set_Callback_3(L_8); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_9 = __this->get_typesCallbacks_5(); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_10; L_10 = XmlSerializationReader_EnsureHashtable_mCF5D494B0DA924FF550D683A3AECB76C903CC19E(__this, L_9, /*hidden argument*/NULL); __this->set_typesCallbacks_5(L_10); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_11 = __this->get_typesCallbacks_5(); String_t* L_12 = ___name0; String_t* L_13 = ___ns1; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_14 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_14, L_12, L_13, /*hidden argument*/NULL); WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * L_15 = V_0; NullCheck(L_11); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_11, L_14, L_15); return; } } // System.Void System.Xml.Serialization.XmlSerializationReader::AddTarget(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_AddTarget_mEA9F13DE58CA25951B040D93F55B5657EF39C66F (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___id0, RuntimeObject * ___o1, const RuntimeMethod* method) { { String_t* L_0 = ___id0; if (!L_0) { goto IL_0031; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_targets_7(); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2; L_2 = XmlSerializationReader_EnsureHashtable_mCF5D494B0DA924FF550D683A3AECB76C903CC19E(__this, L_1, /*hidden argument*/NULL); __this->set_targets_7(L_2); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = __this->get_targets_7(); String_t* L_4 = ___id0; NullCheck(L_3); RuntimeObject * L_5; L_5 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_3, L_4); if (L_5) { goto IL_0054; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = __this->get_targets_7(); String_t* L_7 = ___id0; RuntimeObject * L_8 = ___o1; NullCheck(L_6); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_6, L_7, L_8); return; } IL_0031: { RuntimeObject * L_9 = ___o1; if (!L_9) { goto IL_0035; } } { return; } IL_0035: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_10 = __this->get_noIDTargets_6(); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_11; L_11 = XmlSerializationReader_EnsureArrayList_mD0D1A6E65C7E40B6B4BF2706E8A0A2EF8076955D(__this, L_10, /*hidden argument*/NULL); __this->set_noIDTargets_6(L_11); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_12 = __this->get_noIDTargets_6(); RuntimeObject * L_13 = ___o1; NullCheck(L_12); int32_t L_14; L_14 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_13); } IL_0054: { return; } } // System.String System.Xml.Serialization.XmlSerializationReader::CurrentTag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationReader_CurrentTag_m4F9FB59E2E93582F2B20ACC2F43B65FF981A8085 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A239B353DF341F4369D061CC4804CE665AC004F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6B20E18FAA3BB0018B8BA0CFA581E711100C554); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC9368BD45FDADA419F19715727AA00136EDF092); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2D53051A1FC8AFB412916CC43F2AC4BC8EA529C); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0037; } case 1: { goto IL_0058; } case 2: { goto IL_0064; } case 3: { goto IL_007c; } case 4: { goto IL_007c; } case 5: { goto IL_0070; } case 6: { goto IL_006a; } } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)15)))) { goto IL_0076; } } { goto IL_007c; } IL_0037: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_4 = __this->get_reader_1(); NullCheck(L_4); String_t* L_5; L_5 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_4); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_6 = __this->get_reader_1(); NullCheck(L_6); String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_6); String_t* L_8; L_8 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteralDC9368BD45FDADA419F19715727AA00136EDF092, L_5, L_7, /*hidden argument*/NULL); return L_8; } IL_0058: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_9 = __this->get_reader_1(); NullCheck(L_9); String_t* L_10; L_10 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_9); return L_10; } IL_0064: { return _stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C; } IL_006a: { return _stringLiteral4A239B353DF341F4369D061CC4804CE665AC004F; } IL_0070: { return _stringLiteralD6B20E18FAA3BB0018B8BA0CFA581E711100C554; } IL_0076: { return _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5; } IL_007c: { return _stringLiteralF2D53051A1FC8AFB412916CC43F2AC4BC8EA529C; } } // System.Exception System.Xml.Serialization.XmlSerializationReader::CreateReadOnlyCollectionException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationReader_CreateReadOnlyCollectionException_m4AB824F6ACBEF150493A08CED48CB217C41C6339 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50623751D4FC8BA06CDD524BBE0F26D268939E09); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1; L_1 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(_stringLiteral50623751D4FC8BA06CDD524BBE0F26D268939E09, L_0, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.Serialization.XmlSerializationReader::CreateUnknownConstantException(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationReader_CreateUnknownConstantException_mAD5FEABCBFD6156560D0DC00F080EFA7FB1A3209 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___value0, Type_t * ___enumType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF395EC26F95056DBC29912935F80FD26FEC80D35); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; Type_t * L_1 = ___enumType1; String_t* L_2; L_2 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteralF395EC26F95056DBC29912935F80FD26FEC80D35, L_0, L_1, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // System.Exception System.Xml.Serialization.XmlSerializationReader::CreateUnknownNodeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationReader_CreateUnknownNodeException_mDBFAE6234A526C9A43F325F205128D353BE2BD96 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D69B39A960B22749E12E1012E42DDF3C1BAEF1B); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = XmlSerializationReader_CurrentTag_m4F9FB59E2E93582F2B20ACC2F43B65FF981A8085(__this, /*hidden argument*/NULL); String_t* L_1; L_1 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_0, _stringLiteral0D69B39A960B22749E12E1012E42DDF3C1BAEF1B, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.Serialization.XmlSerializationReader::CreateUnknownTypeException(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationReader_CreateUnknownTypeException_mED9F2E117F47A1D9DA2D85357BCFBE54B63B42C9 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0145A7D045941D45D0398C5908900FEC7A46B7E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27D89C40DD20204BB03D3F4DDE04A0E0DBFCD089); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4C55B3EB787E57943196EB442BC171A969DCDCA); s_Il2CppMethodInitialized = true; } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral0145A7D045941D45D0398C5908900FEC7A46B7E2); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteral0145A7D045941D45D0398C5908900FEC7A46B7E2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_3 = ___type0; NullCheck(L_3); String_t* L_4; L_4 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_3, /*hidden argument*/NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(1), (String_t*)L_4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_2; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteralB4C55B3EB787E57943196EB442BC171A969DCDCA); (L_5)->SetAt(static_cast(2), (String_t*)_stringLiteralB4C55B3EB787E57943196EB442BC171A969DCDCA); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_7 = ___type0; NullCheck(L_7); String_t* L_8; L_8 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_7, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(3), (String_t*)L_8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_6; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral27D89C40DD20204BB03D3F4DDE04A0E0DBFCD089); (L_9)->SetAt(static_cast(4), (String_t*)_stringLiteral27D89C40DD20204BB03D3F4DDE04A0E0DBFCD089); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; String_t* L_11; L_11 = XmlSerializationReader_CurrentTag_m4F9FB59E2E93582F2B20ACC2F43B65FF981A8085(__this, /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(5), (String_t*)L_11); String_t* L_12; L_12 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417(L_10, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_13 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_13, L_12, /*hidden argument*/NULL); return L_13; } } // System.Array System.Xml.Serialization.XmlSerializationReader::EnsureArrayIndex(System.Array,System.Int32,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * XmlSerializationReader_EnsureArrayIndex_m0856B773A4363FABA33766089C74B39C225B3975 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, RuntimeArray * ___a0, int32_t ___index1, Type_t * ___elementType2, const RuntimeMethod* method) { int32_t V_0 = 0; RuntimeArray * V_1 = NULL; { RuntimeArray * L_0 = ___a0; if (!L_0) { goto IL_000e; } } { int32_t L_1 = ___index1; RuntimeArray * L_2 = ___a0; NullCheck(L_2); int32_t L_3; L_3 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_000e; } } { RuntimeArray * L_4 = ___a0; return L_4; } IL_000e: { RuntimeArray * L_5 = ___a0; if (L_5) { goto IL_0016; } } { V_0 = ((int32_t)32); goto IL_001f; } IL_0016: { RuntimeArray * L_6 = ___a0; NullCheck(L_6); int32_t L_7; L_7 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_6, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2)); } IL_001f: { Type_t * L_8 = ___elementType2; int32_t L_9 = V_0; RuntimeArray * L_10; L_10 = Array_CreateInstance_m4D1856F13485BB35ACC72A9B10475C29C301BD1D(L_8, L_9, /*hidden argument*/NULL); V_1 = L_10; RuntimeArray * L_11 = ___a0; if (!L_11) { goto IL_0032; } } { RuntimeArray * L_12 = ___a0; RuntimeArray * L_13 = V_1; int32_t L_14 = ___index1; Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D(L_12, L_13, L_14, /*hidden argument*/NULL); } IL_0032: { RuntimeArray * L_15 = V_1; return L_15; } } // System.Boolean System.Xml.Serialization.XmlSerializationReader::GetNullAttr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationReader_GetNullAttr_mA7AD73BAC9410221B0E9C1CD3FBCFBD38053DC47 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); String_t* L_1 = __this->get_nullX_20(); String_t* L_2 = __this->get_w3InstanceNS_15(); NullCheck(L_0); String_t* L_3; L_3 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_0, L_1, L_2); V_0 = L_3; String_t* L_4 = V_0; if (L_4) { goto IL_0069; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_5 = __this->get_reader_1(); String_t* L_6 = __this->get_nil_21(); String_t* L_7 = __this->get_w3InstanceNS_15(); NullCheck(L_5); String_t* L_8; L_8 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_5, L_6, L_7); V_0 = L_8; String_t* L_9 = V_0; if (L_9) { goto IL_0069; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_10 = __this->get_reader_1(); String_t* L_11 = __this->get_nullX_20(); String_t* L_12 = __this->get_w3InstanceNS2000_16(); NullCheck(L_10); String_t* L_13; L_13 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_10, L_11, L_12); V_0 = L_13; String_t* L_14 = V_0; if (L_14) { goto IL_0069; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_15 = __this->get_reader_1(); String_t* L_16 = __this->get_nullX_20(); String_t* L_17 = __this->get_w3InstanceNS1999_17(); NullCheck(L_15); String_t* L_18; L_18 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_15, L_16, L_17); V_0 = L_18; } IL_0069: { String_t* L_19 = V_0; return (bool)((!(((RuntimeObject*)(String_t*)L_19) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Object System.Xml.Serialization.XmlSerializationReader::GetTarget(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReader_GetTarget_mE747EB19FFFD513267314CA3F51E24BB5DE24EAB (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_targets_7(); if (L_0) { goto IL_000a; } } { return NULL; } IL_000a: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_targets_7(); String_t* L_2 = ___id0; NullCheck(L_1); RuntimeObject * L_3; L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2); V_0 = L_3; RuntimeObject * L_4 = V_0; if (!L_4) { goto IL_003a; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = __this->get_referencedObjects_11(); if (L_5) { goto IL_002d; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_6, /*hidden argument*/NULL); __this->set_referencedObjects_11(L_6); } IL_002d: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = __this->get_referencedObjects_11(); RuntimeObject * L_8 = V_0; RuntimeObject * L_9 = V_0; NullCheck(L_7); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_7, L_8, L_9); } IL_003a: { RuntimeObject * L_10 = V_0; return L_10; } } // System.Boolean System.Xml.Serialization.XmlSerializationReader::TargetReady(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationReader_TargetReady_m1223F4881B363826917A41689A9E1B664CC52AA3 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___id0, const RuntimeMethod* method) { { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_targets_7(); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_targets_7(); String_t* L_2 = ___id0; NullCheck(L_1); bool L_3; L_3 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(18 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_1, L_2); return L_3; } } // System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializationReader::GetXsiType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlSerializationReader_GetXsiType_m8972A9DFB294AAB6B0E9935A39C17CEC48F17EC4 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C014955313A7D33D5D04696B884B25325E6393C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0; L_0 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); String_t* L_1 = __this->get_typeX_22(); NullCheck(L_0); String_t* L_2; L_2 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_0, L_1, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C); V_0 = L_2; String_t* L_3 = V_0; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_5; L_5 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0027; } } { String_t* L_6 = V_0; if (L_6) { goto IL_0079; } } IL_0027: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_7; L_7 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); String_t* L_8 = __this->get_typeX_22(); String_t* L_9 = __this->get_w3InstanceNS1999_17(); NullCheck(L_7); String_t* L_10; L_10 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_7, L_8, L_9); V_0 = L_10; String_t* L_11 = V_0; String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_13; L_13 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_11, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_004f; } } { String_t* L_14 = V_0; if (L_14) { goto IL_0079; } } IL_004f: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_15; L_15 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); String_t* L_16 = __this->get_typeX_22(); String_t* L_17 = __this->get_w3InstanceNS2000_16(); NullCheck(L_15); String_t* L_18; L_18 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_15, L_16, L_17); V_0 = L_18; String_t* L_19 = V_0; String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_21; L_21 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_19, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0077; } } { String_t* L_22 = V_0; if (L_22) { goto IL_0079; } } IL_0077: { return (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL; } IL_0079: { String_t* L_23 = V_0; NullCheck(L_23); int32_t L_24; L_24 = String_IndexOf_m90616B2D8ACC645F389750FAE4F9A75BC5D82454(L_23, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, /*hidden argument*/NULL); V_1 = L_24; int32_t L_25 = V_1; if ((!(((uint32_t)L_25) == ((uint32_t)(-1))))) { goto IL_009b; } } { String_t* L_26 = V_0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_27; L_27 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_27); String_t* L_28; L_28 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_27); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_29 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_29, L_26, L_28, /*hidden argument*/NULL); return L_29; } IL_009b: { String_t* L_30 = V_0; int32_t L_31 = V_1; NullCheck(L_30); String_t* L_32; L_32 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_30, 0, L_31, /*hidden argument*/NULL); V_2 = L_32; String_t* L_33 = V_0; int32_t L_34 = V_1; NullCheck(L_33); String_t* L_35; L_35 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_33, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)), /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_36; L_36 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); String_t* L_37 = V_2; NullCheck(L_36); String_t* L_38; L_38 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(29 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_36, L_37); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_39 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_39, L_35, L_38, /*hidden argument*/NULL); return L_39; } } // System.Boolean System.Xml.Serialization.XmlSerializationReader::IsXmlnsAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationReader_IsXmlnsAttribute_m89AC0579D2688162EE3FD3C659CBCBC837F43B7C (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral450A121B534CE8146DA53AF9EA5328F6753B270F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)5))) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)5)))) { goto IL_001d; } } { String_t* L_4 = ___name0; bool L_5; L_5 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, /*hidden argument*/NULL); return L_5; } IL_001d: { String_t* L_6 = ___name0; NullCheck(L_6); bool L_7; L_7 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_6, _stringLiteral450A121B534CE8146DA53AF9EA5328F6753B270F, /*hidden argument*/NULL); return L_7; } } // System.Void System.Xml.Serialization.XmlSerializationReader::ParseWsdlArrayType(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_ParseWsdlArrayType_m795950BF7520FF06291B63CA458F0D35B28D195E (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_0 = ___attr0; NullCheck(L_0); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_0); String_t* L_2 = __this->get_wsdlNS_19(); bool L_3; L_3 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_006f; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_4 = ___attr0; NullCheck(L_4); String_t* L_5; L_5 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_4); String_t* L_6 = __this->get_arrayType_23(); bool L_7; L_7 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_006f; } } { V_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_8 = ___attr0; NullCheck(L_8); String_t* L_9; L_9 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_8); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeTranslator_ParseArrayType_m1459847CBB1E5C0C403916B7AB40E1C415B37920(L_9, (String_t**)(&V_1), (String_t**)(&V_0), (String_t**)(&V_2), /*hidden argument*/NULL); String_t* L_10 = V_0; bool L_11; L_11 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_10, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_11) { goto IL_0061; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_12; L_12 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); String_t* L_13 = V_0; NullCheck(L_12); String_t* L_14; L_14 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(29 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_12, L_13); String_t* L_15; L_15 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_14, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, /*hidden argument*/NULL); V_0 = L_15; } IL_0061: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_16 = ___attr0; String_t* L_17 = V_0; String_t* L_18 = V_1; String_t* L_19 = V_2; String_t* L_20; L_20 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_17, L_18, L_19, /*hidden argument*/NULL); NullCheck(L_16); VirtActionInvoker1< String_t* >::Invoke(8 /* System.Void System.Xml.XmlNode::set_Value(System.String) */, L_16, L_20); } IL_006f: { return; } } // System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializationReader::ReadElementQualifiedName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlSerializationReader_ReadElementQualifiedName_mBB1692A5DA4975CBDC42EE7048B4A3E426EF9E54 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_readCount_12(); __this->set_readCount_12(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = __this->get_reader_1(); NullCheck(L_1); bool L_2; L_2 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_1); if (!L_2) { goto IL_0032; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_3 = __this->get_reader_1(); NullCheck(L_3); VirtActionInvoker0::Invoke(27 /* System.Void System.Xml.XmlReader::Skip() */, L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_5; L_5 = XmlSerializationReader_ToXmlQualifiedName_mC04F7346916E64995226849BB915FACC2C0A8FD0(__this, L_4, /*hidden argument*/NULL); return L_5; } IL_0032: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_6 = __this->get_reader_1(); NullCheck(L_6); VirtActionInvoker0::Invoke(34 /* System.Void System.Xml.XmlReader::ReadStartElement() */, L_6); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_7 = __this->get_reader_1(); NullCheck(L_7); String_t* L_8; L_8 = VirtFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlReader::ReadString() */, L_7); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_9; L_9 = XmlSerializationReader_ToXmlQualifiedName_mC04F7346916E64995226849BB915FACC2C0A8FD0(__this, L_8, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_10 = __this->get_reader_1(); NullCheck(L_10); VirtActionInvoker0::Invoke(36 /* System.Void System.Xml.XmlReader::ReadEndElement() */, L_10); return L_9; } } // System.Void System.Xml.Serialization.XmlSerializationReader::ReadEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_ReadEndElement_mF5ED7E58DF9AC98E193E825650C97DA64539D525 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_readCount_12(); __this->set_readCount_12(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); goto IL_001b; } IL_0010: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = __this->get_reader_1(); NullCheck(L_1); VirtActionInvoker0::Invoke(27 /* System.Void System.Xml.XmlReader::Skip() */, L_1); } IL_001b: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2 = __this->get_reader_1(); NullCheck(L_2); int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_2); if ((((int32_t)L_3) == ((int32_t)((int32_t)13)))) { goto IL_0010; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_4 = __this->get_reader_1(); NullCheck(L_4); int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_4); if (!L_5) { goto IL_0043; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_6 = __this->get_reader_1(); NullCheck(L_6); VirtActionInvoker0::Invoke(36 /* System.Void System.Xml.XmlReader::ReadEndElement() */, L_6); return; } IL_0043: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_7 = __this->get_reader_1(); NullCheck(L_7); VirtActionInvoker0::Invoke(27 /* System.Void System.Xml.XmlReader::Skip() */, L_7); return; } } // System.Boolean System.Xml.Serialization.XmlSerializationReader::ReadNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationReader_ReadNull_mF2BFFBAF96FCEC98A36A87F38168C9328A5E3585 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method) { { bool L_0; L_0 = XmlSerializationReader_GetNullAttr_mA7AD73BAC9410221B0E9C1CD3FBCFBD38053DC47(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { int32_t L_1 = __this->get_readCount_12(); __this->set_readCount_12(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2 = __this->get_reader_1(); NullCheck(L_2); bool L_3; L_3 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_2); if (!L_3) { goto IL_0032; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_4 = __this->get_reader_1(); NullCheck(L_4); VirtActionInvoker0::Invoke(27 /* System.Void System.Xml.XmlReader::Skip() */, L_4); return (bool)1; } IL_0032: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_5 = __this->get_reader_1(); NullCheck(L_5); VirtActionInvoker0::Invoke(34 /* System.Void System.Xml.XmlReader::ReadStartElement() */, L_5); goto IL_0046; } IL_003f: { XmlSerializationReader_UnknownNode_m2529E0A7597D50053314AE8B1C210F3D101508F9(__this, NULL, /*hidden argument*/NULL); } IL_0046: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_6 = __this->get_reader_1(); NullCheck(L_6); int32_t L_7; L_7 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_6); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)15))))) { goto IL_003f; } } { XmlSerializationReader_ReadEndElement_mF5ED7E58DF9AC98E193E825650C97DA64539D525(__this, /*hidden argument*/NULL); return (bool)1; } } // System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializationReader::ReadNullableQualifiedName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlSerializationReader_ReadNullableQualifiedName_m36743C7A4FD1D70B96A948EC4E4143AA5F0D44AB (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method) { { bool L_0; L_0 = XmlSerializationReader_ReadNull_mF2BFFBAF96FCEC98A36A87F38168C9328A5E3585(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { return (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL; } IL_000a: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1; L_1 = XmlSerializationReader_ReadElementQualifiedName_mBB1692A5DA4975CBDC42EE7048B4A3E426EF9E54(__this, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Serialization.XmlSerializationReader::ReadNullableString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationReader_ReadNullableString_mD8E706CED8C7FD0B01BB4A22EC0F808774421C10 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method) { { bool L_0; L_0 = XmlSerializationReader_ReadNull_mF2BFFBAF96FCEC98A36A87F38168C9328A5E3585(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { return (String_t*)NULL; } IL_000a: { int32_t L_1 = __this->get_readCount_12(); __this->set_readCount_12(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2 = __this->get_reader_1(); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(35 /* System.String System.Xml.XmlReader::ReadElementString() */, L_2); return L_3; } } // System.Object System.Xml.Serialization.XmlSerializationReader::ReadReferencedElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReader_ReadReferencedElement_m85CBDE367C5926922DBCE12726A5D0CFCE228F54 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method) { { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0; L_0 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_0); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2; L_2 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_2); RuntimeObject * L_4; L_4 = XmlSerializationReader_ReadReferencedElement_m9F683A2105E02CC921B7051FB9A2E95D9EC60DF9(__this, L_1, L_3, /*hidden argument*/NULL); return L_4; } } // System.Xml.Serialization.XmlSerializationReader/WriteCallbackInfo System.Xml.Serialization.XmlSerializationReader::GetCallbackInfo(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * XmlSerializationReader_GetCallbackInfo_m8BD4495178412C0B858409E19721775F9C94B17C (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_typesCallbacks_5(); if (L_0) { goto IL_0019; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_1, /*hidden argument*/NULL); __this->set_typesCallbacks_5(L_1); VirtActionInvoker0::Invoke(4 /* System.Void System.Xml.Serialization.XmlSerializationReader::InitCallbacks() */, __this); } IL_0019: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = __this->get_typesCallbacks_5(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_3 = ___qname0; NullCheck(L_2); RuntimeObject * L_4; L_4 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3); return ((WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D *)CastclassClass((RuntimeObject*)L_4, WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D_il2cpp_TypeInfo_var)); } } // System.Object System.Xml.Serialization.XmlSerializationReader::ReadReferencedElement(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReader_ReadReferencedElement_m9F683A2105E02CC921B7051FB9A2E95D9EC60DF9 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_0 = NULL; String_t* V_1 = NULL; RuntimeObject * V_2 = NULL; String_t* V_3 = NULL; CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * V_4 = NULL; WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * V_5 = NULL; CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * G_B8_0 = NULL; { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0; L_0 = XmlSerializationReader_GetXsiType_m8972A9DFB294AAB6B0E9935A39C17CEC48F17EC4(__this, /*hidden argument*/NULL); V_0 = L_0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_2; L_2 = XmlQualifiedName_op_Equality_m2A644E46A9CB20B0E072ED47DE4E95E92B420A22(L_1, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0018; } } { String_t* L_3 = ___name0; String_t* L_4 = ___ns1; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_5 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_5, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_0018: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_6; L_6 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7; L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_6, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); V_1 = L_7; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_8; L_8 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); String_t* L_9 = __this->get_arrayType_23(); String_t* L_10 = __this->get_soapNS_18(); NullCheck(L_8); String_t* L_11; L_11 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_8, L_9, L_10); V_3 = L_11; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_12 = V_0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_13 = __this->get_arrayQName_24(); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_14; L_14 = XmlQualifiedName_op_Equality_m2A644E46A9CB20B0E072ED47DE4E95E92B420A22(L_12, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_005b; } } { String_t* L_15 = V_3; if (!L_15) { goto IL_00cc; } } { String_t* L_16 = V_3; NullCheck(L_16); int32_t L_17; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_16, /*hidden argument*/NULL); if ((((int32_t)L_17) <= ((int32_t)0))) { goto IL_00cc; } } IL_005b: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_18 = __this->get_collFixups_3(); if (L_18) { goto IL_0066; } } { G_B8_0 = ((CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E *)(NULL)); goto IL_0077; } IL_0066: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_19 = __this->get_collFixups_3(); String_t* L_20 = V_1; NullCheck(L_19); RuntimeObject * L_21; L_21 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_19, L_20); G_B8_0 = ((CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E *)CastclassClass((RuntimeObject*)L_21, CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E_il2cpp_TypeInfo_var)); } IL_0077: { V_4 = G_B8_0; bool L_22; L_22 = XmlSerializationReader_ReadList_m3F1CF31AB32823D842AFB9E38A81597E6D57F975(__this, (RuntimeObject **)(&V_2), /*hidden argument*/NULL); if (!L_22) { goto IL_00b1; } } { CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * L_23 = V_4; if (!L_23) { goto IL_00f4; } } { CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * L_24 = V_4; NullCheck(L_24); XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A * L_25; L_25 = CollectionFixup_get_Callback_mBDDBBF6D2CF598A2B5DEC2A332673A5718806083_inline(L_24, /*hidden argument*/NULL); CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * L_26 = V_4; NullCheck(L_26); RuntimeObject * L_27; L_27 = CollectionFixup_get_Collection_m64C85652B2AE1410C9E390E85A237906F6BBEEC0_inline(L_26, /*hidden argument*/NULL); RuntimeObject * L_28 = V_2; NullCheck(L_25); XmlSerializationCollectionFixupCallback_Invoke_mAC689A6CE4A11275ABB10A8318F4A1EEBB8409A6(L_25, L_27, L_28, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_29 = __this->get_collFixups_3(); String_t* L_30 = V_1; NullCheck(L_29); VirtActionInvoker1< RuntimeObject * >::Invoke(27 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_29, L_30); CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * L_31 = V_4; NullCheck(L_31); RuntimeObject * L_32; L_32 = CollectionFixup_get_Collection_m64C85652B2AE1410C9E390E85A237906F6BBEEC0_inline(L_31, /*hidden argument*/NULL); V_2 = L_32; goto IL_00f4; } IL_00b1: { CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * L_33 = V_4; if (!L_33) { goto IL_00f4; } } { CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * L_34 = V_4; RuntimeObject * L_35 = V_2; NullCheck(L_34); CollectionFixup_set_CollectionItems_m4AE94700267923AB9BCCFCE8FBC8BB115B599A8D_inline(L_34, (RuntimeObject *)(RuntimeObject *)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_35, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * L_36 = V_4; NullCheck(L_36); RuntimeObject * L_37; L_37 = CollectionFixup_get_Collection_m64C85652B2AE1410C9E390E85A237906F6BBEEC0_inline(L_36, /*hidden argument*/NULL); V_2 = L_37; goto IL_00f4; } IL_00cc: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_38 = V_0; WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * L_39; L_39 = XmlSerializationReader_GetCallbackInfo_m8BD4495178412C0B858409E19721775F9C94B17C(__this, L_38, /*hidden argument*/NULL); V_5 = L_39; WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * L_40 = V_5; if (L_40) { goto IL_00e7; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_41 = V_0; String_t* L_42 = V_1; RuntimeObject * L_43; L_43 = XmlSerializationReader_ReadTypedPrimitive_m398FF44741FA1F4399F40ADBDEF67D2852F5A3F3(__this, L_41, (bool)((!(((RuntimeObject*)(String_t*)L_42) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0), /*hidden argument*/NULL); V_2 = L_43; goto IL_00f4; } IL_00e7: { WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * L_44 = V_5; NullCheck(L_44); XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D * L_45 = L_44->get_Callback_3(); NullCheck(L_45); RuntimeObject * L_46; L_46 = XmlSerializationReadCallback_Invoke_m28B46BE30C4965E5ADCEB3665B2C75B9EFA0491E(L_45, /*hidden argument*/NULL); V_2 = L_46; } IL_00f4: { String_t* L_47 = V_1; RuntimeObject * L_48 = V_2; XmlSerializationReader_AddTarget_mEA9F13DE58CA25951B040D93F55B5657EF39C66F(__this, L_47, L_48, /*hidden argument*/NULL); RuntimeObject * L_49 = V_2; return L_49; } } // System.Boolean System.Xml.Serialization.XmlSerializationReader::ReadList(System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationReader_ReadList_m3F1CF31AB32823D842AFB9E38A81597E6D57F975 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, RuntimeObject ** ___resultList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m752788CA9E64FFC2DF70ABBDB8669E579849F4C3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationReader_ReadList_m3F1CF31AB32823D842AFB9E38A81597E6D57F975_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* V_4 = NULL; int32_t V_5 = 0; RuntimeArray * V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; bool V_9 = false; WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * V_10 = NULL; int32_t V_11 = 0; String_t* V_12 = NULL; RuntimeObject * V_13 = NULL; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0; L_0 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); String_t* L_1 = __this->get_arrayType_23(); String_t* L_2 = __this->get_soapNS_18(); NullCheck(L_0); String_t* L_3; L_3 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_0, L_1, L_2); V_0 = L_3; String_t* L_4 = V_0; if (L_4) { goto IL_0033; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_5; L_5 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); String_t* L_6 = __this->get_arrayType_23(); String_t* L_7 = __this->get_wsdlNS_19(); NullCheck(L_5); String_t* L_8; L_8 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_5, L_6, L_7); V_0 = L_8; } IL_0033: { String_t* L_9 = V_0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_10; L_10 = XmlSerializationReader_ToXmlQualifiedName_mC04F7346916E64995226849BB915FACC2C0A8FD0(__this, L_9, /*hidden argument*/NULL); V_1 = L_10; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_11 = V_1; NullCheck(L_11); String_t* L_12; L_12 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_11, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13; L_13 = String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826(L_12, ((int32_t)91), /*hidden argument*/NULL); V_2 = L_13; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_14 = V_1; NullCheck(L_14); String_t* L_15; L_15 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_14, /*hidden argument*/NULL); int32_t L_16 = V_2; NullCheck(L_15); String_t* L_17; L_17 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_15, L_16, /*hidden argument*/NULL); V_3 = L_17; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_18 = V_1; NullCheck(L_18); String_t* L_19; L_19 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_18, /*hidden argument*/NULL); int32_t L_20 = V_2; NullCheck(L_19); String_t* L_21; L_21 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_19, 0, L_20, /*hidden argument*/NULL); V_4 = L_21; String_t* L_22 = V_3; String_t* L_23 = V_3; NullCheck(L_23); int32_t L_24; L_24 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_23, /*hidden argument*/NULL); NullCheck(L_22); String_t* L_25; L_25 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_22, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)2)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_26; L_26 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); int32_t L_27; L_27 = Int32_Parse_m4F33B01E3645FB4492B4D34CBC6A8F59AA044449(L_25, L_26, /*hidden argument*/NULL); V_5 = L_27; String_t* L_28 = V_4; NullCheck(L_28); int32_t L_29; L_29 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_28, ((int32_t)91), /*hidden argument*/NULL); V_2 = L_29; int32_t L_30 = V_2; if ((!(((uint32_t)L_30) == ((uint32_t)(-1))))) { goto IL_0096; } } { String_t* L_31 = V_4; NullCheck(L_31); int32_t L_32; L_32 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_31, /*hidden argument*/NULL); V_2 = L_32; } IL_0096: { String_t* L_33 = V_4; int32_t L_34 = V_2; NullCheck(L_33); String_t* L_35; L_35 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_33, 0, L_34, /*hidden argument*/NULL); V_7 = L_35; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_36 = V_1; NullCheck(L_36); String_t* L_37; L_37 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_36, /*hidden argument*/NULL); String_t* L_38 = __this->get_w3SchemaNS_14(); bool L_39; L_39 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_37, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00d6; } } { String_t* L_40 = V_7; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_41; L_41 = TypeTranslator_GetPrimitiveTypeData_m9714FB6747FA5A512BC4AAD4AC62F3173455DC7F(L_40, /*hidden argument*/NULL); NullCheck(L_41); Type_t * L_42; L_42 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_41, /*hidden argument*/NULL); NullCheck(L_42); String_t* L_43; L_43 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_42); String_t* L_44 = V_4; int32_t L_45 = V_2; NullCheck(L_44); String_t* L_46; L_46 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_44, L_45, /*hidden argument*/NULL); String_t* L_47; L_47 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_43, L_46, /*hidden argument*/NULL); V_8 = L_47; goto IL_011c; } IL_00d6: { String_t* L_48 = V_7; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_49 = V_1; NullCheck(L_49); String_t* L_50; L_50 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_49, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_51 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_51, L_48, L_50, /*hidden argument*/NULL); WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * L_52; L_52 = XmlSerializationReader_GetCallbackInfo_m8BD4495178412C0B858409E19721775F9C94B17C(__this, L_51, /*hidden argument*/NULL); V_10 = L_52; WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * L_53 = V_10; NullCheck(L_53); Type_t * L_54 = L_53->get_Type_0(); NullCheck(L_54); String_t* L_55; L_55 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_54); String_t* L_56 = V_4; int32_t L_57 = V_2; NullCheck(L_56); String_t* L_58; L_58 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_56, L_57, /*hidden argument*/NULL); WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * L_59 = V_10; NullCheck(L_59); Type_t * L_60 = L_59->get_Type_0(); NullCheck(L_60); Assembly_t * L_61; L_61 = VirtFuncInvoker0< Assembly_t * >::Invoke(24 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_60); NullCheck(L_61); String_t* L_62; L_62 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_61); String_t* L_63; L_63 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749(L_55, L_58, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, L_62, /*hidden argument*/NULL); V_8 = L_63; } IL_011c: { String_t* L_64 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_65; L_65 = il2cpp_codegen_get_type(Type_GetType_m752788CA9E64FFC2DF70ABBDB8669E579849F4C3_RuntimeMethod_var, L_64, XmlSerializationReader_ReadList_m3F1CF31AB32823D842AFB9E38A81597E6D57F975_RuntimeMethod_var); int32_t L_66 = V_5; RuntimeArray * L_67; L_67 = Array_CreateInstance_m4D1856F13485BB35ACC72A9B10475C29C301BD1D(L_65, L_66, /*hidden argument*/NULL); V_6 = L_67; V_9 = (bool)1; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_68; L_68 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_68); bool L_69; L_69 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_68); if (!L_69) { goto IL_015a; } } { int32_t L_70 = __this->get_readCount_12(); __this->set_readCount_12(((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1))); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_71; L_71 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_71); VirtActionInvoker0::Invoke(27 /* System.Void System.Xml.XmlReader::Skip() */, L_71); goto IL_01e7; } IL_015a: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_72; L_72 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_72); VirtActionInvoker0::Invoke(34 /* System.Void System.Xml.XmlReader::ReadStartElement() */, L_72); V_11 = 0; goto IL_01cf; } IL_016a: { int32_t L_73 = __this->get_whileIterationCount_13(); __this->set_whileIterationCount_13(((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1))); int32_t L_74 = __this->get_readCount_12(); __this->set_readCount_12(((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1))); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_75; L_75 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_75); int32_t L_76; L_76 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, L_75); String_t* L_77 = V_4; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_78 = V_1; NullCheck(L_78); String_t* L_79; L_79 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_78, /*hidden argument*/NULL); RuntimeObject * L_80; L_80 = XmlSerializationReader_ReadReferencingElement_m80D661F68B5C23CEF698A3397DAD2754E8C011B4(__this, L_77, L_79, (String_t**)(&V_12), /*hidden argument*/NULL); V_13 = L_80; String_t* L_81 = V_12; if (L_81) { goto IL_01b5; } } { RuntimeArray * L_82 = V_6; RuntimeObject * L_83 = V_13; int32_t L_84 = V_11; NullCheck(L_82); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_82, L_83, L_84, /*hidden argument*/NULL); goto IL_01c9; } IL_01b5: { RuntimeArray * L_85 = V_6; int32_t L_86 = V_11; String_t* L_87 = V_12; CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D * L_88 = (CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D *)il2cpp_codegen_object_new(CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D_il2cpp_TypeInfo_var); CollectionItemFixup__ctor_m3E2810219F868C9B2741F9D4FA20D809A3245EC4(L_88, L_85, L_86, L_87, /*hidden argument*/NULL); XmlSerializationReader_AddFixup_m77E58E208876A17FB8118D7AE3FBC2A8C280A10B(__this, L_88, /*hidden argument*/NULL); V_9 = (bool)0; } IL_01c9: { int32_t L_89 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)); } IL_01cf: { int32_t L_90 = V_11; int32_t L_91 = V_5; if ((((int32_t)L_90) < ((int32_t)L_91))) { goto IL_016a; } } { __this->set_whileIterationCount_13(0); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_92; L_92 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_92); VirtActionInvoker0::Invoke(36 /* System.Void System.Xml.XmlReader::ReadEndElement() */, L_92); } IL_01e7: { RuntimeObject ** L_93 = ___resultList0; RuntimeArray * L_94 = V_6; *((RuntimeObject **)L_93) = (RuntimeObject *)L_94; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_93, (void*)(RuntimeObject *)L_94); bool L_95 = V_9; return L_95; } } // System.Void System.Xml.Serialization.XmlSerializationReader::ReadReferencedElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_ReadReferencedElements_m8050E3CDD83D6A9CFAF897E3E40497F36F60205A (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D * V_5 = NULL; CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * V_6 = NULL; Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * V_7 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_8; memset((&V_8), 0, sizeof(V_8)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, L_0); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2 = __this->get_reader_1(); NullCheck(L_2); int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_2); V_0 = L_3; goto IL_0055; } IL_001a: { int32_t L_4 = __this->get_whileIterationCount_13(); __this->set_whileIterationCount_13(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = __this->get_readCount_12(); __this->set_readCount_12(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); RuntimeObject * L_6; L_6 = XmlSerializationReader_ReadReferencedElement_m85CBDE367C5926922DBCE12726A5D0CFCE228F54(__this, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_7 = __this->get_reader_1(); NullCheck(L_7); int32_t L_8; L_8 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, L_7); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_9 = __this->get_reader_1(); NullCheck(L_9); int32_t L_10; L_10 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_9); V_0 = L_10; } IL_0055: { int32_t L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)15)))) { goto IL_005d; } } { int32_t L_12 = V_0; if (L_12) { goto IL_001a; } } IL_005d: { __this->set_whileIterationCount_13(0); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_13 = __this->get_delayedListFixups_8(); if (!L_13) { goto IL_00ba; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_14 = __this->get_delayedListFixups_8(); NullCheck(L_14); RuntimeObject* L_15; L_15 = VirtFuncInvoker0< RuntimeObject* >::Invoke(22 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_14); V_1 = L_15; } IL_0078: try { // begin try (depth: 1) { goto IL_009f; } IL_007a: { RuntimeObject* L_16 = V_1; NullCheck(L_16); RuntimeObject * L_17; L_17 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); V_2 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_17, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_18; L_18 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_2), /*hidden argument*/NULL); RuntimeObject * L_19; L_19 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_2), /*hidden argument*/NULL); XmlSerializationReader_AddTarget_mEA9F13DE58CA25951B040D93F55B5657EF39C66F(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_18, String_t_il2cpp_TypeInfo_var)), L_19, /*hidden argument*/NULL); } IL_009f: { RuntimeObject* L_20 = V_1; NullCheck(L_20); bool L_21; L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_007a; } } IL_00a7: { IL2CPP_LEAVE(0xBA, 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_22 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_23 = V_3; if (!L_23) { goto IL_00b9; } } IL_00b3: { RuntimeObject* L_24 = V_3; NullCheck(L_24); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_24); } IL_00b9: { IL2CPP_END_FINALLY(169) } } // end finally (depth: 1) IL2CPP_CLEANUP(169) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xBA, IL_00ba) } IL_00ba: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_25 = __this->get_collItemFixups_4(); if (!L_25) { goto IL_011c; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_26 = __this->get_collItemFixups_4(); NullCheck(L_26); RuntimeObject* L_27; L_27 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_26); V_4 = L_27; } IL_00cf: try { // begin try (depth: 1) { goto IL_00ff; } IL_00d1: { RuntimeObject* L_28 = V_4; NullCheck(L_28); RuntimeObject * L_29; L_29 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_28); V_5 = ((CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D *)CastclassClass((RuntimeObject*)L_29, CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D_il2cpp_TypeInfo_var)); CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D * L_30 = V_5; NullCheck(L_30); RuntimeArray * L_31; L_31 = CollectionItemFixup_get_Collection_mFCE4197BDE067DAA25F0BEED5CCFB7DA2594D915_inline(L_30, /*hidden argument*/NULL); CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D * L_32 = V_5; NullCheck(L_32); String_t* L_33; L_33 = CollectionItemFixup_get_Id_mC0BCE340A91ABE4A1EFEA23CC3FCC11F814030E4_inline(L_32, /*hidden argument*/NULL); RuntimeObject * L_34; L_34 = XmlSerializationReader_GetTarget_mE747EB19FFFD513267314CA3F51E24BB5DE24EAB(__this, L_33, /*hidden argument*/NULL); CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D * L_35 = V_5; NullCheck(L_35); int32_t L_36; L_36 = CollectionItemFixup_get_Index_mBA4CBC3F3781B66DE02F076EC9744AD5141A9641_inline(L_35, /*hidden argument*/NULL); NullCheck(L_31); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_31, L_34, L_36, /*hidden argument*/NULL); } IL_00ff: { RuntimeObject* L_37 = V_4; NullCheck(L_37); bool L_38; L_38 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_37); if (L_38) { goto IL_00d1; } } IL_0108: { IL2CPP_LEAVE(0x11C, FINALLY_010a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_010a; } FINALLY_010a: { // begin finally (depth: 1) { RuntimeObject* L_39 = V_4; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_39, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_40 = V_3; if (!L_40) { goto IL_011b; } } IL_0115: { RuntimeObject* L_41 = V_3; NullCheck(L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_41); } IL_011b: { IL2CPP_END_FINALLY(266) } } // end finally (depth: 1) IL2CPP_CLEANUP(266) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x11C, IL_011c) } IL_011c: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_42 = __this->get_collFixups_3(); if (!L_42) { goto IL_017d; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_43 = __this->get_collFixups_3(); NullCheck(L_43); RuntimeObject* L_44; L_44 = VirtFuncInvoker0< RuntimeObject* >::Invoke(26 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_43); NullCheck(L_44); RuntimeObject* L_45; L_45 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_44); V_4 = L_45; } IL_0136: try { // begin try (depth: 1) { goto IL_0160; } IL_0138: { RuntimeObject* L_46 = V_4; NullCheck(L_46); RuntimeObject * L_47; L_47 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_46); V_6 = ((CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E *)CastclassClass((RuntimeObject*)L_47, CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E_il2cpp_TypeInfo_var)); CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * L_48 = V_6; NullCheck(L_48); XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A * L_49; L_49 = CollectionFixup_get_Callback_mBDDBBF6D2CF598A2B5DEC2A332673A5718806083_inline(L_48, /*hidden argument*/NULL); CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * L_50 = V_6; NullCheck(L_50); RuntimeObject * L_51; L_51 = CollectionFixup_get_Collection_m64C85652B2AE1410C9E390E85A237906F6BBEEC0_inline(L_50, /*hidden argument*/NULL); CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * L_52 = V_6; NullCheck(L_52); RuntimeObject * L_53; L_53 = CollectionFixup_get_CollectionItems_m7B8A225C353E6B6C2639D7086C2FAC03F064D5AB_inline(L_52, /*hidden argument*/NULL); NullCheck(L_49); XmlSerializationCollectionFixupCallback_Invoke_mAC689A6CE4A11275ABB10A8318F4A1EEBB8409A6(L_49, L_51, L_53, /*hidden argument*/NULL); } IL_0160: { RuntimeObject* L_54 = V_4; NullCheck(L_54); bool L_55; L_55 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_54); if (L_55) { goto IL_0138; } } IL_0169: { IL2CPP_LEAVE(0x17D, FINALLY_016b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_016b; } FINALLY_016b: { // begin finally (depth: 1) { RuntimeObject* L_56 = V_4; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_56, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_57 = V_3; if (!L_57) { goto IL_017c; } } IL_0176: { RuntimeObject* L_58 = V_3; NullCheck(L_58); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_58); } IL_017c: { IL2CPP_END_FINALLY(363) } } // end finally (depth: 1) IL2CPP_CLEANUP(363) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x17D, IL_017d) } IL_017d: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_59 = __this->get_fixups_2(); if (!L_59) { goto IL_01cd; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_60 = __this->get_fixups_2(); NullCheck(L_60); RuntimeObject* L_61; L_61 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_60); V_4 = L_61; } IL_0192: try { // begin try (depth: 1) { goto IL_01b0; } IL_0194: { RuntimeObject* L_62 = V_4; NullCheck(L_62); RuntimeObject * L_63; L_63 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_62); V_7 = ((Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B *)CastclassClass((RuntimeObject*)L_63, Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B_il2cpp_TypeInfo_var)); Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * L_64 = V_7; NullCheck(L_64); XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 * L_65; L_65 = Fixup_get_Callback_mF8794F68FBAA9531BB1BC8779DEBEF7720A81C1F_inline(L_64, /*hidden argument*/NULL); Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * L_66 = V_7; NullCheck(L_65); XmlSerializationFixupCallback_Invoke_mA91674704505C2EA53A3231D7783C17229830EF2(L_65, L_66, /*hidden argument*/NULL); } IL_01b0: { RuntimeObject* L_67 = V_4; NullCheck(L_67); bool L_68; L_68 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_67); if (L_68) { goto IL_0194; } } IL_01b9: { IL2CPP_LEAVE(0x1CD, FINALLY_01bb); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01bb; } FINALLY_01bb: { // begin finally (depth: 1) { RuntimeObject* L_69 = V_4; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_69, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_70 = V_3; if (!L_70) { goto IL_01cc; } } IL_01c6: { RuntimeObject* L_71 = V_3; NullCheck(L_71); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_71); } IL_01cc: { IL2CPP_END_FINALLY(443) } } // end finally (depth: 1) IL2CPP_CLEANUP(443) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1CD, IL_01cd) } IL_01cd: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_72 = __this->get_targets_7(); if (!L_72) { goto IL_0249; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_73 = __this->get_targets_7(); NullCheck(L_73); RuntimeObject* L_74; L_74 = VirtFuncInvoker0< RuntimeObject* >::Invoke(22 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_73); V_1 = L_74; } IL_01e1: try { // begin try (depth: 1) { goto IL_022e; } IL_01e3: { RuntimeObject* L_75 = V_1; NullCheck(L_75); RuntimeObject * L_76; L_76 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_75); V_8 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_76, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_77; L_77 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_8), /*hidden argument*/NULL); if (!L_77) { goto IL_022e; } } IL_01f9: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_78 = __this->get_referencedObjects_11(); if (!L_78) { goto IL_0215; } } IL_0201: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_79 = __this->get_referencedObjects_11(); RuntimeObject * L_80; L_80 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_8), /*hidden argument*/NULL); NullCheck(L_79); bool L_81; L_81 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(17 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_79, L_80); if (L_81) { goto IL_022e; } } IL_0215: { RuntimeObject * L_82; L_82 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_8), /*hidden argument*/NULL); RuntimeObject * L_83; L_83 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_8), /*hidden argument*/NULL); XmlSerializationReader_UnreferencedObject_mCDF69C9BFC2E244F2D7A6A7DF8BD13A874E9F832(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_82, String_t_il2cpp_TypeInfo_var)), L_83, /*hidden argument*/NULL); } IL_022e: { RuntimeObject* L_84 = V_1; NullCheck(L_84); bool L_85; L_85 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_84); if (L_85) { goto IL_01e3; } } IL_0236: { IL2CPP_LEAVE(0x249, FINALLY_0238); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0238; } FINALLY_0238: { // begin finally (depth: 1) { RuntimeObject* L_86 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_86, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_87 = V_3; if (!L_87) { goto IL_0248; } } IL_0242: { RuntimeObject* L_88 = V_3; NullCheck(L_88); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_88); } IL_0248: { IL2CPP_END_FINALLY(568) } } // end finally (depth: 1) IL2CPP_CLEANUP(568) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x249, IL_0249) } IL_0249: { return; } } // System.Object System.Xml.Serialization.XmlSerializationReader::ReadReferencingElement(System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReader_ReadReferencingElement_m3910CC3A4B021EACD8358BB0245CDFB32F799BA0 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t** ___fixupReference0, const RuntimeMethod* method) { { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0; L_0 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_0); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2; L_2 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_2); String_t** L_4 = ___fixupReference0; RuntimeObject * L_5; L_5 = XmlSerializationReader_ReadReferencingElement_mDB67DA524354BA8BECEA7DEA6C3B7241A7524F26(__this, L_1, L_3, (bool)0, (String_t**)L_4, /*hidden argument*/NULL); return L_5; } } // System.Object System.Xml.Serialization.XmlSerializationReader::ReadReferencingElement(System.String,System.String,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReader_ReadReferencingElement_m80D661F68B5C23CEF698A3397DAD2754E8C011B4 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___name0, String_t* ___ns1, String_t** ___fixupReference2, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___ns1; String_t** L_2 = ___fixupReference2; RuntimeObject * L_3; L_3 = XmlSerializationReader_ReadReferencingElement_mDB67DA524354BA8BECEA7DEA6C3B7241A7524F26(__this, L_0, L_1, (bool)0, (String_t**)L_2, /*hidden argument*/NULL); return L_3; } } // System.Object System.Xml.Serialization.XmlSerializationReader::ReadReferencingElement(System.String,System.String,System.Boolean,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReader_ReadReferencingElement_mDB67DA524354BA8BECEA7DEA6C3B7241A7524F26 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___name0, String_t* ___ns1, bool ___elementCanBeType2, String_t** ___fixupReference3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0AEA83737E2216962B6144625FC860B3F361A5ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6E343F1FC14B98DB00C87F0E3819524F17E1996); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_1 = NULL; String_t* V_2 = NULL; RuntimeObject * V_3 = NULL; int32_t V_4 = 0; WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * V_5 = NULL; { bool L_0; L_0 = XmlSerializationReader_ReadNull_mF2BFFBAF96FCEC98A36A87F38168C9328A5E3585(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000e; } } { String_t** L_1 = ___fixupReference3; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL); return NULL; } IL_000e: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2; L_2 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_2, _stringLiteral0AEA83737E2216962B6144625FC860B3F361A5ED); V_0 = L_3; String_t* L_4 = V_0; String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_6; L_6 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0032; } } { String_t* L_7 = V_0; if (L_7) { goto IL_00f1; } } IL_0032: { String_t** L_8 = ___fixupReference3; *((RuntimeObject **)L_8) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_9; L_9 = XmlSerializationReader_GetXsiType_m8972A9DFB294AAB6B0E9935A39C17CEC48F17EC4(__this, /*hidden argument*/NULL); V_1 = L_9; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_11; L_11 = XmlQualifiedName_op_Equality_m2A644E46A9CB20B0E072ED47DE4E95E92B420A22(L_10, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_004e; } } { String_t* L_12 = ___name0; String_t* L_13 = ___ns1; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_14 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_14, L_12, L_13, /*hidden argument*/NULL); V_1 = L_14; } IL_004e: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_15; L_15 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); String_t* L_16 = __this->get_arrayType_23(); String_t* L_17 = __this->get_soapNS_18(); NullCheck(L_15); String_t* L_18; L_18 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_15, L_16, L_17); V_2 = L_18; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_19 = V_1; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_20 = __this->get_arrayQName_24(); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_21; L_21 = XmlQualifiedName_op_Equality_m2A644E46A9CB20B0E072ED47DE4E95E92B420A22(L_19, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0077; } } { String_t* L_22 = V_2; if (!L_22) { goto IL_00ce; } } IL_0077: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_23 = __this->get_delayedListFixups_8(); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_24; L_24 = XmlSerializationReader_EnsureHashtable_mCF5D494B0DA924FF550D683A3AECB76C903CC19E(__this, L_23, /*hidden argument*/NULL); __this->set_delayedListFixups_8(L_24); String_t** L_25 = ___fixupReference3; int32_t L_26 = __this->get_delayedFixupId_10(); V_4 = L_26; int32_t L_27 = V_4; __this->set_delayedFixupId_10(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))); int32_t L_28 = V_4; int32_t L_29 = L_28; RuntimeObject * L_30 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_29); String_t* L_31; L_31 = String_Concat_mC8718EA35386A775C9A7983763DAA0A863623D73(_stringLiteralD6E343F1FC14B98DB00C87F0E3819524F17E1996, L_30, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, /*hidden argument*/NULL); *((RuntimeObject **)L_25) = (RuntimeObject *)L_31; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_25, (void*)(RuntimeObject *)L_31); bool L_32; L_32 = XmlSerializationReader_ReadList_m3F1CF31AB32823D842AFB9E38A81597E6D57F975(__this, (RuntimeObject **)(&V_3), /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_33 = __this->get_delayedListFixups_8(); String_t** L_34 = ___fixupReference3; String_t* L_35 = *((String_t**)L_34); RuntimeObject * L_36 = V_3; NullCheck(L_33); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_33, L_35, L_36); return NULL; } IL_00ce: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_37 = V_1; WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * L_38; L_38 = XmlSerializationReader_GetCallbackInfo_m8BD4495178412C0B858409E19721775F9C94B17C(__this, L_37, /*hidden argument*/NULL); V_5 = L_38; WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * L_39 = V_5; if (L_39) { goto IL_00e4; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_40 = V_1; RuntimeObject * L_41; L_41 = XmlSerializationReader_ReadTypedPrimitive_m398FF44741FA1F4399F40ADBDEF67D2852F5A3F3(__this, L_40, (bool)1, /*hidden argument*/NULL); return L_41; } IL_00e4: { WriteCallbackInfo_tF12675262DE88D8583DAD677E61DA8D1E81E4C0D * L_42 = V_5; NullCheck(L_42); XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D * L_43 = L_42->get_Callback_3(); NullCheck(L_43); RuntimeObject * L_44; L_44 = XmlSerializationReadCallback_Invoke_m28B46BE30C4965E5ADCEB3665B2C75B9EFA0491E(L_43, /*hidden argument*/NULL); return L_44; } IL_00f1: { String_t* L_45 = V_0; NullCheck(L_45); bool L_46; L_46 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_45, _stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3, /*hidden argument*/NULL); if (!L_46) { goto IL_0106; } } { String_t* L_47 = V_0; NullCheck(L_47); String_t* L_48; L_48 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_47, 1, /*hidden argument*/NULL); V_0 = L_48; } IL_0106: { int32_t L_49 = __this->get_readCount_12(); __this->set_readCount_12(((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1))); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_50; L_50 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_50); VirtActionInvoker0::Invoke(27 /* System.Void System.Xml.XmlReader::Skip() */, L_50); String_t* L_51 = V_0; bool L_52; L_52 = XmlSerializationReader_TargetReady_m1223F4881B363826917A41689A9E1B664CC52AA3(__this, L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_0134; } } { String_t** L_53 = ___fixupReference3; *((RuntimeObject **)L_53) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_53, (void*)(RuntimeObject *)NULL); String_t* L_54 = V_0; RuntimeObject * L_55; L_55 = XmlSerializationReader_GetTarget_mE747EB19FFFD513267314CA3F51E24BB5DE24EAB(__this, L_54, /*hidden argument*/NULL); return L_55; } IL_0134: { String_t** L_56 = ___fixupReference3; String_t* L_57 = V_0; *((RuntimeObject **)L_56) = (RuntimeObject *)L_57; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_56, (void*)(RuntimeObject *)L_57); return NULL; } } // System.Xml.Serialization.IXmlSerializable System.Xml.Serialization.XmlSerializationReader::ReadSerializable(System.Xml.Serialization.IXmlSerializable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializationReader_ReadSerializable_m185A956418B56B34F40DEF89A2993285F117DCC5 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, RuntimeObject* ___serializable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSerializable_t5BEF028D2890007426B01C2B934C2469498B8013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0; L_0 = XmlSerializationReader_ReadNull_mF2BFFBAF96FCEC98A36A87F38168C9328A5E3585(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { return (RuntimeObject*)NULL; } IL_000a: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = __this->get_reader_1(); NullCheck(L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_1); V_0 = L_2; int32_t L_3 = __this->get_readCount_12(); __this->set_readCount_12(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); RuntimeObject* L_4 = ___serializable0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_5 = __this->get_reader_1(); NullCheck(L_4); InterfaceActionInvoker1< XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * >::Invoke(1 /* System.Void System.Xml.Serialization.IXmlSerializable::ReadXml(System.Xml.XmlReader) */, IXmlSerializable_t5BEF028D2890007426B01C2B934C2469498B8013_il2cpp_TypeInfo_var, L_4, L_5); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_6; L_6 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7; L_7 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, L_6); goto IL_0049; } IL_003e: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_8 = __this->get_reader_1(); NullCheck(L_8); VirtActionInvoker0::Invoke(27 /* System.Void System.Xml.XmlReader::Skip() */, L_8); } IL_0049: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_9 = __this->get_reader_1(); NullCheck(L_9); int32_t L_10; L_10 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_9); int32_t L_11 = V_0; if ((((int32_t)L_10) > ((int32_t)L_11))) { goto IL_003e; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_12 = __this->get_reader_1(); NullCheck(L_12); int32_t L_13; L_13 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_12); int32_t L_14 = V_0; if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_007f; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_15 = __this->get_reader_1(); NullCheck(L_15); int32_t L_16; L_16 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_15); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)15))))) { goto IL_007f; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_17 = __this->get_reader_1(); NullCheck(L_17); VirtActionInvoker0::Invoke(36 /* System.Void System.Xml.XmlReader::ReadEndElement() */, L_17); } IL_007f: { RuntimeObject* L_18 = ___serializable0; return L_18; } } // System.Object System.Xml.Serialization.XmlSerializationReader::ReadTypedPrimitive(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReader_ReadTypedPrimitive_m8B31A521346F823ED15447984E1B98F58E526B60 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___type0, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___type0; RuntimeObject * L_1; L_1 = XmlSerializationReader_ReadTypedPrimitive_m398FF44741FA1F4399F40ADBDEF67D2852F5A3F3(__this, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Object System.Xml.Serialization.XmlSerializationReader::ReadTypedPrimitive(System.Xml.XmlQualifiedName,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReader_ReadTypedPrimitive_m398FF44741FA1F4399F40ADBDEF67D2852F5A3F3 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname0, bool ___reportUnknown1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * V_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_2 = NULL; XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA* V_3 = NULL; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_6 = NULL; RuntimeObject* V_7 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___qname0; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_1; L_1 = XmlQualifiedName_op_Equality_m2A644E46A9CB20B0E072ED47DE4E95E92B420A22(L_0, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2; L_2 = XmlSerializationReader_GetXsiType_m8972A9DFB294AAB6B0E9935A39C17CEC48F17EC4(__this, /*hidden argument*/NULL); ___qname0 = L_2; } IL_0011: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_3 = ___qname0; NullCheck(L_3); String_t* L_4; L_4 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_5; L_5 = TypeTranslator_FindPrimitiveTypeData_mD1E1989500DA779CC1C81F6921E2E7A537A88079(L_4, /*hidden argument*/NULL); V_0 = L_5; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_6 = V_0; if (!L_6) { goto IL_002c; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)1))) { goto IL_013f; } } IL_002c: { int32_t L_9 = __this->get_readCount_12(); __this->set_readCount_12(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_10; L_10 = XmlSerializationReader_get_Document_mB138E3D12FB36013E05D64641BF59178DBC5384B(__this, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_11 = __this->get_reader_1(); NullCheck(L_10); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12; L_12 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * >::Invoke(62 /* System.Xml.XmlNode System.Xml.XmlDocument::ReadNode(System.Xml.XmlReader) */, L_10, L_11); V_1 = L_12; bool L_13 = ___reportUnknown1; if (!L_13) { goto IL_0058; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14 = V_1; XmlSerializationReader_OnUnknownNode_m1961815BD23323DAD1F35A27BDF67289E122973B(__this, L_14, NULL, (String_t*)NULL, /*hidden argument*/NULL); } IL_0058: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15 = V_1; NullCheck(L_15); XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * L_16; L_16 = VirtFuncInvoker0< XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * >::Invoke(11 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_15); NullCheck(L_16); int32_t L_17; L_17 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_16); if (L_17) { goto IL_0078; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_18 = V_1; NullCheck(L_18); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_19; L_19 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_18); NullCheck(L_19); int32_t L_20; L_20 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_19); if (L_20) { goto IL_0078; } } { RuntimeObject * L_21 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_21, /*hidden argument*/NULL); return L_21; } IL_0078: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_22 = V_1; V_2 = ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_22, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_23 = V_2; if (L_23) { goto IL_008d; } } { XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA* L_24 = (XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA*)(XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA*)SZArrayNew(XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA_il2cpp_TypeInfo_var, (uint32_t)1); XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA* L_25 = L_24; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_26 = V_1; NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(0), (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_26); return (RuntimeObject *)L_25; } IL_008d: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_27 = V_2; NullCheck(L_27); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_28; L_28 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_27); NullCheck(L_28); int32_t L_29; L_29 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_28); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_30 = V_2; NullCheck(L_30); XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * L_31; L_31 = VirtFuncInvoker0< XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * >::Invoke(11 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_30); NullCheck(L_31); int32_t L_32; L_32 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_31); XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA* L_33 = (XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA*)(XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA*)SZArrayNew(XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_32))); V_3 = L_33; V_4 = 0; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_34 = V_2; NullCheck(L_34); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_35; L_35 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_34); NullCheck(L_35); RuntimeObject* L_36; L_36 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::GetEnumerator() */, L_35); V_5 = L_36; } IL_00ba: try { // begin try (depth: 1) { goto IL_00d5; } IL_00bc: { RuntimeObject* L_37 = V_5; NullCheck(L_37); RuntimeObject * L_38; L_38 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_37); V_6 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_38, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)); XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA* L_39 = V_3; int32_t L_40 = V_4; int32_t L_41 = L_40; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_42 = V_6; NullCheck(L_39); ArrayElementTypeCheck (L_39, L_42); (L_39)->SetAt(static_cast(L_41), (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_42); } IL_00d5: { RuntimeObject* L_43 = V_5; NullCheck(L_43); bool L_44; L_44 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_43); if (L_44) { goto IL_00bc; } } IL_00de: { IL2CPP_LEAVE(0xF5, FINALLY_00e0); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e0; } FINALLY_00e0: { // begin finally (depth: 1) { RuntimeObject* L_45 = V_5; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_45, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_46 = V_7; if (!L_46) { goto IL_00f4; } } IL_00ed: { RuntimeObject* L_47 = V_7; NullCheck(L_47); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_47); } IL_00f4: { IL2CPP_END_FINALLY(224) } } // end finally (depth: 1) IL2CPP_CLEANUP(224) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF5, IL_00f5) } IL_00f5: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_48 = V_2; NullCheck(L_48); XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * L_49; L_49 = VirtFuncInvoker0< XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * >::Invoke(11 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_48); NullCheck(L_49); RuntimeObject* L_50; L_50 = VirtFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IEnumerator System.Xml.XmlNodeList::GetEnumerator() */, L_49); V_5 = L_50; } IL_0102: try { // begin try (depth: 1) { goto IL_011d; } IL_0104: { RuntimeObject* L_51 = V_5; NullCheck(L_51); RuntimeObject * L_52; L_52 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_51); V_8 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_52, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)); XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA* L_53 = V_3; int32_t L_54 = V_4; int32_t L_55 = L_54; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_56 = V_8; NullCheck(L_53); ArrayElementTypeCheck (L_53, L_56); (L_53)->SetAt(static_cast(L_55), (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_56); } IL_011d: { RuntimeObject* L_57 = V_5; NullCheck(L_57); bool L_58; L_58 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_57); if (L_58) { goto IL_0104; } } IL_0126: { IL2CPP_LEAVE(0x13D, FINALLY_0128); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0128; } FINALLY_0128: { // begin finally (depth: 1) { RuntimeObject* L_59 = V_5; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_59, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_60 = V_7; if (!L_60) { goto IL_013c; } } IL_0135: { RuntimeObject* L_61 = V_7; NullCheck(L_61); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_61); } IL_013c: { IL2CPP_END_FINALLY(296) } } // end finally (depth: 1) IL2CPP_CLEANUP(296) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x13D, IL_013d) } IL_013d: { XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA* L_62 = V_3; return (RuntimeObject *)L_62; } IL_013f: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_63 = V_0; NullCheck(L_63); Type_t * L_64; L_64 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_63, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_65 = { reinterpret_cast (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_66; L_66 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_65, /*hidden argument*/NULL); bool L_67; L_67 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_64, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_015d; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_68; L_68 = XmlSerializationReader_ReadNullableQualifiedName_m36743C7A4FD1D70B96A948EC4E4143AA5F0D44AB(__this, /*hidden argument*/NULL); return L_68; } IL_015d: { int32_t L_69 = __this->get_readCount_12(); __this->set_readCount_12(((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1))); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_70 = V_0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_71; L_71 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_71); String_t* L_72; L_72 = VirtFuncInvoker0< String_t* >::Invoke(35 /* System.String System.Xml.XmlReader::ReadElementString() */, L_71); IL2CPP_RUNTIME_CLASS_INIT(XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); RuntimeObject * L_73; L_73 = XmlCustomFormatter_FromXmlString_m237FC9F2755F626080234572AC7B7E2636C5A9F2(L_70, L_72, /*hidden argument*/NULL); return L_73; } } // System.Xml.XmlNode System.Xml.Serialization.XmlSerializationReader::ReadXmlNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlSerializationReader_ReadXmlNode_mB4DFB9F2CB3B6B45009F6E5D8CD661428728E177 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, bool ___wrapped0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { int32_t L_0 = __this->get_readCount_12(); __this->set_readCount_12(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = XmlSerializationReader_get_Document_mB138E3D12FB36013E05D64641BF59178DBC5384B(__this, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2 = __this->get_reader_1(); NullCheck(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3; L_3 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * >::Invoke(62 /* System.Xml.XmlNode System.Xml.XmlDocument::ReadNode(System.Xml.XmlReader) */, L_1, L_2); V_0 = L_3; bool L_4 = ___wrapped0; if (!L_4) { goto IL_002a; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_0; NullCheck(L_5); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_5); return L_6; } IL_002a: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_0; return L_7; } } // System.Xml.XmlDocument System.Xml.Serialization.XmlSerializationReader::ReadXmlDocument(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlSerializationReader_ReadXmlDocument_m2F398F63268F6BA6F9531094FF594987F291C071 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, bool ___wrapped0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * G_B4_0 = NULL; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * G_B3_0 = NULL; { int32_t L_0 = __this->get_readCount_12(); __this->set_readCount_12(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); bool L_1 = ___wrapped0; if (!L_1) { goto IL_001c; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2 = __this->get_reader_1(); NullCheck(L_2); VirtActionInvoker0::Invoke(34 /* System.Void System.Xml.XmlReader::ReadStartElement() */, L_2); } IL_001c: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_3 = __this->get_reader_1(); NullCheck(L_3); int32_t L_4; L_4 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, L_3); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_5 = __this->get_reader_1(); NullCheck(L_5); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_6; L_6 = VirtFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(28 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_5); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_7 = (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)il2cpp_codegen_object_new(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); XmlDocument__ctor_mD3CBE6ACBBCB1A3F2C75B2A65612FA0B80EE2C80(L_7, L_6, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_8 = L_7; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_9 = __this->get_reader_1(); NullCheck(L_8); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10; L_10 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * >::Invoke(62 /* System.Xml.XmlNode System.Xml.XmlDocument::ReadNode(System.Xml.XmlReader) */, L_8, L_9); V_0 = L_10; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_11 = L_8; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12 = V_0; NullCheck(L_11); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13; L_13 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_11, L_12); bool L_14 = ___wrapped0; G_B3_0 = L_11; if (!L_14) { G_B4_0 = L_11; goto IL_005b; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_15 = __this->get_reader_1(); NullCheck(L_15); VirtActionInvoker0::Invoke(36 /* System.Void System.Xml.XmlReader::ReadEndElement() */, L_15); G_B4_0 = G_B3_0; } IL_005b: { return G_B4_0; } } // System.Array System.Xml.Serialization.XmlSerializationReader::ShrinkArray(System.Array,System.Int32,System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * XmlSerializationReader_ShrinkArray_mA0DCAC6DFB65DC2854DE9BD028FC23F50C9AD6E4 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, RuntimeArray * ___a0, int32_t ___length1, Type_t * ___elementType2, bool ___isNullable3, const RuntimeMethod* method) { RuntimeArray * V_0 = NULL; { int32_t L_0 = ___length1; bool L_1 = ___isNullable3; if (!((int32_t)((int32_t)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)&(int32_t)L_1))) { goto IL_000b; } } { return (RuntimeArray *)NULL; } IL_000b: { RuntimeArray * L_2 = ___a0; if (L_2) { goto IL_0016; } } { Type_t * L_3 = ___elementType2; int32_t L_4 = ___length1; RuntimeArray * L_5; L_5 = Array_CreateInstance_m4D1856F13485BB35ACC72A9B10475C29C301BD1D(L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0016: { RuntimeArray * L_6 = ___a0; NullCheck(L_6); int32_t L_7; L_7 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_6, /*hidden argument*/NULL); int32_t L_8 = ___length1; if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_0021; } } { RuntimeArray * L_9 = ___a0; return L_9; } IL_0021: { Type_t * L_10 = ___elementType2; int32_t L_11 = ___length1; RuntimeArray * L_12; L_12 = Array_CreateInstance_m4D1856F13485BB35ACC72A9B10475C29C301BD1D(L_10, L_11, /*hidden argument*/NULL); V_0 = L_12; RuntimeArray * L_13 = ___a0; RuntimeArray * L_14 = V_0; int32_t L_15 = ___length1; Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D(L_13, L_14, L_15, /*hidden argument*/NULL); RuntimeArray * L_16 = V_0; return L_16; } } // System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializationReader::ToXmlQualifiedName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlSerializationReader_ToXmlQualifiedName_mC04F7346916E64995226849BB915FACC2C0A8FD0 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* V_4 = NULL; { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1; L_1 = String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826(L_0, ((int32_t)58), /*hidden argument*/NULL); V_2 = L_1; String_t* L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_3; L_3 = XmlConvert_DecodeName_mF2E83491603986618BA5FD7E975F12309B43A93C(L_2, /*hidden argument*/NULL); V_3 = L_3; int32_t L_4 = V_2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0039; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_5 = __this->get_reader_1(); NullCheck(L_5); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_6; L_6 = VirtFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(28 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_5); String_t* L_7 = V_3; NullCheck(L_6); String_t* L_8; L_8 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_6, L_7); V_0 = L_8; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_9 = __this->get_reader_1(); String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_9); String_t* L_11; L_11 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(29 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_9, L_10); V_1 = L_11; goto IL_0085; } IL_0039: { String_t* L_12 = ___value0; int32_t L_13 = V_2; NullCheck(L_12); String_t* L_14; L_14 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_12, 0, L_13, /*hidden argument*/NULL); V_4 = L_14; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_15 = __this->get_reader_1(); String_t* L_16 = V_4; NullCheck(L_15); String_t* L_17; L_17 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(29 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_15, L_16); V_1 = L_17; String_t* L_18 = V_1; if (L_18) { goto IL_006b; } } { String_t* L_19 = V_4; String_t* L_20; L_20 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C057E251F01D1246CA35725818EB4BECE3BF3B1)), L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4CD9DCF1D6A03B7AF7C79C9DE5CE9D5DE6ACB217)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_21 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationReader_ToXmlQualifiedName_mC04F7346916E64995226849BB915FACC2C0A8FD0_RuntimeMethod_var))); } IL_006b: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_22 = __this->get_reader_1(); NullCheck(L_22); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_23; L_23 = VirtFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(28 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_22); String_t* L_24 = ___value0; int32_t L_25 = V_2; NullCheck(L_24); String_t* L_26; L_26 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_24, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_23); String_t* L_27; L_27 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_23, L_26); V_0 = L_27; } IL_0085: { String_t* L_28 = V_0; String_t* L_29 = V_1; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_30 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_30, L_28, L_29, /*hidden argument*/NULL); return L_30; } } // System.Void System.Xml.Serialization.XmlSerializationReader::UnknownAttribute(System.Object,System.Xml.XmlAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_UnknownAttribute_m32B0D68DCF7172C7F4A5521D9E7AD43098A12BBE (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, RuntimeObject * ___o0, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___attr1, String_t* ___qnames2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * V_2 = NULL; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0; L_0 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); if (!((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)IsInstClass((RuntimeObject*)L_0, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var))) { goto IL_0031; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1; L_1 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)CastclassClass((RuntimeObject*)L_1, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var))); int32_t L_2; L_2 = XmlTextReader_get_LineNumber_m1B8156937C06FB0E3EB69C6FAAB92FE82FE3C44B(((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)CastclassClass((RuntimeObject*)L_1, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_2; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_3; L_3 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)CastclassClass((RuntimeObject*)L_3, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var))); int32_t L_4; L_4 = XmlTextReader_get_LinePosition_mFAD755588FA98821555CFD5D15DDDF4D7270327D(((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)CastclassClass((RuntimeObject*)L_3, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_4; goto IL_0035; } IL_0031: { V_0 = 0; V_1 = 0; } IL_0035: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_5 = ___attr1; int32_t L_6 = V_0; int32_t L_7 = V_1; RuntimeObject * L_8 = ___o0; String_t* L_9 = ___qnames2; XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * L_10 = (XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 *)il2cpp_codegen_object_new(XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37_il2cpp_TypeInfo_var); XmlAttributeEventArgs__ctor_m5BCB19E1F832C515918CA7930FA1F273E0B9F1AE(L_10, L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); V_2 = L_10; XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * L_11 = __this->get_eventSource_9(); if (!L_11) { goto IL_0054; } } { XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * L_12 = __this->get_eventSource_9(); XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * L_13 = V_2; NullCheck(L_12); VirtActionInvoker1< XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * >::Invoke(4 /* System.Void System.Xml.Serialization.XmlSerializer::OnUnknownAttribute(System.Xml.Serialization.XmlAttributeEventArgs) */, L_12, L_13); } IL_0054: { return; } } // System.Void System.Xml.Serialization.XmlSerializationReader::UnknownElement(System.Object,System.Xml.XmlElement,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_UnknownElement_mFB583D230BA978F49868EA402B5B0F8D6A9F3B16 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, RuntimeObject * ___o0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem1, String_t* ___qnames2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * V_2 = NULL; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0; L_0 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); if (!((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)IsInstClass((RuntimeObject*)L_0, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var))) { goto IL_0031; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1; L_1 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)CastclassClass((RuntimeObject*)L_1, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var))); int32_t L_2; L_2 = XmlTextReader_get_LineNumber_m1B8156937C06FB0E3EB69C6FAAB92FE82FE3C44B(((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)CastclassClass((RuntimeObject*)L_1, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_2; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_3; L_3 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)CastclassClass((RuntimeObject*)L_3, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var))); int32_t L_4; L_4 = XmlTextReader_get_LinePosition_mFAD755588FA98821555CFD5D15DDDF4D7270327D(((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)CastclassClass((RuntimeObject*)L_3, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_4; goto IL_0035; } IL_0031: { V_0 = 0; V_1 = 0; } IL_0035: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_5 = ___elem1; int32_t L_6 = V_0; int32_t L_7 = V_1; RuntimeObject * L_8 = ___o0; String_t* L_9 = ___qnames2; XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * L_10 = (XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F *)il2cpp_codegen_object_new(XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F_il2cpp_TypeInfo_var); XmlElementEventArgs__ctor_m9F5260BE8BE76026C39D89BEA1C8546924D6A302(L_10, L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); V_2 = L_10; XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * L_11 = __this->get_eventSource_9(); if (!L_11) { goto IL_0054; } } { XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * L_12 = __this->get_eventSource_9(); XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * L_13 = V_2; NullCheck(L_12); VirtActionInvoker1< XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * >::Invoke(5 /* System.Void System.Xml.Serialization.XmlSerializer::OnUnknownElement(System.Xml.Serialization.XmlElementEventArgs) */, L_12, L_13); } IL_0054: { return; } } // System.Void System.Xml.Serialization.XmlSerializationReader::UnknownNode(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_UnknownNode_m2529E0A7597D50053314AE8B1C210F3D101508F9 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___o0; XmlSerializationReader_UnknownNode_mD6B7DD231FEB3D6909969968D1737842F3F9E4CF(__this, L_0, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationReader::UnknownNode(System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_UnknownNode_mD6B7DD231FEB3D6909969968D1737842F3F9E4CF (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, RuntimeObject * ___o0, String_t* ___qnames1, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = XmlSerializationReader_ReadXmlNode_mB4DFB9F2CB3B6B45009F6E5D8CD661428728E177(__this, (bool)0, /*hidden argument*/NULL); RuntimeObject * L_1 = ___o0; String_t* L_2 = ___qnames1; XmlSerializationReader_OnUnknownNode_m1961815BD23323DAD1F35A27BDF67289E122973B(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationReader::OnUnknownNode(System.Xml.XmlNode,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_OnUnknownNode_m1961815BD23323DAD1F35A27BDF67289E122973B (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, RuntimeObject * ___o1, String_t* ___qnames2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0; L_0 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); if (!((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)IsInstClass((RuntimeObject*)L_0, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var))) { goto IL_0031; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1; L_1 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)CastclassClass((RuntimeObject*)L_1, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var))); int32_t L_2; L_2 = XmlTextReader_get_LineNumber_m1B8156937C06FB0E3EB69C6FAAB92FE82FE3C44B(((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)CastclassClass((RuntimeObject*)L_1, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_2; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_3; L_3 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)CastclassClass((RuntimeObject*)L_3, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var))); int32_t L_4; L_4 = XmlTextReader_get_LinePosition_mFAD755588FA98821555CFD5D15DDDF4D7270327D(((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)CastclassClass((RuntimeObject*)L_3, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_4; goto IL_0035; } IL_0031: { V_0 = 0; V_1 = 0; } IL_0035: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ___node0; if (!((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)IsInstClass((RuntimeObject*)L_5, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))) { goto IL_004c; } } { RuntimeObject * L_6 = ___o1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = ___node0; String_t* L_8 = ___qnames2; XmlSerializationReader_UnknownAttribute_m32B0D68DCF7172C7F4A5521D9E7AD43098A12BBE(__this, L_6, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_7, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)), L_8, /*hidden argument*/NULL); return; } IL_004c: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = ___node0; if (!((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_9, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var))) { goto IL_0063; } } { RuntimeObject * L_10 = ___o1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11 = ___node0; String_t* L_12 = ___qnames2; XmlSerializationReader_UnknownElement_mFB583D230BA978F49868EA402B5B0F8D6A9F3B16(__this, L_10, ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_11, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)), L_12, /*hidden argument*/NULL); return; } IL_0063: { XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * L_13 = __this->get_eventSource_9(); if (!L_13) { goto IL_007f; } } { XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * L_14 = __this->get_eventSource_9(); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15 = ___node0; int32_t L_16 = V_0; int32_t L_17 = V_1; RuntimeObject * L_18 = ___o1; XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED * L_19 = (XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED *)il2cpp_codegen_object_new(XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED_il2cpp_TypeInfo_var); XmlNodeEventArgs__ctor_mEED7307F3B2F890280B8C5F67520AA05005A1D79(L_19, L_15, L_16, L_17, L_18, /*hidden argument*/NULL); NullCheck(L_14); VirtActionInvoker1< XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED * >::Invoke(6 /* System.Void System.Xml.Serialization.XmlSerializer::OnUnknownNode(System.Xml.Serialization.XmlNodeEventArgs) */, L_14, L_19); } IL_007f: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_20; L_20 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_21; L_21 = VirtFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_20); if ((!(((uint32_t)L_21) == ((uint32_t)3)))) { goto IL_0098; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_22 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2FB92AD2B027DDEAE5C34625D1AA482AB141E759)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationReader_OnUnknownNode_m1961815BD23323DAD1F35A27BDF67289E122973B_RuntimeMethod_var))); } IL_0098: { return; } } // System.Void System.Xml.Serialization.XmlSerializationReader::UnreferencedObject(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_UnreferencedObject_mCDF69C9BFC2E244F2D7A6A7DF8BD13A874E9F832 (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, String_t* ___id0, RuntimeObject * ___o1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnreferencedObjectEventArgs_tBFD7658B8F3DD057CEFBF9CE1EBC26705B0A8192_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * L_0 = __this->get_eventSource_9(); if (!L_0) { goto IL_001a; } } { XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * L_1 = __this->get_eventSource_9(); RuntimeObject * L_2 = ___o1; String_t* L_3 = ___id0; UnreferencedObjectEventArgs_tBFD7658B8F3DD057CEFBF9CE1EBC26705B0A8192 * L_4 = (UnreferencedObjectEventArgs_tBFD7658B8F3DD057CEFBF9CE1EBC26705B0A8192 *)il2cpp_codegen_object_new(UnreferencedObjectEventArgs_tBFD7658B8F3DD057CEFBF9CE1EBC26705B0A8192_il2cpp_TypeInfo_var); UnreferencedObjectEventArgs__ctor_m5E376D6C075D9BD76E8D1DD0CC0471F5C9A35BC6(L_4, L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); VirtActionInvoker1< UnreferencedObjectEventArgs_tBFD7658B8F3DD057CEFBF9CE1EBC26705B0A8192 * >::Invoke(7 /* System.Void System.Xml.Serialization.XmlSerializer::OnUnreferencedObject(System.Xml.Serialization.UnreferencedObjectEventArgs) */, L_1, L_4); } IL_001a: { 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.Serialization.XmlSerializationReaderInterpreter::.ctor(System.Xml.Serialization.XmlMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter__ctor_m4D97A4CE9C2DBD51FA1F955FB0E8A1EFFDA183E9 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * ___typeMap0, const RuntimeMethod* method) { { XmlSerializationReader__ctor_m0E5680990DCDE69CA967AAEFA6ECAC65EF064828(__this, /*hidden argument*/NULL); XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * L_0 = ___typeMap0; __this->set__typeMap_25(L_0); XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * L_1 = ___typeMap0; NullCheck(L_1); int32_t L_2; L_2 = XmlMapping_get_Format_m0BD59E05857D8D2A3935324DBCBF819F234A38CC_inline(L_1, /*hidden argument*/NULL); __this->set__format_26(L_2); return; } } // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::InitCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_InitCallbacks_mC924E017498050D149E5310E0CD75DD97E11295E (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReaderCallbackInfo_ReadObject_m68C4AF6B824F9E9E002195278EF84FE67EB025D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReaderCallbackInfo_t6D18AED803E1FB284AB8B388FD470CB3BEDD3DB4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; RuntimeObject* V_1 = NULL; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_2 = NULL; ReaderCallbackInfo_t6D18AED803E1FB284AB8B388FD470CB3BEDD3DB4 * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * L_0 = __this->get__typeMap_25(); NullCheck(L_0); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1; L_1 = XmlMapping_get_RelatedMaps_m539C9707CDB76DF2DA83F24740675E7333806A9C_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = V_0; if (!L_2) { goto IL_0092; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = V_0; NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_3); V_1 = L_4; } IL_0019: try { // begin try (depth: 1) { goto IL_0074; } IL_001b: { RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); V_2 = ((XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *)CastclassClass((RuntimeObject*)L_6, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var)); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_7 = V_2; NullCheck(L_7); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_8; L_8 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9; L_9 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)4))) { goto IL_0043; } } IL_0035: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_10 = V_2; NullCheck(L_10); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_11; L_11 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12; L_12 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)2)))) { goto IL_0074; } } IL_0043: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_13 = V_2; ReaderCallbackInfo_t6D18AED803E1FB284AB8B388FD470CB3BEDD3DB4 * L_14 = (ReaderCallbackInfo_t6D18AED803E1FB284AB8B388FD470CB3BEDD3DB4 *)il2cpp_codegen_object_new(ReaderCallbackInfo_t6D18AED803E1FB284AB8B388FD470CB3BEDD3DB4_il2cpp_TypeInfo_var); ReaderCallbackInfo__ctor_mACB6E83BB3AE3A088ED0843FC41E6CDE22B39024(L_14, __this, L_13, /*hidden argument*/NULL); V_3 = L_14; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_15 = V_2; NullCheck(L_15); String_t* L_16; L_16 = XmlTypeMapping_get_XmlType_m97D3C310989DEA0D8C5DDE2A74BA1866DA7E5C99_inline(L_15, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_17 = V_2; NullCheck(L_17); String_t* L_18; L_18 = XmlMapping_get_Namespace_mC81A8F368DA39CCD355792888D951BE2A8B21835_inline(L_17, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_19 = V_2; NullCheck(L_19); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_20; L_20 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_19, /*hidden argument*/NULL); NullCheck(L_20); Type_t * L_21; L_21 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_20, /*hidden argument*/NULL); ReaderCallbackInfo_t6D18AED803E1FB284AB8B388FD470CB3BEDD3DB4 * L_22 = V_3; XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D * L_23 = (XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D *)il2cpp_codegen_object_new(XmlSerializationReadCallback_tC7FC61DC6AF3C45A91D27D7642EE41A61E6D3F9D_il2cpp_TypeInfo_var); XmlSerializationReadCallback__ctor_m426BE5145EA55F4265567A65C9A87A3D4A39174E(L_23, L_22, (intptr_t)((intptr_t)ReaderCallbackInfo_ReadObject_m68C4AF6B824F9E9E002195278EF84FE67EB025D1_RuntimeMethod_var), /*hidden argument*/NULL); XmlSerializationReader_AddReadCallback_m76C740E31C27B7F5787D40F4C3363CA59552171D(__this, L_16, L_18, L_21, L_23, /*hidden argument*/NULL); } IL_0074: { RuntimeObject* L_24 = V_1; NullCheck(L_24); bool L_25; L_25 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_001b; } } IL_007c: { IL2CPP_LEAVE(0x92, FINALLY_007e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007e; } FINALLY_007e: { // begin finally (depth: 1) { RuntimeObject* L_26 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_4; if (!L_27) { goto IL_0091; } } IL_008a: { RuntimeObject* L_28 = V_4; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_28); } IL_0091: { IL2CPP_END_FINALLY(126) } } // end finally (depth: 1) IL2CPP_CLEANUP(126) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x92, IL_0092) } IL_0092: { return; } } // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::InitIDs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_InitIDs_mD864A503B67B648F4705A921CC71552868B80E73 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, const RuntimeMethod* method) { { return; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadRoot_m7A84D4D7A8E24463A4728760A4F9C70779969EA1 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0; L_0 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, L_0); XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * L_2 = __this->get__typeMap_25(); if (!((XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *)IsInstClass((RuntimeObject*)L_2, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var))) { goto IL_0046; } } { int32_t L_3 = __this->get__format_26(); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0034; } } { XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * L_4 = __this->get__typeMap_25(); RuntimeObject * L_5; L_5 = XmlSerializationReaderInterpreter_ReadRoot_mA7A9DF8F587466F0183A8006AA047DAD72261B6B(__this, ((XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *)CastclassClass((RuntimeObject*)L_4, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0034: { XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * L_6 = __this->get__typeMap_25(); RuntimeObject * L_7; L_7 = XmlSerializationReaderInterpreter_ReadEncodedObject_m20751D9F37FB4AB6392288981B3DB5553B85E0C3(__this, ((XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *)CastclassClass((RuntimeObject*)L_6, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_7; } IL_0046: { XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * L_8 = __this->get__typeMap_25(); RuntimeObject * L_9; L_9 = VirtFuncInvoker1< RuntimeObject *, XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * >::Invoke(6 /* System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadMessage(System.Xml.Serialization.XmlMembersMapping) */, __this, ((XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 *)CastclassClass((RuntimeObject*)L_8, XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496_il2cpp_TypeInfo_var))); return L_9; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadEncodedObject(System.Xml.Serialization.XmlTypeMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadEncodedObject_m20751D9F37FB4AB6392288981B3DB5553B85E0C3 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { V_0 = NULL; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0; L_0 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, L_0); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2; L_2 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_005c; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_4; L_4 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5; L_5 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_4); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_6 = ___typeMap0; NullCheck(L_6); String_t* L_7; L_7 = XmlMapping_get_ElementName_m325D48DC1385A3577E5B4948F1F116861A215CEF_inline(L_6, /*hidden argument*/NULL); bool L_8; L_8 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_5, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0055; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_9; L_9 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10; L_10 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_9); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_11 = ___typeMap0; NullCheck(L_11); String_t* L_12; L_12 = XmlMapping_get_Namespace_mC81A8F368DA39CCD355792888D951BE2A8B21835_inline(L_11, /*hidden argument*/NULL); bool L_13; L_13 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_10, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0055; } } { RuntimeObject * L_14; L_14 = XmlSerializationReader_ReadReferencedElement_m85CBDE367C5926922DBCE12726A5D0CFCE228F54(__this, /*hidden argument*/NULL); V_0 = L_14; goto IL_0063; } IL_0055: { Exception_t * L_15; L_15 = XmlSerializationReader_CreateUnknownNodeException_mDBFAE6234A526C9A43F325F205128D353BE2BD96(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationReaderInterpreter_ReadEncodedObject_m20751D9F37FB4AB6392288981B3DB5553B85E0C3_RuntimeMethod_var))); } IL_005c: { XmlSerializationReader_UnknownNode_m2529E0A7597D50053314AE8B1C210F3D101508F9(__this, NULL, /*hidden argument*/NULL); } IL_0063: { XmlSerializationReader_ReadReferencedElements_m8050E3CDD83D6A9CFAF897E3E40497F36F60205A(__this, /*hidden argument*/NULL); RuntimeObject * L_16 = V_0; return L_16; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadMessage(System.Xml.Serialization.XmlMembersMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadMessage_m78E19E466E08C381B062A52164D07A0367029803 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * ___typeMap0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA2E138AD319A0E08FFC4A185CE05933BF5C01D5C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD29B87DC6B1B722C619FAD071A9157749710CDA6); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_1 = NULL; int32_t V_2 = 0; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * V_3 = NULL; String_t* V_4 = NULL; { XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * L_0 = ___typeMap0; NullCheck(L_0); int32_t L_1; L_1 = XmlMembersMapping_get_Count_m322CD7CBDFF793BF91F6D9E969950291194E5825(L_0, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * L_3 = ___typeMap0; NullCheck(L_3); bool L_4; L_4 = XmlMembersMapping_get_HasWrapperElement_m643EF14F5316338EFDF707D03FF4155F77D796B6_inline(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0188; } } { XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * L_5 = ___typeMap0; NullCheck(L_5); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_6; L_6 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_5, /*hidden argument*/NULL); NullCheck(((ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB *)CastclassClass((RuntimeObject*)L_6, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var))); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7; L_7 = ClassMap_get_AllMembers_m6EBB1FEF5A4D39A7527639AEF01F4CDB1E35E223_inline(((ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB *)CastclassClass((RuntimeObject*)L_6, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_7; V_2 = 0; goto IL_006c; } IL_002c: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_8 = V_1; int32_t L_9 = V_2; NullCheck(L_8); RuntimeObject * L_10; L_10 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_8, L_9); V_3 = ((XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC *)CastclassClass((RuntimeObject*)L_10, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC_il2cpp_TypeInfo_var)); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_11 = V_3; NullCheck(L_11); bool L_12; L_12 = XmlTypeMapMember_get_IsReturnValue_mC94AFCFABC3D02281C32D01A210C78FBB3B7B0A0(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0068; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_13 = V_3; NullCheck(L_13); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_14; L_14 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_13, /*hidden argument*/NULL); NullCheck(L_14); bool L_15; L_15 = TypeData_get_IsValueType_m859872378938A6201F2AAB9A905069D0BCB564FC(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0068; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_16 = V_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = V_0; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_18 = V_3; NullCheck(L_18); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_19; L_19 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); Type_t * L_20; L_20 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_19, /*hidden argument*/NULL); RuntimeObject * L_21; L_21 = XmlSerializationReaderInterpreter_CreateInstance_m6226133BE46EDFF85E7A420A54E600F9E9BCDDBD(__this, L_20, /*hidden argument*/NULL); XmlSerializationReaderInterpreter_SetMemberValueFromAttr_m9780CDEB35B71057CE8C2E0D36F59BD1FD703680(__this, L_16, (RuntimeObject *)(RuntimeObject *)L_17, L_21, (bool)1, /*hidden argument*/NULL); } IL_0068: { int32_t L_22 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_006c: { int32_t L_23 = V_2; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_24 = V_1; NullCheck(L_24); int32_t L_25; L_25 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_24); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_002c; } } { int32_t L_26 = __this->get__format_26(); if (L_26) { goto IL_0166; } } { goto IL_00bf; } IL_0082: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_27; L_27 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_27); String_t* L_28; L_28 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_27, _stringLiteralA2E138AD319A0E08FFC4A185CE05933BF5C01D5C, _stringLiteralD29B87DC6B1B722C619FAD071A9157749710CDA6); V_4 = L_28; String_t* L_29 = V_4; if (!L_29) { goto IL_0166; } } { String_t* L_30 = V_4; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_31; L_31 = XmlConvert_ToBoolean_mECF9DFB8C60A88BCA1EDCA69B1D6C87F2F129F73(L_30, /*hidden argument*/NULL); if (L_31) { goto IL_0166; } } { RuntimeObject * L_32; L_32 = XmlSerializationReader_ReadReferencedElement_m85CBDE367C5926922DBCE12726A5D0CFCE228F54(__this, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_33; L_33 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_33); int32_t L_34; L_34 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, L_33); } IL_00bf: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_35; L_35 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_35); int32_t L_36; L_36 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_35); if ((((int32_t)L_36) == ((int32_t)1))) { goto IL_0082; } } { goto IL_0166; } IL_00d2: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_37; L_37 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * L_38 = ___typeMap0; NullCheck(L_38); String_t* L_39; L_39 = XmlMapping_get_ElementName_m325D48DC1385A3577E5B4948F1F116861A215CEF_inline(L_38, /*hidden argument*/NULL); XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * L_40 = ___typeMap0; NullCheck(L_40); String_t* L_41; L_41 = XmlMapping_get_Namespace_mC81A8F368DA39CCD355792888D951BE2A8B21835_inline(L_40, /*hidden argument*/NULL); NullCheck(L_37); bool L_42; L_42 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(37 /* System.Boolean System.Xml.XmlReader::IsStartElement(System.String,System.String) */, L_37, L_39, L_41); if (L_42) { goto IL_00f3; } } { int32_t L_43 = __this->get__format_26(); if (L_43) { goto IL_0153; } } IL_00f3: { XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * L_44 = ___typeMap0; NullCheck(L_44); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_45; L_45 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_44, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_46 = V_0; XmlSerializationReaderInterpreter_ReadAttributeMembers_mC457E48CBF272FFB253A5000603838DFBDE7BFCC(__this, ((ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB *)CastclassClass((RuntimeObject*)L_45, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var)), (RuntimeObject *)(RuntimeObject *)L_46, (bool)1, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_47; L_47 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_47); bool L_48; L_48 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_47); if (!L_48) { goto IL_012c; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_49; L_49 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_49); VirtActionInvoker0::Invoke(27 /* System.Void System.Xml.XmlReader::Skip() */, L_49); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_50; L_50 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_50); int32_t L_51; L_51 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, L_50); goto IL_0166; } IL_012c: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_52; L_52 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_52); VirtActionInvoker0::Invoke(34 /* System.Void System.Xml.XmlReader::ReadStartElement() */, L_52); XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * L_53 = ___typeMap0; NullCheck(L_53); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_54; L_54 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_53, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_55 = V_0; XmlSerializationReaderInterpreter_ReadMembers_m4C29A30E8A56778F5EDD2B858154F19AAA7F663E(__this, ((ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB *)CastclassClass((RuntimeObject*)L_54, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var)), (RuntimeObject *)(RuntimeObject *)L_55, (bool)1, (bool)0, /*hidden argument*/NULL); XmlSerializationReader_ReadEndElement_mF5ED7E58DF9AC98E193E825650C97DA64539D525(__this, /*hidden argument*/NULL); goto IL_01a4; } IL_0153: { XmlSerializationReader_UnknownNode_m2529E0A7597D50053314AE8B1C210F3D101508F9(__this, NULL, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_56; L_56 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_56); int32_t L_57; L_57 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, L_56); } IL_0166: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_58; L_58 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_58); int32_t L_59; L_59 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_58); if ((((int32_t)L_59) == ((int32_t)((int32_t)15)))) { goto IL_01a4; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_60; L_60 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_60); int32_t L_61; L_61 = VirtFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_60); if ((((int32_t)L_61) == ((int32_t)1))) { goto IL_00d2; } } { goto IL_01a4; } IL_0188: { XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * L_62 = ___typeMap0; NullCheck(L_62); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_63; L_63 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_62, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_64 = V_0; int32_t L_65 = __this->get__format_26(); XmlSerializationReaderInterpreter_ReadMembers_m4C29A30E8A56778F5EDD2B858154F19AAA7F663E(__this, ((ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB *)CastclassClass((RuntimeObject*)L_63, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var)), (RuntimeObject *)(RuntimeObject *)L_64, (bool)1, (bool)((((int32_t)L_65) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); } IL_01a4: { int32_t L_66 = __this->get__format_26(); if (L_66) { goto IL_01b2; } } { XmlSerializationReader_ReadReferencedElements_m8050E3CDD83D6A9CFAF897E3E40497F36F60205A(__this, /*hidden argument*/NULL); } IL_01b2: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_67 = V_0; return (RuntimeObject *)L_67; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadRoot(System.Xml.Serialization.XmlTypeMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadRoot_mA7A9DF8F587466F0183A8006AA047DAD72261B6B (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___rootMap0, const RuntimeMethod* method) { { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_0 = ___rootMap0; NullCheck(L_0); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_1; L_1 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)6)))) { goto IL_0017; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_3 = ___rootMap0; RuntimeObject * L_4; L_4 = XmlSerializationReaderInterpreter_ReadXmlNodeElement_m8A69BF9C8A2366588079214C92D3F5C489E45EC5(__this, L_3, (bool)1, /*hidden argument*/NULL); return L_4; } IL_0017: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_5 = ___rootMap0; NullCheck(L_5); bool L_6; L_6 = XmlTypeMapping_get_IsAny_m50C4E9738DA12F62C74B20249D4734ECC687D53D_inline(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0056; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_7; L_7 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_7); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_9 = ___rootMap0; NullCheck(L_9); String_t* L_10; L_10 = XmlMapping_get_ElementName_m325D48DC1385A3577E5B4948F1F116861A215CEF_inline(L_9, /*hidden argument*/NULL); bool L_11; L_11 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_8, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_004f; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_12; L_12 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13; L_13 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_12); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_14 = ___rootMap0; NullCheck(L_14); String_t* L_15; L_15 = XmlMapping_get_Namespace_mC81A8F368DA39CCD355792888D951BE2A8B21835_inline(L_14, /*hidden argument*/NULL); bool L_16; L_16 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_13, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0056; } } IL_004f: { Exception_t * L_17; L_17 = XmlSerializationReader_CreateUnknownNodeException_mDBFAE6234A526C9A43F325F205128D353BE2BD96(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationReaderInterpreter_ReadRoot_mA7A9DF8F587466F0183A8006AA047DAD72261B6B_RuntimeMethod_var))); } IL_0056: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_18 = ___rootMap0; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_19 = ___rootMap0; NullCheck(L_19); bool L_20; L_20 = XmlTypeMapping_get_IsNullable_m6D33C6268FC29BB83BE77AB5674C9DAD26775BAE_inline(L_19, /*hidden argument*/NULL); RuntimeObject * L_21; L_21 = VirtFuncInvoker3< RuntimeObject *, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *, bool, bool >::Invoke(7 /* System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadObject(System.Xml.Serialization.XmlTypeMapping,System.Boolean,System.Boolean) */, __this, L_18, L_20, (bool)1); return L_21; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadObject(System.Xml.Serialization.XmlTypeMapping,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadObject_m0928FE86FDC17F79BF439A7128B81E1F6793E429 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, bool ___isNullable1, bool ___checkType2, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_0 = ___typeMap0; NullCheck(L_0); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_1; L_1 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))) { case 0: { goto IL_004c; } case 1: { goto IL_0055; } case 2: { goto IL_0038; } case 3: { goto IL_002e; } case 4: { goto IL_005e; } case 5: { goto IL_0043; } } } { goto IL_0067; } IL_002e: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_4 = ___typeMap0; bool L_5 = ___isNullable1; bool L_6 = ___checkType2; RuntimeObject * L_7; L_7 = VirtFuncInvoker3< RuntimeObject *, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *, bool, bool >::Invoke(8 /* System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadClassInstance(System.Xml.Serialization.XmlTypeMapping,System.Boolean,System.Boolean) */, __this, L_4, L_5, L_6); return L_7; } IL_0038: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_8 = ___typeMap0; bool L_9 = ___isNullable1; RuntimeObject * L_10; L_10 = XmlSerializationReaderInterpreter_ReadListElement_m9B1CD0B453622C103781E2E000E6C1E1C89DB048(__this, L_8, L_9, NULL, (bool)1, /*hidden argument*/NULL); return L_10; } IL_0043: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_11 = ___typeMap0; bool L_12 = ___isNullable1; RuntimeObject * L_13; L_13 = XmlSerializationReaderInterpreter_ReadXmlNodeElement_m8A69BF9C8A2366588079214C92D3F5C489E45EC5(__this, L_11, L_12, /*hidden argument*/NULL); return L_13; } IL_004c: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_14 = ___typeMap0; bool L_15 = ___isNullable1; RuntimeObject * L_16; L_16 = XmlSerializationReaderInterpreter_ReadPrimitiveElement_mB7C89390CD34FF49F91AD3DF58BEE45A485F41C7(__this, L_14, L_15, /*hidden argument*/NULL); return L_16; } IL_0055: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_17 = ___typeMap0; bool L_18 = ___isNullable1; RuntimeObject * L_19; L_19 = XmlSerializationReaderInterpreter_ReadEnumElement_mB428F6FB97D53B76B474FF3140B16336819A67CB(__this, L_17, L_18, /*hidden argument*/NULL); return L_19; } IL_005e: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_20 = ___typeMap0; bool L_21 = ___isNullable1; RuntimeObject * L_22; L_22 = XmlSerializationReaderInterpreter_ReadXmlSerializableElement_m7AF740E1C8F1A018755B12FC5D984EA6EB497D67(__this, L_20, L_21, /*hidden argument*/NULL); return L_22; } IL_0067: { Exception_t * L_23 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral171713B97115C9EE4E1D7643592C5AFA9193CE05)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationReaderInterpreter_ReadObject_m0928FE86FDC17F79BF439A7128B81E1F6793E429_RuntimeMethod_var))); } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadClassInstance(System.Xml.Serialization.XmlTypeMapping,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadClassInstance_mE3F514A66DDD643FF279C8F8B2111B9E3D51F544 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, bool ___isNullable1, bool ___checkType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_1 = NULL; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_2 = NULL; { bool L_0 = ___isNullable1; if (!L_0) { goto IL_000d; } } { bool L_1; L_1 = XmlSerializationReader_ReadNull_mF2BFFBAF96FCEC98A36A87F38168C9328A5E3585(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return NULL; } IL_000d: { bool L_2 = ___checkType2; if (!L_2) { goto IL_009b; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_3; L_3 = XmlSerializationReader_GetXsiType_m8972A9DFB294AAB6B0E9935A39C17CEC48F17EC4(__this, /*hidden argument*/NULL); V_1 = L_3; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_5; L_5 = XmlQualifiedName_op_Inequality_m41E46D4716F1168DF9152C551CD2F79231750271(L_4, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0073; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_6 = ___typeMap0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_7, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_9 = V_1; NullCheck(L_9); String_t* L_10; L_10 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_9, /*hidden argument*/NULL); NullCheck(L_6); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_11; L_11 = XmlTypeMapping_GetRealElementMap_m9A3C5314B02D46428A53130860E681F8C9D0A439(L_6, L_8, L_10, /*hidden argument*/NULL); V_2 = L_11; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_12 = V_2; if (L_12) { goto IL_0065; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_13 = ___typeMap0; NullCheck(L_13); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_14; L_14 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_13, /*hidden argument*/NULL); NullCheck(L_14); Type_t * L_15; L_15 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_14, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_16 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17; L_17 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_16, /*hidden argument*/NULL); bool L_18; L_18 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_15, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_005d; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_19 = V_1; RuntimeObject * L_20; L_20 = XmlSerializationReader_ReadTypedPrimitive_m8B31A521346F823ED15447984E1B98F58E526B60(__this, L_19, /*hidden argument*/NULL); return L_20; } IL_005d: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_21 = V_1; Exception_t * L_22; L_22 = XmlSerializationReader_CreateUnknownTypeException_mED9F2E117F47A1D9DA2D85357BCFBE54B63B42C9(__this, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationReaderInterpreter_ReadClassInstance_mE3F514A66DDD643FF279C8F8B2111B9E3D51F544_RuntimeMethod_var))); } IL_0065: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_23 = V_2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_24 = ___typeMap0; if ((((RuntimeObject*)(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *)L_23) == ((RuntimeObject*)(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *)L_24))) { goto IL_009b; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_25 = V_2; RuntimeObject * L_26; L_26 = VirtFuncInvoker3< RuntimeObject *, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *, bool, bool >::Invoke(7 /* System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadObject(System.Xml.Serialization.XmlTypeMapping,System.Boolean,System.Boolean) */, __this, L_25, (bool)0, (bool)0); return L_26; } IL_0073: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_27 = ___typeMap0; NullCheck(L_27); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_28; L_28 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_27, /*hidden argument*/NULL); NullCheck(L_28); Type_t * L_29; L_29 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_28, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_30 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_31; L_31 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_30, /*hidden argument*/NULL); bool L_32; L_32 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_29, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_009b; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_33 = ((XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var))->get_AnyType_27(); RuntimeObject * L_34; L_34 = XmlSerializationReader_ReadTypedPrimitive_m8B31A521346F823ED15447984E1B98F58E526B60(__this, L_33, /*hidden argument*/NULL); return L_34; } IL_009b: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_35 = ___typeMap0; NullCheck(L_35); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_36; L_36 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_35, /*hidden argument*/NULL); NullCheck(L_36); Type_t * L_37; L_37 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_36, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); RuntimeObject * L_38; L_38 = XmlSerializationReaderInterpreter_CreateInstance_m3D223F335DA0CA6A573D744C0BE5C8CBF776B184(L_37, (bool)1, /*hidden argument*/NULL); V_0 = L_38; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_39; L_39 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_39); bool L_40; L_40 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_39); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_41; L_41 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_41); bool L_42; L_42 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_41); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_43 = ___typeMap0; RuntimeObject * L_44 = V_0; VirtActionInvoker2< XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *, RuntimeObject * >::Invoke(9 /* System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadClassInstanceMembers(System.Xml.Serialization.XmlTypeMapping,System.Object) */, __this, L_43, L_44); if (!L_42) { goto IL_00db; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_45; L_45 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_45); VirtActionInvoker0::Invoke(27 /* System.Void System.Xml.XmlReader::Skip() */, L_45); goto IL_00e1; } IL_00db: { XmlSerializationReader_ReadEndElement_mF5ED7E58DF9AC98E193E825650C97DA64539D525(__this, /*hidden argument*/NULL); } IL_00e1: { RuntimeObject * L_46 = V_0; return L_46; } } // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadClassInstanceMembers(System.Xml.Serialization.XmlTypeMapping,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_ReadClassInstanceMembers_m344A5887F63B02C9298C8BCF158A52F2094ED215 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, RuntimeObject * ___ob1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_0 = ___typeMap0; NullCheck(L_0); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_1; L_1 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___ob1; XmlSerializationReaderInterpreter_ReadMembers_m4C29A30E8A56778F5EDD2B858154F19AAA7F663E(__this, ((ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB *)CastclassClass((RuntimeObject*)L_1, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var)), L_2, (bool)0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadAttributeMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_ReadAttributeMembers_mC457E48CBF272FFB253A5000603838DFBDE7BFCC (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * V_3 = NULL; XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * V_4 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_5 = NULL; { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_0 = ___map0; NullCheck(L_0); XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * L_1; L_1 = ClassMap_get_DefaultAnyAttributeMember_mEA48DF88BD497428C81F42EA1F8C0D37746AB452_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; V_2 = NULL; goto IL_013d; } IL_0010: { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_2 = ___map0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_3; L_3 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_3); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_5; L_5 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6; L_6 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_5); NullCheck(L_2); XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_7; L_7 = ClassMap_GetAttribute_m67FEFD07A9CF9F8ACB718EE58E62DD4B3BAD0FE0(L_2, L_4, L_6, /*hidden argument*/NULL); V_3 = L_7; XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_8 = V_3; if (!L_8) { goto IL_005b; } } { XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_9 = V_3; RuntimeObject * L_10 = ___ob1; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_11; L_11 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12; L_12 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_11); XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_13 = V_3; NullCheck(L_13); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_14; L_14 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_13, /*hidden argument*/NULL); XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_15 = V_3; NullCheck(L_15); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_16; L_16 = XmlTypeMapMemberAttribute_get_MappedType_m4FF3D549D898A9802891F1E758238E20F444264F_inline(L_15, /*hidden argument*/NULL); RuntimeObject * L_17; L_17 = XmlSerializationReaderInterpreter_GetValueFromXmlString_m25E77A91AE62E219CAA6499301404BCE89003B9E(__this, L_12, L_14, L_16, /*hidden argument*/NULL); bool L_18 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_9, L_10, L_17, L_18, /*hidden argument*/NULL); goto IL_013d; } IL_005b: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_19; L_19 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20; L_20 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_19); bool L_21; L_21 = XmlSerializationReader_IsXmlnsAttribute_m89AC0579D2688162EE3FD3C659CBCBC837F43B7C(__this, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00fb; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_22 = ___map0; NullCheck(L_22); XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * L_23; L_23 = ClassMap_get_NamespaceDeclarations_m9CCDF4FDDFFA9A2C29FD5A31561691F96ADC606C_inline(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_013d; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_24 = ___map0; NullCheck(L_24); XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * L_25; L_25 = ClassMap_get_NamespaceDeclarations_m9CCDF4FDDFFA9A2C29FD5A31561691F96ADC606C_inline(L_24, /*hidden argument*/NULL); RuntimeObject * L_26 = ___ob1; bool L_27 = ___isValueList2; RuntimeObject * L_28; L_28 = XmlSerializationReaderInterpreter_GetMemberValue_m032FBD409421637CD0A02293DF9D91526C0EE2AD(__this, L_25, L_26, L_27, /*hidden argument*/NULL); V_4 = ((XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 *)IsInstClass((RuntimeObject*)L_28, XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5_il2cpp_TypeInfo_var)); XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * L_29 = V_4; if (L_29) { goto IL_00ac; } } { XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * L_30 = (XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 *)il2cpp_codegen_object_new(XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5_il2cpp_TypeInfo_var); XmlSerializerNamespaces__ctor_m010D52ED710D6BC95125AAF352217573F96B6D9D(L_30, /*hidden argument*/NULL); V_4 = L_30; ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_31 = ___map0; NullCheck(L_31); XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * L_32; L_32 = ClassMap_get_NamespaceDeclarations_m9CCDF4FDDFFA9A2C29FD5A31561691F96ADC606C_inline(L_31, /*hidden argument*/NULL); RuntimeObject * L_33 = ___ob1; XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * L_34 = V_4; bool L_35 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_32, L_33, L_34, L_35, /*hidden argument*/NULL); } IL_00ac: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_36; L_36 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_36); String_t* L_37; L_37 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_36); bool L_38; L_38 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_37, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, /*hidden argument*/NULL); if (!L_38) { goto IL_00e2; } } { XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * L_39 = V_4; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_40; L_40 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_40); String_t* L_41; L_41 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_40); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_42; L_42 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_42); String_t* L_43; L_43 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_42); NullCheck(L_39); XmlSerializerNamespaces_Add_m032B68F0A2A3B6957C9ABB4018D3EC32B6268AAE(L_39, L_41, L_43, /*hidden argument*/NULL); goto IL_013d; } IL_00e2: { XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * L_44 = V_4; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_45; L_45 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_45); String_t* L_46; L_46 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_45); NullCheck(L_44); XmlSerializerNamespaces_Add_m032B68F0A2A3B6957C9ABB4018D3EC32B6268AAE(L_44, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, L_46, /*hidden argument*/NULL); goto IL_013d; } IL_00fb: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_47 = V_0; if (!L_47) { goto IL_0136; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_48; L_48 = XmlSerializationReader_get_Document_mB138E3D12FB36013E05D64641BF59178DBC5384B(__this, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_49; L_49 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_48); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_50; L_50 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * >::Invoke(62 /* System.Xml.XmlNode System.Xml.XmlDocument::ReadNode(System.Xml.XmlReader) */, L_48, L_49); V_5 = ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_50, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_51 = V_5; XmlSerializationReader_ParseWsdlArrayType_m795950BF7520FF06291B63CA458F0D35B28D195E(__this, L_51, /*hidden argument*/NULL); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_52 = V_0; NullCheck(L_52); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_53; L_53 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_52, /*hidden argument*/NULL); int32_t L_54 = V_1; int32_t L_55 = L_54; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_56 = V_5; XmlSerializationReaderInterpreter_AddListValue_mBA513F6ECBB9512271E7F336B95A981E634CC6CE(__this, L_53, (RuntimeObject **)(&V_2), L_55, L_56, (bool)1, /*hidden argument*/NULL); goto IL_013d; } IL_0136: { RuntimeObject * L_57 = ___ob1; VirtActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::ProcessUnknownAttribute(System.Object) */, __this, L_57); } IL_013d: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_58; L_58 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_58); bool L_59; L_59 = VirtFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_58); if (L_59) { goto IL_0010; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_60 = V_0; if (!L_60) { goto IL_0179; } } { RuntimeObject * L_61 = V_2; int32_t L_62 = V_1; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_63 = V_0; NullCheck(L_63); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_64; L_64 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_63, /*hidden argument*/NULL); NullCheck(L_64); Type_t * L_65; L_65 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_64, /*hidden argument*/NULL); NullCheck(L_65); Type_t * L_66; L_66 = VirtFuncInvoker0< Type_t * >::Invoke(102 /* System.Type System.Type::GetElementType() */, L_65); RuntimeArray * L_67; L_67 = XmlSerializationReader_ShrinkArray_mA0DCAC6DFB65DC2854DE9BD028FC23F50C9AD6E4(__this, ((RuntimeArray *)CastclassClass((RuntimeObject*)L_61, RuntimeArray_il2cpp_TypeInfo_var)), L_62, L_66, (bool)1, /*hidden argument*/NULL); V_2 = L_67; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_68 = V_0; RuntimeObject * L_69 = ___ob1; RuntimeObject * L_70 = V_2; bool L_71 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_68, L_69, L_70, L_71, /*hidden argument*/NULL); } IL_0179: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_72; L_72 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_72); bool L_73; L_73 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_72); return; } } // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_ReadMembers_m4C29A30E8A56778F5EDD2B858154F19AAA7F663E (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, bool ___readBySoapOrder3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FixupCallbackInfo_FixupMembers_m48DAC08B30D6BFCAD219E19469FAA8A46F36B9E1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FixupCallbackInfo_tB2AF64AEEA68C8D0EA425052B40E969983CB92D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationReaderInterpreter_FillList_m98CF76A87628772EE1EF58E5084EF6B97874EE10_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); s_Il2CppMethodInitialized = true; } BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* V_0 = NULL; bool V_1 = false; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_3 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_4 = NULL; Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * V_8 = NULL; RuntimeObject* V_9 = NULL; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * V_10 = NULL; RuntimeObject * V_11 = NULL; RuntimeObject* V_12 = NULL; FixupCallbackInfo_tB2AF64AEEA68C8D0EA425052B40E969983CB92D3 * V_13 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_14 = NULL; RuntimeObject * V_15 = NULL; RuntimeObject * V_16 = NULL; RuntimeObject * V_17 = NULL; XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * V_18 = NULL; int32_t V_19 = 0; XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * V_20 = NULL; RuntimeObject * V_21 = NULL; XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * V_22 = NULL; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * V_23 = NULL; XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * V_24 = NULL; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * V_25 = NULL; RuntimeObject * V_26 = NULL; XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * V_27 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_28 = NULL; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * V_29 = NULL; RuntimeObject * V_30 = NULL; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * V_31 = NULL; RuntimeObject * V_32 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B7_0 = 0; int32_t G_B11_0 = 0; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * G_B107_0 = NULL; RuntimeObject * G_B110_0 = NULL; { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_0 = ___map0; RuntimeObject * L_1 = ___ob1; bool L_2 = ___isValueList2; XmlSerializationReaderInterpreter_ReadAttributeMembers_mC457E48CBF272FFB253A5000603838DFBDE7BFCC(__this, L_0, L_1, L_2, /*hidden argument*/NULL); bool L_3 = ___isValueList2; if (L_3) { goto IL_003a; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_4; L_4 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); bool L_5; L_5 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_4); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_6; L_6 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_6); bool L_7; L_7 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_6); if (!L_7) { goto IL_002f; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_8 = ___map0; RuntimeObject * L_9 = ___ob1; bool L_10 = ___isValueList2; XmlSerializationReaderInterpreter_SetListMembersDefaults_mADF58045E937540526465F3808A377871C9110B5(__this, L_8, L_9, L_10, /*hidden argument*/NULL); return; } IL_002f: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_11; L_11 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); VirtActionInvoker0::Invoke(34 /* System.Void System.Xml.XmlReader::ReadStartElement() */, L_11); } IL_003a: { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_12 = ___map0; NullCheck(L_12); RuntimeObject* L_13; L_13 = ClassMap_get_ElementMembers_m30583103C73D6B9FCB936FF39D814F8D381910D1_inline(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0045; } } { G_B7_0 = 0; goto IL_0050; } IL_0045: { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_14 = ___map0; NullCheck(L_14); RuntimeObject* L_15; L_15 = ClassMap_get_ElementMembers_m30583103C73D6B9FCB936FF39D814F8D381910D1_inline(L_14, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16; L_16 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_15); G_B7_0 = L_16; } IL_0050: { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_17 = (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var, (uint32_t)G_B7_0); V_0 = L_17; bool L_18 = ___isValueList2; if (!L_18) { goto IL_006c; } } { int32_t L_19 = __this->get__format_26(); if (L_19) { goto IL_006c; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_20 = ___map0; NullCheck(L_20); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_21; L_21 = ClassMap_get_ReturnMember_m0BF740CEFB3B5F1AEC0BDDDF99F6CA4B755DB830_inline(L_20, /*hidden argument*/NULL); G_B11_0 = ((!(((RuntimeObject*)(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC *)L_21) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_006d; } IL_006c: { G_B11_0 = 0; } IL_006d: { V_1 = (bool)G_B11_0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_22; L_22 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_22); int32_t L_23; L_23 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, L_22); V_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)NULL; V_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; V_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; V_5 = (Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B *)NULL; V_6 = (-1); bool L_24 = ___readBySoapOrder3; if (!L_24) { goto IL_00a7; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_25 = ___map0; NullCheck(L_25); RuntimeObject* L_26; L_26 = ClassMap_get_ElementMembers_m30583103C73D6B9FCB936FF39D814F8D381910D1_inline(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00a2; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_27 = ___map0; NullCheck(L_27); RuntimeObject* L_28; L_28 = ClassMap_get_ElementMembers_m30583103C73D6B9FCB936FF39D814F8D381910D1_inline(L_27, /*hidden argument*/NULL); NullCheck(L_28); int32_t L_29; L_29 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_28); V_7 = L_29; goto IL_00ae; } IL_00a2: { V_7 = (-1); goto IL_00ae; } IL_00a7: { V_7 = ((int32_t)2147483647LL); } IL_00ae: { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_30 = ___map0; NullCheck(L_30); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_31; L_31 = ClassMap_get_FlatLists_m74C78A01F6BD649F6353603E302D9FE8C49FB1BC_inline(L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_01d9; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_32 = ___map0; NullCheck(L_32); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_33; L_33 = ClassMap_get_FlatLists_m74C78A01F6BD649F6353603E302D9FE8C49FB1BC_inline(L_32, /*hidden argument*/NULL); NullCheck(L_33); int32_t L_34; L_34 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_33); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_35 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_34); V_2 = L_35; ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_36 = ___map0; NullCheck(L_36); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_37; L_37 = ClassMap_get_FlatLists_m74C78A01F6BD649F6353603E302D9FE8C49FB1BC_inline(L_36, /*hidden argument*/NULL); NullCheck(L_37); int32_t L_38; L_38 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_37); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_39 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_38); V_3 = L_39; ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_40 = ___map0; NullCheck(L_40); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_41; L_41 = ClassMap_get_FlatLists_m74C78A01F6BD649F6353603E302D9FE8C49FB1BC_inline(L_40, /*hidden argument*/NULL); NullCheck(L_41); RuntimeObject* L_42; L_42 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_41); V_9 = L_42; } IL_00e8: try { // begin try (depth: 1) { goto IL_01b6; } IL_00ed: { RuntimeObject* L_43 = V_9; NullCheck(L_43); RuntimeObject * L_44; L_44 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_43); V_10 = ((XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 *)CastclassClass((RuntimeObject*)L_44, XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7_il2cpp_TypeInfo_var)); XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_45 = V_10; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_46 = V_10; NullCheck(L_46); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_47; L_47 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_46, /*hidden argument*/NULL); RuntimeObject * L_48 = ___ob1; bool L_49 = ___isValueList2; bool L_50; L_50 = XmlSerializationReaderInterpreter_IsReadOnly_mA0632E1CDE2FD747ECE0A953DD6155B75BD50545(__this, L_45, L_47, L_48, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_0121; } } IL_010e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_51 = V_3; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_52 = V_10; NullCheck(L_52); int32_t L_53; L_53 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_52, /*hidden argument*/NULL); XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_54 = V_10; RuntimeObject * L_55 = ___ob1; NullCheck(L_54); RuntimeObject * L_56; L_56 = XmlTypeMapMember_GetValue_m3117E4885354E3DB8D4B3471ECE9DB05ECD56883(L_54, L_55, /*hidden argument*/NULL); NullCheck(L_51); ArrayElementTypeCheck (L_51, L_56); (L_51)->SetAt(static_cast(L_53), (RuntimeObject *)L_56); goto IL_0180; } IL_0121: { XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_57 = V_10; NullCheck(L_57); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_58; L_58 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_57, /*hidden argument*/NULL); NullCheck(L_58); Type_t * L_59; L_59 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_58, /*hidden argument*/NULL); NullCheck(L_59); bool L_60; L_60 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_014c; } } IL_0134: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_61 = V_3; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_62 = V_10; NullCheck(L_62); int32_t L_63; L_63 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_62, /*hidden argument*/NULL); XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_64 = V_10; NullCheck(L_64); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_65; L_65 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_64, /*hidden argument*/NULL); RuntimeObject * L_66; L_66 = XmlSerializationReaderInterpreter_InitializeList_m198B92D5B6BC13CDEC81680951B68141C4A52F5C(__this, L_65, /*hidden argument*/NULL); NullCheck(L_61); ArrayElementTypeCheck (L_61, L_66); (L_61)->SetAt(static_cast(L_63), (RuntimeObject *)L_66); goto IL_0180; } IL_014c: { XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_67 = V_10; RuntimeObject * L_68 = ___ob1; NullCheck(L_67); RuntimeObject * L_69; L_69 = XmlTypeMapMember_GetValue_m3117E4885354E3DB8D4B3471ECE9DB05ECD56883(L_67, L_68, /*hidden argument*/NULL); V_11 = L_69; RuntimeObject * L_70 = V_11; if (L_70) { goto IL_0175; } } IL_015a: { XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_71 = V_10; NullCheck(L_71); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_72; L_72 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_71, /*hidden argument*/NULL); RuntimeObject * L_73; L_73 = XmlSerializationReaderInterpreter_InitializeList_m198B92D5B6BC13CDEC81680951B68141C4A52F5C(__this, L_72, /*hidden argument*/NULL); V_11 = L_73; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_74 = V_10; RuntimeObject * L_75 = ___ob1; RuntimeObject * L_76 = V_11; bool L_77 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_74, L_75, L_76, L_77, /*hidden argument*/NULL); } IL_0175: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_78 = V_3; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_79 = V_10; NullCheck(L_79); int32_t L_80; L_80 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_79, /*hidden argument*/NULL); RuntimeObject * L_81 = V_11; NullCheck(L_78); ArrayElementTypeCheck (L_78, L_81); (L_78)->SetAt(static_cast(L_80), (RuntimeObject *)L_81); } IL_0180: { XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_82 = V_10; NullCheck(L_82); String_t* L_83; L_83 = XmlTypeMapMemberElement_get_ChoiceMember_m9AE51BC723134EEB149DDE1F6190E14508A56FA4_inline(L_82, /*hidden argument*/NULL); if (!L_83) { goto IL_01b6; } } IL_0189: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_84 = V_4; if (L_84) { goto IL_019f; } } IL_018d: { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_85 = ___map0; NullCheck(L_85); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_86; L_86 = ClassMap_get_FlatLists_m74C78A01F6BD649F6353603E302D9FE8C49FB1BC_inline(L_85, /*hidden argument*/NULL); NullCheck(L_86); int32_t L_87; L_87 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_86); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_88 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_87); V_4 = L_88; } IL_019f: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_89 = V_4; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_90 = V_10; NullCheck(L_90); int32_t L_91; L_91 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_90, /*hidden argument*/NULL); XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_92 = V_10; NullCheck(L_92); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_93; L_93 = XmlTypeMapMemberElement_get_ChoiceTypeData_mC313A289BD877BBD3B2795E4935499DF8D520B4E_inline(L_92, /*hidden argument*/NULL); RuntimeObject * L_94; L_94 = XmlSerializationReaderInterpreter_InitializeList_m198B92D5B6BC13CDEC81680951B68141C4A52F5C(__this, L_93, /*hidden argument*/NULL); NullCheck(L_89); ArrayElementTypeCheck (L_89, L_94); (L_89)->SetAt(static_cast(L_91), (RuntimeObject *)L_94); } IL_01b6: { RuntimeObject* L_95 = V_9; NullCheck(L_95); bool L_96; L_96 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_95); if (L_96) { goto IL_00ed; } } IL_01c2: { IL2CPP_LEAVE(0x1D9, FINALLY_01c4); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01c4; } FINALLY_01c4: { // begin finally (depth: 1) { RuntimeObject* L_97 = V_9; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_97, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_98 = V_12; if (!L_98) { goto IL_01d8; } } IL_01d1: { RuntimeObject* L_99 = V_12; NullCheck(L_99); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_99); } IL_01d8: { IL2CPP_END_FINALLY(452) } } // end finally (depth: 1) IL2CPP_CLEANUP(452) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1D9, IL_01d9) } IL_01d9: { int32_t L_100 = __this->get__format_26(); if (L_100) { goto IL_021b; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_101 = ___map0; NullCheck(L_101); RuntimeObject* L_102; L_102 = ClassMap_get_ElementMembers_m30583103C73D6B9FCB936FF39D814F8D381910D1_inline(L_101, /*hidden argument*/NULL); if (!L_102) { goto IL_021b; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_103 = ___map0; bool L_104 = ___isValueList2; FixupCallbackInfo_tB2AF64AEEA68C8D0EA425052B40E969983CB92D3 * L_105 = (FixupCallbackInfo_tB2AF64AEEA68C8D0EA425052B40E969983CB92D3 *)il2cpp_codegen_object_new(FixupCallbackInfo_tB2AF64AEEA68C8D0EA425052B40E969983CB92D3_il2cpp_TypeInfo_var); FixupCallbackInfo__ctor_mEF562C2BB172471EEAF9330E6D0795B71E48E504(L_105, __this, L_103, L_104, /*hidden argument*/NULL); V_13 = L_105; RuntimeObject * L_106 = ___ob1; FixupCallbackInfo_tB2AF64AEEA68C8D0EA425052B40E969983CB92D3 * L_107 = V_13; XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 * L_108 = (XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 *)il2cpp_codegen_object_new(XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549_il2cpp_TypeInfo_var); XmlSerializationFixupCallback__ctor_m26456BE466748B1ABDC133FCA1C072442284E0FA(L_108, L_107, (intptr_t)((intptr_t)FixupCallbackInfo_FixupMembers_m48DAC08B30D6BFCAD219E19469FAA8A46F36B9E1_RuntimeMethod_var), /*hidden argument*/NULL); ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_109 = ___map0; NullCheck(L_109); RuntimeObject* L_110; L_110 = ClassMap_get_ElementMembers_m30583103C73D6B9FCB936FF39D814F8D381910D1_inline(L_109, /*hidden argument*/NULL); NullCheck(L_110); int32_t L_111; L_111 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_110); Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * L_112 = (Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B *)il2cpp_codegen_object_new(Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B_il2cpp_TypeInfo_var); Fixup__ctor_m660914A339971116B47794D6B35C0A5F7D8A7519(L_112, L_106, L_108, L_111, /*hidden argument*/NULL); V_5 = L_112; Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * L_113 = V_5; XmlSerializationReader_AddFixup_m34BA10763D3D5DB0884D0D961CA17D35213E75CD(__this, L_113, /*hidden argument*/NULL); } IL_021b: { V_8 = (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC *)NULL; goto IL_0a24; } IL_0223: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_114; L_114 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_114); int32_t L_115; L_115 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_114); if ((!(((uint32_t)L_115) == ((uint32_t)1)))) { goto IL_08b2; } } { bool L_116 = ___readBySoapOrder3; if (!L_116) { goto IL_025a; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_117 = ___map0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_118; L_118 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_118); String_t* L_119; L_119 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_118); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_120; L_120 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_120); String_t* L_121; L_121 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_120); int32_t L_122 = V_6; NullCheck(L_117); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_123; L_123 = ClassMap_GetElement_mCF2D10EEFE866A51005ACDE896C35FC374F6A842(L_117, L_119, L_121, L_122, /*hidden argument*/NULL); V_14 = L_123; goto IL_02c6; } IL_025a: { bool L_124 = V_1; if (!L_124) { goto IL_027e; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_125 = ___map0; NullCheck(L_125); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_126; L_126 = ClassMap_get_ReturnMember_m0BF740CEFB3B5F1AEC0BDDDF99F6CA4B755DB830_inline(L_125, /*hidden argument*/NULL); NullCheck(((XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 *)CastclassClass((RuntimeObject*)L_126, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var))); XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_127; L_127 = XmlTypeMapMemberElement_get_ElementInfo_m6C24B41268D415B81089124ED86D6427FE3D998C(((XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 *)CastclassClass((RuntimeObject*)L_126, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_127); RuntimeObject * L_128; L_128 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_127, 0); V_14 = ((XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)CastclassClass((RuntimeObject*)L_128, XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var)); V_1 = (bool)0; goto IL_02c6; } IL_027e: { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_129 = ___map0; NullCheck(L_129); bool L_130; L_130 = ClassMap_get_IsOrderDependentMap_m3173EC799BD1EAE227E6274FF2ADEACB30C4A6AF(L_129, /*hidden argument*/NULL); if (!L_130) { goto IL_02a8; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_131 = ___map0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_132; L_132 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_132); String_t* L_133; L_133 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_132); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_134; L_134 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_134); String_t* L_135; L_135 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_134); int32_t L_136 = V_6; NullCheck(L_131); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_137; L_137 = ClassMap_GetElement_mCF2D10EEFE866A51005ACDE896C35FC374F6A842(L_131, L_133, L_135, L_136, /*hidden argument*/NULL); V_14 = L_137; goto IL_02c6; } IL_02a8: { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_138 = ___map0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_139; L_139 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_139); String_t* L_140; L_140 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_139); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_141; L_141 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_141); String_t* L_142; L_142 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_141); NullCheck(L_138); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_143; L_143 = ClassMap_GetElement_m78C46BE328561301B473E976E68D4846750DDAB9(L_138, L_140, L_142, /*hidden argument*/NULL); V_14 = L_143; } IL_02c6: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_144 = V_14; if (!L_144) { goto IL_0820; } } { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_145 = V_0; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_146 = V_14; NullCheck(L_146); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_147; L_147 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_146, /*hidden argument*/NULL); NullCheck(L_147); int32_t L_148; L_148 = XmlTypeMapMember_get_Index_mDCBAA3BBAA60FD1947693FE47D2D96E844FEFB0F_inline(L_147, /*hidden argument*/NULL); NullCheck(L_145); int32_t L_149 = L_148; uint8_t L_150 = (uint8_t)(L_145)->GetAt(static_cast(L_149)); if (L_150) { goto IL_0820; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_151 = V_14; NullCheck(L_151); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_152; L_152 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_151, /*hidden argument*/NULL); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_153 = V_8; if ((((RuntimeObject*)(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC *)L_152) == ((RuntimeObject*)(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC *)L_153))) { goto IL_0313; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_154 = V_14; NullCheck(L_154); int32_t L_155; L_155 = XmlTypeMapElementInfo_get_ExplicitOrder_m9A9825D9DF0149E8280C06E9C42F94FC066B613B_inline(L_154, /*hidden argument*/NULL); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)1)); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_156 = V_14; NullCheck(L_156); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_157; L_157 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_156, /*hidden argument*/NULL); if (!((XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 *)IsInstClass((RuntimeObject*)L_157, XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_il2cpp_TypeInfo_var))) { goto IL_030a; } } { int32_t L_158 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_158, (int32_t)1)); } IL_030a: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_159 = V_14; NullCheck(L_159); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_160; L_160 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_159, /*hidden argument*/NULL); V_8 = L_160; } IL_0313: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_161 = V_14; NullCheck(L_161); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_162; L_162 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_161, /*hidden argument*/NULL); NullCheck(L_162); Type_t * L_163; L_163 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_162, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_164 = { reinterpret_cast (XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_165; L_165 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_164, /*hidden argument*/NULL); bool L_166; L_166 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_163, L_165, /*hidden argument*/NULL); if (!L_166) { goto IL_0575; } } { int32_t L_167 = __this->get__format_26(); if (L_167) { goto IL_0478; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_168 = V_14; NullCheck(L_168); bool L_169; L_169 = XmlTypeMapElementInfo_get_MultiReferenceType_m4EC86D7579437AF72568467B57FF90CDA452AE63(L_168, /*hidden argument*/NULL); if (!L_169) { goto IL_0478; } } { Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * L_170 = V_5; NullCheck(L_170); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_171; L_171 = Fixup_get_Ids_m114528877A785022716C25DCF1BD03B65AA68C6A_inline(L_170, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_172 = V_14; NullCheck(L_172); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_173; L_173 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_172, /*hidden argument*/NULL); NullCheck(L_173); int32_t L_174; L_174 = XmlTypeMapMember_get_Index_mDCBAA3BBAA60FD1947693FE47D2D96E844FEFB0F_inline(L_173, /*hidden argument*/NULL); NullCheck(L_171); RuntimeObject * L_175; L_175 = XmlSerializationReader_ReadReferencingElement_m3910CC3A4B021EACD8358BB0245CDFB32F799BA0(__this, (String_t**)((L_171)->GetAddressAt(static_cast(L_174))), /*hidden argument*/NULL); V_15 = L_175; Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * L_176 = V_5; NullCheck(L_176); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_177; L_177 = Fixup_get_Ids_m114528877A785022716C25DCF1BD03B65AA68C6A_inline(L_176, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_178 = V_14; NullCheck(L_178); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_179; L_179 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_178, /*hidden argument*/NULL); NullCheck(L_179); int32_t L_180; L_180 = XmlTypeMapMember_get_Index_mDCBAA3BBAA60FD1947693FE47D2D96E844FEFB0F_inline(L_179, /*hidden argument*/NULL); NullCheck(L_177); int32_t L_181 = L_180; String_t* L_182 = (L_177)->GetAt(static_cast(L_181)); if (L_182) { goto IL_03c1; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_183 = V_14; NullCheck(L_183); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_184; L_184 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_183, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_185 = V_14; NullCheck(L_185); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_186; L_186 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_185, /*hidden argument*/NULL); RuntimeObject * L_187 = ___ob1; bool L_188 = ___isValueList2; bool L_189; L_189 = XmlSerializationReaderInterpreter_IsReadOnly_mA0632E1CDE2FD747ECE0A953DD6155B75BD50545(__this, L_184, L_186, L_187, L_188, /*hidden argument*/NULL); if (!L_189) { goto IL_03ab; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_190 = V_14; NullCheck(L_190); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_191; L_191 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_190, /*hidden argument*/NULL); NullCheck(L_191); String_t* L_192; L_192 = TypeData_get_FullTypeName_mFFCC7D2CB2D25AB7EB9FB3B395515A52B19D9A29_inline(L_191, /*hidden argument*/NULL); Exception_t * L_193; L_193 = XmlSerializationReader_CreateReadOnlyCollectionException_m4AB824F6ACBEF150493A08CED48CB217C41C6339(__this, L_192, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_193, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationReaderInterpreter_ReadMembers_m4C29A30E8A56778F5EDD2B858154F19AAA7F663E_RuntimeMethod_var))); } IL_03ab: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_194 = V_14; NullCheck(L_194); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_195; L_195 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_194, /*hidden argument*/NULL); RuntimeObject * L_196 = ___ob1; RuntimeObject * L_197 = V_15; bool L_198 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_195, L_196, L_197, L_198, /*hidden argument*/NULL); goto IL_0561; } IL_03c1: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_199 = V_14; NullCheck(L_199); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_200; L_200 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_199, /*hidden argument*/NULL); NullCheck(L_200); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_201; L_201 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_200, /*hidden argument*/NULL); NullCheck(L_201); Type_t * L_202; L_202 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_201, /*hidden argument*/NULL); NullCheck(L_202); bool L_203; L_203 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_202, /*hidden argument*/NULL); if (L_203) { goto IL_0561; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_204 = V_14; NullCheck(L_204); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_205; L_205 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_204, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_206 = V_14; NullCheck(L_206); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_207; L_207 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_206, /*hidden argument*/NULL); RuntimeObject * L_208 = ___ob1; bool L_209 = ___isValueList2; bool L_210; L_210 = XmlSerializationReaderInterpreter_IsReadOnly_mA0632E1CDE2FD747ECE0A953DD6155B75BD50545(__this, L_205, L_207, L_208, L_209, /*hidden argument*/NULL); if (!L_210) { goto IL_0407; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_211 = V_14; NullCheck(L_211); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_212; L_212 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_211, /*hidden argument*/NULL); RuntimeObject * L_213 = ___ob1; bool L_214 = ___isValueList2; RuntimeObject * L_215; L_215 = XmlSerializationReaderInterpreter_GetMemberValue_m032FBD409421637CD0A02293DF9D91526C0EE2AD(__this, L_212, L_213, L_214, /*hidden argument*/NULL); V_15 = L_215; goto IL_0431; } IL_0407: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_216 = V_14; NullCheck(L_216); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_217; L_217 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_216, /*hidden argument*/NULL); NullCheck(L_217); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_218; L_218 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_217, /*hidden argument*/NULL); NullCheck(L_218); Type_t * L_219; L_219 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_218, /*hidden argument*/NULL); RuntimeObject * L_220; L_220 = XmlSerializationReaderInterpreter_CreateList_mC7AD261301B3AC1CF9C203966F280D65EE186FC1(__this, L_219, /*hidden argument*/NULL); V_15 = L_220; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_221 = V_14; NullCheck(L_221); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_222; L_222 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_221, /*hidden argument*/NULL); RuntimeObject * L_223 = ___ob1; RuntimeObject * L_224 = V_15; bool L_225 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_222, L_223, L_224, L_225, /*hidden argument*/NULL); } IL_0431: { RuntimeObject * L_226 = V_15; XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A * L_227 = (XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A *)il2cpp_codegen_object_new(XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A_il2cpp_TypeInfo_var); XmlSerializationCollectionFixupCallback__ctor_m04E4009F4A21E29AC084FEEFDA3482D3C3B18C7D(L_227, __this, (intptr_t)((intptr_t)XmlSerializationReaderInterpreter_FillList_m98CF76A87628772EE1EF58E5084EF6B97874EE10_RuntimeMethod_var), /*hidden argument*/NULL); Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * L_228 = V_5; NullCheck(L_228); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_229; L_229 = Fixup_get_Ids_m114528877A785022716C25DCF1BD03B65AA68C6A_inline(L_228, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_230 = V_14; NullCheck(L_230); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_231; L_231 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_230, /*hidden argument*/NULL); NullCheck(L_231); int32_t L_232; L_232 = XmlTypeMapMember_get_Index_mDCBAA3BBAA60FD1947693FE47D2D96E844FEFB0F_inline(L_231, /*hidden argument*/NULL); NullCheck(L_229); int32_t L_233 = L_232; String_t* L_234 = (L_229)->GetAt(static_cast(L_233)); CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * L_235 = (CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E *)il2cpp_codegen_object_new(CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E_il2cpp_TypeInfo_var); CollectionFixup__ctor_mA8B159FD32721350D0E3A4750539B61B436FDE04(L_235, L_226, L_227, L_234, /*hidden argument*/NULL); XmlSerializationReader_AddFixup_m57A2F274EF34DD01E1B99B92387A6AD576278D45(__this, L_235, /*hidden argument*/NULL); Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * L_236 = V_5; NullCheck(L_236); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_237; L_237 = Fixup_get_Ids_m114528877A785022716C25DCF1BD03B65AA68C6A_inline(L_236, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_238 = V_14; NullCheck(L_238); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_239; L_239 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_238, /*hidden argument*/NULL); NullCheck(L_239); int32_t L_240; L_240 = XmlTypeMapMember_get_Index_mDCBAA3BBAA60FD1947693FE47D2D96E844FEFB0F_inline(L_239, /*hidden argument*/NULL); NullCheck(L_237); ArrayElementTypeCheck (L_237, NULL); (L_237)->SetAt(static_cast(L_240), (String_t*)NULL); goto IL_0561; } IL_0478: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_241 = V_14; NullCheck(L_241); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_242; L_242 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_241, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_243 = V_14; NullCheck(L_243); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_244; L_244 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_243, /*hidden argument*/NULL); RuntimeObject * L_245 = ___ob1; bool L_246 = ___isValueList2; bool L_247; L_247 = XmlSerializationReaderInterpreter_IsReadOnly_mA0632E1CDE2FD747ECE0A953DD6155B75BD50545(__this, L_242, L_244, L_245, L_246, /*hidden argument*/NULL); if (!L_247) { goto IL_04ba; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_248 = V_14; NullCheck(L_248); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_249; L_249 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_248, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_250 = V_14; NullCheck(L_250); bool L_251; L_251 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_250, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_252 = V_14; NullCheck(L_252); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_253; L_253 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_252, /*hidden argument*/NULL); RuntimeObject * L_254 = ___ob1; bool L_255 = ___isValueList2; RuntimeObject * L_256; L_256 = XmlSerializationReaderInterpreter_GetMemberValue_m032FBD409421637CD0A02293DF9D91526C0EE2AD(__this, L_253, L_254, L_255, /*hidden argument*/NULL); RuntimeObject * L_257; L_257 = XmlSerializationReaderInterpreter_ReadListElement_m9B1CD0B453622C103781E2E000E6C1E1C89DB048(__this, L_249, L_251, L_256, (bool)0, /*hidden argument*/NULL); goto IL_0561; } IL_04ba: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_258 = V_14; NullCheck(L_258); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_259; L_259 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_258, /*hidden argument*/NULL); NullCheck(L_259); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_260; L_260 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_259, /*hidden argument*/NULL); NullCheck(L_260); Type_t * L_261; L_261 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_260, /*hidden argument*/NULL); NullCheck(L_261); bool L_262; L_262 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_261, /*hidden argument*/NULL); if (!L_262) { goto IL_050a; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_263 = V_14; NullCheck(L_263); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_264; L_264 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_263, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_265 = V_14; NullCheck(L_265); bool L_266; L_266 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_265, /*hidden argument*/NULL); RuntimeObject * L_267; L_267 = XmlSerializationReaderInterpreter_ReadListElement_m9B1CD0B453622C103781E2E000E6C1E1C89DB048(__this, L_264, L_266, NULL, (bool)1, /*hidden argument*/NULL); V_16 = L_267; RuntimeObject * L_268 = V_16; if (L_268) { goto IL_04f7; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_269 = V_14; NullCheck(L_269); bool L_270; L_270 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_269, /*hidden argument*/NULL); if (!L_270) { goto IL_0561; } } IL_04f7: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_271 = V_14; NullCheck(L_271); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_272; L_272 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_271, /*hidden argument*/NULL); RuntimeObject * L_273 = ___ob1; RuntimeObject * L_274 = V_16; bool L_275 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_272, L_273, L_274, L_275, /*hidden argument*/NULL); goto IL_0561; } IL_050a: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_276 = V_14; NullCheck(L_276); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_277; L_277 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_276, /*hidden argument*/NULL); RuntimeObject * L_278 = ___ob1; bool L_279 = ___isValueList2; RuntimeObject * L_280; L_280 = XmlSerializationReaderInterpreter_GetMemberValue_m032FBD409421637CD0A02293DF9D91526C0EE2AD(__this, L_277, L_278, L_279, /*hidden argument*/NULL); V_17 = L_280; RuntimeObject * L_281 = V_17; if (L_281) { goto IL_0549; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_282 = V_14; NullCheck(L_282); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_283; L_283 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_282, /*hidden argument*/NULL); NullCheck(L_283); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_284; L_284 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_283, /*hidden argument*/NULL); NullCheck(L_284); Type_t * L_285; L_285 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_284, /*hidden argument*/NULL); RuntimeObject * L_286; L_286 = XmlSerializationReaderInterpreter_CreateList_mC7AD261301B3AC1CF9C203966F280D65EE186FC1(__this, L_285, /*hidden argument*/NULL); V_17 = L_286; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_287 = V_14; NullCheck(L_287); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_288; L_288 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_287, /*hidden argument*/NULL); RuntimeObject * L_289 = ___ob1; RuntimeObject * L_290 = V_17; bool L_291 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_288, L_289, L_290, L_291, /*hidden argument*/NULL); } IL_0549: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_292 = V_14; NullCheck(L_292); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_293; L_293 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_292, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_294 = V_14; NullCheck(L_294); bool L_295; L_295 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_294, /*hidden argument*/NULL); RuntimeObject * L_296 = V_17; RuntimeObject * L_297; L_297 = XmlSerializationReaderInterpreter_ReadListElement_m9B1CD0B453622C103781E2E000E6C1E1C89DB048(__this, L_293, L_295, L_296, (bool)1, /*hidden argument*/NULL); } IL_0561: { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_298 = V_0; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_299 = V_14; NullCheck(L_299); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_300; L_300 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_299, /*hidden argument*/NULL); NullCheck(L_300); int32_t L_301; L_301 = XmlTypeMapMember_get_Index_mDCBAA3BBAA60FD1947693FE47D2D96E844FEFB0F_inline(L_300, /*hidden argument*/NULL); NullCheck(L_298); (L_298)->SetAt(static_cast(L_301), (bool)1); goto IL_0a18; } IL_0575: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_302 = V_14; NullCheck(L_302); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_303; L_303 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_302, /*hidden argument*/NULL); NullCheck(L_303); Type_t * L_304; L_304 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_303, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_305 = { reinterpret_cast (XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_306; L_306 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_305, /*hidden argument*/NULL); bool L_307; L_307 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_304, L_306, /*hidden argument*/NULL); if (!L_307) { goto IL_0635; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_308 = V_14; NullCheck(L_308); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_309; L_309 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_308, /*hidden argument*/NULL); V_18 = ((XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 *)CastclassClass((RuntimeObject*)L_309, XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_il2cpp_TypeInfo_var)); XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_310 = V_18; NullCheck(L_310); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_311; L_311 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_310, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_312 = V_3; XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_313 = V_18; NullCheck(L_313); int32_t L_314; L_314 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_313, /*hidden argument*/NULL); NullCheck(L_312); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_315 = V_2; XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_316 = V_18; NullCheck(L_316); int32_t L_317; L_317 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_316, /*hidden argument*/NULL); NullCheck(L_315); int32_t* L_318 = ((L_315)->GetAddressAt(static_cast(L_317))); int32_t L_319 = *((int32_t*)L_318); V_19 = L_319; int32_t L_320 = V_19; *((int32_t*)L_318) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_320, (int32_t)1)); int32_t L_321 = V_19; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_322 = V_14; RuntimeObject * L_323; L_323 = XmlSerializationReaderInterpreter_ReadObjectElement_m46DE768D0C376E643B5687BBF661AE043DA9A40A(__this, L_322, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_324 = V_14; NullCheck(L_324); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_325; L_325 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_324, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_326 = V_14; NullCheck(L_326); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_327; L_327 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_326, /*hidden argument*/NULL); RuntimeObject * L_328 = ___ob1; bool L_329 = ___isValueList2; bool L_330; L_330 = XmlSerializationReaderInterpreter_IsReadOnly_mA0632E1CDE2FD747ECE0A953DD6155B75BD50545(__this, L_325, L_327, L_328, L_329, /*hidden argument*/NULL); XmlSerializationReaderInterpreter_AddListValue_mBA513F6ECBB9512271E7F336B95A981E634CC6CE(__this, L_311, (RuntimeObject **)((L_312)->GetAddressAt(static_cast(L_314))), L_321, L_323, (bool)((((int32_t)L_330) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_331 = V_18; NullCheck(L_331); String_t* L_332; L_332 = XmlTypeMapMemberElement_get_ChoiceMember_m9AE51BC723134EEB149DDE1F6190E14508A56FA4_inline(L_331, /*hidden argument*/NULL); if (!L_332) { goto IL_0a18; } } { XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_333 = V_18; NullCheck(L_333); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_334; L_334 = XmlTypeMapMemberElement_get_ChoiceTypeData_mC313A289BD877BBD3B2795E4935499DF8D520B4E_inline(L_333, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_335 = V_4; XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_336 = V_18; NullCheck(L_336); int32_t L_337; L_337 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_336, /*hidden argument*/NULL); NullCheck(L_335); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_338 = V_2; XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_339 = V_18; NullCheck(L_339); int32_t L_340; L_340 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_339, /*hidden argument*/NULL); NullCheck(L_338); int32_t L_341 = L_340; int32_t L_342 = (L_338)->GetAt(static_cast(L_341)); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_343 = V_14; NullCheck(L_343); RuntimeObject * L_344; L_344 = XmlTypeMapElementInfo_get_ChoiceValue_m76212C3475099487DB1A4BF6AFB9FE3E2C04D8B1_inline(L_343, /*hidden argument*/NULL); XmlSerializationReaderInterpreter_AddListValue_mBA513F6ECBB9512271E7F336B95A981E634CC6CE(__this, L_334, (RuntimeObject **)((L_335)->GetAddressAt(static_cast(L_337))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_342, (int32_t)1)), L_344, (bool)1, /*hidden argument*/NULL); goto IL_0a18; } IL_0635: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_345 = V_14; NullCheck(L_345); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_346; L_346 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_345, /*hidden argument*/NULL); NullCheck(L_346); Type_t * L_347; L_347 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_346, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_348 = { reinterpret_cast (XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_349; L_349 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_348, /*hidden argument*/NULL); bool L_350; L_350 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_347, L_349, /*hidden argument*/NULL); if (!L_350) { goto IL_06d9; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_351 = V_14; NullCheck(L_351); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_352; L_352 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_351, /*hidden argument*/NULL); V_20 = ((XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 *)CastclassClass((RuntimeObject*)L_352, XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0_il2cpp_TypeInfo_var)); XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_353 = V_20; NullCheck(L_353); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_354; L_354 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_353, /*hidden argument*/NULL); NullCheck(L_354); bool L_355; L_355 = TypeData_get_IsListType_m3CBCB6B25D4337E243E39B514ACF19144C4A6E82(L_354, /*hidden argument*/NULL); if (!L_355) { goto IL_06bc; } } { XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_356 = V_20; NullCheck(L_356); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_357; L_357 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_356, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_358 = V_3; XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_359 = V_20; NullCheck(L_359); int32_t L_360; L_360 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_359, /*hidden argument*/NULL); NullCheck(L_358); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_361 = V_2; XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_362 = V_20; NullCheck(L_362); int32_t L_363; L_363 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_362, /*hidden argument*/NULL); NullCheck(L_361); int32_t* L_364 = ((L_361)->GetAddressAt(static_cast(L_363))); int32_t L_365 = *((int32_t*)L_364); V_19 = L_365; int32_t L_366 = V_19; *((int32_t*)L_364) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_366, (int32_t)1)); int32_t L_367 = V_19; XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_368 = V_20; NullCheck(L_368); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_369; L_369 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_368, /*hidden argument*/NULL); NullCheck(L_369); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_370; L_370 = TypeData_get_ListItemTypeData_m0FA3A62DFB823ECD4B3DA4987FD66C54789ABDD6(L_369, /*hidden argument*/NULL); RuntimeObject * L_371; L_371 = XmlSerializationReaderInterpreter_ReadXmlNode_m3D24313C011A2E248292FE37F0D44A97BA9D3CF6(__this, L_370, (bool)0, /*hidden argument*/NULL); XmlSerializationReaderInterpreter_AddListValue_mBA513F6ECBB9512271E7F336B95A981E634CC6CE(__this, L_357, (RuntimeObject **)((L_358)->GetAddressAt(static_cast(L_360))), L_367, L_371, (bool)1, /*hidden argument*/NULL); goto IL_0a18; } IL_06bc: { XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_372 = V_20; RuntimeObject * L_373 = ___ob1; XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_374 = V_20; NullCheck(L_374); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_375; L_375 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_374, /*hidden argument*/NULL); RuntimeObject * L_376; L_376 = XmlSerializationReaderInterpreter_ReadXmlNode_m3D24313C011A2E248292FE37F0D44A97BA9D3CF6(__this, L_375, (bool)0, /*hidden argument*/NULL); bool L_377 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_372, L_373, L_376, L_377, /*hidden argument*/NULL); goto IL_0a18; } IL_06d9: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_378 = V_14; NullCheck(L_378); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_379; L_379 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_378, /*hidden argument*/NULL); NullCheck(L_379); Type_t * L_380; L_380 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_379, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_381 = { reinterpret_cast (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_382; L_382 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_381, /*hidden argument*/NULL); bool L_383; L_383 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_380, L_382, /*hidden argument*/NULL); if (!L_383) { goto IL_0815; } } { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_384 = V_0; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_385 = V_14; NullCheck(L_385); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_386; L_386 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_385, /*hidden argument*/NULL); NullCheck(L_386); int32_t L_387; L_387 = XmlTypeMapMember_get_Index_mDCBAA3BBAA60FD1947693FE47D2D96E844FEFB0F_inline(L_386, /*hidden argument*/NULL); NullCheck(L_384); (L_384)->SetAt(static_cast(L_387), (bool)1); int32_t L_388 = __this->get__format_26(); if (L_388) { goto IL_07d4; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_389 = V_14; NullCheck(L_389); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_390; L_390 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_389, /*hidden argument*/NULL); NullCheck(L_390); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_391; L_391 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_390, /*hidden argument*/NULL); NullCheck(L_391); int32_t L_392; L_392 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_391, /*hidden argument*/NULL); if ((((int32_t)L_392) == ((int32_t)1))) { goto IL_0749; } } { Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * L_393 = V_5; NullCheck(L_393); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_394; L_394 = Fixup_get_Ids_m114528877A785022716C25DCF1BD03B65AA68C6A_inline(L_393, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_395 = V_14; NullCheck(L_395); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_396; L_396 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_395, /*hidden argument*/NULL); NullCheck(L_396); int32_t L_397; L_397 = XmlTypeMapMember_get_Index_mDCBAA3BBAA60FD1947693FE47D2D96E844FEFB0F_inline(L_396, /*hidden argument*/NULL); NullCheck(L_394); RuntimeObject * L_398; L_398 = XmlSerializationReader_ReadReferencingElement_m3910CC3A4B021EACD8358BB0245CDFB32F799BA0(__this, (String_t**)((L_394)->GetAddressAt(static_cast(L_397))), /*hidden argument*/NULL); V_21 = L_398; goto IL_077f; } IL_0749: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_399 = V_14; NullCheck(L_399); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_400; L_400 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_399, /*hidden argument*/NULL); NullCheck(L_400); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_401; L_401 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_400, /*hidden argument*/NULL); NullCheck(L_401); String_t* L_402; L_402 = TypeData_get_XmlType_m79314EDB6142712A3C0EFB1BAE5316BFDD01E088_inline(L_401, /*hidden argument*/NULL); Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * L_403 = V_5; NullCheck(L_403); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_404; L_404 = Fixup_get_Ids_m114528877A785022716C25DCF1BD03B65AA68C6A_inline(L_403, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_405 = V_14; NullCheck(L_405); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_406; L_406 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_405, /*hidden argument*/NULL); NullCheck(L_406); int32_t L_407; L_407 = XmlTypeMapMember_get_Index_mDCBAA3BBAA60FD1947693FE47D2D96E844FEFB0F_inline(L_406, /*hidden argument*/NULL); NullCheck(L_404); RuntimeObject * L_408; L_408 = XmlSerializationReader_ReadReferencingElement_m80D661F68B5C23CEF698A3397DAD2754E8C011B4(__this, L_402, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, (String_t**)((L_404)->GetAddressAt(static_cast(L_407))), /*hidden argument*/NULL); V_21 = L_408; } IL_077f: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_409 = V_14; NullCheck(L_409); bool L_410; L_410 = XmlTypeMapElementInfo_get_MultiReferenceType_m4EC86D7579437AF72568467B57FF90CDA452AE63(L_409, /*hidden argument*/NULL); if (!L_410) { goto IL_07b7; } } { Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * L_411 = V_5; NullCheck(L_411); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_412; L_412 = Fixup_get_Ids_m114528877A785022716C25DCF1BD03B65AA68C6A_inline(L_411, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_413 = V_14; NullCheck(L_413); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_414; L_414 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_413, /*hidden argument*/NULL); NullCheck(L_414); int32_t L_415; L_415 = XmlTypeMapMember_get_Index_mDCBAA3BBAA60FD1947693FE47D2D96E844FEFB0F_inline(L_414, /*hidden argument*/NULL); NullCheck(L_412); int32_t L_416 = L_415; String_t* L_417 = (L_412)->GetAt(static_cast(L_416)); if (L_417) { goto IL_0a18; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_418 = V_14; NullCheck(L_418); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_419; L_419 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_418, /*hidden argument*/NULL); RuntimeObject * L_420 = ___ob1; RuntimeObject * L_421 = V_21; bool L_422 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_419, L_420, L_421, L_422, /*hidden argument*/NULL); goto IL_0a18; } IL_07b7: { RuntimeObject * L_423 = V_21; if (!L_423) { goto IL_0a18; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_424 = V_14; NullCheck(L_424); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_425; L_425 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_424, /*hidden argument*/NULL); RuntimeObject * L_426 = ___ob1; RuntimeObject * L_427 = V_21; bool L_428 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_425, L_426, L_427, L_428, /*hidden argument*/NULL); goto IL_0a18; } IL_07d4: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_429 = V_14; NullCheck(L_429); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_430; L_430 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_429, /*hidden argument*/NULL); RuntimeObject * L_431 = ___ob1; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_432 = V_14; RuntimeObject * L_433; L_433 = XmlSerializationReaderInterpreter_ReadObjectElement_m46DE768D0C376E643B5687BBF661AE043DA9A40A(__this, L_432, /*hidden argument*/NULL); bool L_434 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_430, L_431, L_433, L_434, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_435 = V_14; NullCheck(L_435); RuntimeObject * L_436; L_436 = XmlTypeMapElementInfo_get_ChoiceValue_m76212C3475099487DB1A4BF6AFB9FE3E2C04D8B1_inline(L_435, /*hidden argument*/NULL); if (!L_436) { goto IL_0a18; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_437 = V_14; NullCheck(L_437); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_438; L_438 = XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline(L_437, /*hidden argument*/NULL); RuntimeObject * L_439 = ___ob1; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_440 = V_14; NullCheck(L_440); RuntimeObject * L_441; L_441 = XmlTypeMapElementInfo_get_ChoiceValue_m76212C3475099487DB1A4BF6AFB9FE3E2C04D8B1_inline(L_440, /*hidden argument*/NULL); NullCheck(((XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 *)CastclassClass((RuntimeObject*)L_438, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var))); XmlTypeMapMemberElement_SetChoice_m2B39CA065DD1F60A622415C14605151D1DF54646(((XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 *)CastclassClass((RuntimeObject*)L_438, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var)), L_439, L_441, /*hidden argument*/NULL); goto IL_0a18; } IL_0815: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_442 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_442, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6FFF89F12DC2A6CF2CA9D0A3799CAF055178ACE5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_442, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationReaderInterpreter_ReadMembers_m4C29A30E8A56778F5EDD2B858154F19AAA7F663E_RuntimeMethod_var))); } IL_0820: { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_443 = ___map0; NullCheck(L_443); XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_444; L_444 = ClassMap_get_DefaultAnyElementMember_m3FF5F1B6EF3A488EA54788B9E835779B8347FE51_inline(L_443, /*hidden argument*/NULL); if (!L_444) { goto IL_08a6; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_445 = ___map0; NullCheck(L_445); XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_446; L_446 = ClassMap_get_DefaultAnyElementMember_m3FF5F1B6EF3A488EA54788B9E835779B8347FE51_inline(L_445, /*hidden argument*/NULL); V_22 = L_446; XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_447 = V_22; NullCheck(L_447); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_448; L_448 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_447, /*hidden argument*/NULL); NullCheck(L_448); bool L_449; L_449 = TypeData_get_IsListType_m3CBCB6B25D4337E243E39B514ACF19144C4A6E82(L_448, /*hidden argument*/NULL); if (!L_449) { goto IL_0889; } } { XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_450 = V_22; NullCheck(L_450); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_451; L_451 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_450, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_452 = V_3; XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_453 = V_22; NullCheck(L_453); int32_t L_454; L_454 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_453, /*hidden argument*/NULL); NullCheck(L_452); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_455 = V_2; XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_456 = V_22; NullCheck(L_456); int32_t L_457; L_457 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_456, /*hidden argument*/NULL); NullCheck(L_455); int32_t* L_458 = ((L_455)->GetAddressAt(static_cast(L_457))); int32_t L_459 = *((int32_t*)L_458); V_19 = L_459; int32_t L_460 = V_19; *((int32_t*)L_458) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_460, (int32_t)1)); int32_t L_461 = V_19; XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_462 = V_22; NullCheck(L_462); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_463; L_463 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_462, /*hidden argument*/NULL); NullCheck(L_463); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_464; L_464 = TypeData_get_ListItemTypeData_m0FA3A62DFB823ECD4B3DA4987FD66C54789ABDD6(L_463, /*hidden argument*/NULL); RuntimeObject * L_465; L_465 = XmlSerializationReaderInterpreter_ReadXmlNode_m3D24313C011A2E248292FE37F0D44A97BA9D3CF6(__this, L_464, (bool)0, /*hidden argument*/NULL); XmlSerializationReaderInterpreter_AddListValue_mBA513F6ECBB9512271E7F336B95A981E634CC6CE(__this, L_451, (RuntimeObject **)((L_452)->GetAddressAt(static_cast(L_454))), L_461, L_465, (bool)1, /*hidden argument*/NULL); goto IL_0a18; } IL_0889: { XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_466 = V_22; RuntimeObject * L_467 = ___ob1; XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_468 = V_22; NullCheck(L_468); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_469; L_469 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_468, /*hidden argument*/NULL); RuntimeObject * L_470; L_470 = XmlSerializationReaderInterpreter_ReadXmlNode_m3D24313C011A2E248292FE37F0D44A97BA9D3CF6(__this, L_469, (bool)0, /*hidden argument*/NULL); bool L_471 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_466, L_467, L_470, L_471, /*hidden argument*/NULL); goto IL_0a18; } IL_08a6: { RuntimeObject * L_472 = ___ob1; VirtActionInvoker1< RuntimeObject * >::Invoke(11 /* System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::ProcessUnknownElement(System.Object) */, __this, L_472); goto IL_0a18; } IL_08b2: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_473; L_473 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_473); int32_t L_474; L_474 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_473); if ((((int32_t)L_474) == ((int32_t)3))) { goto IL_08d1; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_475; L_475 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_475); int32_t L_476; L_476 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_475); if ((!(((uint32_t)L_476) == ((uint32_t)4)))) { goto IL_0a11; } } IL_08d1: { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_477 = ___map0; NullCheck(L_477); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_478; L_478 = ClassMap_get_XmlTextCollector_mCD1E9DCA3A54BCEA7DB7F1E0175508C08677849E_inline(L_477, /*hidden argument*/NULL); if (!L_478) { goto IL_0a11; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_479 = ___map0; NullCheck(L_479); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_480; L_480 = ClassMap_get_XmlTextCollector_mCD1E9DCA3A54BCEA7DB7F1E0175508C08677849E_inline(L_479, /*hidden argument*/NULL); if (!((XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 *)IsInstClass((RuntimeObject*)L_480, XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7_il2cpp_TypeInfo_var))) { goto IL_0991; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_481 = ___map0; NullCheck(L_481); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_482; L_482 = ClassMap_get_XmlTextCollector_mCD1E9DCA3A54BCEA7DB7F1E0175508C08677849E_inline(L_481, /*hidden argument*/NULL); V_23 = ((XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 *)CastclassClass((RuntimeObject*)L_482, XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7_il2cpp_TypeInfo_var)); XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_483 = V_23; V_24 = ((XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 *)IsInstClass((RuntimeObject*)L_483, XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_il2cpp_TypeInfo_var)); XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_484 = V_24; if (!L_484) { goto IL_0919; } } { XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_485 = V_24; NullCheck(L_485); ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_486; L_486 = XmlTypeMapMemberFlatList_get_ListMap_mB29ED2E0F2F91D5FC005F9CDAAEC3801B577E401_inline(L_485, /*hidden argument*/NULL); NullCheck(L_486); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_487; L_487 = ListMap_FindTextElement_mC6FCA94AC089B434D0B8E94417580594AD8B734B(L_486, /*hidden argument*/NULL); NullCheck(L_487); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_488; L_488 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_487, /*hidden argument*/NULL); G_B107_0 = L_488; goto IL_0925; } IL_0919: { XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_489 = V_23; NullCheck(L_489); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_490; L_490 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_489, /*hidden argument*/NULL); NullCheck(L_490); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_491; L_491 = TypeData_get_ListItemTypeData_m0FA3A62DFB823ECD4B3DA4987FD66C54789ABDD6(L_490, /*hidden argument*/NULL); G_B107_0 = L_491; } IL_0925: { V_25 = G_B107_0; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_492 = V_25; NullCheck(L_492); Type_t * L_493; L_493 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_492, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_494 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_495; L_495 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_494, /*hidden argument*/NULL); bool L_496; L_496 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_493, L_495, /*hidden argument*/NULL); if (L_496) { goto IL_094a; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_497 = V_25; RuntimeObject * L_498; L_498 = XmlSerializationReaderInterpreter_ReadXmlNode_m3D24313C011A2E248292FE37F0D44A97BA9D3CF6(__this, L_497, (bool)0, /*hidden argument*/NULL); G_B110_0 = L_498; goto IL_0955; } IL_094a: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_499; L_499 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_499); String_t* L_500; L_500 = VirtFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlReader::ReadString() */, L_499); G_B110_0 = ((RuntimeObject *)(L_500)); } IL_0955: { V_26 = G_B110_0; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_501 = V_23; NullCheck(L_501); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_502; L_502 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_501, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_503 = V_3; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_504 = V_23; NullCheck(L_504); int32_t L_505; L_505 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_504, /*hidden argument*/NULL); NullCheck(L_503); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_506 = V_2; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_507 = V_23; NullCheck(L_507); int32_t L_508; L_508 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_507, /*hidden argument*/NULL); NullCheck(L_506); int32_t* L_509 = ((L_506)->GetAddressAt(static_cast(L_508))); int32_t L_510 = *((int32_t*)L_509); V_19 = L_510; int32_t L_511 = V_19; *((int32_t*)L_509) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_511, (int32_t)1)); int32_t L_512 = V_19; RuntimeObject * L_513 = V_26; XmlSerializationReaderInterpreter_AddListValue_mBA513F6ECBB9512271E7F336B95A981E634CC6CE(__this, L_502, (RuntimeObject **)((L_503)->GetAddressAt(static_cast(L_505))), L_512, L_513, (bool)1, /*hidden argument*/NULL); goto IL_0a18; } IL_0991: { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_514 = ___map0; NullCheck(L_514); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_515; L_515 = ClassMap_get_XmlTextCollector_mCD1E9DCA3A54BCEA7DB7F1E0175508C08677849E_inline(L_514, /*hidden argument*/NULL); V_27 = ((XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 *)CastclassClass((RuntimeObject*)L_515, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var)); XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_516 = V_27; NullCheck(L_516); XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_517; L_517 = XmlTypeMapMemberElement_get_ElementInfo_m6C24B41268D415B81089124ED86D6427FE3D998C(L_516, /*hidden argument*/NULL); NullCheck(L_517); RuntimeObject * L_518; L_518 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_517, 0); V_28 = ((XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)CastclassClass((RuntimeObject*)L_518, XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var)); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_519 = V_28; NullCheck(L_519); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_520; L_520 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_519, /*hidden argument*/NULL); NullCheck(L_520); Type_t * L_521; L_521 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_520, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_522 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_523; L_523 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_522, /*hidden argument*/NULL); bool L_524; L_524 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_521, L_523, /*hidden argument*/NULL); if (!L_524) { goto IL_09e6; } } { XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_525 = V_27; RuntimeObject * L_526 = ___ob1; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_527; L_527 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_527); String_t* L_528; L_528 = VirtFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlReader::ReadString() */, L_527); bool L_529 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_525, L_526, L_528, L_529, /*hidden argument*/NULL); goto IL_0a18; } IL_09e6: { XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_530 = V_27; RuntimeObject * L_531 = ___ob1; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_532; L_532 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_532); String_t* L_533; L_533 = VirtFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlReader::ReadString() */, L_532); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_534 = V_28; NullCheck(L_534); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_535; L_535 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_534, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_536 = V_28; NullCheck(L_536); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_537; L_537 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_536, /*hidden argument*/NULL); RuntimeObject * L_538; L_538 = XmlSerializationReaderInterpreter_GetValueFromXmlString_m25E77A91AE62E219CAA6499301404BCE89003B9E(__this, L_533, L_535, L_537, /*hidden argument*/NULL); bool L_539 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_530, L_531, L_538, L_539, /*hidden argument*/NULL); goto IL_0a18; } IL_0a11: { RuntimeObject * L_540 = ___ob1; XmlSerializationReader_UnknownNode_m2529E0A7597D50053314AE8B1C210F3D101508F9(__this, L_540, /*hidden argument*/NULL); } IL_0a18: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_541; L_541 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_541); int32_t L_542; L_542 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, L_541); } IL_0a24: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_543; L_543 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_543); int32_t L_544; L_544 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_543); if ((((int32_t)L_544) == ((int32_t)((int32_t)15)))) { goto IL_0a3e; } } { int32_t L_545 = V_6; int32_t L_546 = V_7; if ((((int32_t)L_545) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_546, (int32_t)1))))) { goto IL_0223; } } IL_0a3e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_547 = V_3; if (!L_547) { goto IL_0b01; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_548 = ___map0; NullCheck(L_548); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_549; L_549 = ClassMap_get_FlatLists_m74C78A01F6BD649F6353603E302D9FE8C49FB1BC_inline(L_548, /*hidden argument*/NULL); NullCheck(L_549); RuntimeObject* L_550; L_550 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_549); V_9 = L_550; } IL_0a51: try { // begin try (depth: 1) { goto IL_0ade; } IL_0a56: { RuntimeObject* L_551 = V_9; NullCheck(L_551); RuntimeObject * L_552; L_552 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_551); V_29 = ((XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 *)CastclassClass((RuntimeObject*)L_552, XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_553 = V_3; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_554 = V_29; NullCheck(L_554); int32_t L_555; L_555 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_554, /*hidden argument*/NULL); NullCheck(L_553); int32_t L_556 = L_555; RuntimeObject * L_557 = (L_553)->GetAt(static_cast(L_556)); V_30 = L_557; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_558 = V_29; NullCheck(L_558); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_559; L_559 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_558, /*hidden argument*/NULL); NullCheck(L_559); Type_t * L_560; L_560 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_559, /*hidden argument*/NULL); NullCheck(L_560); bool L_561; L_561 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_560, /*hidden argument*/NULL); if (!L_561) { goto IL_0aac; } } IL_0a82: { RuntimeObject * L_562 = V_30; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_563 = V_2; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_564 = V_29; NullCheck(L_564); int32_t L_565; L_565 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_564, /*hidden argument*/NULL); NullCheck(L_563); int32_t L_566 = L_565; int32_t L_567 = (L_563)->GetAt(static_cast(L_566)); XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_568 = V_29; NullCheck(L_568); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_569; L_569 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_568, /*hidden argument*/NULL); NullCheck(L_569); Type_t * L_570; L_570 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_569, /*hidden argument*/NULL); NullCheck(L_570); Type_t * L_571; L_571 = VirtFuncInvoker0< Type_t * >::Invoke(102 /* System.Type System.Type::GetElementType() */, L_570); RuntimeArray * L_572; L_572 = XmlSerializationReader_ShrinkArray_mA0DCAC6DFB65DC2854DE9BD028FC23F50C9AD6E4(__this, ((RuntimeArray *)CastclassClass((RuntimeObject*)L_562, RuntimeArray_il2cpp_TypeInfo_var)), L_567, L_571, (bool)1, /*hidden argument*/NULL); V_30 = L_572; } IL_0aac: { XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_573 = V_29; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_574 = V_29; NullCheck(L_574); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_575; L_575 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_574, /*hidden argument*/NULL); RuntimeObject * L_576 = ___ob1; bool L_577 = ___isValueList2; bool L_578; L_578 = XmlSerializationReaderInterpreter_IsReadOnly_mA0632E1CDE2FD747ECE0A953DD6155B75BD50545(__this, L_573, L_575, L_576, L_577, /*hidden argument*/NULL); if (L_578) { goto IL_0ade; } } IL_0abf: { XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_579 = V_29; NullCheck(L_579); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_580; L_580 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_579, /*hidden argument*/NULL); NullCheck(L_580); Type_t * L_581; L_581 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_580, /*hidden argument*/NULL); NullCheck(L_581); bool L_582; L_582 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_581, /*hidden argument*/NULL); if (!L_582) { goto IL_0ade; } } IL_0ad2: { XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_583 = V_29; RuntimeObject * L_584 = ___ob1; RuntimeObject * L_585 = V_30; bool L_586 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_583, L_584, L_585, L_586, /*hidden argument*/NULL); } IL_0ade: { RuntimeObject* L_587 = V_9; NullCheck(L_587); bool L_588; L_588 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_587); if (L_588) { goto IL_0a56; } } IL_0aea: { IL2CPP_LEAVE(0xB01, FINALLY_0aec); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0aec; } FINALLY_0aec: { // begin finally (depth: 1) { RuntimeObject* L_589 = V_9; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_589, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_590 = V_12; if (!L_590) { goto IL_0b00; } } IL_0af9: { RuntimeObject* L_591 = V_12; NullCheck(L_591); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_591); } IL_0b00: { IL2CPP_END_FINALLY(2796) } } // end finally (depth: 1) IL2CPP_CLEANUP(2796) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB01, IL_0b01) } IL_0b01: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_592 = V_4; if (!L_592) { goto IL_0b8e; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_593 = ___map0; NullCheck(L_593); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_594; L_594 = ClassMap_get_FlatLists_m74C78A01F6BD649F6353603E302D9FE8C49FB1BC_inline(L_593, /*hidden argument*/NULL); NullCheck(L_594); RuntimeObject* L_595; L_595 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_594); V_9 = L_595; } IL_0b15: try { // begin try (depth: 1) { goto IL_0b6e; } IL_0b17: { RuntimeObject* L_596 = V_9; NullCheck(L_596); RuntimeObject * L_597; L_597 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_596); V_31 = ((XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 *)CastclassClass((RuntimeObject*)L_597, XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_598 = V_4; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_599 = V_31; NullCheck(L_599); int32_t L_600; L_600 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_599, /*hidden argument*/NULL); NullCheck(L_598); int32_t L_601 = L_600; RuntimeObject * L_602 = (L_598)->GetAt(static_cast(L_601)); V_32 = L_602; RuntimeObject * L_603 = V_32; if (!L_603) { goto IL_0b6e; } } IL_0b35: { RuntimeObject * L_604 = V_32; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_605 = V_2; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_606 = V_31; NullCheck(L_606); int32_t L_607; L_607 = XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline(L_606, /*hidden argument*/NULL); NullCheck(L_605); int32_t L_608 = L_607; int32_t L_609 = (L_605)->GetAt(static_cast(L_608)); XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_610 = V_31; NullCheck(L_610); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_611; L_611 = XmlTypeMapMemberElement_get_ChoiceTypeData_mC313A289BD877BBD3B2795E4935499DF8D520B4E_inline(L_610, /*hidden argument*/NULL); NullCheck(L_611); Type_t * L_612; L_612 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_611, /*hidden argument*/NULL); NullCheck(L_612); Type_t * L_613; L_613 = VirtFuncInvoker0< Type_t * >::Invoke(102 /* System.Type System.Type::GetElementType() */, L_612); RuntimeArray * L_614; L_614 = XmlSerializationReader_ShrinkArray_mA0DCAC6DFB65DC2854DE9BD028FC23F50C9AD6E4(__this, ((RuntimeArray *)CastclassClass((RuntimeObject*)L_604, RuntimeArray_il2cpp_TypeInfo_var)), L_609, L_613, (bool)1, /*hidden argument*/NULL); V_32 = L_614; RuntimeObject * L_615 = ___ob1; XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * L_616 = V_31; NullCheck(L_616); String_t* L_617; L_617 = XmlTypeMapMemberElement_get_ChoiceMember_m9AE51BC723134EEB149DDE1F6190E14508A56FA4_inline(L_616, /*hidden argument*/NULL); RuntimeObject * L_618 = V_32; XmlTypeMapMember_SetValue_m39B0FC2316327F214E7B734BA49FBBED70BB1235(L_615, L_617, L_618, /*hidden argument*/NULL); } IL_0b6e: { RuntimeObject* L_619 = V_9; NullCheck(L_619); bool L_620; L_620 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_619); if (L_620) { goto IL_0b17; } } IL_0b77: { IL2CPP_LEAVE(0xB8E, FINALLY_0b79); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0b79; } FINALLY_0b79: { // begin finally (depth: 1) { RuntimeObject* L_621 = V_9; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_621, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_622 = V_12; if (!L_622) { goto IL_0b8d; } } IL_0b86: { RuntimeObject* L_623 = V_12; NullCheck(L_623); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_623); } IL_0b8d: { IL2CPP_END_FINALLY(2937) } } // end finally (depth: 1) IL2CPP_CLEANUP(2937) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB8E, IL_0b8e) } IL_0b8e: { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_624 = ___map0; RuntimeObject * L_625 = ___ob1; bool L_626 = ___isValueList2; XmlSerializationReaderInterpreter_SetListMembersDefaults_mADF58045E937540526465F3808A377871C9110B5(__this, L_624, L_625, L_626, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::SetListMembersDefaults(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_SetListMembersDefaults_mADF58045E937540526465F3808A377871C9110B5 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; int32_t V_1 = 0; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * V_2 = NULL; { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_0 = ___map0; NullCheck(L_0); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1; L_1 = ClassMap_get_ListMembers_m04EA267FFB434D2D36C1A4C50FF8DF6F7BDA8FDF_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_005e; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_2 = ___map0; NullCheck(L_2); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3; L_3 = ClassMap_get_ListMembers_m04EA267FFB434D2D36C1A4C50FF8DF6F7BDA8FDF_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; goto IL_0055; } IL_0013: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); RuntimeObject * L_6; L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5); V_2 = ((XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC *)CastclassClass((RuntimeObject*)L_6, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC_il2cpp_TypeInfo_var)); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_7 = V_2; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_8 = V_2; NullCheck(L_8); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_9; L_9 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_8, /*hidden argument*/NULL); RuntimeObject * L_10 = ___ob1; bool L_11 = ___isValueList2; bool L_12; L_12 = XmlSerializationReaderInterpreter_IsReadOnly_mA0632E1CDE2FD747ECE0A953DD6155B75BD50545(__this, L_7, L_9, L_10, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0051; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_13 = V_2; RuntimeObject * L_14 = ___ob1; bool L_15 = ___isValueList2; RuntimeObject * L_16; L_16 = XmlSerializationReaderInterpreter_GetMemberValue_m032FBD409421637CD0A02293DF9D91526C0EE2AD(__this, L_13, L_14, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0051; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_17 = V_2; RuntimeObject * L_18 = ___ob1; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_19 = V_2; NullCheck(L_19); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_20; L_20 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_19, /*hidden argument*/NULL); RuntimeObject * L_21; L_21 = XmlSerializationReaderInterpreter_InitializeList_m198B92D5B6BC13CDEC81680951B68141C4A52F5C(__this, L_20, /*hidden argument*/NULL); bool L_22 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_17, L_18, L_21, L_22, /*hidden argument*/NULL); } IL_0051: { int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0055: { int32_t L_24 = V_1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_25 = V_0; NullCheck(L_25); int32_t L_26; L_26 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_25); if ((((int32_t)L_24) < ((int32_t)L_26))) { goto IL_0013; } } IL_005e: { return; } } // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::FixupMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_FixupMembers_mB6792FEAA5D621FE8789D4F1F8D45BB1F9BDE067 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * ___map0, RuntimeObject * ___obfixup1, bool ___isValueList2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; RuntimeObject* V_2 = NULL; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___obfixup1; V_0 = ((Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B *)CastclassClass((RuntimeObject*)L_0, Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B_il2cpp_TypeInfo_var)); ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_1 = ___map0; NullCheck(L_1); RuntimeObject* L_2; L_2 = ClassMap_get_ElementMembers_m30583103C73D6B9FCB936FF39D814F8D381910D1_inline(L_1, /*hidden argument*/NULL); Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * L_3 = V_0; NullCheck(L_3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4; L_4 = Fixup_get_Ids_m114528877A785022716C25DCF1BD03B65AA68C6A_inline(L_3, /*hidden argument*/NULL); V_1 = L_4; NullCheck(L_2); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_2 = L_5; } IL_001a: try { // begin try (depth: 1) { goto IL_004e; } IL_001c: { RuntimeObject* L_6 = V_2; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); V_3 = ((XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC *)CastclassClass((RuntimeObject*)L_7, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC_il2cpp_TypeInfo_var)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = V_1; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_9 = V_3; NullCheck(L_9); int32_t L_10; L_10 = XmlTypeMapMember_get_Index_mDCBAA3BBAA60FD1947693FE47D2D96E844FEFB0F_inline(L_9, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_11 = L_10; String_t* L_12 = (L_8)->GetAt(static_cast(L_11)); if (!L_12) { goto IL_004e; } } IL_0032: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_13 = V_3; Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * L_14 = V_0; NullCheck(L_14); RuntimeObject * L_15; L_15 = Fixup_get_Source_m35271BD8569B8556C5E6971FC3606A0148C68911_inline(L_14, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = V_1; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_17 = V_3; NullCheck(L_17); int32_t L_18; L_18 = XmlTypeMapMember_get_Index_mDCBAA3BBAA60FD1947693FE47D2D96E844FEFB0F_inline(L_17, /*hidden argument*/NULL); NullCheck(L_16); int32_t L_19 = L_18; String_t* L_20 = (L_16)->GetAt(static_cast(L_19)); RuntimeObject * L_21; L_21 = XmlSerializationReader_GetTarget_mE747EB19FFFD513267314CA3F51E24BB5DE24EAB(__this, L_20, /*hidden argument*/NULL); bool L_22 = ___isValueList2; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_13, L_15, L_21, L_22, /*hidden argument*/NULL); } IL_004e: { RuntimeObject* L_23 = V_2; NullCheck(L_23); bool L_24; L_24 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_23); if (L_24) { goto IL_001c; } } IL_0056: { IL2CPP_LEAVE(0x6C, 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_25 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_26 = V_4; if (!L_26) { goto IL_006b; } } IL_0064: { RuntimeObject* L_27 = V_4; NullCheck(L_27); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_27); } IL_006b: { IL2CPP_END_FINALLY(88) } } // end finally (depth: 1) IL2CPP_CLEANUP(88) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6C, IL_006c) } IL_006c: { return; } } // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::ProcessUnknownAttribute(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_ProcessUnknownAttribute_m03D3037C24323F1B810E19ACF6A824104F89C9C1 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, RuntimeObject * ___target0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___target0; XmlSerializationReader_UnknownNode_m2529E0A7597D50053314AE8B1C210F3D101508F9(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::ProcessUnknownElement(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_ProcessUnknownElement_m6A83297ECE3EE26265B11F2EE60471D008FC5B72 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, RuntimeObject * ___target0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___target0; XmlSerializationReader_UnknownNode_m2529E0A7597D50053314AE8B1C210F3D101508F9(__this, L_0, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.Serialization.XmlSerializationReaderInterpreter::IsReadOnly(System.Xml.Serialization.XmlTypeMapMember,System.Xml.Serialization.TypeData,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationReaderInterpreter_IsReadOnly_mA0632E1CDE2FD747ECE0A953DD6155B75BD50545 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ___member0, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___memType1, RuntimeObject * ___ob2, bool ___isValueList3, const RuntimeMethod* method) { { bool L_0 = ___isValueList3; if (!L_0) { goto IL_000e; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_1 = ___memType1; NullCheck(L_1); bool L_2; L_2 = TypeData_get_HasPublicConstructor_mD6E6F5C1F97AC1EC4AADCFDD09A894F9F65E5882_inline(L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } IL_000e: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_3 = ___member0; RuntimeObject * L_4 = ___ob2; NullCheck(L_4); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_4, /*hidden argument*/NULL); NullCheck(L_3); bool L_6; L_6 = XmlTypeMapMember_IsReadOnly_mB4FDABDC462847E2BFB82BC946C8F5D772A414BF(L_3, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0026; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_7 = ___memType1; NullCheck(L_7); bool L_8; L_8 = TypeData_get_HasPublicConstructor_mD6E6F5C1F97AC1EC4AADCFDD09A894F9F65E5882_inline(L_7, /*hidden argument*/NULL); return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); } IL_0026: { return (bool)1; } } // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::SetMemberValue(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ___member0, RuntimeObject * ___ob1, RuntimeObject * ___value2, bool ___isValueList3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_0 = ___member0; NullCheck(L_0); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_1; L_1 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); Type_t * L_2; L_2 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3 = ___value2; if (!L_3) { goto IL_0026; } } { RuntimeObject * L_4 = ___value2; NullCheck(L_4); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_4, /*hidden argument*/NULL); Type_t * L_6 = V_0; NullCheck(L_5); bool L_7; L_7 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_5, L_6); if (L_7) { goto IL_0026; } } { RuntimeObject * L_8 = ___value2; Type_t * L_9 = V_0; RuntimeObject * L_10; L_10 = XmlSerializationWriterInterpreter_ImplicitConvert_m52FC4A1CAF9919ED18E2AA127A20EB6AF77EF35E(L_8, L_9, /*hidden argument*/NULL); ___value2 = L_10; } IL_0026: { bool L_11 = ___isValueList3; if (!L_11) { goto IL_003a; } } { RuntimeObject * L_12 = ___ob1; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_13 = ___member0; NullCheck(L_13); int32_t L_14; L_14 = XmlTypeMapMember_get_GlobalIndex_mF1D72247C11FD8473853C825689B2AB199133557_inline(L_13, /*hidden argument*/NULL); RuntimeObject * L_15 = ___value2; NullCheck(((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_12, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var))); ArrayElementTypeCheck (((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_12, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), L_15); (((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_12, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)))->SetAt(static_cast(L_14), (RuntimeObject *)L_15); goto IL_0042; } IL_003a: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_16 = ___member0; RuntimeObject * L_17 = ___ob1; RuntimeObject * L_18 = ___value2; NullCheck(L_16); XmlTypeMapMember_SetValue_mF98A024D4F268A178D4AC362B829D2FC08C381C3(L_16, L_17, L_18, /*hidden argument*/NULL); } IL_0042: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_19 = ___member0; NullCheck(L_19); bool L_20; L_20 = XmlTypeMapMember_get_IsOptionalValueType_m64B60ED1EB3ACFECE806E1643B44FE66862E5628(L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0052; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_21 = ___member0; RuntimeObject * L_22 = ___ob1; NullCheck(L_21); XmlTypeMapMember_SetValueSpecified_mE5034B876675A4FE4EDD454C4F0B31FADF3E09C5(L_21, L_22, (bool)1, /*hidden argument*/NULL); } IL_0052: { return; } } // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::SetMemberValueFromAttr(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_SetMemberValueFromAttr_m9780CDEB35B71057CE8C2E0D36F59BD1FD703680 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ___member0, RuntimeObject * ___ob1, RuntimeObject * ___value2, bool ___isValueList3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_0 = ___member0; NullCheck(L_0); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_1; L_1 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); Type_t * L_2; L_2 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_1, /*hidden argument*/NULL); NullCheck(L_2); bool L_3; L_3 = VirtFuncInvoker0< bool >::Invoke(74 /* System.Boolean System.Type::get_IsEnum() */, L_2); if (!L_3) { goto IL_0025; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_4 = ___member0; NullCheck(L_4); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_5; L_5 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_4, /*hidden argument*/NULL); NullCheck(L_5); Type_t * L_6; L_6 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_5, /*hidden argument*/NULL); RuntimeObject * L_7 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_8; L_8 = Enum_ToObject_mCE382C637F1C439180508B92EAEEDDAD0B75B10F(L_6, L_7, /*hidden argument*/NULL); ___value2 = L_8; } IL_0025: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_9 = ___member0; RuntimeObject * L_10 = ___ob1; RuntimeObject * L_11 = ___value2; bool L_12 = ___isValueList3; XmlSerializationReaderInterpreter_SetMemberValue_mE09841D0404557308C8D2FEF415610FC26CC774D(__this, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::GetMemberValue(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_GetMemberValue_m032FBD409421637CD0A02293DF9D91526C0EE2AD (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ___member0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___isValueList2; if (!L_0) { goto IL_0011; } } { RuntimeObject * L_1 = ___ob1; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_2 = ___member0; NullCheck(L_2); int32_t L_3; L_3 = XmlTypeMapMember_get_GlobalIndex_mF1D72247C11FD8473853C825689B2AB199133557_inline(L_2, /*hidden argument*/NULL); NullCheck(((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var))); int32_t L_4 = L_3; RuntimeObject * L_5 = (((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)))->GetAt(static_cast(L_4)); return L_5; } IL_0011: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_6 = ___member0; RuntimeObject * L_7 = ___ob1; NullCheck(L_6); RuntimeObject * L_8; L_8 = XmlTypeMapMember_GetValue_m3117E4885354E3DB8D4B3471ECE9DB05ECD56883(L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadObjectElement(System.Xml.Serialization.XmlTypeMapElementInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadObjectElement_m46DE768D0C376E643B5687BBF661AE043DA9A40A (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * ___elem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSerializable_t5BEF028D2890007426B01C2B934C2469498B8013_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_0 = ___elem0; NullCheck(L_0); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_1; L_1 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))) { case 0: { goto IL_003c; } case 1: { goto IL_003c; } case 2: { goto IL_0044; } case 3: { goto IL_0059; } case 4: { goto IL_006d; } case 5: { goto IL_002e; } } } { goto IL_008c; } IL_002e: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_4 = ___elem0; NullCheck(L_4); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_5; L_5 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_4, /*hidden argument*/NULL); RuntimeObject * L_6; L_6 = XmlSerializationReaderInterpreter_ReadXmlNode_m3D24313C011A2E248292FE37F0D44A97BA9D3CF6(__this, L_5, (bool)1, /*hidden argument*/NULL); return L_6; } IL_003c: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_7 = ___elem0; RuntimeObject * L_8; L_8 = XmlSerializationReaderInterpreter_ReadPrimitiveValue_mA2A5D8A4E7E1841BE58FA60F09349F96C3DA8A01(__this, L_7, /*hidden argument*/NULL); return L_8; } IL_0044: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_9 = ___elem0; NullCheck(L_9); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_10; L_10 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_9, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_11 = ___elem0; NullCheck(L_11); bool L_12; L_12 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_11, /*hidden argument*/NULL); RuntimeObject * L_13; L_13 = XmlSerializationReaderInterpreter_ReadListElement_m9B1CD0B453622C103781E2E000E6C1E1C89DB048(__this, L_10, L_12, NULL, (bool)1, /*hidden argument*/NULL); return L_13; } IL_0059: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_14 = ___elem0; NullCheck(L_14); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_15; L_15 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_14, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_16 = ___elem0; NullCheck(L_16); bool L_17; L_17 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_16, /*hidden argument*/NULL); RuntimeObject * L_18; L_18 = VirtFuncInvoker3< RuntimeObject *, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *, bool, bool >::Invoke(7 /* System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadObject(System.Xml.Serialization.XmlTypeMapping,System.Boolean,System.Boolean) */, __this, L_15, L_17, (bool)1); return L_18; } IL_006d: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_19 = ___elem0; NullCheck(L_19); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_20; L_20 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_19, /*hidden argument*/NULL); NullCheck(L_20); Type_t * L_21; L_21 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); RuntimeObject * L_22; L_22 = XmlSerializationReaderInterpreter_CreateInstance_m3D223F335DA0CA6A573D744C0BE5C8CBF776B184(L_21, (bool)1, /*hidden argument*/NULL); V_1 = L_22; RuntimeObject * L_23 = V_1; RuntimeObject* L_24; L_24 = XmlSerializationReader_ReadSerializable_m185A956418B56B34F40DEF89A2993285F117DCC5(__this, ((RuntimeObject*)Castclass((RuntimeObject*)L_23, IXmlSerializable_t5BEF028D2890007426B01C2B934C2469498B8013_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_24; } IL_008c: { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_25 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA36CB49041E31496EDB0CF9BBB01CEF6120EA3F4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationReaderInterpreter_ReadObjectElement_m46DE768D0C376E643B5687BBF661AE043DA9A40A_RuntimeMethod_var))); } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadPrimitiveValue(System.Xml.Serialization.XmlTypeMapElementInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadPrimitiveValue_mA2A5D8A4E7E1841BE58FA60F09349F96C3DA8A01 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * ___elem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var); s_Il2CppMethodInitialized = true; } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_0 = ___elem0; NullCheck(L_0); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_1; L_1 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); Type_t * L_2; L_2 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_1, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_3, /*hidden argument*/NULL); bool L_5; L_5 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_2, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0032; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_6 = ___elem0; NullCheck(L_6); bool L_7; L_7 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002b; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_8; L_8 = XmlSerializationReader_ReadNullableQualifiedName_m36743C7A4FD1D70B96A948EC4E4143AA5F0D44AB(__this, /*hidden argument*/NULL); return L_8; } IL_002b: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_9; L_9 = XmlSerializationReader_ReadElementQualifiedName_mBB1692A5DA4975CBDC42EE7048B4A3E426EF9E54(__this, /*hidden argument*/NULL); return L_9; } IL_0032: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_10 = ___elem0; NullCheck(L_10); bool L_11; L_11 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0053; } } { String_t* L_12; L_12 = XmlSerializationReader_ReadNullableString_mD8E706CED8C7FD0B01BB4A22EC0F808774421C10(__this, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_13 = ___elem0; NullCheck(L_13); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_14; L_14 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_13, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_15 = ___elem0; NullCheck(L_15); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_16; L_16 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_15, /*hidden argument*/NULL); RuntimeObject * L_17; L_17 = XmlSerializationReaderInterpreter_GetValueFromXmlString_m25E77A91AE62E219CAA6499301404BCE89003B9E(__this, L_12, L_14, L_16, /*hidden argument*/NULL); return L_17; } IL_0053: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_18; L_18 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19; L_19 = VirtFuncInvoker0< String_t* >::Invoke(35 /* System.String System.Xml.XmlReader::ReadElementString() */, L_18); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_20 = ___elem0; NullCheck(L_20); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_21; L_21 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_20, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_22 = ___elem0; NullCheck(L_22); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_23; L_23 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_22, /*hidden argument*/NULL); RuntimeObject * L_24; L_24 = XmlSerializationReaderInterpreter_GetValueFromXmlString_m25E77A91AE62E219CAA6499301404BCE89003B9E(__this, L_19, L_21, L_23, /*hidden argument*/NULL); return L_24; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::GetValueFromXmlString(System.String,System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlTypeMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_GetValueFromXmlString_m25E77A91AE62E219CAA6499301404BCE89003B9E (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, String_t* ___value0, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData1, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var); s_Il2CppMethodInitialized = true; } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___typeData1; NullCheck(L_0); int32_t L_1; L_1 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_0012; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_2 = ___typeMap2; String_t* L_3 = ___value0; RuntimeObject * L_4; L_4 = XmlSerializationReaderInterpreter_ReadListString_m63F842E54796A0758DCDFF4936636EE65D3FE98E(__this, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0012: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_5 = ___typeData1; NullCheck(L_5); int32_t L_6; L_6 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)2)))) { goto IL_0024; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_7 = ___typeMap2; String_t* L_8 = ___value0; RuntimeObject * L_9; L_9 = XmlSerializationReaderInterpreter_GetEnumValue_mC734C997283ECC4EF81B4B1EF08B889977F6EEDB(__this, L_7, L_8, /*hidden argument*/NULL); return L_9; } IL_0024: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_10 = ___typeData1; NullCheck(L_10); Type_t * L_11; L_11 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_10, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13; L_13 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_12, /*hidden argument*/NULL); bool L_14; L_14 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_11, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0043; } } { String_t* L_15 = ___value0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_16; L_16 = XmlSerializationReader_ToXmlQualifiedName_mC04F7346916E64995226849BB915FACC2C0A8FD0(__this, L_15, /*hidden argument*/NULL); return L_16; } IL_0043: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_17 = ___typeData1; String_t* L_18 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); RuntimeObject * L_19; L_19 = XmlCustomFormatter_FromXmlString_m237FC9F2755F626080234572AC7B7E2636C5A9F2(L_17, L_18, /*hidden argument*/NULL); return L_19; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadListElement(System.Xml.Serialization.XmlTypeMapping,System.Boolean,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadListElement_m9B1CD0B453622C103781E2E000E6C1E1C89DB048 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, bool ___isNullable1, RuntimeObject * ___list2, bool ___canCreateInstance3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * V_1 = NULL; int32_t V_2 = 0; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_3 = NULL; { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_0 = ___typeMap0; NullCheck(L_0); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_1; L_1 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); Type_t * L_2; L_2 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_3 = ___typeMap0; NullCheck(L_3); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_4; L_4 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_3, /*hidden argument*/NULL); V_1 = ((ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 *)CastclassClass((RuntimeObject*)L_4, ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var)); Type_t * L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002a; } } { bool L_7; L_7 = XmlSerializationReader_ReadNull_mF2BFFBAF96FCEC98A36A87F38168C9328A5E3585(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_002a; } } { return NULL; } IL_002a: { RuntimeObject * L_8 = ___list2; if (L_8) { goto IL_0056; } } { bool L_9 = ___canCreateInstance3; if (!L_9) { goto IL_0049; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_10 = ___typeMap0; NullCheck(L_10); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_11; L_11 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_10, /*hidden argument*/NULL); NullCheck(L_11); bool L_12; L_12 = TypeData_get_HasPublicConstructor_mD6E6F5C1F97AC1EC4AADCFDD09A894F9F65E5882_inline(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0049; } } { Type_t * L_13 = V_0; RuntimeObject * L_14; L_14 = XmlSerializationReaderInterpreter_CreateList_mC7AD261301B3AC1CF9C203966F280D65EE186FC1(__this, L_13, /*hidden argument*/NULL); ___list2 = L_14; goto IL_0056; } IL_0049: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_15 = ___typeMap0; NullCheck(L_15); String_t* L_16; L_16 = XmlTypeMapping_get_TypeFullName_mDC0A30D0C68FBAFA154F51C355E0F992E97BF1A0(L_15, /*hidden argument*/NULL); Exception_t * L_17; L_17 = XmlSerializationReader_CreateReadOnlyCollectionException_m4AB824F6ACBEF150493A08CED48CB217C41C6339(__this, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationReaderInterpreter_ReadListElement_m9B1CD0B453622C103781E2E000E6C1E1C89DB048_RuntimeMethod_var))); } IL_0056: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_18; L_18 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_18); bool L_19; L_19 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_18); if (!L_19) { goto IL_008e; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_20; L_20 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_20); VirtActionInvoker0::Invoke(27 /* System.Void System.Xml.XmlReader::Skip() */, L_20); Type_t * L_21 = V_0; NullCheck(L_21); bool L_22; L_22 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_008c; } } { RuntimeObject * L_23 = ___list2; Type_t * L_24 = V_0; NullCheck(L_24); Type_t * L_25; L_25 = VirtFuncInvoker0< Type_t * >::Invoke(102 /* System.Type System.Type::GetElementType() */, L_24); RuntimeArray * L_26; L_26 = XmlSerializationReader_ShrinkArray_mA0DCAC6DFB65DC2854DE9BD028FC23F50C9AD6E4(__this, ((RuntimeArray *)CastclassClass((RuntimeObject*)L_23, RuntimeArray_il2cpp_TypeInfo_var)), 0, L_25, (bool)0, /*hidden argument*/NULL); ___list2 = L_26; } IL_008c: { RuntimeObject * L_27 = ___list2; return L_27; } IL_008e: { V_2 = 0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_28; L_28 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_28); VirtActionInvoker0::Invoke(34 /* System.Void System.Xml.XmlReader::ReadStartElement() */, L_28); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_29; L_29 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_29); int32_t L_30; L_30 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, L_29); goto IL_0110; } IL_00a9: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_31; L_31 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_31); int32_t L_32; L_32 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_31); if ((!(((uint32_t)L_32) == ((uint32_t)1)))) { goto IL_00fd; } } { ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_33 = V_1; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_34; L_34 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_34); String_t* L_35; L_35 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_34); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_36; L_36 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_36); String_t* L_37; L_37 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_36); NullCheck(L_33); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_38; L_38 = ListMap_FindElement_mE9C39EDB5DC57541B1D7D3EF5C9824EDE9BF0984(L_33, L_35, L_37, /*hidden argument*/NULL); V_3 = L_38; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_39 = V_3; if (!L_39) { goto IL_00f4; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_40 = ___typeMap0; NullCheck(L_40); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_41; L_41 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_40, /*hidden argument*/NULL); int32_t L_42 = V_2; int32_t L_43 = L_42; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_44 = V_3; RuntimeObject * L_45; L_45 = XmlSerializationReaderInterpreter_ReadObjectElement_m46DE768D0C376E643B5687BBF661AE043DA9A40A(__this, L_44, /*hidden argument*/NULL); XmlSerializationReaderInterpreter_AddListValue_mBA513F6ECBB9512271E7F336B95A981E634CC6CE(__this, L_41, (RuntimeObject **)(&___list2), L_43, L_45, (bool)0, /*hidden argument*/NULL); goto IL_0104; } IL_00f4: { XmlSerializationReader_UnknownNode_m2529E0A7597D50053314AE8B1C210F3D101508F9(__this, NULL, /*hidden argument*/NULL); goto IL_0104; } IL_00fd: { XmlSerializationReader_UnknownNode_m2529E0A7597D50053314AE8B1C210F3D101508F9(__this, NULL, /*hidden argument*/NULL); } IL_0104: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_46; L_46 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_46); int32_t L_47; L_47 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, L_46); } IL_0110: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_48; L_48 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_48); int32_t L_49; L_49 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_48); if ((!(((uint32_t)L_49) == ((uint32_t)((int32_t)15))))) { goto IL_00a9; } } { XmlSerializationReader_ReadEndElement_mF5ED7E58DF9AC98E193E825650C97DA64539D525(__this, /*hidden argument*/NULL); Type_t * L_50 = V_0; NullCheck(L_50); bool L_51; L_51 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_0143; } } { RuntimeObject * L_52 = ___list2; int32_t L_53 = V_2; Type_t * L_54 = V_0; NullCheck(L_54); Type_t * L_55; L_55 = VirtFuncInvoker0< Type_t * >::Invoke(102 /* System.Type System.Type::GetElementType() */, L_54); RuntimeArray * L_56; L_56 = XmlSerializationReader_ShrinkArray_mA0DCAC6DFB65DC2854DE9BD028FC23F50C9AD6E4(__this, ((RuntimeArray *)CastclassClass((RuntimeObject*)L_52, RuntimeArray_il2cpp_TypeInfo_var)), L_53, L_55, (bool)0, /*hidden argument*/NULL); ___list2 = L_56; } IL_0143: { RuntimeObject * L_57 = ___list2; return L_57; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadListString(System.Xml.Serialization.XmlTypeMapping,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadListString_m63F842E54796A0758DCDFF4936636EE65D3FE98E (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, String_t* ___values1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * V_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_2 = NULL; RuntimeArray * V_3 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_4 = NULL; int32_t V_5 = 0; { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_0 = ___typeMap0; NullCheck(L_0); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_1; L_1 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); Type_t * L_2; L_2 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_3 = ___typeMap0; NullCheck(L_3); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_4; L_4 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_3, /*hidden argument*/NULL); V_1 = ((ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 *)CastclassClass((RuntimeObject*)L_4, ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var)); String_t* L_5 = ___values1; NullCheck(L_5); String_t* L_6; L_6 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_5, /*hidden argument*/NULL); ___values1 = L_6; String_t* L_7 = ___values1; String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_9; L_9 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003a; } } { Type_t * L_10 = V_0; NullCheck(L_10); Type_t * L_11; L_11 = VirtFuncInvoker0< Type_t * >::Invoke(102 /* System.Type System.Type::GetElementType() */, L_10); RuntimeArray * L_12; L_12 = Array_CreateInstance_m4D1856F13485BB35ACC72A9B10475C29C301BD1D(L_11, 0, /*hidden argument*/NULL); return L_12; } IL_003a: { String_t* L_13 = ___values1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = L_14; NullCheck(L_15); (L_15)->SetAt(static_cast(0), (Il2CppChar)((int32_t)32)); NullCheck(L_13); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16; L_16 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_13, L_15, /*hidden argument*/NULL); V_2 = L_16; Type_t * L_17 = V_0; NullCheck(L_17); Type_t * L_18; L_18 = VirtFuncInvoker0< Type_t * >::Invoke(102 /* System.Type System.Type::GetElementType() */, L_17); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = V_2; NullCheck(L_19); RuntimeArray * L_20; L_20 = Array_CreateInstance_m4D1856F13485BB35ACC72A9B10475C29C301BD1D(L_18, ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))), /*hidden argument*/NULL); V_3 = L_20; ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_21 = V_1; NullCheck(L_21); XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_22; L_22 = ListMap_get_ItemInfo_mA9B850D7B956E576FEDE1CBEFD168EC5556A971C_inline(L_21, /*hidden argument*/NULL); NullCheck(L_22); RuntimeObject * L_23; L_23 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_22, 0); V_4 = ((XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)CastclassClass((RuntimeObject*)L_23, XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var)); V_5 = 0; goto IL_0099; } IL_0073: { RuntimeArray * L_24 = V_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = V_2; int32_t L_26 = V_5; NullCheck(L_25); int32_t L_27 = L_26; String_t* L_28 = (L_25)->GetAt(static_cast(L_27)); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_29 = V_4; NullCheck(L_29); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_30; L_30 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_29, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_31 = V_4; NullCheck(L_31); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_32; L_32 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_31, /*hidden argument*/NULL); RuntimeObject * L_33; L_33 = XmlSerializationReaderInterpreter_GetValueFromXmlString_m25E77A91AE62E219CAA6499301404BCE89003B9E(__this, L_28, L_30, L_32, /*hidden argument*/NULL); int32_t L_34 = V_5; NullCheck(L_24); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_24, L_33, L_34, /*hidden argument*/NULL); int32_t L_35 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_0099: { int32_t L_36 = V_5; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_37 = V_2; NullCheck(L_37); if ((((int32_t)L_36) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length)))))) { goto IL_0073; } } { RuntimeArray * L_38 = V_3; return L_38; } } // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::AddListValue(System.Xml.Serialization.TypeData,System.Object&,System.Int32,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_AddListValue_mBA513F6ECBB9512271E7F336B95A981E634CC6CE (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___listType0, RuntimeObject ** ___list1, int32_t ___index2, RuntimeObject * ___value3, bool ___canCreateInstance4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral107694947DB47644F8036602F63473486E1ED925); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___listType0; NullCheck(L_0); Type_t * L_1; L_1 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; Type_t * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_003d; } } { RuntimeObject ** L_4 = ___list1; RuntimeObject ** L_5 = ___list1; RuntimeObject * L_6 = *((RuntimeObject **)L_5); int32_t L_7 = ___index2; Type_t * L_8 = V_0; NullCheck(L_8); Type_t * L_9; L_9 = VirtFuncInvoker0< Type_t * >::Invoke(102 /* System.Type System.Type::GetElementType() */, L_8); RuntimeArray * L_10; L_10 = XmlSerializationReader_EnsureArrayIndex_m0856B773A4363FABA33766089C74B39C225B3975(__this, ((RuntimeArray *)CastclassClass((RuntimeObject*)L_6, RuntimeArray_il2cpp_TypeInfo_var)), L_7, L_9, /*hidden argument*/NULL); *((RuntimeObject **)L_4) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)L_10); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_11 = ___listType0; NullCheck(L_11); TypeData_ConvertForAssignment_mC99B467E9BA7AF52487538303C17505F2B2DA655(L_11, (RuntimeObject **)(&___value3), /*hidden argument*/NULL); RuntimeObject ** L_12 = ___list1; RuntimeObject * L_13 = *((RuntimeObject **)L_12); RuntimeObject * L_14 = ___value3; int32_t L_15 = ___index2; NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_13, RuntimeArray_il2cpp_TypeInfo_var))); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(((RuntimeArray *)CastclassClass((RuntimeObject*)L_13, RuntimeArray_il2cpp_TypeInfo_var)), L_14, L_15, /*hidden argument*/NULL); return; } IL_003d: { RuntimeObject ** L_16 = ___list1; RuntimeObject * L_17 = *((RuntimeObject **)L_16); if (L_17) { goto IL_005d; } } { bool L_18 = ___canCreateInstance4; if (!L_18) { goto IL_0050; } } { RuntimeObject ** L_19 = ___list1; Type_t * L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); RuntimeObject * L_21; L_21 = XmlSerializationReaderInterpreter_CreateInstance_m3D223F335DA0CA6A573D744C0BE5C8CBF776B184(L_20, (bool)1, /*hidden argument*/NULL); *((RuntimeObject **)L_19) = (RuntimeObject *)L_21; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_19, (void*)(RuntimeObject *)L_21); goto IL_005d; } IL_0050: { Type_t * L_22 = V_0; NullCheck(L_22); String_t* L_23; L_23 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_22); Exception_t * L_24; L_24 = XmlSerializationReader_CreateReadOnlyCollectionException_m4AB824F6ACBEF150493A08CED48CB217C41C6339(__this, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationReaderInterpreter_AddListValue_mBA513F6ECBB9512271E7F336B95A981E634CC6CE_RuntimeMethod_var))); } IL_005d: { Type_t * L_25 = V_0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_26 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_27 = L_26; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_28 = ___listType0; NullCheck(L_28); Type_t * L_29; L_29 = TypeData_get_ListItemType_m7701AC967B5DD742A2525C4853116EDBF66F73F3(L_28, /*hidden argument*/NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_29); (L_27)->SetAt(static_cast(0), (Type_t *)L_29); NullCheck(L_25); MethodInfo_t * L_30; L_30 = Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E(L_25, _stringLiteral107694947DB47644F8036602F63473486E1ED925, L_27, /*hidden argument*/NULL); RuntimeObject ** L_31 = ___list1; RuntimeObject * L_32 = *((RuntimeObject **)L_31); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_33 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_34 = L_33; RuntimeObject * L_35 = ___value3; NullCheck(L_34); ArrayElementTypeCheck (L_34, L_35); (L_34)->SetAt(static_cast(0), (RuntimeObject *)L_35); NullCheck(L_30); RuntimeObject * L_36; L_36 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_30, L_32, L_34, /*hidden argument*/NULL); return; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::CreateInstance(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_CreateInstance_m3D223F335DA0CA6A573D744C0BE5C8CBF776B184 (Type_t * ___type0, bool ___nonPublic1, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; bool L_1 = ___nonPublic1; RuntimeObject * L_2; L_2 = Activator_CreateInstance_mC5CB5A08C61176CCBB34135AC90A3F629FA4679B(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_CreateInstance_m6226133BE46EDFF85E7A420A54E600F9E9BCDDBD (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ((XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var))->get_empty_array_28(); RuntimeObject * L_2; L_2 = Activator_CreateInstance_m3549C871DF05ADAEC78EAC287466C920A499FF61(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::CreateList(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_CreateList_mC7AD261301B3AC1CF9C203966F280D65EE186FC1 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, Type_t * ___listType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___listType0; NullCheck(L_0); bool L_1; L_1 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { Type_t * L_2 = ___listType0; NullCheck(L_2); Type_t * L_3; L_3 = VirtFuncInvoker0< Type_t * >::Invoke(102 /* System.Type System.Type::GetElementType() */, L_2); RuntimeArray * L_4; L_4 = XmlSerializationReader_EnsureArrayIndex_m0856B773A4363FABA33766089C74B39C225B3975(__this, (RuntimeArray *)NULL, 0, L_3, /*hidden argument*/NULL); return L_4; } IL_0017: { Type_t * L_5 = ___listType0; IL2CPP_RUNTIME_CLASS_INIT(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); RuntimeObject * L_6; L_6 = XmlSerializationReaderInterpreter_CreateInstance_m3D223F335DA0CA6A573D744C0BE5C8CBF776B184(L_5, (bool)1, /*hidden argument*/NULL); return L_6; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::InitializeList(System.Xml.Serialization.TypeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_InitializeList_m198B92D5B6BC13CDEC81680951B68141C4A52F5C (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___listType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___listType0; NullCheck(L_0); Type_t * L_1; L_1 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_000f; } } { return NULL; } IL_000f: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_3 = ___listType0; NullCheck(L_3); Type_t * L_4; L_4 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); RuntimeObject * L_5; L_5 = XmlSerializationReaderInterpreter_CreateInstance_m3D223F335DA0CA6A573D744C0BE5C8CBF776B184(L_4, (bool)1, /*hidden argument*/NULL); return L_5; } } // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::FillList(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_FillList_m98CF76A87628772EE1EF58E5084EF6B97874EE10 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, RuntimeObject * ___list0, RuntimeObject * ___items1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___items1; RuntimeObject * L_1 = ___list0; XmlSerializationReaderInterpreter_CopyEnumerableList_mB748780475B87C1409882127E0FC5C390CEEF0E3(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::CopyEnumerableList(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_CopyEnumerableList_mB748780475B87C1409882127E0FC5C390CEEF0E3 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, RuntimeObject * ___source0, RuntimeObject * ___dest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral107694947DB47644F8036602F63473486E1ED925); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; MethodInfo_t * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___dest1; if (L_0) { goto IL_0015; } } { RuntimeObject * L_1 = ___source0; NullCheck(L_1); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_1, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_2); Exception_t * L_4; L_4 = XmlSerializationReader_CreateReadOnlyCollectionException_m4AB824F6ACBEF150493A08CED48CB217C41C6339(__this, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationReaderInterpreter_CopyEnumerableList_mB748780475B87C1409882127E0FC5C390CEEF0E3_RuntimeMethod_var))); } IL_0015: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); V_0 = L_5; RuntimeObject * L_6 = ___dest1; NullCheck(L_6); Type_t * L_7; L_7 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_6, /*hidden argument*/NULL); NullCheck(L_7); MethodInfo_t * L_8; L_8 = Type_GetMethod_mDD47332AAF3036AAFC4C6626A999A452E7143DCF(L_7, _stringLiteral107694947DB47644F8036602F63473486E1ED925, /*hidden argument*/NULL); V_1 = L_8; RuntimeObject * L_9 = ___source0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_9, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_9, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))); V_2 = L_10; } IL_0039: try { // begin try (depth: 1) { goto IL_004f; } IL_003b: { RuntimeObject* L_11 = V_2; NullCheck(L_11); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); V_3 = L_12; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = V_0; RuntimeObject * L_14 = V_3; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_14); MethodInfo_t * L_15 = V_1; RuntimeObject * L_16 = ___dest1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = V_0; NullCheck(L_15); RuntimeObject * L_18; L_18 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_15, L_16, L_17, /*hidden argument*/NULL); } IL_004f: { RuntimeObject* L_19 = V_2; NullCheck(L_19); bool L_20; L_20 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_19); if (L_20) { goto IL_003b; } } IL_0057: { IL2CPP_LEAVE(0x6D, FINALLY_0059); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0059; } FINALLY_0059: { // begin finally (depth: 1) { RuntimeObject* L_21 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_21, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_22 = V_4; if (!L_22) { goto IL_006c; } } IL_0065: { RuntimeObject* L_23 = V_4; NullCheck(L_23); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_23); } IL_006c: { IL2CPP_END_FINALLY(89) } } // end finally (depth: 1) IL2CPP_CLEANUP(89) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6D, IL_006d) } IL_006d: { return; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadXmlNodeElement(System.Xml.Serialization.XmlTypeMapping,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadXmlNodeElement_m8A69BF9C8A2366588079214C92D3F5C489E45EC5 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, bool ___isNullable1, const RuntimeMethod* method) { { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_0 = ___typeMap0; NullCheck(L_0); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_1; L_1 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_0, /*hidden argument*/NULL); RuntimeObject * L_2; L_2 = XmlSerializationReaderInterpreter_ReadXmlNode_m3D24313C011A2E248292FE37F0D44A97BA9D3CF6(__this, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadXmlNode(System.Xml.Serialization.TypeData,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadXmlNode_m3D24313C011A2E248292FE37F0D44A97BA9D3CF6 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___type0, bool ___wrapped1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_0_0_0_var); s_Il2CppMethodInitialized = true; } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___type0; NullCheck(L_0); Type_t * L_1; L_1 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_0, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_1, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001f; } } { bool L_5 = ___wrapped1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_6; L_6 = XmlSerializationReader_ReadXmlDocument_m2F398F63268F6BA6F9531094FF594987F291C071(__this, L_5, /*hidden argument*/NULL); return L_6; } IL_001f: { bool L_7 = ___wrapped1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8; L_8 = XmlSerializationReader_ReadXmlNode_mB4DFB9F2CB3B6B45009F6E5D8CD661428728E177(__this, L_7, /*hidden argument*/NULL); return L_8; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadPrimitiveElement(System.Xml.Serialization.XmlTypeMapping,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadPrimitiveElement_mB7C89390CD34FF49F91AD3DF58BEE45A485F41C7 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, bool ___isNullable1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_0 = NULL; { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0; L_0 = XmlSerializationReader_GetXsiType_m8972A9DFB294AAB6B0E9935A39C17CEC48F17EC4(__this, /*hidden argument*/NULL); V_0 = L_0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_2; L_2 = XmlQualifiedName_op_Equality_m2A644E46A9CB20B0E072ED47DE4E95E92B420A22(L_1, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0022; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_3 = ___typeMap0; NullCheck(L_3); String_t* L_4; L_4 = XmlTypeMapping_get_XmlType_m97D3C310989DEA0D8C5DDE2A74BA1866DA7E5C99_inline(L_3, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_5 = ___typeMap0; NullCheck(L_5); String_t* L_6; L_6 = XmlMapping_get_Namespace_mC81A8F368DA39CCD355792888D951BE2A8B21835_inline(L_5, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_7 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_7, L_4, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_0022: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_8 = V_0; RuntimeObject * L_9; L_9 = XmlSerializationReader_ReadTypedPrimitive_m8B31A521346F823ED15447984E1B98F58E526B60(__this, L_8, /*hidden argument*/NULL); return L_9; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadEnumElement(System.Xml.Serialization.XmlTypeMapping,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadEnumElement_mB428F6FB97D53B76B474FF3140B16336819A67CB (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, bool ___isNullable1, const RuntimeMethod* method) { { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0; L_0 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); VirtActionInvoker0::Invoke(34 /* System.Void System.Xml.XmlReader::ReadStartElement() */, L_0); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_1 = ___typeMap0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2; L_2 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlReader::ReadString() */, L_2); RuntimeObject * L_4; L_4 = XmlSerializationReaderInterpreter_GetEnumValue_mC734C997283ECC4EF81B4B1EF08B889977F6EEDB(__this, L_1, L_3, /*hidden argument*/NULL); XmlSerializationReader_ReadEndElement_mF5ED7E58DF9AC98E193E825650C97DA64539D525(__this, /*hidden argument*/NULL); return L_4; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::GetEnumValue(System.Xml.Serialization.XmlTypeMapping,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_GetEnumValue_mC734C997283ECC4EF81B4B1EF08B889977F6EEDB (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, String_t* ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___val1; if (L_0) { goto IL_0005; } } { return NULL; } IL_0005: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_1 = ___typeMap0; NullCheck(L_1); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_2; L_2 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_1, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_3 = ___typeMap0; NullCheck(L_3); String_t* L_4; L_4 = XmlTypeMapping_get_TypeFullName_mDC0A30D0C68FBAFA154F51C355E0F992E97BF1A0(L_3, /*hidden argument*/NULL); String_t* L_5 = ___val1; NullCheck(((EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC *)CastclassClass((RuntimeObject*)L_2, EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = EnumMap_GetEnumName_m27EE7F778C8E65530E97367331A14ABA2A86BC39(((EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC *)CastclassClass((RuntimeObject*)L_2, EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC_il2cpp_TypeInfo_var)), L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = V_0; if (L_7) { goto IL_0033; } } { String_t* L_8 = ___val1; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_9 = ___typeMap0; NullCheck(L_9); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_10; L_10 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); Type_t * L_11; L_11 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_10, /*hidden argument*/NULL); Exception_t * L_12; L_12 = XmlSerializationReader_CreateUnknownConstantException_mAD5FEABCBFD6156560D0DC00F080EFA7FB1A3209(__this, L_8, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationReaderInterpreter_GetEnumValue_mC734C997283ECC4EF81B4B1EF08B889977F6EEDB_RuntimeMethod_var))); } IL_0033: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_13 = ___typeMap0; NullCheck(L_13); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_14; L_14 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_13, /*hidden argument*/NULL); NullCheck(L_14); Type_t * L_15; L_15 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_14, /*hidden argument*/NULL); String_t* L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_17; L_17 = Enum_Parse_mBF078678C6B2C5116261811AFBBFAE524D4D4BB4(L_15, L_16, (bool)0, /*hidden argument*/NULL); return L_17; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadXmlSerializableElement(System.Xml.Serialization.XmlTypeMapping,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadXmlSerializableElement_m7AF740E1C8F1A018755B12FC5D984EA6EB497D67 (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, bool ___isNullable1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSerializable_t5BEF028D2890007426B01C2B934C2469498B8013_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0; L_0 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, L_0); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2; L_2 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0078; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_4 = ___typeMap0; NullCheck(L_4); bool L_5; L_5 = XmlTypeMapping_get_IsAny_m50C4E9738DA12F62C74B20249D4734ECC687D53D_inline(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0052; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_6; L_6 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_6); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_8 = ___typeMap0; NullCheck(L_8); String_t* L_9; L_9 = XmlMapping_get_ElementName_m325D48DC1385A3577E5B4948F1F116861A215CEF_inline(L_8, /*hidden argument*/NULL); bool L_10; L_10 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_7, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0071; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_11; L_11 = XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12; L_12 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_11); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_13 = ___typeMap0; NullCheck(L_13); String_t* L_14; L_14 = XmlMapping_get_Namespace_mC81A8F368DA39CCD355792888D951BE2A8B21835_inline(L_13, /*hidden argument*/NULL); bool L_15; L_15 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_12, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0071; } } IL_0052: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_16 = ___typeMap0; NullCheck(L_16); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_17; L_17 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_16, /*hidden argument*/NULL); NullCheck(L_17); Type_t * L_18; L_18 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); RuntimeObject * L_19; L_19 = XmlSerializationReaderInterpreter_CreateInstance_m3D223F335DA0CA6A573D744C0BE5C8CBF776B184(L_18, (bool)1, /*hidden argument*/NULL); V_0 = L_19; RuntimeObject * L_20 = V_0; RuntimeObject* L_21; L_21 = XmlSerializationReader_ReadSerializable_m185A956418B56B34F40DEF89A2993285F117DCC5(__this, ((RuntimeObject*)Castclass((RuntimeObject*)L_20, IXmlSerializable_t5BEF028D2890007426B01C2B934C2469498B8013_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_21; } IL_0071: { Exception_t * L_22; L_22 = XmlSerializationReader_CreateUnknownNodeException_mDBFAE6234A526C9A43F325F205128D353BE2BD96(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationReaderInterpreter_ReadXmlSerializableElement_m7AF740E1C8F1A018755B12FC5D984EA6EB497D67_RuntimeMethod_var))); } IL_0078: { XmlSerializationReader_UnknownNode_m2529E0A7597D50053314AE8B1C210F3D101508F9(__this, NULL, /*hidden argument*/NULL); return NULL; } } // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter__cctor_m57893E586D4DEC41D0486249F43733839F5EC047 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA37D4B9061083962C5A0F6AA7E7F2314A643FF2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_0, _stringLiteralA37D4B9061083962C5A0F6AA7E7F2314A643FF2E, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, /*hidden argument*/NULL); ((XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var))->set_AnyType_27(L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)0); ((XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var))->set_empty_array_28(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.Serialization.XmlSerializationWriteCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriteCallback__ctor_mE12F6AE2764C99C759A2E9D5DF66B80C7A4B9999 (XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Xml.Serialization.XmlSerializationWriteCallback::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriteCallback_Invoke_m651ECBF78496AADBAD559978EEFCAADB0C641727 (XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___o0, targetMethod); } } else if (___parameterCount != 1) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___o0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___o0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___o0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___o0); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___o0); else GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___o0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___o0); else VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___o0); } } else { if (___parameterCount == 0) { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___o0, targetMethod); } } } } } // System.IAsyncResult System.Xml.Serialization.XmlSerializationWriteCallback::BeginInvoke(System.Object,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializationWriteCallback_BeginInvoke_mCABE1D5942297C5D78DB47FD25158A7F615BCF2B (XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 * __this, RuntimeObject * ___o0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___o0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void System.Xml.Serialization.XmlSerializationWriteCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriteCallback_EndInvoke_m97ADE75B0F46FE578D0DC70A8E5BEA0B44E5143F (XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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.Serialization.XmlSerializationWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter__ctor_m7E429707CB238D480F1DB592B52D5A4987458655 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSerializationGeneratedCode__ctor_m353DB505899CF589B9D96151C18552C26B9863B6(__this, /*hidden argument*/NULL); __this->set_qnameCount_1(0); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_0, /*hidden argument*/NULL); __this->set_serializedObjects_7(L_0); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::Initialize(System.Xml.XmlWriter,System.Xml.Serialization.XmlSerializerNamespaces) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_Initialize_m7F3C5EAB2BA951D8BE6B7BD81DEA326A805AB69B (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___writer0, XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * ___nss1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* V_0 = NULL; int32_t V_1 = 0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_2 = NULL; { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = ___writer0; __this->set_writer_4(L_0); XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * L_1 = ___nss1; if (!L_1) { goto IL_005f; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_2, /*hidden argument*/NULL); __this->set_namespaces_3(L_2); XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * L_3 = ___nss1; NullCheck(L_3); XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* L_4; L_4 = XmlSerializerNamespaces_ToArray_mB6FD42461E5E6315366E44B01EABA05A87CF147D(L_3, /*hidden argument*/NULL); V_0 = L_4; V_1 = 0; goto IL_0059; } IL_0020: { XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_8 = (L_5)->GetAt(static_cast(L_7)); V_2 = L_8; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_9 = V_2; NullCheck(L_9); String_t* L_10; L_10 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_9, /*hidden argument*/NULL); bool L_11; L_11 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_10, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_11) { goto IL_0055; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_12 = V_2; NullCheck(L_12); String_t* L_13; L_13 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_12, /*hidden argument*/NULL); bool L_14; L_14 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_13, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_14) { goto IL_0055; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_15 = __this->get_namespaces_3(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_16 = V_2; NullCheck(L_15); int32_t L_17; L_17 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_15, L_16); } IL_0055: { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0059: { int32_t L_19 = V_1; XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* L_20 = V_0; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0020; } } IL_005f: { return; } } // System.Xml.XmlWriter System.Xml.Serialization.XmlSerializationWriter::get_Writer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, const RuntimeMethod* method) { { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_writer_4(); return L_0; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::AddWriteCallback(System.Type,System.String,System.String,System.Xml.Serialization.XmlSerializationWriteCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_AddWriteCallback_m0B362D8A0B89C13E666A16287103AA72409BB3ED (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, Type_t * ___type0, String_t* ___typeName1, String_t* ___typeNs2, XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 * ___callback3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * V_0 = NULL; { WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * L_0 = (WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF *)il2cpp_codegen_object_new(WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF_il2cpp_TypeInfo_var); WriteCallbackInfo__ctor_m574B89B81622F7C6E5B174C1D3A8E6505371BB65(L_0, /*hidden argument*/NULL); V_0 = L_0; WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * L_1 = V_0; Type_t * L_2 = ___type0; NullCheck(L_1); L_1->set_Type_0(L_2); WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * L_3 = V_0; String_t* L_4 = ___typeName1; NullCheck(L_3); L_3->set_TypeName_1(L_4); WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * L_5 = V_0; String_t* L_6 = ___typeNs2; NullCheck(L_5); L_5->set_TypeNs_2(L_6); WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * L_7 = V_0; XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 * L_8 = ___callback3; NullCheck(L_7); L_7->set_Callback_3(L_8); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_9 = __this->get_callbacks_6(); if (L_9) { goto IL_0036; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_10 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_10, /*hidden argument*/NULL); __this->set_callbacks_6(L_10); } IL_0036: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_11 = __this->get_callbacks_6(); Type_t * L_12 = ___type0; WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * L_13 = V_0; NullCheck(L_11); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_11, L_12, L_13); return; } } // System.Exception System.Xml.Serialization.XmlSerializationWriter::CreateUnknownAnyElementException(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationWriter_CreateUnknownAnyElementException_mEA741776DB67A64D6C8A39067BF0767E8C4DD5DB (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral151F85AEE2A721730B1E7CDA9A1335DFEA63D095); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1 = ___ns1; String_t* L_2; L_2 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteral151F85AEE2A721730B1E7CDA9A1335DFEA63D095, L_0, L_1, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // System.Exception System.Xml.Serialization.XmlSerializationWriter::CreateUnknownTypeException(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationWriter_CreateUnknownTypeException_m9883EE2321041066E6700C8E88912820EBF35A62 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___o0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); Exception_t * L_2; L_2 = XmlSerializationWriter_CreateUnknownTypeException_mA9596EDD946F6BC5C907D2A8B3A1C74436CCAED1(__this, L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.Serialization.XmlSerializationWriter::CreateUnknownTypeException(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationWriter_CreateUnknownTypeException_mA9596EDD946F6BC5C907D2A8B3A1C74436CCAED1 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C5BD46A8428ACC39A710FFFCDEF0CD038A2E862); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; String_t* L_1; L_1 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(_stringLiteral2C5BD46A8428ACC39A710FFFCDEF0CD038A2E862, L_0, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Serialization.XmlSerializationWriter::FromXmlQualifiedName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriter_FromXmlQualifiedName_mAC661C6D29FCC42AD45A826A30F17A5895D665F1 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___xmlQualifiedName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___xmlQualifiedName0; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_1; L_1 = XmlQualifiedName_op_Equality_m2A644E46A9CB20B0E072ED47DE4E95E92B420A22(L_0, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_0016; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = ___xmlQualifiedName0; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_3 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_Empty_4(); bool L_4; L_4 = XmlQualifiedName_op_Equality_m2A644E46A9CB20B0E072ED47DE4E95E92B420A22(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0018; } } IL_0016: { return (String_t*)NULL; } IL_0018: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_5 = ___xmlQualifiedName0; NullCheck(L_5); String_t* L_6; L_6 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_5, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_7 = ___xmlQualifiedName0; NullCheck(L_7); String_t* L_8; L_8 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = XmlSerializationWriter_GetQualifiedName_mC7DF2A8D5900E7D941246CB0C64215693299AE63(__this, L_6, L_8, /*hidden argument*/NULL); return L_9; } } // System.String System.Xml.Serialization.XmlSerializationWriter::GetId(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriter_GetId_m2E9E42A50913F282D37CCD38C57906E89BBCDBBD (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, RuntimeObject * ___o0, bool ___addToReferencesList1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC0CDAC241F1E33895C656656CCAFD1419A41699); s_Il2CppMethodInitialized = true; } bool V_0 = false; int64_t V_1 = 0; { ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259 * L_0 = __this->get_idGenerator_0(); if (L_0) { goto IL_0013; } } { ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259 * L_1 = (ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259 *)il2cpp_codegen_object_new(ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259_il2cpp_TypeInfo_var); ObjectIDGenerator__ctor_mE9FAEEF4EF9F5BC9642347E5343489EFE83AB28A(L_1, /*hidden argument*/NULL); __this->set_idGenerator_0(L_1); } IL_0013: { ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259 * L_2 = __this->get_idGenerator_0(); RuntimeObject * L_3 = ___o0; NullCheck(L_2); int64_t L_4; L_4 = VirtFuncInvoker2< int64_t, RuntimeObject *, bool* >::Invoke(4 /* System.Int64 System.Runtime.Serialization.ObjectIDGenerator::GetId(System.Object,System.Boolean&) */, L_2, L_3, (bool*)(&V_0)); V_1 = L_4; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5; L_5 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); int64_t L_6 = V_1; int64_t L_7 = L_6; RuntimeObject * L_8 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_7); String_t* L_9; L_9 = String_Format_m65D1D384B19FD8F7BD8BC71EE2B75E00488853DB(L_5, _stringLiteralFC0CDAC241F1E33895C656656CCAFD1419A41699, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean System.Xml.Serialization.XmlSerializationWriter::AlreadyQueued(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationWriter_AlreadyQueued_m11353FCCB965D14B0CC07B2A11303086276F97B6 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, RuntimeObject * ___ob0, const RuntimeMethod* method) { bool V_0 = false; { ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259 * L_0 = __this->get_idGenerator_0(); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { ObjectIDGenerator_t267F4EB12AC82678B0783ABA92CD54A1503E1259 * L_1 = __this->get_idGenerator_0(); RuntimeObject * L_2 = ___ob0; NullCheck(L_1); int64_t L_3; L_3 = VirtFuncInvoker2< int64_t, RuntimeObject *, bool* >::Invoke(5 /* System.Int64 System.Runtime.Serialization.ObjectIDGenerator::HasId(System.Object,System.Boolean&) */, L_1, L_2, (bool*)(&V_0)); bool L_4 = V_0; return (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0); } } // System.String System.Xml.Serialization.XmlSerializationWriter::GetNamespacePrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriter_GetNamespacePrefix_m4ECB85D99DFD05ED15403350ED32BC5ACD0D243A (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___ns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral116AE9EE2F4E004AB8B7987E1296803B16C5F1C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0; L_0 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); String_t* L_1 = ___ns0; NullCheck(L_0); String_t* L_2; L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, L_0, L_1); V_0 = L_2; String_t* L_3 = V_0; if (L_3) { goto IL_0044; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); int32_t L_5 = __this->get_qnameCount_1(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_1; __this->set_qnameCount_1(L_6); int32_t L_7 = V_1; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_8); String_t* L_10; L_10 = String_Format_m65D1D384B19FD8F7BD8BC71EE2B75E00488853DB(L_4, _stringLiteral116AE9EE2F4E004AB8B7987E1296803B16C5F1C0, L_9, /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; String_t* L_12 = ___ns0; XmlSerializationWriter_WriteAttribute_m25FC990EEF81EFD37FA34CF1213EDF642E802B49(__this, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, L_11, (String_t*)NULL, L_12, /*hidden argument*/NULL); } IL_0044: { String_t* L_13 = V_0; return L_13; } } // System.String System.Xml.Serialization.XmlSerializationWriter::GetQualifiedName(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriter_GetQualifiedName_mC7DF2A8D5900E7D941246CB0C64215693299AE63 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD6CD2C36915DEB6A18BCF0F46B294FC1D97072F); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___ns1; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_2; L_2 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_000f; } } { String_t* L_3 = ___name0; return L_3; } IL_000f: { String_t* L_4 = ___ns1; String_t* L_5; L_5 = XmlSerializationWriter_GetNamespacePrefix_m4ECB85D99DFD05ED15403350ED32BC5ACD0D243A(__this, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_8; L_8 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0026; } } { String_t* L_9 = ___name0; return L_9; } IL_0026: { String_t* L_10 = V_0; String_t* L_11 = ___name0; String_t* L_12; L_12 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteralAD6CD2C36915DEB6A18BCF0F46B294FC1D97072F, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::TopLevelElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_TopLevelElement_m079E7196688C5A3F82D076707CC2E2A754142C3B (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, const RuntimeMethod* method) { { __this->set_topLevelElement_2((bool)1); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteAttribute_m8A3814FB205D05D6DB76295B62D9D29915FF9A61 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method) { { String_t* L_0 = ___localName0; String_t* L_1 = ___ns1; String_t* L_2 = ___value2; XmlSerializationWriter_WriteAttribute_m25FC990EEF81EFD37FA34CF1213EDF642E802B49(__this, (String_t*)NULL, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteAttribute(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteAttribute_m25FC990EEF81EFD37FA34CF1213EDF642E802B49 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, String_t* ___value3, const RuntimeMethod* method) { { String_t* L_0 = ___value3; if (L_0) { goto IL_0005; } } { return; } IL_0005: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_1; L_1 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); String_t* L_2 = ___prefix0; String_t* L_3 = ___localName1; String_t* L_4 = ___ns2; String_t* L_5 = ___value3; NullCheck(L_1); XmlWriter_WriteAttributeString_m7ABADBF13E8DD19BD7F3970AD124DEF3441259CE(L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteXmlNode(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteXmlNode_m81A7D04DF107421FA141B7E40855BB7F0746FDFF (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; if (!((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)IsInstClass((RuntimeObject*)L_0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var))) { goto IL_0015; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___node0; NullCheck(((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)CastclassClass((RuntimeObject*)L_1, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var))); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_2; L_2 = XmlDocument_get_DocumentElement_mDC08B28B14D903B3FF8D750C6C0B6905DF7ADF91(((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)CastclassClass((RuntimeObject*)L_1, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ___node0 = L_2; } IL_0015: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___node0; XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_4; L_4 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); VirtActionInvoker1< XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * >::Invoke(37 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, L_3, L_4); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementEncoded(System.Xml.XmlNode,System.String,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementEncoded_m9EA9E178C7EA4EE5FA269AF04FAE066875FC5190 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, bool ___any4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name1; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_2; L_2 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0049; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___node0; if (L_3) { goto IL_001d; } } { bool L_4 = ___isNullable3; if (!L_4) { goto IL_0050; } } { String_t* L_5 = ___name1; String_t* L_6 = ___ns2; XmlSerializationWriter_WriteNullTagEncoded_m6AD6E76219AC51011EBA9CFE4AFEC1863E647683(__this, L_5, L_6, /*hidden argument*/NULL); return; } IL_001d: { bool L_7 = ___any4; if (!L_7) { goto IL_0029; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = ___node0; XmlSerializationWriter_WriteXmlNode_m81A7D04DF107421FA141B7E40855BB7F0746FDFF(__this, L_8, /*hidden argument*/NULL); return; } IL_0029: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_9; L_9 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); String_t* L_10 = ___name1; String_t* L_11 = ___ns2; NullCheck(L_9); XmlWriter_WriteStartElement_m9544AB2F6A67D4A37BA258CA661DD10A356DEA8D(L_9, L_10, L_11, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12 = ___node0; XmlSerializationWriter_WriteXmlNode_m81A7D04DF107421FA141B7E40855BB7F0746FDFF(__this, L_12, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_13; L_13 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(L_13); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_13); return; } IL_0049: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14 = ___node0; XmlSerializationWriter_WriteXmlNode_m81A7D04DF107421FA141B7E40855BB7F0746FDFF(__this, L_14, /*hidden argument*/NULL); } IL_0050: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementLiteral(System.Xml.XmlNode,System.String,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementLiteral_m6A17035B65E0B1D21DB4F25E00DEDBF706F7E107 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, bool ___any4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name1; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_2; L_2 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0049; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___node0; if (L_3) { goto IL_001d; } } { bool L_4 = ___isNullable3; if (!L_4) { goto IL_0050; } } { String_t* L_5 = ___name1; String_t* L_6 = ___ns2; XmlSerializationWriter_WriteNullTagLiteral_mC8B845A4C99DD9DCBB69FD90657745FAFE95DB20(__this, L_5, L_6, /*hidden argument*/NULL); return; } IL_001d: { bool L_7 = ___any4; if (!L_7) { goto IL_0029; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = ___node0; XmlSerializationWriter_WriteXmlNode_m81A7D04DF107421FA141B7E40855BB7F0746FDFF(__this, L_8, /*hidden argument*/NULL); return; } IL_0029: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_9; L_9 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); String_t* L_10 = ___name1; String_t* L_11 = ___ns2; NullCheck(L_9); XmlWriter_WriteStartElement_m9544AB2F6A67D4A37BA258CA661DD10A356DEA8D(L_9, L_10, L_11, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12 = ___node0; XmlSerializationWriter_WriteXmlNode_m81A7D04DF107421FA141B7E40855BB7F0746FDFF(__this, L_12, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_13; L_13 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(L_13); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_13); return; } IL_0049: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14 = ___node0; XmlSerializationWriter_WriteXmlNode_m81A7D04DF107421FA141B7E40855BB7F0746FDFF(__this, L_14, /*hidden argument*/NULL); } IL_0050: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementQualifiedName(System.String,System.String,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementQualifiedName_m5E2AD5EA158A6F7C06073C56553233C808B0FD12 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___localName0, String_t* ___ns1, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value2, const RuntimeMethod* method) { { String_t* L_0 = ___localName0; String_t* L_1 = ___ns1; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = ___value2; XmlSerializationWriter_WriteElementQualifiedName_m7163592045E95B6640645042D67ECD1C48B01903(__this, L_0, L_1, L_2, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementQualifiedName(System.String,System.String,System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementQualifiedName_m7163592045E95B6640645042D67ECD1C48B01903 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___localName0, String_t* ___ns1, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value2, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___xsiType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___localName0; IL2CPP_RUNTIME_CLASS_INIT(XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlCustomFormatter_FromXmlNCName_m00BED642A75392C4F4B4370D1BD7BB853A416EDC(L_0, /*hidden argument*/NULL); ___localName0 = L_1; String_t* L_2 = ___localName0; String_t* L_3 = ___ns1; XmlSerializationWriter_WriteStartElement_mAC3EE741B3455050C0030674CE6EF755ADD0CC6E(__this, L_2, L_3, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_4 = ___xsiType3; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_5; L_5 = XmlQualifiedName_op_Inequality_m41E46D4716F1168DF9152C551CD2F79231750271(L_4, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_002e; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_6 = ___xsiType3; NullCheck(L_6); String_t* L_7; L_7 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_6, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_8 = ___xsiType3; NullCheck(L_8); String_t* L_9; L_9 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_8, /*hidden argument*/NULL); XmlSerializationWriter_WriteXsiType_mF32F07E7F406C862B3028F0CDC9798A204F8AE23(__this, L_7, L_9, /*hidden argument*/NULL); } IL_002e: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_10; L_10 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_11 = ___value2; String_t* L_12; L_12 = XmlSerializationWriter_FromXmlQualifiedName_mAC661C6D29FCC42AD45A826A30F17A5895D665F1(__this, L_11, /*hidden argument*/NULL); NullCheck(L_10); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_10, L_12); XmlSerializationWriter_WriteEndElement_mBB4849C77EA9ABE34E6731CAE68C61052537502D(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementString(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementString_m04D51F87CBD7CE599B58C5C4F19CFA1E445AF8CD (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method) { { String_t* L_0 = ___localName0; String_t* L_1 = ___ns1; String_t* L_2 = ___value2; XmlSerializationWriter_WriteElementString_m2E32DC812A3147E3C4CDCC5C7E6A940A391B9D76(__this, L_0, L_1, L_2, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementString(System.String,System.String,System.String,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementString_m2E32DC812A3147E3C4CDCC5C7E6A940A391B9D76 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___xsiType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value2; if (L_0) { goto IL_0004; } } { return; } IL_0004: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1 = ___xsiType3; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_2; L_2 = XmlQualifiedName_op_Inequality_m41E46D4716F1168DF9152C551CD2F79231750271(L_1, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0045; } } { String_t* L_3 = ___localName0; IL2CPP_RUNTIME_CLASS_INIT(XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); String_t* L_4; L_4 = XmlCustomFormatter_FromXmlNCName_m00BED642A75392C4F4B4370D1BD7BB853A416EDC(L_3, /*hidden argument*/NULL); ___localName0 = L_4; String_t* L_5 = ___localName0; String_t* L_6 = ___ns1; XmlSerializationWriter_WriteStartElement_mAC3EE741B3455050C0030674CE6EF755ADD0CC6E(__this, L_5, L_6, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_7 = ___xsiType3; NullCheck(L_7); String_t* L_8; L_8 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_7, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_9 = ___xsiType3; NullCheck(L_9); String_t* L_10; L_10 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_9, /*hidden argument*/NULL); XmlSerializationWriter_WriteXsiType_mF32F07E7F406C862B3028F0CDC9798A204F8AE23(__this, L_8, L_10, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_11; L_11 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); String_t* L_12 = ___value2; NullCheck(L_11); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_11, L_12); XmlSerializationWriter_WriteEndElement_mBB4849C77EA9ABE34E6731CAE68C61052537502D(__this, /*hidden argument*/NULL); return; } IL_0045: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_13; L_13 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); String_t* L_14 = ___localName0; String_t* L_15 = ___ns1; String_t* L_16 = ___value2; NullCheck(L_13); XmlWriter_WriteElementString_m7B9DD48374E8FDCEEACAA6B23BCE8ADEF919415F(L_13, L_14, L_15, L_16, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteEndElement_mBB4849C77EA9ABE34E6731CAE68C61052537502D (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, const RuntimeMethod* method) { { XmlSerializationWriter_WriteEndElement_m24C9A0A4431DFA4626CF986A9A343BCF480EB7AF(__this, NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteEndElement(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteEndElement_m24C9A0A4431DFA4626CF986A9A343BCF480EB7AF (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___o0; if (!L_0) { goto IL_000f; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_serializedObjects_7(); RuntimeObject * L_2 = ___o0; NullCheck(L_1); VirtActionInvoker1< RuntimeObject * >::Invoke(27 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_1, L_2); } IL_000f: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_3; L_3 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_3); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNamespaceDeclarations(System.Xml.Serialization.XmlSerializerNamespaces) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNamespaceDeclarations_mE257157D57F363575AD2D91E285A58D9545104F4 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * ___xmlns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_1; memset((&V_1), 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * L_0 = ___xmlns0; if (L_0) { goto IL_0004; } } { return; } IL_0004: { XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * L_1 = ___xmlns0; NullCheck(L_1); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2; L_2 = XmlSerializerNamespaces_get_Namespaces_mB855CE5A5FC84CA50A5650973915555DED119DA9(L_1, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(22 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_2); V_0 = L_3; } IL_0010: try { // begin try (depth: 1) { goto IL_0088; } IL_0012: { RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_1 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_5, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_6; L_6 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_1), /*hidden argument*/NULL); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_8; L_8 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0088; } } IL_0036: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_9; L_9 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_10; L_10 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_1), /*hidden argument*/NULL); NullCheck(L_9); String_t* L_11; L_11 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, L_9, ((String_t*)CastclassSealed((RuntimeObject*)L_10, String_t_il2cpp_TypeInfo_var))); RuntimeObject * L_12; L_12 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_1), /*hidden argument*/NULL); bool L_13; L_13 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_11, ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (!L_13) { goto IL_0088; } } IL_0060: { RuntimeObject * L_14; L_14 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_1), /*hidden argument*/NULL); RuntimeObject * L_15; L_15 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_1), /*hidden argument*/NULL); XmlSerializationWriter_WriteAttribute_m25FC990EEF81EFD37FA34CF1213EDF642E802B49(__this, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, ((String_t*)CastclassSealed((RuntimeObject*)L_14, String_t_il2cpp_TypeInfo_var)), _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_0088: { RuntimeObject* L_16 = V_0; NullCheck(L_16); bool L_17; L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_0012; } } IL_0090: { IL2CPP_LEAVE(0xA3, FINALLY_0092); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0092; } FINALLY_0092: { // begin finally (depth: 1) { RuntimeObject* L_18 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_2; if (!L_19) { goto IL_00a2; } } IL_009c: { RuntimeObject* L_20 = V_2; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_20); } IL_00a2: { IL2CPP_END_FINALLY(146) } } // end finally (depth: 1) IL2CPP_CLEANUP(146) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xA3, IL_00a3) } IL_00a3: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableQualifiedNameEncoded(System.String,System.String,System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableQualifiedNameEncoded_m6455FB429459C3D157929FF285DA7896DD2DF1C2 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value2, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___xsiType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_1; L_1 = XmlQualifiedName_op_Inequality_m41E46D4716F1168DF9152C551CD2F79231750271(L_0, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { String_t* L_2 = ___name0; String_t* L_3 = ___ns1; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_4 = ___value2; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_5 = ___xsiType3; XmlSerializationWriter_WriteElementQualifiedName_m7163592045E95B6640645042D67ECD1C48B01903(__this, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return; } IL_0015: { String_t* L_6 = ___name0; String_t* L_7 = ___ns1; XmlSerializationWriter_WriteNullTagEncoded_m6AD6E76219AC51011EBA9CFE4AFEC1863E647683(__this, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableQualifiedNameLiteral(System.String,System.String,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableQualifiedNameLiteral_m0F69FDD823E159F1836A3335D184E701CD73E402 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_1; L_1 = XmlQualifiedName_op_Inequality_m41E46D4716F1168DF9152C551CD2F79231750271(L_0, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { String_t* L_2 = ___name0; String_t* L_3 = ___ns1; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_4 = ___value2; XmlSerializationWriter_WriteElementQualifiedName_m5E2AD5EA158A6F7C06073C56553233C808B0FD12(__this, L_2, L_3, L_4, /*hidden argument*/NULL); return; } IL_0013: { String_t* L_5 = ___name0; String_t* L_6 = ___ns1; XmlSerializationWriter_WriteNullTagLiteral_mC8B845A4C99DD9DCBB69FD90657745FAFE95DB20(__this, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableStringEncoded(System.String,System.String,System.String,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableStringEncoded_mC52EAEF5825BB6A1AF3680C8094D0C0E7CB8E604 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, String_t* ___value2, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___xsiType3, const RuntimeMethod* method) { { String_t* L_0 = ___value2; if (!L_0) { goto IL_000f; } } { String_t* L_1 = ___name0; String_t* L_2 = ___ns1; String_t* L_3 = ___value2; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_4 = ___xsiType3; XmlSerializationWriter_WriteElementString_m2E32DC812A3147E3C4CDCC5C7E6A940A391B9D76(__this, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } IL_000f: { String_t* L_5 = ___name0; String_t* L_6 = ___ns1; XmlSerializationWriter_WriteNullTagEncoded_m6AD6E76219AC51011EBA9CFE4AFEC1863E647683(__this, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableStringLiteral(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableStringLiteral_m6DB49792E90634FA191393D1A3B1E12DC831EB5B (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method) { { String_t* L_0 = ___value2; if (!L_0) { goto IL_000e; } } { String_t* L_1 = ___name0; String_t* L_2 = ___ns1; String_t* L_3 = ___value2; XmlSerializationWriter_WriteElementString_m2E32DC812A3147E3C4CDCC5C7E6A940A391B9D76(__this, L_1, L_2, L_3, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); return; } IL_000e: { String_t* L_4 = ___name0; String_t* L_5 = ___ns1; XmlSerializationWriter_WriteNullTagLiteral_mC8B845A4C99DD9DCBB69FD90657745FAFE95DB20(__this, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullTagEncoded(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullTagEncoded_m6AD6E76219AC51011EBA9CFE4AFEC1863E647683 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CAB73EF57D40E8B63A7CA91D057C0B68DB59100); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C014955313A7D33D5D04696B884B25325E6393C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); s_Il2CppMethodInitialized = true; } { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0; L_0 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); String_t* L_1 = ___name0; String_t* L_2 = ___ns1; NullCheck(L_0); XmlWriter_WriteStartElement_m9544AB2F6A67D4A37BA258CA661DD10A356DEA8D(L_0, L_1, L_2, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_3; L_3 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); XmlWriter_WriteAttributeString_m48CD44F84C5F1E98B7D21A483A0488D5954A83BF(L_3, _stringLiteral2CAB73EF57D40E8B63A7CA91D057C0B68DB59100, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_4; L_4 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_4); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullTagLiteral(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullTagLiteral_mC8B845A4C99DD9DCBB69FD90657745FAFE95DB20 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CAB73EF57D40E8B63A7CA91D057C0B68DB59100); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C014955313A7D33D5D04696B884B25325E6393C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1 = ___ns1; XmlSerializationWriter_WriteStartElement_mAC3EE741B3455050C0030674CE6EF755ADD0CC6E(__this, L_0, L_1, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_2; L_2 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); XmlWriter_WriteAttributeString_m48CD44F84C5F1E98B7D21A483A0488D5954A83BF(L_2, _stringLiteral2CAB73EF57D40E8B63A7CA91D057C0B68DB59100, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, /*hidden argument*/NULL); XmlSerializationWriter_WriteEndElement_mBB4849C77EA9ABE34E6731CAE68C61052537502D(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WritePotentiallyReferencingElement_m85790F435AB232B6CC64E76D5A4960A44C3D85A2 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___n0, String_t* ___ns1, RuntimeObject * ___o2, Type_t * ___ambientType3, bool ___suppressReference4, bool ___isNullable5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0AEA83737E2216962B6144625FC860B3F361A5ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * V_1 = NULL; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * V_2 = NULL; { RuntimeObject * L_0 = ___o2; if (L_0) { goto IL_0010; } } { bool L_1 = ___isNullable5; if (!L_1) { goto IL_000f; } } { String_t* L_2 = ___n0; String_t* L_3 = ___ns1; XmlSerializationWriter_WriteNullTagEncoded_m6AD6E76219AC51011EBA9CFE4AFEC1863E647683(__this, L_2, L_3, /*hidden argument*/NULL); } IL_000f: { return; } IL_0010: { RuntimeObject * L_4 = ___o2; NullCheck(L_4); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = ___n0; String_t* L_7 = ___ns1; XmlSerializationWriter_WriteStartElement_m3E1D664849D6CA63F9DDF7C8743F1A179DFC38A1(__this, L_6, L_7, (bool)1, /*hidden argument*/NULL); XmlSerializationWriter_CheckReferenceQueue_mF3CC63CA54D54EFA6D5956AD1FE417D906982E5E(__this, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = __this->get_callbacks_6(); if (!L_8) { goto IL_00f7; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_9 = __this->get_callbacks_6(); RuntimeObject * L_10 = ___o2; NullCheck(L_10); Type_t * L_11; L_11 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_10, /*hidden argument*/NULL); NullCheck(L_9); bool L_12; L_12 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(18 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_9, L_11); if (!L_12) { goto IL_00f7; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_13 = __this->get_callbacks_6(); Type_t * L_14 = V_0; NullCheck(L_13); RuntimeObject * L_15; L_15 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_13, L_14); V_1 = ((WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF *)CastclassClass((RuntimeObject*)L_15, WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF_il2cpp_TypeInfo_var)); Type_t * L_16 = V_0; NullCheck(L_16); bool L_17; L_17 = VirtFuncInvoker0< bool >::Invoke(74 /* System.Boolean System.Type::get_IsEnum() */, L_16); if (!L_17) { goto IL_0072; } } { WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * L_18 = V_1; NullCheck(L_18); XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 * L_19 = L_18->get_Callback_3(); RuntimeObject * L_20 = ___o2; NullCheck(L_19); XmlSerializationWriteCallback_Invoke_m651ECBF78496AADBAD559978EEFCAADB0C641727(L_19, L_20, /*hidden argument*/NULL); goto IL_0190; } IL_0072: { bool L_21 = ___suppressReference4; if (!L_21) { goto IL_00bb; } } { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_22; L_22 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_23 = ___o2; String_t* L_24; L_24 = XmlSerializationWriter_GetId_m2E9E42A50913F282D37CCD38C57906E89BBCDBBD(__this, L_23, (bool)0, /*hidden argument*/NULL); NullCheck(L_22); XmlWriter_WriteAttributeString_m07C939E50F293A9613B3B29FD06039F11EDFBE15(L_22, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694, L_24, /*hidden argument*/NULL); Type_t * L_25 = ___ambientType3; Type_t * L_26 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_27; L_27 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00aa; } } { WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * L_28 = V_1; NullCheck(L_28); String_t* L_29 = L_28->get_TypeName_1(); WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * L_30 = V_1; NullCheck(L_30); String_t* L_31 = L_30->get_TypeNs_2(); XmlSerializationWriter_WriteXsiType_mF32F07E7F406C862B3028F0CDC9798A204F8AE23(__this, L_29, L_31, /*hidden argument*/NULL); } IL_00aa: { WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * L_32 = V_1; NullCheck(L_32); XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 * L_33 = L_32->get_Callback_3(); RuntimeObject * L_34 = ___o2; NullCheck(L_33); XmlSerializationWriteCallback_Invoke_m651ECBF78496AADBAD559978EEFCAADB0C641727(L_33, L_34, /*hidden argument*/NULL); goto IL_0190; } IL_00bb: { RuntimeObject * L_35 = ___o2; bool L_36; L_36 = XmlSerializationWriter_AlreadyQueued_m11353FCCB965D14B0CC07B2A11303086276F97B6(__this, L_35, /*hidden argument*/NULL); if (L_36) { goto IL_00d0; } } { Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_37 = __this->get_referencedElements_5(); RuntimeObject * L_38 = ___o2; NullCheck(L_37); VirtActionInvoker1< RuntimeObject * >::Invoke(11 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_37, L_38); } IL_00d0: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_39; L_39 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_40 = ___o2; String_t* L_41; L_41 = XmlSerializationWriter_GetId_m2E9E42A50913F282D37CCD38C57906E89BBCDBBD(__this, L_40, (bool)1, /*hidden argument*/NULL); String_t* L_42; L_42 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3, L_41, /*hidden argument*/NULL); NullCheck(L_39); XmlWriter_WriteAttributeString_m07C939E50F293A9613B3B29FD06039F11EDFBE15(L_39, _stringLiteral0AEA83737E2216962B6144625FC860B3F361A5ED, L_42, /*hidden argument*/NULL); goto IL_0190; } IL_00f7: { Type_t * L_43 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_44; L_44 = TypeTranslator_GetTypeData_m34ECB131DF1502AA0C92FEFCDBB86D0192F486C2(L_43, (String_t*)NULL, (bool)1, /*hidden argument*/NULL); V_2 = L_44; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_45 = V_2; NullCheck(L_45); int32_t L_46; L_46 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_45, /*hidden argument*/NULL); if ((!(((uint32_t)L_46) == ((uint32_t)1)))) { goto IL_0138; } } { Type_t * L_47 = V_0; Type_t * L_48 = ___ambientType3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_49; L_49 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_0124; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_50 = V_2; NullCheck(L_50); String_t* L_51; L_51 = TypeData_get_XmlType_m79314EDB6142712A3C0EFB1BAE5316BFDD01E088_inline(L_50, /*hidden argument*/NULL); XmlSerializationWriter_WriteXsiType_mF32F07E7F406C862B3028F0CDC9798A204F8AE23(__this, L_51, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, /*hidden argument*/NULL); } IL_0124: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_52; L_52 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_53 = V_2; RuntimeObject * L_54 = ___o2; IL2CPP_RUNTIME_CLASS_INIT(XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); String_t* L_55; L_55 = XmlCustomFormatter_ToXmlString_mDDD53EC6A053576F63FC5B14695835F60CC531D6(L_53, L_54, /*hidden argument*/NULL); NullCheck(L_52); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_52, L_55); goto IL_0190; } IL_0138: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_56 = V_2; bool L_57; L_57 = XmlSerializationWriter_IsPrimitiveArray_m88A663F7CFB668DBD992012C7758F2F8D4B46AF2(__this, L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_017a; } } { RuntimeObject * L_58 = ___o2; bool L_59; L_59 = XmlSerializationWriter_AlreadyQueued_m11353FCCB965D14B0CC07B2A11303086276F97B6(__this, L_58, /*hidden argument*/NULL); if (L_59) { goto IL_0156; } } { Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_60 = __this->get_referencedElements_5(); RuntimeObject * L_61 = ___o2; NullCheck(L_60); VirtActionInvoker1< RuntimeObject * >::Invoke(11 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_60, L_61); } IL_0156: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_62; L_62 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_63 = ___o2; String_t* L_64; L_64 = XmlSerializationWriter_GetId_m2E9E42A50913F282D37CCD38C57906E89BBCDBBD(__this, L_63, (bool)1, /*hidden argument*/NULL); String_t* L_65; L_65 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3, L_64, /*hidden argument*/NULL); NullCheck(L_62); XmlWriter_WriteAttributeString_m07C939E50F293A9613B3B29FD06039F11EDFBE15(L_62, _stringLiteral0AEA83737E2216962B6144625FC860B3F361A5ED, L_65, /*hidden argument*/NULL); goto IL_0190; } IL_017a: { Type_t * L_66 = V_0; NullCheck(L_66); String_t* L_67; L_67 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_66); String_t* L_68; L_68 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral39FA1E980BA741E69B2DC04AF2C961A72DA4E553)), L_67, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_69 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_69, L_68, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_69, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriter_WritePotentiallyReferencingElement_m85790F435AB232B6CC64E76D5A4960A44C3D85A2_RuntimeMethod_var))); } IL_0190: { XmlSerializationWriter_WriteEndElement_mBB4849C77EA9ABE34E6731CAE68C61052537502D(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteReferencedElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteReferencedElements_m918981E222B4ADE62BC72CE8DC6024DA1A99F122 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * V_1 = NULL; WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * V_2 = NULL; { Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_0 = __this->get_referencedElements_5(); if (L_0) { goto IL_0009; } } { return; } IL_0009: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_callbacks_6(); if (L_1) { goto IL_00b2; } } { return; } IL_0015: { Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_2 = __this->get_referencedElements_5(); NullCheck(L_2); RuntimeObject * L_3; L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(13 /* System.Object System.Collections.Queue::Dequeue() */, L_2); V_0 = L_3; RuntimeObject * L_4 = V_0; NullCheck(L_4); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_6; L_6 = TypeTranslator_GetTypeData_mCCF6ACBDA188128044B25420124E8A2CD0885E84(L_5, /*hidden argument*/NULL); V_1 = L_6; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = __this->get_callbacks_6(); RuntimeObject * L_8 = V_0; NullCheck(L_8); Type_t * L_9; L_9 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_8, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject * L_10; L_10 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_9); V_2 = ((WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF *)CastclassClass((RuntimeObject*)L_10, WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF_il2cpp_TypeInfo_var)); WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * L_11 = V_2; if (!L_11) { goto IL_00a1; } } { WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * L_12 = V_2; NullCheck(L_12); String_t* L_13 = L_12->get_TypeName_1(); WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * L_14 = V_2; NullCheck(L_14); String_t* L_15 = L_14->get_TypeNs_2(); XmlSerializationWriter_WriteStartElement_m3E1D664849D6CA63F9DDF7C8743F1A179DFC38A1(__this, L_13, L_15, (bool)1, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_16; L_16 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_17 = V_0; String_t* L_18; L_18 = XmlSerializationWriter_GetId_m2E9E42A50913F282D37CCD38C57906E89BBCDBBD(__this, L_17, (bool)0, /*hidden argument*/NULL); NullCheck(L_16); XmlWriter_WriteAttributeString_m07C939E50F293A9613B3B29FD06039F11EDFBE15(L_16, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694, L_18, /*hidden argument*/NULL); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_19 = V_1; NullCheck(L_19); int32_t L_20; L_20 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) == ((int32_t)3))) { goto IL_008d; } } { WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * L_21 = V_2; NullCheck(L_21); String_t* L_22 = L_21->get_TypeName_1(); WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * L_23 = V_2; NullCheck(L_23); String_t* L_24 = L_23->get_TypeNs_2(); XmlSerializationWriter_WriteXsiType_mF32F07E7F406C862B3028F0CDC9798A204F8AE23(__this, L_22, L_24, /*hidden argument*/NULL); } IL_008d: { WriteCallbackInfo_t3F32E130FEEAC3992BCB0CCC059369D4A09B9EEF * L_25 = V_2; NullCheck(L_25); XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 * L_26 = L_25->get_Callback_3(); RuntimeObject * L_27 = V_0; NullCheck(L_26); XmlSerializationWriteCallback_Invoke_m651ECBF78496AADBAD559978EEFCAADB0C641727(L_26, L_27, /*hidden argument*/NULL); XmlSerializationWriter_WriteEndElement_mBB4849C77EA9ABE34E6731CAE68C61052537502D(__this, /*hidden argument*/NULL); goto IL_00b2; } IL_00a1: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_28 = V_1; bool L_29; L_29 = XmlSerializationWriter_IsPrimitiveArray_m88A663F7CFB668DBD992012C7758F2F8D4B46AF2(__this, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00b2; } } { RuntimeObject * L_30 = V_0; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_31 = V_1; XmlSerializationWriter_WriteArray_m43737520EBEB945C68387BE75FEAF44007A17664(__this, L_30, L_31, /*hidden argument*/NULL); } IL_00b2: { Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_32 = __this->get_referencedElements_5(); NullCheck(L_32); int32_t L_33; L_33 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Collections.Queue::get_Count() */, L_32); if ((((int32_t)L_33) > ((int32_t)0))) { goto IL_0015; } } { return; } } // System.Boolean System.Xml.Serialization.XmlSerializationWriter::IsPrimitiveArray(System.Xml.Serialization.TypeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationWriter_IsPrimitiveArray_m88A663F7CFB668DBD992012C7758F2F8D4B46AF2 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___td0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___td0; NullCheck(L_0); int32_t L_1; L_1 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_003d; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_2 = ___td0; NullCheck(L_2); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_3; L_3 = TypeData_get_ListItemTypeData_m0FA3A62DFB823ECD4B3DA4987FD66C54789ABDD6(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4; L_4 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_002e; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_5 = ___td0; NullCheck(L_5); Type_t * L_6; L_6 = TypeData_get_ListItemType_m7701AC967B5DD742A2525C4853116EDBF66F73F3(L_5, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_7, /*hidden argument*/NULL); bool L_9; L_9 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_6, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0030; } } IL_002e: { return (bool)1; } IL_0030: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_10 = ___td0; NullCheck(L_10); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_11; L_11 = TypeData_get_ListItemTypeData_m0FA3A62DFB823ECD4B3DA4987FD66C54789ABDD6(L_10, /*hidden argument*/NULL); bool L_12; L_12 = XmlSerializationWriter_IsPrimitiveArray_m88A663F7CFB668DBD992012C7758F2F8D4B46AF2(__this, L_11, /*hidden argument*/NULL); return L_12; } IL_003d: { return (bool)0; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteArray(System.Object,System.Xml.Serialization.TypeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteArray_m43737520EBEB945C68387BE75FEAF44007A17664 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, RuntimeObject * ___o0, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___td1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A24CC7BE5FB2E4DFFA4A80AD8B0335DAE91B662); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3CA1105B0687AB04E8DB2CE95902C75EC2B661A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD29B87DC6B1B722C619FAD071A9157749710CDA6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); s_Il2CppMethodInitialized = true; } TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; RuntimeArray * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___td1; V_0 = L_0; V_2 = (-1); } IL_0004: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_1 = V_0; NullCheck(L_1); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_2; L_2 = TypeData_get_ListItemTypeData_m0FA3A62DFB823ECD4B3DA4987FD66C54789ABDD6(L_1, /*hidden argument*/NULL); V_0 = L_2; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = TypeData_get_XmlType_m79314EDB6142712A3C0EFB1BAE5316BFDD01E088_inline(L_3, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)3))) { goto IL_0004; } } { goto IL_002d; } IL_0021: { String_t* L_8 = V_1; String_t* L_9; L_9 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_8, _stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6, /*hidden argument*/NULL); V_1 = L_9; } IL_002d: { int32_t L_10 = V_2; int32_t L_11 = L_10; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); if ((((int32_t)L_11) > ((int32_t)0))) { goto IL_0021; } } { XmlSerializationWriter_WriteStartElement_m3E1D664849D6CA63F9DDF7C8743F1A179DFC38A1(__this, _stringLiteralC3CA1105B0687AB04E8DB2CE95902C75EC2B661A, _stringLiteralD29B87DC6B1B722C619FAD071A9157749710CDA6, (bool)1, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_12; L_12 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_13 = ___o0; String_t* L_14; L_14 = XmlSerializationWriter_GetId_m2E9E42A50913F282D37CCD38C57906E89BBCDBBD(__this, L_13, (bool)0, /*hidden argument*/NULL); NullCheck(L_12); XmlWriter_WriteAttributeString_m07C939E50F293A9613B3B29FD06039F11EDFBE15(L_12, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694, L_14, /*hidden argument*/NULL); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_15 = ___td1; NullCheck(L_15); int32_t L_16; L_16 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_15, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)3)))) { goto IL_00de; } } { RuntimeObject * L_17 = ___o0; V_3 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_17, RuntimeArray_il2cpp_TypeInfo_var)); RuntimeArray * L_18 = V_3; NullCheck(L_18); int32_t L_19; L_19 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_18, /*hidden argument*/NULL); V_4 = L_19; XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_20; L_20 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); String_t* L_21 = V_1; String_t* L_22; L_22 = XmlSerializationWriter_GetQualifiedName_mC7DF2A8D5900E7D941246CB0C64215693299AE63(__this, L_21, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, /*hidden argument*/NULL); String_t* L_23; L_23 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_4), /*hidden argument*/NULL); String_t* L_24; L_24 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749(L_22, _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1, L_23, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, /*hidden argument*/NULL); NullCheck(L_20); XmlWriter_WriteAttributeString_m48CD44F84C5F1E98B7D21A483A0488D5954A83BF(L_20, _stringLiteral9A24CC7BE5FB2E4DFFA4A80AD8B0335DAE91B662, _stringLiteralD29B87DC6B1B722C619FAD071A9157749710CDA6, L_24, /*hidden argument*/NULL); V_5 = 0; goto IL_00d8; } IL_00b2: { RuntimeArray * L_25 = V_3; int32_t L_26 = V_5; NullCheck(L_25); RuntimeObject * L_27; L_27 = Array_GetValue_m6E4274D23FFD6089882CD12B2F2EA615206792E1(L_25, L_26, /*hidden argument*/NULL); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_28 = ___td1; NullCheck(L_28); Type_t * L_29; L_29 = TypeData_get_ListItemType_m7701AC967B5DD742A2525C4853116EDBF66F73F3(L_28, /*hidden argument*/NULL); XmlSerializationWriter_WritePotentiallyReferencingElement_m85790F435AB232B6CC64E76D5A4960A44C3D85A2(__this, _stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, L_27, L_29, (bool)0, (bool)1, /*hidden argument*/NULL); int32_t L_30 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00d8: { int32_t L_31 = V_5; int32_t L_32 = V_4; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_00b2; } } IL_00de: { XmlSerializationWriter_WriteEndElement_mBB4849C77EA9ABE34E6731CAE68C61052537502D(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteReferencingElement(System.String,System.String,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteReferencingElement_m4115C77983B6DA9F725CF24B057AE3F7EFCB0CFE (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___n0, String_t* ___ns1, RuntimeObject * ___o2, bool ___isNullable3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0AEA83737E2216962B6144625FC860B3F361A5ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___o2; if (L_0) { goto IL_0010; } } { bool L_1 = ___isNullable3; if (!L_1) { goto IL_000f; } } { String_t* L_2 = ___n0; String_t* L_3 = ___ns1; XmlSerializationWriter_WriteNullTagEncoded_m6AD6E76219AC51011EBA9CFE4AFEC1863E647683(__this, L_2, L_3, /*hidden argument*/NULL); } IL_000f: { return; } IL_0010: { XmlSerializationWriter_CheckReferenceQueue_mF3CC63CA54D54EFA6D5956AD1FE417D906982E5E(__this, /*hidden argument*/NULL); RuntimeObject * L_4 = ___o2; bool L_5; L_5 = XmlSerializationWriter_AlreadyQueued_m11353FCCB965D14B0CC07B2A11303086276F97B6(__this, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002b; } } { Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_6 = __this->get_referencedElements_5(); RuntimeObject * L_7 = ___o2; NullCheck(L_6); VirtActionInvoker1< RuntimeObject * >::Invoke(11 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_6, L_7); } IL_002b: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_8; L_8 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); String_t* L_9 = ___n0; String_t* L_10 = ___ns1; NullCheck(L_8); XmlWriter_WriteStartElement_m9544AB2F6A67D4A37BA258CA661DD10A356DEA8D(L_8, L_9, L_10, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_11; L_11 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_12 = ___o2; String_t* L_13; L_13 = XmlSerializationWriter_GetId_m2E9E42A50913F282D37CCD38C57906E89BBCDBBD(__this, L_12, (bool)1, /*hidden argument*/NULL); String_t* L_14; L_14 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3, L_13, /*hidden argument*/NULL); NullCheck(L_11); XmlWriter_WriteAttributeString_m07C939E50F293A9613B3B29FD06039F11EDFBE15(L_11, _stringLiteral0AEA83737E2216962B6144625FC860B3F361A5ED, L_14, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_15; L_15 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(L_15); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_15); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::CheckReferenceQueue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_CheckReferenceQueue_mF3CC63CA54D54EFA6D5956AD1FE417D906982E5E (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_t66723C58C7422102C36F8570BE048BD0CC489E52_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_0 = __this->get_referencedElements_5(); if (L_0) { goto IL_0019; } } { Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_1 = (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 *)il2cpp_codegen_object_new(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52_il2cpp_TypeInfo_var); Queue__ctor_m9844D111CC69802C62565C05109A2557FD21C127(L_1, /*hidden argument*/NULL); __this->set_referencedElements_5(L_1); VirtActionInvoker0::Invoke(4 /* System.Void System.Xml.Serialization.XmlSerializationWriter::InitCallbacks() */, __this); } IL_0019: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteSerializable(System.Xml.Serialization.IXmlSerializable,System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteSerializable_mB47BA5F26A28C04D958C77C79386FAFE237633D3 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, RuntimeObject* ___serializable0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___serializable0; String_t* L_1 = ___name1; String_t* L_2 = ___ns2; bool L_3 = ___isNullable3; XmlSerializationWriter_WriteSerializable_m52854835FDCF364A58E2293E3C12D8DF1B9E3B87(__this, L_0, L_1, L_2, L_3, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteSerializable(System.Xml.Serialization.IXmlSerializable,System.String,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteSerializable_m52854835FDCF364A58E2293E3C12D8DF1B9E3B87 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, RuntimeObject* ___serializable0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, bool ___wrapped4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSerializable_t5BEF028D2890007426B01C2B934C2469498B8013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___serializable0; if (L_0) { goto IL_0013; } } { bool L_1 = ___isNullable3; bool L_2 = ___wrapped4; if (!((int32_t)((int32_t)L_1&(int32_t)L_2))) { goto IL_0012; } } { String_t* L_3 = ___name1; String_t* L_4 = ___ns2; XmlSerializationWriter_WriteNullTagLiteral_mC8B845A4C99DD9DCBB69FD90657745FAFE95DB20(__this, L_3, L_4, /*hidden argument*/NULL); } IL_0012: { return; } IL_0013: { bool L_5 = ___wrapped4; if (!L_5) { goto IL_0024; } } { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_6; L_6 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); String_t* L_7 = ___name1; String_t* L_8 = ___ns2; NullCheck(L_6); XmlWriter_WriteStartElement_m9544AB2F6A67D4A37BA258CA661DD10A356DEA8D(L_6, L_7, L_8, /*hidden argument*/NULL); } IL_0024: { RuntimeObject* L_9 = ___serializable0; XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_10; L_10 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); InterfaceActionInvoker1< XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * >::Invoke(2 /* System.Void System.Xml.Serialization.IXmlSerializable::WriteXml(System.Xml.XmlWriter) */, IXmlSerializable_t5BEF028D2890007426B01C2B934C2469498B8013_il2cpp_TypeInfo_var, L_9, L_10); bool L_11 = ___wrapped4; if (!L_11) { goto IL_003f; } } { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_12; L_12 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(L_12); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_12); } IL_003f: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartDocument_mDDE34633BBD0FF29AF93681D633B44C8D533B0A3 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, const RuntimeMethod* method) { { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0; L_0 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Xml.WriteState System.Xml.XmlWriter::get_WriteState() */, L_0); if (L_1) { goto IL_0018; } } { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_2; L_2 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); VirtActionInvoker0::Invoke(5 /* System.Void System.Xml.XmlWriter::WriteStartDocument() */, L_2); } IL_0018: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_mAC3EE741B3455050C0030674CE6EF755ADD0CC6E (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___ns1; XmlSerializationWriter_WriteStartElement_m25E12976FC3D9676127B47B8343F4BA13CF4965D(__this, L_0, L_1, NULL, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_m3E1D664849D6CA63F9DDF7C8743F1A179DFC38A1 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, bool ___writePrefixed2, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___ns1; bool L_2 = ___writePrefixed2; XmlSerializationWriter_WriteStartElement_m25E12976FC3D9676127B47B8343F4BA13CF4965D(__this, L_0, L_1, NULL, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_mB43102A883675E77D8FDF87B267EDC91EF2773E5 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, RuntimeObject * ___o2, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___ns1; RuntimeObject * L_2 = ___o2; XmlSerializationWriter_WriteStartElement_m25E12976FC3D9676127B47B8343F4BA13CF4965D(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_m25E12976FC3D9676127B47B8343F4BA13CF4965D (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, RuntimeObject * ___o2, bool ___writePrefixed3, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___ns1; RuntimeObject * L_2 = ___o2; bool L_3 = ___writePrefixed3; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = __this->get_namespaces_3(); XmlSerializationWriter_WriteStartElement_m02CC7356C701F4F9C35B5EB7D68A15C45AC9190E(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Object,System.Boolean,System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_m02CC7356C701F4F9C35B5EB7D68A15C45AC9190E (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, RuntimeObject * ___o2, bool ___writePrefixed3, RuntimeObject* ___namespaces4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral430E518F836082E0683698AB9E3F79D39C7F5140); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_2 = NULL; RuntimeObject* V_3 = NULL; int32_t V_4 = 0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_5 = NULL; String_t* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___o2; if (!L_0) { goto IL_0039; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_serializedObjects_7(); RuntimeObject * L_2 = ___o2; NullCheck(L_1); bool L_3; L_3 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(17 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_1, L_2); if (!L_3) { goto IL_002c; } } { RuntimeObject * L_4 = ___o2; NullCheck(L_4); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6; L_6 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_5); String_t* L_7; L_7 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral40266A599D7FCF1D8A2E067A8C90873F38D822E2)), L_6, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_8 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriter_WriteStartElement_m02CC7356C701F4F9C35B5EB7D68A15C45AC9190E_RuntimeMethod_var))); } IL_002c: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_9 = __this->get_serializedObjects_7(); RuntimeObject * L_10 = ___o2; RuntimeObject * L_11 = ___o2; NullCheck(L_9); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_9, L_10, L_11); } IL_0039: { V_0 = (String_t*)NULL; bool L_12 = __this->get_topLevelElement_2(); if (!L_12) { goto IL_009d; } } { String_t* L_13 = ___ns1; if (!L_13) { goto IL_009d; } } { String_t* L_14 = ___ns1; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_009d; } } { RuntimeObject* L_16 = ___namespaces4; if (!L_16) { goto IL_009d; } } { RuntimeObject* L_17 = ___namespaces4; NullCheck(L_17); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_17); V_1 = L_18; } IL_005a: try { // begin try (depth: 1) { goto IL_0082; } IL_005c: { RuntimeObject* L_19 = V_1; NullCheck(L_19); RuntimeObject * L_20; L_20 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_19); V_2 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_20, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_21 = V_2; NullCheck(L_21); String_t* L_22; L_22 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_21, /*hidden argument*/NULL); String_t* L_23 = ___ns1; bool L_24; L_24 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0082; } } IL_0076: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_25 = V_2; NullCheck(L_25); String_t* L_26; L_26 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_25, /*hidden argument*/NULL); V_0 = L_26; ___writePrefixed3 = (bool)1; IL2CPP_LEAVE(0x9D, FINALLY_008c); } IL_0082: { RuntimeObject* L_27 = V_1; NullCheck(L_27); bool L_28; L_28 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_27); if (L_28) { goto IL_005c; } } IL_008a: { IL2CPP_LEAVE(0x9D, FINALLY_008c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008c; } FINALLY_008c: { // begin finally (depth: 1) { RuntimeObject* L_29 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_30 = V_3; if (!L_30) { goto IL_009c; } } IL_0096: { RuntimeObject* L_31 = V_3; NullCheck(L_31); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_31); } IL_009c: { IL2CPP_END_FINALLY(140) } } // end finally (depth: 1) IL2CPP_CLEANUP(140) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9D, IL_009d) } IL_009d: { bool L_32 = ___writePrefixed3; if (!L_32) { goto IL_0105; } } { String_t* L_33 = ___ns1; String_t* L_34 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_35; L_35 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_0105; } } { String_t* L_36 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); String_t* L_37; L_37 = XmlCustomFormatter_FromXmlName_mB02FA7EF8527573EF5B677F474DC06B860CE1628(L_36, /*hidden argument*/NULL); ___name0 = L_37; String_t* L_38 = V_0; if (L_38) { goto IL_00c6; } } { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_39; L_39 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); String_t* L_40 = ___ns1; NullCheck(L_39); String_t* L_41; L_41 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, L_39, L_40); V_0 = L_41; } IL_00c6: { String_t* L_42 = V_0; if (!L_42) { goto IL_00d1; } } { String_t* L_43 = V_0; NullCheck(L_43); int32_t L_44; L_44 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_43, /*hidden argument*/NULL); if (L_44) { goto IL_00f5; } } IL_00d1: { int32_t L_45 = __this->get_qnameCount_1(); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); int32_t L_46 = V_4; __this->set_qnameCount_1(L_46); int32_t L_47 = V_4; int32_t L_48 = L_47; RuntimeObject * L_49 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_48); String_t* L_50; L_50 = String_Concat_m67326AC4F1380817D6F2FDA2AFD61E5085C2E128(_stringLiteral430E518F836082E0683698AB9E3F79D39C7F5140, L_49, /*hidden argument*/NULL); V_0 = L_50; } IL_00f5: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_51; L_51 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); String_t* L_52 = V_0; String_t* L_53 = ___name0; String_t* L_54 = ___ns1; NullCheck(L_51); VirtActionInvoker3< String_t*, String_t*, String_t* >::Invoke(7 /* System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String,System.String) */, L_51, L_52, L_53, L_54); goto IL_0112; } IL_0105: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_55; L_55 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); String_t* L_56 = ___name0; String_t* L_57 = ___ns1; NullCheck(L_55); XmlWriter_WriteStartElement_m9544AB2F6A67D4A37BA258CA661DD10A356DEA8D(L_55, L_56, L_57, /*hidden argument*/NULL); } IL_0112: { bool L_58 = __this->get_topLevelElement_2(); if (!L_58) { goto IL_0196; } } { RuntimeObject* L_59 = ___namespaces4; if (!L_59) { goto IL_018f; } } { RuntimeObject* L_60 = ___namespaces4; NullCheck(L_60); RuntimeObject* L_61; L_61 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_60); V_1 = L_61; } IL_0126: try { // begin try (depth: 1) { goto IL_0174; } IL_0128: { RuntimeObject* L_62 = V_1; NullCheck(L_62); RuntimeObject * L_63; L_63 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_62); V_5 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_63, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_64; L_64 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_65 = V_5; NullCheck(L_65); String_t* L_66; L_66 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_65, /*hidden argument*/NULL); NullCheck(L_64); String_t* L_67; L_67 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, L_64, L_66); V_6 = L_67; String_t* L_68 = V_6; if (!L_68) { goto IL_0156; } } IL_014d: { String_t* L_69 = V_6; NullCheck(L_69); int32_t L_70; L_70 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_69, /*hidden argument*/NULL); if (L_70) { goto IL_0174; } } IL_0156: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_71 = V_5; NullCheck(L_71); String_t* L_72; L_72 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_71, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_73 = V_5; NullCheck(L_73); String_t* L_74; L_74 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_73, /*hidden argument*/NULL); XmlSerializationWriter_WriteAttribute_m25FC990EEF81EFD37FA34CF1213EDF642E802B49(__this, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, L_72, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, L_74, /*hidden argument*/NULL); } IL_0174: { RuntimeObject* L_75 = V_1; NullCheck(L_75); bool L_76; L_76 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_75); if (L_76) { goto IL_0128; } } IL_017c: { IL2CPP_LEAVE(0x18F, FINALLY_017e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_017e; } FINALLY_017e: { // begin finally (depth: 1) { RuntimeObject* L_77 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_77, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_78 = V_3; if (!L_78) { goto IL_018e; } } IL_0188: { RuntimeObject* L_79 = V_3; NullCheck(L_79); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_79); } IL_018e: { IL2CPP_END_FINALLY(382) } } // end finally (depth: 1) IL2CPP_CLEANUP(382) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x18F, IL_018f) } IL_018f: { __this->set_topLevelElement_2((bool)0); } IL_0196: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteTypedPrimitive(System.String,System.String,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteTypedPrimitive_mC8F849A95C151999F46A31A7183B07F7BC207BEB (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, RuntimeObject * ___o2, bool ___xsiType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC52EF0E935F6937D21D16F8AE523FA90242C407); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * V_1 = NULL; String_t* G_B6_0 = NULL; String_t* G_B16_0 = NULL; XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * G_B16_1 = NULL; String_t* G_B15_0 = NULL; XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * G_B15_1 = NULL; String_t* G_B17_0 = NULL; String_t* G_B17_1 = NULL; XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * G_B17_2 = NULL; { RuntimeObject * L_0 = ___o2; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_2; L_2 = TypeTranslator_GetTypeData_m34ECB131DF1502AA0C92FEFCDBB86D0192F486C2(L_1, (String_t*)NULL, (bool)1, /*hidden argument*/NULL); V_1 = L_2; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_3 = V_1; NullCheck(L_3); int32_t L_4; L_4 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_002d; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_5 = V_1; NullCheck(L_5); String_t* L_6; L_6 = TypeData_get_FullTypeName_mFFCC7D2CB2D25AB7EB9FB3B395515A52B19D9A29_inline(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3BEF703FC97B2EF58FFDCB567F4C4F33758B77FD)), L_6, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_8 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriter_WriteTypedPrimitive_mC8F849A95C151999F46A31A7183B07F7BC207BEB_RuntimeMethod_var))); } IL_002d: { String_t* L_9 = ___name0; if (L_9) { goto IL_0050; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_10 = V_1; NullCheck(L_10); bool L_11; L_11 = TypeData_get_IsXsdType_m75389176FE4780C65C3EDC58960C62E52A51CD08(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_003f; } } { G_B6_0 = _stringLiteralFC52EF0E935F6937D21D16F8AE523FA90242C407; goto IL_0044; } IL_003f: { G_B6_0 = _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF; } IL_0044: { ___ns1 = G_B6_0; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_12 = V_1; NullCheck(L_12); String_t* L_13; L_13 = TypeData_get_XmlType_m79314EDB6142712A3C0EFB1BAE5316BFDD01E088_inline(L_12, /*hidden argument*/NULL); ___name0 = L_13; goto IL_0058; } IL_0050: { String_t* L_14 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); String_t* L_15; L_15 = XmlCustomFormatter_FromXmlName_mB02FA7EF8527573EF5B677F474DC06B860CE1628(L_14, /*hidden argument*/NULL); ___name0 = L_15; } IL_0058: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_16; L_16 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); String_t* L_17 = ___name0; String_t* L_18 = ___ns1; NullCheck(L_16); XmlWriter_WriteStartElement_m9544AB2F6A67D4A37BA258CA661DD10A356DEA8D(L_16, L_17, L_18, /*hidden argument*/NULL); RuntimeObject * L_19 = ___o2; if (!((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)IsInstClass((RuntimeObject*)L_19, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))) { goto IL_007c; } } { RuntimeObject * L_20 = ___o2; String_t* L_21; L_21 = XmlSerializationWriter_FromXmlQualifiedName_mAC661C6D29FCC42AD45A826A30F17A5895D665F1(__this, ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_20, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_21; goto IL_0084; } IL_007c: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_22 = V_1; RuntimeObject * L_23 = ___o2; IL2CPP_RUNTIME_CLASS_INIT(XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); String_t* L_24; L_24 = XmlCustomFormatter_ToXmlString_mDDD53EC6A053576F63FC5B14695835F60CC531D6(L_22, L_23, /*hidden argument*/NULL); V_0 = L_24; } IL_0084: { bool L_25 = ___xsiType3; if (!L_25) { goto IL_00cc; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_26 = V_1; NullCheck(L_26); int32_t L_27; L_27 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_26, /*hidden argument*/NULL); if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_00ac; } } { RuntimeObject * L_28 = ___o2; NullCheck(L_28); Type_t * L_29; L_29 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_28, /*hidden argument*/NULL); NullCheck(L_29); String_t* L_30; L_30 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_29); String_t* L_31; L_31 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD6879FB5AA9F284C75EF7F93BBF4F891A27C2426)), L_30, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_32 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_32, L_31, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriter_WriteTypedPrimitive_mC8F849A95C151999F46A31A7183B07F7BC207BEB_RuntimeMethod_var))); } IL_00ac: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_33 = V_1; NullCheck(L_33); String_t* L_34; L_34 = TypeData_get_XmlType_m79314EDB6142712A3C0EFB1BAE5316BFDD01E088_inline(L_33, /*hidden argument*/NULL); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_35 = V_1; NullCheck(L_35); bool L_36; L_36 = TypeData_get_IsXsdType_m75389176FE4780C65C3EDC58960C62E52A51CD08(L_35, /*hidden argument*/NULL); G_B15_0 = L_34; G_B15_1 = __this; if (L_36) { G_B16_0 = L_34; G_B16_1 = __this; goto IL_00c2; } } { G_B17_0 = _stringLiteralFC52EF0E935F6937D21D16F8AE523FA90242C407; G_B17_1 = G_B15_0; G_B17_2 = G_B15_1; goto IL_00c7; } IL_00c2: { G_B17_0 = _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF; G_B17_1 = G_B16_0; G_B17_2 = G_B16_1; } IL_00c7: { NullCheck(G_B17_2); XmlSerializationWriter_WriteXsiType_mF32F07E7F406C862B3028F0CDC9798A204F8AE23(G_B17_2, G_B17_1, G_B17_0, /*hidden argument*/NULL); } IL_00cc: { String_t* L_37 = V_0; XmlSerializationWriter_WriteValue_mA9FB97B851A2CE27D70470AA30C788C9E2AAEEE2(__this, L_37, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_38; L_38 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(L_38); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_38); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteValue_mA9FB97B851A2CE27D70470AA30C788C9E2AAEEE2 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (!L_0) { goto IL_000f; } } { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_1; L_1 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); String_t* L_2 = ___value0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_1, L_2); } IL_000f: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteXmlAttribute(System.Xml.XmlNode,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteXmlAttribute_m217539A4724654F01B8F7C7F2CEA8DD029D2C549 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, RuntimeObject * ___container1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A24CC7BE5FB2E4DFFA4A80AD8B0335DAE91B662); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE227F5E574CC64695563B031F22527F1B72B2D46); s_Il2CppMethodInitialized = true; } XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; V_0 = ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)IsInstClass((RuntimeObject*)L_0, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_1 = V_0; if (L_1) { goto IL_0015; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0E0048FA0448CB3DFBD7A30FABD833FBB16CBC89)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriter_WriteXmlAttribute_m217539A4724654F01B8F7C7F2CEA8DD029D2C549_RuntimeMethod_var))); } IL_0015: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_3); bool L_5; L_5 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, _stringLiteralE227F5E574CC64695563B031F22527F1B72B2D46, /*hidden argument*/NULL); if (!L_5) { goto IL_0075; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_6); bool L_8; L_8 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_7, _stringLiteral9A24CC7BE5FB2E4DFFA4A80AD8B0335DAE91B662, /*hidden argument*/NULL); if (!L_8) { goto IL_0075; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeTranslator_ParseArrayType_m1459847CBB1E5C0C403916B7AB40E1C415B37920(L_10, (String_t**)(&V_2), (String_t**)(&V_1), (String_t**)(&V_3), /*hidden argument*/NULL); String_t* L_11 = V_2; String_t* L_12 = V_3; String_t* L_13; L_13 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_11, L_12, /*hidden argument*/NULL); String_t* L_14 = V_1; String_t* L_15; L_15 = XmlSerializationWriter_GetQualifiedName_mC7DF2A8D5900E7D941246CB0C64215693299AE63(__this, L_13, L_14, /*hidden argument*/NULL); V_4 = L_15; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_16 = V_0; NullCheck(L_16); String_t* L_17; L_17 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_16); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_18 = V_0; NullCheck(L_18); String_t* L_19; L_19 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_18); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_20 = V_0; NullCheck(L_20); String_t* L_21; L_21 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_20); String_t* L_22 = V_4; XmlSerializationWriter_WriteAttribute_m25FC990EEF81EFD37FA34CF1213EDF642E802B49(__this, L_17, L_19, L_21, L_22, /*hidden argument*/NULL); return; } IL_0075: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_23 = V_0; NullCheck(L_23); String_t* L_24; L_24 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_23); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_25 = V_0; NullCheck(L_25); String_t* L_26; L_26 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_25); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_27 = V_0; NullCheck(L_27); String_t* L_28; L_28 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_27); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_29 = V_0; NullCheck(L_29); String_t* L_30; L_30 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_29); XmlSerializationWriter_WriteAttribute_m25FC990EEF81EFD37FA34CF1213EDF642E802B49(__this, L_24, L_26, L_28, L_30, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteXsiType(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteXsiType_mF32F07E7F406C862B3028F0CDC9798A204F8AE23 (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C014955313A7D33D5D04696B884B25325E6393C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___ns1; if (!L_0) { goto IL_0029; } } { String_t* L_1 = ___ns1; String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_3; L_3 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0029; } } { String_t* L_4 = ___name0; String_t* L_5 = ___ns1; String_t* L_6; L_6 = XmlSerializationWriter_GetQualifiedName_mC7DF2A8D5900E7D941246CB0C64215693299AE63(__this, L_4, L_5, /*hidden argument*/NULL); XmlSerializationWriter_WriteAttribute_m8A3814FB205D05D6DB76295B62D9D29915FF9A61(__this, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C, L_6, /*hidden argument*/NULL); return; } IL_0029: { String_t* L_7 = ___name0; XmlSerializationWriter_WriteAttribute_m8A3814FB205D05D6DB76295B62D9D29915FF9A61(__this, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C, L_7, /*hidden argument*/NULL); 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.Serialization.XmlSerializationWriterInterpreter::.ctor(System.Xml.Serialization.XmlMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter__ctor_m1CE2DCA3A7D966879D177C4465C7DA4AB4B86659 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * ___typeMap0, const RuntimeMethod* method) { { XmlSerializationWriter__ctor_m7E429707CB238D480F1DB592B52D5A4987458655(__this, /*hidden argument*/NULL); XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * L_0 = ___typeMap0; __this->set__typeMap_8(L_0); XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * L_1 = ___typeMap0; NullCheck(L_1); int32_t L_2; L_2 = XmlMapping_get_Format_m0BD59E05857D8D2A3935324DBCBF819F234A38CC_inline(L_1, /*hidden argument*/NULL); __this->set__format_9(L_2); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::InitCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_InitCallbacks_m91853C71890A447EB97741D8F009656BD57C0171 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackInfo_WriteEnum_m2DF9A54632D5752D272986FFD1BAC843A3BD1D2B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackInfo_WriteObject_m534C8A18D8C19727761DA74E2EC09C247C6A59CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackInfo_t142D92C1F8EA1C07621FB4A5E1383F836187E53A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; RuntimeObject* V_1 = NULL; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_2 = NULL; CallbackInfo_t142D92C1F8EA1C07621FB4A5E1383F836187E53A * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * L_0 = __this->get__typeMap_8(); NullCheck(L_0); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1; L_1 = XmlMapping_get_RelatedMaps_m539C9707CDB76DF2DA83F24740675E7333806A9C_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = V_0; if (!L_2) { goto IL_00af; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = V_0; NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_3); V_1 = L_4; } IL_0019: try { // begin try (depth: 1) { goto IL_0091; } IL_001b: { RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); V_2 = ((XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *)CastclassClass((RuntimeObject*)L_6, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var)); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_7 = V_2; CallbackInfo_t142D92C1F8EA1C07621FB4A5E1383F836187E53A * L_8 = (CallbackInfo_t142D92C1F8EA1C07621FB4A5E1383F836187E53A *)il2cpp_codegen_object_new(CallbackInfo_t142D92C1F8EA1C07621FB4A5E1383F836187E53A_il2cpp_TypeInfo_var); CallbackInfo__ctor_mF8157E2D8A8717524740E632A79F398F008D3413(L_8, __this, L_7, /*hidden argument*/NULL); V_3 = L_8; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_9 = V_2; NullCheck(L_9); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_10; L_10 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11; L_11 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)2)))) { goto IL_0068; } } IL_003d: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_12 = V_2; NullCheck(L_12); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_13; L_13 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); Type_t * L_14; L_14 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_13, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_15 = V_2; NullCheck(L_15); String_t* L_16; L_16 = XmlTypeMapping_get_XmlType_m97D3C310989DEA0D8C5DDE2A74BA1866DA7E5C99_inline(L_15, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_17 = V_2; NullCheck(L_17); String_t* L_18; L_18 = XmlMapping_get_Namespace_mC81A8F368DA39CCD355792888D951BE2A8B21835_inline(L_17, /*hidden argument*/NULL); CallbackInfo_t142D92C1F8EA1C07621FB4A5E1383F836187E53A * L_19 = V_3; XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 * L_20 = (XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 *)il2cpp_codegen_object_new(XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454_il2cpp_TypeInfo_var); XmlSerializationWriteCallback__ctor_mE12F6AE2764C99C759A2E9D5DF66B80C7A4B9999(L_20, L_19, (intptr_t)((intptr_t)CallbackInfo_WriteEnum_m2DF9A54632D5752D272986FFD1BAC843A3BD1D2B_RuntimeMethod_var), /*hidden argument*/NULL); XmlSerializationWriter_AddWriteCallback_m0B362D8A0B89C13E666A16287103AA72409BB3ED(__this, L_14, L_16, L_18, L_20, /*hidden argument*/NULL); goto IL_0091; } IL_0068: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_21 = V_2; NullCheck(L_21); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_22; L_22 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_21, /*hidden argument*/NULL); NullCheck(L_22); Type_t * L_23; L_23 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_22, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_24 = V_2; NullCheck(L_24); String_t* L_25; L_25 = XmlTypeMapping_get_XmlType_m97D3C310989DEA0D8C5DDE2A74BA1866DA7E5C99_inline(L_24, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_26 = V_2; NullCheck(L_26); String_t* L_27; L_27 = XmlMapping_get_Namespace_mC81A8F368DA39CCD355792888D951BE2A8B21835_inline(L_26, /*hidden argument*/NULL); CallbackInfo_t142D92C1F8EA1C07621FB4A5E1383F836187E53A * L_28 = V_3; XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 * L_29 = (XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454 *)il2cpp_codegen_object_new(XmlSerializationWriteCallback_t913A191AF2181BDB556C809CE9A95D1B5EBF8454_il2cpp_TypeInfo_var); XmlSerializationWriteCallback__ctor_mE12F6AE2764C99C759A2E9D5DF66B80C7A4B9999(L_29, L_28, (intptr_t)((intptr_t)CallbackInfo_WriteObject_m534C8A18D8C19727761DA74E2EC09C247C6A59CD_RuntimeMethod_var), /*hidden argument*/NULL); XmlSerializationWriter_AddWriteCallback_m0B362D8A0B89C13E666A16287103AA72409BB3ED(__this, L_23, L_25, L_27, L_29, /*hidden argument*/NULL); } IL_0091: { RuntimeObject* L_30 = V_1; NullCheck(L_30); bool L_31; L_31 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_30); if (L_31) { goto IL_001b; } } IL_0099: { IL2CPP_LEAVE(0xAF, FINALLY_009b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009b; } FINALLY_009b: { // begin finally (depth: 1) { RuntimeObject* L_32 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_32, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_33 = V_4; if (!L_33) { goto IL_00ae; } } IL_00a7: { RuntimeObject* L_34 = V_4; NullCheck(L_34); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_34); } IL_00ae: { IL2CPP_END_FINALLY(155) } } // end finally (depth: 1) IL2CPP_CLEANUP(155) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xAF, IL_00af) } IL_00af: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteRoot(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteRoot_mF1B5E1B9E3C2D807B6C709A17827DBC06801DD33 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, RuntimeObject * ___ob0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_0 = NULL; { XmlSerializationWriter_WriteStartDocument_mDDE34633BBD0FF29AF93681D633B44C8D533B0A3(__this, /*hidden argument*/NULL); XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * L_0 = __this->get__typeMap_8(); if (!((XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *)IsInstClass((RuntimeObject*)L_0, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var))) { goto IL_0085; } } { XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * L_1 = __this->get__typeMap_8(); V_0 = ((XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *)CastclassClass((RuntimeObject*)L_1, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var)); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_2 = V_0; NullCheck(L_2); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_3; L_3 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4; L_4 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)4))) { goto IL_003b; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_5 = V_0; NullCheck(L_5); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_6; L_6 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7; L_7 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_6, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)3)))) { goto IL_0041; } } IL_003b: { XmlSerializationWriter_TopLevelElement_m079E7196688C5A3F82D076707CC2E2A754142C3B(__this, /*hidden argument*/NULL); } IL_0041: { int32_t L_8 = __this->get__format_9(); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_0063; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_9 = V_0; RuntimeObject * L_10 = ___ob0; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = XmlMapping_get_ElementName_m325D48DC1385A3577E5B4948F1F116861A215CEF_inline(L_11, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_13 = V_0; NullCheck(L_13); String_t* L_14; L_14 = XmlMapping_get_Namespace_mC81A8F368DA39CCD355792888D951BE2A8B21835_inline(L_13, /*hidden argument*/NULL); VirtActionInvoker7< XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *, RuntimeObject *, String_t*, String_t*, bool, bool, bool >::Invoke(5 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObject(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String,System.Boolean,System.Boolean,System.Boolean) */, __this, L_9, L_10, L_12, L_14, (bool)1, (bool)0, (bool)1); goto IL_00ae; } IL_0063: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_15 = V_0; NullCheck(L_15); String_t* L_16; L_16 = XmlMapping_get_ElementName_m325D48DC1385A3577E5B4948F1F116861A215CEF_inline(L_15, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_17 = V_0; NullCheck(L_17); String_t* L_18; L_18 = XmlMapping_get_Namespace_mC81A8F368DA39CCD355792888D951BE2A8B21835_inline(L_17, /*hidden argument*/NULL); RuntimeObject * L_19 = ___ob0; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_20 = V_0; NullCheck(L_20); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_21; L_21 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_20, /*hidden argument*/NULL); NullCheck(L_21); Type_t * L_22; L_22 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_21, /*hidden argument*/NULL); XmlSerializationWriter_WritePotentiallyReferencingElement_m85790F435AB232B6CC64E76D5A4960A44C3D85A2(__this, L_16, L_18, L_19, L_22, (bool)1, (bool)0, /*hidden argument*/NULL); goto IL_00ae; } IL_0085: { RuntimeObject * L_23 = ___ob0; if (!((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_23, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var))) { goto IL_00a6; } } { XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * L_24 = __this->get__typeMap_8(); RuntimeObject * L_25 = ___ob0; VirtActionInvoker2< XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(6 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteMessage(System.Xml.Serialization.XmlMembersMapping,System.Object[]) */, __this, ((XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 *)CastclassClass((RuntimeObject*)L_24, XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496_il2cpp_TypeInfo_var)), ((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_25, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var))); goto IL_00ae; } IL_00a6: { RuntimeObject * L_26 = ___ob0; Exception_t * L_27; L_27 = XmlSerializationWriter_CreateUnknownTypeException_m9883EE2321041066E6700C8E88912820EBF35A62(__this, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteRoot_mF1B5E1B9E3C2D807B6C709A17827DBC06801DD33_RuntimeMethod_var))); } IL_00ae: { XmlSerializationWriter_WriteReferencedElements_m918981E222B4ADE62BC72CE8DC6024DA1A99F122(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObject(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String,System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteObject_m8DD365B9AF814DFFF04C83B668C328724DC9811F (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, RuntimeObject * ___ob1, String_t* ___element2, String_t* ___namesp3, bool ___isNullable4, bool ___needType5, bool ___writeWrappingElem6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSerializable_t5BEF028D2890007426B01C2B934C2469498B8013_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___ob1; if (L_0) { goto IL_0024; } } { bool L_1 = ___isNullable4; if (!L_1) { goto IL_0023; } } { int32_t L_2 = __this->get__format_9(); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } { String_t* L_3 = ___element2; String_t* L_4 = ___namesp3; XmlSerializationWriter_WriteNullTagLiteral_mC8B845A4C99DD9DCBB69FD90657745FAFE95DB20(__this, L_3, L_4, /*hidden argument*/NULL); return; } IL_001a: { String_t* L_5 = ___element2; String_t* L_6 = ___namesp3; XmlSerializationWriter_WriteNullTagEncoded_m6AD6E76219AC51011EBA9CFE4AFEC1863E647683(__this, L_5, L_6, /*hidden argument*/NULL); } IL_0023: { return; } IL_0024: { RuntimeObject * L_7 = ___ob1; if (!((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)IsInstClass((RuntimeObject*)L_7, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var))) { goto IL_0071; } } { int32_t L_8 = __this->get__format_9(); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_0053; } } { RuntimeObject * L_9 = ___ob1; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_10 = ___typeMap0; NullCheck(L_10); bool L_11; L_11 = XmlTypeMapping_get_IsAny_m50C4E9738DA12F62C74B20249D4734ECC687D53D_inline(L_10, /*hidden argument*/NULL); XmlSerializationWriter_WriteElementLiteral_m6A17035B65E0B1D21DB4F25E00DEDBF706F7E107(__this, ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_9, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)), _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, (bool)1, L_11, /*hidden argument*/NULL); return; } IL_0053: { RuntimeObject * L_12 = ___ob1; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_13 = ___typeMap0; NullCheck(L_13); bool L_14; L_14 = XmlTypeMapping_get_IsAny_m50C4E9738DA12F62C74B20249D4734ECC687D53D_inline(L_13, /*hidden argument*/NULL); XmlSerializationWriter_WriteElementEncoded_m9EA9E178C7EA4EE5FA269AF04FAE066875FC5190(__this, ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_12, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)), _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, (bool)1, L_14, /*hidden argument*/NULL); return; } IL_0071: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_15 = ___typeMap0; NullCheck(L_15); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_16; L_16 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_15, /*hidden argument*/NULL); NullCheck(L_16); int32_t L_17; L_17 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)5)))) { goto IL_009a; } } { RuntimeObject * L_18 = ___ob1; String_t* L_19 = ___element2; String_t* L_20 = ___namesp3; bool L_21 = ___isNullable4; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_22 = ___typeMap0; NullCheck(L_22); bool L_23; L_23 = XmlTypeMapping_get_IsAny_m50C4E9738DA12F62C74B20249D4734ECC687D53D_inline(L_22, /*hidden argument*/NULL); XmlSerializationWriter_WriteSerializable_m52854835FDCF364A58E2293E3C12D8DF1B9E3B87(__this, ((RuntimeObject*)Castclass((RuntimeObject*)L_18, IXmlSerializable_t5BEF028D2890007426B01C2B934C2469498B8013_il2cpp_TypeInfo_var)), L_19, L_20, L_21, (bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); return; } IL_009a: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_24 = ___typeMap0; NullCheck(L_24); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_25; L_25 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_24, /*hidden argument*/NULL); NullCheck(L_25); Type_t * L_26; L_26 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_25, /*hidden argument*/NULL); V_0 = L_26; RuntimeObject * L_27 = ___ob1; NullCheck(L_27); Type_t * L_28; L_28 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_27, /*hidden argument*/NULL); Type_t * L_29 = V_0; NullCheck(L_28); bool L_30; L_30 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_28, L_29); if (L_30) { goto IL_00bd; } } { RuntimeObject * L_31 = ___ob1; Type_t * L_32 = V_0; RuntimeObject * L_33; L_33 = XmlSerializationWriterInterpreter_ImplicitConvert_m52FC4A1CAF9919ED18E2AA127A20EB6AF77EF35E(L_31, L_32, /*hidden argument*/NULL); ___ob1 = L_33; } IL_00bd: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_34 = ___typeMap0; RuntimeObject * L_35 = ___ob1; NullCheck(L_35); Type_t * L_36; L_36 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_35, /*hidden argument*/NULL); NullCheck(L_34); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_37; L_37 = XmlTypeMapping_GetRealTypeMap_m3002BBC2BC139FFFE63BDAA6B53934C5F0AF97A6(L_34, L_36, /*hidden argument*/NULL); V_1 = L_37; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_38 = V_1; if (L_38) { goto IL_015e; } } { RuntimeObject * L_39 = ___ob1; NullCheck(L_39); Type_t * L_40; L_40 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_39, /*hidden argument*/NULL); NullCheck(L_40); bool L_41; L_41 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0152; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_42 = { reinterpret_cast (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_43; L_43 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_42, /*hidden argument*/NULL); RuntimeObject * L_44 = ___ob1; NullCheck(L_44); Type_t * L_45; L_45 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_44, /*hidden argument*/NULL); NullCheck(L_45); Type_t * L_46; L_46 = VirtFuncInvoker0< Type_t * >::Invoke(102 /* System.Type System.Type::GetElementType() */, L_45); NullCheck(L_43); bool L_47; L_47 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_43, L_46); if (!L_47) { goto IL_0152; } } { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_48; L_48 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); String_t* L_49 = ___element2; String_t* L_50 = ___namesp3; NullCheck(L_48); XmlWriter_WriteStartElement_m9544AB2F6A67D4A37BA258CA661DD10A356DEA8D(L_48, L_49, L_50, /*hidden argument*/NULL); RuntimeObject * L_51 = ___ob1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_51, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))); RuntimeObject* L_52; L_52 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_51, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))); V_2 = L_52; } IL_0113: try { // begin try (depth: 1) { goto IL_012b; } IL_0115: { RuntimeObject* L_53 = V_2; NullCheck(L_53); RuntimeObject * L_54; L_54 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_53); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_55; L_55 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_54, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var))); VirtActionInvoker1< XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * >::Invoke(37 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_54, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)), L_55); } IL_012b: { RuntimeObject* L_56 = V_2; NullCheck(L_56); bool L_57; L_57 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_56); if (L_57) { goto IL_0115; } } IL_0133: { IL2CPP_LEAVE(0x146, FINALLY_0135); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0135; } FINALLY_0135: { // begin finally (depth: 1) { RuntimeObject* L_58 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_58, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_59 = V_3; if (!L_59) { goto IL_0145; } } IL_013f: { RuntimeObject* L_60 = V_3; NullCheck(L_60); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_60); } IL_0145: { IL2CPP_END_FINALLY(309) } } // end finally (depth: 1) IL2CPP_CLEANUP(309) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x146, IL_0146) } IL_0146: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_61; L_61 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(L_61); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_61); return; } IL_0152: { String_t* L_62 = ___element2; String_t* L_63 = ___namesp3; RuntimeObject * L_64 = ___ob1; XmlSerializationWriter_WriteTypedPrimitive_mC8F849A95C151999F46A31A7183B07F7BC207BEB(__this, L_62, L_63, L_64, (bool)1, /*hidden argument*/NULL); return; } IL_015e: { bool L_65 = ___writeWrappingElem6; if (!L_65) { goto IL_017b; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_66 = V_1; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_67 = ___typeMap0; if ((!(((RuntimeObject*)(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *)L_66) == ((RuntimeObject*)(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *)L_67)))) { goto IL_016e; } } { int32_t L_68 = __this->get__format_9(); if (L_68) { goto IL_0171; } } IL_016e: { ___needType5 = (bool)1; } IL_0171: { String_t* L_69 = ___element2; String_t* L_70 = ___namesp3; RuntimeObject * L_71 = ___ob1; XmlSerializationWriter_WriteStartElement_mB43102A883675E77D8FDF87B267EDC91EF2773E5(__this, L_69, L_70, L_71, /*hidden argument*/NULL); } IL_017b: { bool L_72 = ___needType5; if (!L_72) { goto IL_0191; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_73 = V_1; NullCheck(L_73); String_t* L_74; L_74 = XmlTypeMapping_get_XmlType_m97D3C310989DEA0D8C5DDE2A74BA1866DA7E5C99_inline(L_73, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_75 = V_1; NullCheck(L_75); String_t* L_76; L_76 = XmlTypeMapping_get_XmlTypeNamespace_m84FB57272C654790B04BCCA3901AA92AF1C8EDA6(L_75, /*hidden argument*/NULL); XmlSerializationWriter_WriteXsiType_mF32F07E7F406C862B3028F0CDC9798A204F8AE23(__this, L_74, L_76, /*hidden argument*/NULL); } IL_0191: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_77 = V_1; NullCheck(L_77); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_78; L_78 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_77, /*hidden argument*/NULL); NullCheck(L_78); int32_t L_79; L_79 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_78, /*hidden argument*/NULL); V_4 = L_79; int32_t L_80 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1))) { case 0: { goto IL_01d3; } case 1: { goto IL_01e0; } case 2: { goto IL_01c6; } case 3: { goto IL_01b9; } } } { goto IL_01eb; } IL_01b9: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_81 = V_1; RuntimeObject * L_82 = ___ob1; String_t* L_83 = ___element2; String_t* L_84 = ___namesp3; VirtActionInvoker4< XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *, RuntimeObject *, String_t*, String_t* >::Invoke(7 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) */, __this, L_81, L_82, L_83, L_84); goto IL_01eb; } IL_01c6: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_85 = V_1; RuntimeObject * L_86 = ___ob1; String_t* L_87 = ___element2; String_t* L_88 = ___namesp3; VirtActionInvoker4< XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *, RuntimeObject *, String_t*, String_t* >::Invoke(10 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteListElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) */, __this, L_85, L_86, L_87, L_88); goto IL_01eb; } IL_01d3: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_89 = V_1; RuntimeObject * L_90 = ___ob1; String_t* L_91 = ___element2; String_t* L_92 = ___namesp3; VirtActionInvoker4< XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *, RuntimeObject *, String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) */, __this, L_89, L_90, L_91, L_92); goto IL_01eb; } IL_01e0: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_93 = V_1; RuntimeObject * L_94 = ___ob1; String_t* L_95 = ___element2; String_t* L_96 = ___namesp3; VirtActionInvoker4< XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *, RuntimeObject *, String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteEnumElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) */, __this, L_93, L_94, L_95, L_96); } IL_01eb: { bool L_97 = ___writeWrappingElem6; if (!L_97) { goto IL_01f6; } } { RuntimeObject * L_98 = ___ob1; XmlSerializationWriter_WriteEndElement_m24C9A0A4431DFA4626CF986A9A343BCF480EB7AF(__this, L_98, /*hidden argument*/NULL); } IL_01f6: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteMessage(System.Xml.Serialization.XmlMembersMapping,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteMessage_m8F144BEEC2D1AD5369F67297D2F1E845633E9E7A (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * ___membersMap0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D67ADE9CC145DA3A39BC63DF500A7B0EC88CE4A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C014955313A7D33D5D04696B884B25325E6393C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral805B49550CB3377ECB61B1B75AB5C38E884BA80C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); s_Il2CppMethodInitialized = true; } { XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * L_0 = ___membersMap0; NullCheck(L_0); bool L_1; L_1 = XmlMembersMapping_get_HasWrapperElement_m643EF14F5316338EFDF707D03FF4155F77D796B6_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0081; } } { XmlSerializationWriter_TopLevelElement_m079E7196688C5A3F82D076707CC2E2A754142C3B(__this, /*hidden argument*/NULL); XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * L_2 = ___membersMap0; NullCheck(L_2); String_t* L_3; L_3 = XmlMapping_get_ElementName_m325D48DC1385A3577E5B4948F1F116861A215CEF_inline(L_2, /*hidden argument*/NULL); XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * L_4 = ___membersMap0; NullCheck(L_4); String_t* L_5; L_5 = XmlMapping_get_Namespace_mC81A8F368DA39CCD355792888D951BE2A8B21835_inline(L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get__format_9(); XmlSerializationWriter_WriteStartElement_m3E1D664849D6CA63F9DDF7C8743F1A179DFC38A1(__this, L_3, L_5, (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_7; L_7 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, L_7, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); if (L_8) { goto IL_0055; } } { XmlSerializationWriter_WriteAttribute_m25FC990EEF81EFD37FA34CF1213EDF642E802B49(__this, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, _stringLiteral805B49550CB3377ECB61B1B75AB5C38E884BA80C, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, /*hidden argument*/NULL); } IL_0055: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_9; L_9 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10; L_10 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, L_9, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C); if (L_10) { goto IL_0081; } } { XmlSerializationWriter_WriteAttribute_m25FC990EEF81EFD37FA34CF1213EDF642E802B49(__this, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, _stringLiteral6D67ADE9CC145DA3A39BC63DF500A7B0EC88CE4A, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C, /*hidden argument*/NULL); } IL_0081: { XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * L_11 = ___membersMap0; NullCheck(L_11); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_12; L_12 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_11, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = ___parameters1; XmlSerializationWriterInterpreter_WriteMembers_m82529088A4867F7EE502056CFC1EC6BB189657D1(__this, ((ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB *)CastclassClass((RuntimeObject*)L_12, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var)), (RuntimeObject *)(RuntimeObject *)L_13, (bool)1, /*hidden argument*/NULL); XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * L_14 = ___membersMap0; NullCheck(L_14); bool L_15; L_15 = XmlMembersMapping_get_HasWrapperElement_m643EF14F5316338EFDF707D03FF4155F77D796B6_inline(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00a2; } } { XmlSerializationWriter_WriteEndElement_mBB4849C77EA9ABE34E6731CAE68C61052537502D(__this, /*hidden argument*/NULL); } IL_00a2: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteObjectElement_m612DAE276C2F28771626945B1C4811B4F5E3F82C (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, RuntimeObject * ___ob1, String_t* ___element2, String_t* ___namesp3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * V_0 = NULL; { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_0 = ___typeMap0; NullCheck(L_0); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_1; L_1 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_0, /*hidden argument*/NULL); V_0 = ((ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB *)CastclassClass((RuntimeObject*)L_1, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var)); ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_2 = V_0; NullCheck(L_2); XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * L_3; L_3 = ClassMap_get_NamespaceDeclarations_m9CCDF4FDDFFA9A2C29FD5A31561691F96ADC606C_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002b; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_4 = V_0; NullCheck(L_4); XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * L_5; L_5 = ClassMap_get_NamespaceDeclarations_m9CCDF4FDDFFA9A2C29FD5A31561691F96ADC606C_inline(L_4, /*hidden argument*/NULL); RuntimeObject * L_6 = ___ob1; NullCheck(L_5); RuntimeObject * L_7; L_7 = XmlTypeMapMember_GetValue_m3117E4885354E3DB8D4B3471ECE9DB05ECD56883(L_5, L_6, /*hidden argument*/NULL); XmlSerializationWriter_WriteNamespaceDeclarations_mE257157D57F363575AD2D91E285A58D9545104F4(__this, ((XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 *)CastclassClass((RuntimeObject*)L_7, XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_002b: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_8 = ___typeMap0; RuntimeObject * L_9 = ___ob1; VirtActionInvoker2< XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *, RuntimeObject * >::Invoke(8 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElementAttributes(System.Xml.Serialization.XmlTypeMapping,System.Object) */, __this, L_8, L_9); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_10 = ___typeMap0; RuntimeObject * L_11 = ___ob1; VirtActionInvoker2< XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *, RuntimeObject * >::Invoke(9 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElementElements(System.Xml.Serialization.XmlTypeMapping,System.Object) */, __this, L_10, L_11); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElementAttributes(System.Xml.Serialization.XmlTypeMapping,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteObjectElementAttributes_mB55AFCC9CA18D0739B010E49440FBEF7CA115331 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, RuntimeObject * ___ob1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * V_0 = NULL; { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_0 = ___typeMap0; NullCheck(L_0); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_1; L_1 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_0, /*hidden argument*/NULL); V_0 = ((ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB *)CastclassClass((RuntimeObject*)L_1, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var)); ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_2 = V_0; RuntimeObject * L_3 = ___ob1; XmlSerializationWriterInterpreter_WriteAttributeMembers_mDAD78FDC863DF4A29B81B8285A3D42528CD101A5(__this, L_2, L_3, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElementElements(System.Xml.Serialization.XmlTypeMapping,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteObjectElementElements_m0FBB98148A9257B7EE2CEEACCD4AC92EB0562C8D (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, RuntimeObject * ___ob1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * V_0 = NULL; { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_0 = ___typeMap0; NullCheck(L_0); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_1; L_1 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_0, /*hidden argument*/NULL); V_0 = ((ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB *)CastclassClass((RuntimeObject*)L_1, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var)); ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_2 = V_0; RuntimeObject * L_3 = ___ob1; XmlSerializationWriterInterpreter_WriteElementMembers_m834949BB539854C760384BB2241E8FA85F2D50DD(__this, L_2, L_3, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteMembers_m82529088A4867F7EE502056CFC1EC6BB189657D1 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method) { { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_0 = ___map0; RuntimeObject * L_1 = ___ob1; bool L_2 = ___isValueList2; XmlSerializationWriterInterpreter_WriteAttributeMembers_mDAD78FDC863DF4A29B81B8285A3D42528CD101A5(__this, L_0, L_1, L_2, /*hidden argument*/NULL); ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_3 = ___map0; RuntimeObject * L_4 = ___ob1; bool L_5 = ___isValueList2; XmlSerializationWriterInterpreter_WriteElementMembers_m834949BB539854C760384BB2241E8FA85F2D50DD(__this, L_3, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteAttributeMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteAttributeMembers_mDAD78FDC863DF4A29B81B8285A3D42528CD101A5 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); s_Il2CppMethodInitialized = true; } XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_4 = NULL; RuntimeObject* V_5 = NULL; XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_0 = ___map0; NullCheck(L_0); XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * L_1; L_1 = ClassMap_get_DefaultAnyAttributeMember_mEA48DF88BD497428C81F42EA1F8C0D37746AB452_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_2 = V_0; if (!L_2) { goto IL_0077; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_3 = V_0; RuntimeObject * L_4 = ___ob1; bool L_5 = ___isValueList2; bool L_6; L_6 = XmlSerializationWriterInterpreter_MemberHasValue_m43C37D0B106A726DAAF2EBAA08FB7721B312F3DE(__this, L_3, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0077; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_7 = V_0; RuntimeObject * L_8 = ___ob1; bool L_9 = ___isValueList2; RuntimeObject * L_10; L_10 = XmlSerializationWriterInterpreter_GetMemberValue_m607CDA22F8BEA921579A436F55BA2EE323D09172(__this, L_7, L_8, L_9, /*hidden argument*/NULL); V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_10, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_2; if (!L_11) { goto IL_0077; } } { RuntimeObject* L_12 = V_2; NullCheck(L_12); RuntimeObject* L_13; L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_12); V_3 = L_13; } IL_002e: try { // begin try (depth: 1) { goto IL_0059; } IL_0030: { RuntimeObject* L_14 = V_3; NullCheck(L_14); RuntimeObject * L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_14); V_4 = ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_15, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_16 = V_4; NullCheck(L_16); String_t* L_17; L_17 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_16); bool L_18; L_18 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_17, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, /*hidden argument*/NULL); if (!L_18) { goto IL_0059; } } IL_0050: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_19 = V_4; RuntimeObject * L_20 = ___ob1; XmlSerializationWriter_WriteXmlAttribute_m217539A4724654F01B8F7C7F2CEA8DD029D2C549(__this, L_19, L_20, /*hidden argument*/NULL); } IL_0059: { RuntimeObject* L_21 = V_3; NullCheck(L_21); bool L_22; L_22 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_21); if (L_22) { goto IL_0030; } } IL_0061: { IL2CPP_LEAVE(0x77, FINALLY_0063); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0063; } FINALLY_0063: { // begin finally (depth: 1) { RuntimeObject* L_23 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_23, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_24 = V_5; if (!L_24) { goto IL_0076; } } IL_006f: { RuntimeObject* L_25 = V_5; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_25); } IL_0076: { IL2CPP_END_FINALLY(99) } } // end finally (depth: 1) IL2CPP_CLEANUP(99) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x77, IL_0077) } IL_0077: { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_26 = ___map0; NullCheck(L_26); RuntimeObject* L_27; L_27 = ClassMap_get_AttributeMembers_m8EB7D3D33B5427B6C68D65C2A5F83FA719B32EF2(L_26, /*hidden argument*/NULL); V_1 = L_27; RuntimeObject* L_28 = V_1; if (!L_28) { goto IL_00f3; } } { RuntimeObject* L_29 = V_1; NullCheck(L_29); RuntimeObject* L_30; L_30 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_29); V_3 = L_30; } IL_0088: try { // begin try (depth: 1) { goto IL_00d5; } IL_008a: { RuntimeObject* L_31 = V_3; NullCheck(L_31); RuntimeObject * L_32; L_32 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_31); V_6 = ((XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E *)CastclassClass((RuntimeObject*)L_32, XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E_il2cpp_TypeInfo_var)); XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_33 = V_6; RuntimeObject * L_34 = ___ob1; bool L_35 = ___isValueList2; bool L_36; L_36 = XmlSerializationWriterInterpreter_MemberHasValue_m43C37D0B106A726DAAF2EBAA08FB7721B312F3DE(__this, L_33, L_34, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00d5; } } IL_00a3: { XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_37 = V_6; NullCheck(L_37); String_t* L_38; L_38 = XmlTypeMapMemberAttribute_get_AttributeName_mBAAB2635861C23CB95E96133A90677DB2155CE4D_inline(L_37, /*hidden argument*/NULL); XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_39 = V_6; NullCheck(L_39); String_t* L_40; L_40 = XmlTypeMapMemberAttribute_get_Namespace_m70DC1AE33BBAE257F106DEF53FC0884B47A0EE3F_inline(L_39, /*hidden argument*/NULL); XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_41 = V_6; NullCheck(L_41); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_42; L_42 = XmlTypeMapMemberAttribute_get_MappedType_m4FF3D549D898A9802891F1E758238E20F444264F_inline(L_41, /*hidden argument*/NULL); XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_43 = V_6; NullCheck(L_43); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_44; L_44 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_43, /*hidden argument*/NULL); XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_45 = V_6; RuntimeObject * L_46 = ___ob1; bool L_47 = ___isValueList2; RuntimeObject * L_48; L_48 = XmlSerializationWriterInterpreter_GetMemberValue_m607CDA22F8BEA921579A436F55BA2EE323D09172(__this, L_45, L_46, L_47, /*hidden argument*/NULL); String_t* L_49; L_49 = XmlSerializationWriterInterpreter_GetStringValue_m08140E639B502190F2FD5016BD059F0692A5552E(__this, L_42, L_44, L_48, /*hidden argument*/NULL); XmlSerializationWriter_WriteAttribute_m8A3814FB205D05D6DB76295B62D9D29915FF9A61(__this, L_38, L_40, L_49, /*hidden argument*/NULL); } IL_00d5: { RuntimeObject* L_50 = V_3; NullCheck(L_50); bool L_51; L_51 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_50); if (L_51) { goto IL_008a; } } IL_00dd: { IL2CPP_LEAVE(0xF3, FINALLY_00df); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00df; } FINALLY_00df: { // begin finally (depth: 1) { RuntimeObject* L_52 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_52, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_53 = V_5; if (!L_53) { goto IL_00f2; } } IL_00eb: { RuntimeObject* L_54 = V_5; NullCheck(L_54); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_54); } IL_00f2: { IL2CPP_END_FINALLY(223) } } // end finally (depth: 1) IL2CPP_CLEANUP(223) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF3, IL_00f3) } IL_00f3: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteElementMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteElementMembers_m834949BB539854C760384BB2241E8FA85F2D50DD (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82_0_0_0_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * V_2 = NULL; RuntimeObject * V_3 = NULL; Type_t * V_4 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_0 = ___map0; NullCheck(L_0); RuntimeObject* L_1; L_1 = ClassMap_get_ElementMembers_m30583103C73D6B9FCB936FF39D814F8D381910D1_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0136; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_3); V_1 = L_4; } IL_0014: try { // begin try (depth: 1) { goto IL_0115; } IL_0019: { RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); V_2 = ((XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 *)CastclassClass((RuntimeObject*)L_6, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var)); XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_7 = V_2; RuntimeObject * L_8 = ___ob1; bool L_9 = ___isValueList2; bool L_10; L_10 = XmlSerializationWriterInterpreter_MemberHasValue_m43C37D0B106A726DAAF2EBAA08FB7721B312F3DE(__this, L_7, L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0115; } } IL_0033: { XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_11 = V_2; RuntimeObject * L_12 = ___ob1; bool L_13 = ___isValueList2; RuntimeObject * L_14; L_14 = XmlSerializationWriterInterpreter_GetMemberValue_m607CDA22F8BEA921579A436F55BA2EE323D09172(__this, L_11, L_12, L_13, /*hidden argument*/NULL); V_3 = L_14; XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_15 = V_2; NullCheck(L_15); Type_t * L_16; L_16 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_15, /*hidden argument*/NULL); V_4 = L_16; Type_t * L_17 = V_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19; L_19 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_18, /*hidden argument*/NULL); bool L_20; L_20 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_17, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0075; } } IL_0058: { XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_21 = V_2; NullCheck(L_21); XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_22; L_22 = XmlTypeMapMemberElement_get_ElementInfo_m6C24B41268D415B81089124ED86D6427FE3D998C(L_21, /*hidden argument*/NULL); NullCheck(L_22); RuntimeObject * L_23; L_23 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_22, 0); RuntimeObject * L_24 = V_3; XmlSerializationWriterInterpreter_WriteMemberElement_m52D47C88B6B82C6D2B8B3E3FC644D9FE4229B0C4(__this, ((XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)CastclassClass((RuntimeObject*)L_23, XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var)), L_24, /*hidden argument*/NULL); goto IL_0115; } IL_0075: { Type_t * L_25 = V_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_26 = { reinterpret_cast (XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27; L_27 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_26, /*hidden argument*/NULL); bool L_28; L_28 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_25, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00aa; } } IL_0088: { RuntimeObject * L_29 = V_3; if (!L_29) { goto IL_0115; } } IL_008e: { RuntimeObject * L_30 = ___ob1; XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_31 = V_2; NullCheck(L_31); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_32; L_32 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_31, /*hidden argument*/NULL); XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_33 = V_2; NullCheck(((XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 *)CastclassClass((RuntimeObject*)L_33, XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_il2cpp_TypeInfo_var))); ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_34; L_34 = XmlTypeMapMemberFlatList_get_ListMap_mB29ED2E0F2F91D5FC005F9CDAAEC3801B577E401_inline(((XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 *)CastclassClass((RuntimeObject*)L_33, XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); RuntimeObject * L_35 = V_3; XmlSerializationWriterInterpreter_WriteListContent_m8CBBEF89328F7AFF7A8370AD8403146858A9F920(__this, L_30, L_32, L_34, L_35, (StringBuilder_t *)NULL, /*hidden argument*/NULL); goto IL_0115; } IL_00aa: { Type_t * L_36 = V_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_37 = { reinterpret_cast (XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_38; L_38 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_37, /*hidden argument*/NULL); bool L_39; L_39 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_36, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00cf; } } IL_00bd: { RuntimeObject * L_40 = V_3; if (!L_40) { goto IL_0115; } } IL_00c0: { XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_41 = V_2; RuntimeObject * L_42 = V_3; XmlSerializationWriterInterpreter_WriteAnyElementContent_mEFFF2C6364036E2B870BB0CFC95C308AE559D90F(__this, ((XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 *)CastclassClass((RuntimeObject*)L_41, XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0_il2cpp_TypeInfo_var)), L_42, /*hidden argument*/NULL); goto IL_0115; } IL_00cf: { Type_t * L_43 = V_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_44 = { reinterpret_cast (XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_45; L_45 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_44, /*hidden argument*/NULL); bool L_46; L_46 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_43, L_45, /*hidden argument*/NULL); if (L_46) { goto IL_0115; } } IL_00e2: { Type_t * L_47 = V_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_48 = { reinterpret_cast (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_49; L_49 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_48, /*hidden argument*/NULL); bool L_50; L_50 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_47, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_010a; } } IL_00f5: { XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_51 = V_2; RuntimeObject * L_52 = ___ob1; RuntimeObject * L_53 = V_3; NullCheck(L_51); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_54; L_54 = XmlTypeMapMemberElement_FindElement_m33D4BDDCD413F4D5DD62CBF9BD7025BB6F408AEB(L_51, L_52, L_53, /*hidden argument*/NULL); V_5 = L_54; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_55 = V_5; RuntimeObject * L_56 = V_3; XmlSerializationWriterInterpreter_WriteMemberElement_m52D47C88B6B82C6D2B8B3E3FC644D9FE4229B0C4(__this, L_55, L_56, /*hidden argument*/NULL); goto IL_0115; } IL_010a: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_57 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_57, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6FFF89F12DC2A6CF2CA9D0A3799CAF055178ACE5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_57, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteElementMembers_m834949BB539854C760384BB2241E8FA85F2D50DD_RuntimeMethod_var))); } IL_0115: { RuntimeObject* L_58 = V_1; NullCheck(L_58); bool L_59; L_59 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_58); if (L_59) { goto IL_0019; } } IL_0120: { IL2CPP_LEAVE(0x136, FINALLY_0122); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0122; } FINALLY_0122: { // begin finally (depth: 1) { RuntimeObject* L_60 = V_1; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_60, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_61 = V_6; if (!L_61) { goto IL_0135; } } IL_012e: { RuntimeObject* L_62 = V_6; NullCheck(L_62); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_62); } IL_0135: { IL2CPP_END_FINALLY(290) } } // end finally (depth: 1) IL2CPP_CLEANUP(290) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x136, IL_0136) } IL_0136: { return; } } // System.Object System.Xml.Serialization.XmlSerializationWriterInterpreter::GetMemberValue(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationWriterInterpreter_GetMemberValue_m607CDA22F8BEA921579A436F55BA2EE323D09172 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ___member0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___isValueList2; if (!L_0) { goto IL_0011; } } { RuntimeObject * L_1 = ___ob1; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_2 = ___member0; NullCheck(L_2); int32_t L_3; L_3 = XmlTypeMapMember_get_GlobalIndex_mF1D72247C11FD8473853C825689B2AB199133557_inline(L_2, /*hidden argument*/NULL); NullCheck(((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var))); int32_t L_4 = L_3; RuntimeObject * L_5 = (((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)))->GetAt(static_cast(L_4)); return L_5; } IL_0011: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_6 = ___member0; RuntimeObject * L_7 = ___ob1; NullCheck(L_6); RuntimeObject * L_8; L_8 = XmlTypeMapMember_GetValue_m3117E4885354E3DB8D4B3471ECE9DB05ECD56883(L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Boolean System.Xml.Serialization.XmlSerializationWriterInterpreter::MemberHasValue(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationWriterInterpreter_MemberHasValue_m43C37D0B106A726DAAF2EBAA08FB7721B312F3DE (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ___member0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = ___isValueList2; if (!L_0) { goto IL_0027; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_1 = ___member0; NullCheck(L_1); bool L_2; L_2 = XmlTypeMapMember_get_IsOptionalValueType_m64B60ED1EB3ACFECE806E1643B44FE66862E5628(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0016; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_3 = ___member0; RuntimeObject * L_4 = ___ob1; NullCheck(L_3); bool L_5; L_5 = XmlTypeMapMember_GetValueSpecified_m90456D12954B4D5A65A8DB1446A1E1A3C075288C(L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0016; } } { return (bool)0; } IL_0016: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_6 = ___member0; NullCheck(L_6); int32_t L_7; L_7 = XmlTypeMapMember_get_GlobalIndex_mF1D72247C11FD8473853C825689B2AB199133557_inline(L_6, /*hidden argument*/NULL); RuntimeObject * L_8 = ___ob1; NullCheck(((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_8, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var))); return (bool)((((int32_t)L_7) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_8, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)))->max_length)))))? 1 : 0); } IL_0027: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_9 = ___member0; NullCheck(L_9); RuntimeObject * L_10; L_10 = XmlTypeMapMember_get_DefaultValue_mF04F8459DD9A29473CF44E0C714FBED229BB2088_inline(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * L_11 = ((DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var))->get_Value_0(); if ((((RuntimeObject*)(RuntimeObject *)L_10) == ((RuntimeObject*)(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 *)L_11))) { goto IL_0093; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_12 = ___member0; RuntimeObject * L_13 = ___ob1; bool L_14 = ___isValueList2; RuntimeObject * L_15; L_15 = XmlSerializationWriterInterpreter_GetMemberValue_m607CDA22F8BEA921579A436F55BA2EE323D09172(__this, L_12, L_13, L_14, /*hidden argument*/NULL); V_0 = L_15; RuntimeObject * L_16 = V_0; if (L_16) { goto IL_004b; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_17 = ___member0; NullCheck(L_17); RuntimeObject * L_18; L_18 = XmlTypeMapMember_get_DefaultValue_mF04F8459DD9A29473CF44E0C714FBED229BB2088_inline(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_004b; } } { return (bool)0; } IL_004b: { RuntimeObject * L_19 = V_0; if (!L_19) { goto IL_0080; } } { RuntimeObject * L_20 = V_0; NullCheck(L_20); Type_t * L_21; L_21 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_20, /*hidden argument*/NULL); NullCheck(L_21); bool L_22; L_22 = VirtFuncInvoker0< bool >::Invoke(74 /* System.Boolean System.Type::get_IsEnum() */, L_21); if (!L_22) { goto IL_0080; } } { RuntimeObject * L_23 = V_0; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_24 = ___member0; NullCheck(L_24); RuntimeObject * L_25; L_25 = XmlTypeMapMember_get_DefaultValue_mF04F8459DD9A29473CF44E0C714FBED229BB2088_inline(L_24, /*hidden argument*/NULL); NullCheck(L_23); bool L_26; L_26 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_23, L_25); if (!L_26) { goto IL_006b; } } { return (bool)0; } IL_006b: { RuntimeObject * L_27 = V_0; NullCheck(L_27); Type_t * L_28; L_28 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); Type_t * L_29; L_29 = Enum_GetUnderlyingType_m380C0D0D93A7161EAB25F84B68BF263693C9361B(L_28, /*hidden argument*/NULL); V_1 = L_29; RuntimeObject * L_30 = V_0; Type_t * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); RuntimeObject * L_32; L_32 = Convert_ChangeType_m73EE17D4A3292525A61D24E37099211605242751(L_30, L_31, (RuntimeObject*)NULL, /*hidden argument*/NULL); V_0 = L_32; } IL_0080: { RuntimeObject * L_33 = V_0; if (!L_33) { goto IL_00a3; } } { RuntimeObject * L_34 = V_0; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_35 = ___member0; NullCheck(L_35); RuntimeObject * L_36; L_36 = XmlTypeMapMember_get_DefaultValue_mF04F8459DD9A29473CF44E0C714FBED229BB2088_inline(L_35, /*hidden argument*/NULL); NullCheck(L_34); bool L_37; L_37 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_34, L_36); if (!L_37) { goto IL_00a3; } } { return (bool)0; } IL_0093: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_38 = ___member0; NullCheck(L_38); bool L_39; L_39 = XmlTypeMapMember_get_IsOptionalValueType_m64B60ED1EB3ACFECE806E1643B44FE66862E5628(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00a3; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_40 = ___member0; RuntimeObject * L_41 = ___ob1; NullCheck(L_40); bool L_42; L_42 = XmlTypeMapMember_GetValueSpecified_m90456D12954B4D5A65A8DB1446A1E1A3C075288C(L_40, L_41, /*hidden argument*/NULL); return L_42; } IL_00a3: { return (bool)1; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteMemberElement(System.Xml.Serialization.XmlTypeMapElementInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteMemberElement_m52D47C88B6B82C6D2B8B3E3FC644D9FE4229B0C4 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * ___elem0, RuntimeObject * ___memberValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSerializable_t5BEF028D2890007426B01C2B934C2469498B8013_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* G_B5_0 = NULL; { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_0 = ___elem0; NullCheck(L_0); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_1; L_1 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))) { case 0: { goto IL_0086; } case 1: { goto IL_0086; } case 2: { goto IL_00f8; } case 3: { goto IL_0194; } case 4: { goto IL_021a; } case 5: { goto IL_0031; } } } { goto IL_0269; } IL_0031: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_4 = ___elem0; NullCheck(L_4); bool L_5; L_5 = XmlTypeMapElementInfo_get_WrappedElement_m4485CE891C26213E758BD6D74ADF07C17C9450F3_inline(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0040; } } { G_B5_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; goto IL_0046; } IL_0040: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_6 = ___elem0; NullCheck(L_6); String_t* L_7; L_7 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_6, /*hidden argument*/NULL); G_B5_0 = L_7; } IL_0046: { V_1 = G_B5_0; int32_t L_8 = __this->get__format_9(); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_006b; } } { RuntimeObject * L_9 = ___memberValue1; String_t* L_10 = V_1; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_11 = ___elem0; NullCheck(L_11); String_t* L_12; L_12 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_11, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_13 = ___elem0; NullCheck(L_13); bool L_14; L_14 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_13, /*hidden argument*/NULL); XmlSerializationWriter_WriteElementLiteral_m6A17035B65E0B1D21DB4F25E00DEDBF706F7E107(__this, ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_9, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)), L_10, L_12, L_14, (bool)0, /*hidden argument*/NULL); return; } IL_006b: { RuntimeObject * L_15 = ___memberValue1; String_t* L_16 = V_1; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_17 = ___elem0; NullCheck(L_17); String_t* L_18; L_18 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_17, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_19 = ___elem0; NullCheck(L_19); bool L_20; L_20 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_19, /*hidden argument*/NULL); XmlSerializationWriter_WriteElementEncoded_m9EA9E178C7EA4EE5FA269AF04FAE066875FC5190(__this, ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_15, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)), L_16, L_18, L_20, (bool)0, /*hidden argument*/NULL); return; } IL_0086: { int32_t L_21 = __this->get__format_9(); if ((!(((uint32_t)L_21) == ((uint32_t)1)))) { goto IL_00bb; } } { RuntimeObject * L_22 = ___memberValue1; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_23 = ___elem0; NullCheck(L_23); String_t* L_24; L_24 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_23, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_25 = ___elem0; NullCheck(L_25); String_t* L_26; L_26 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_25, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_27 = ___elem0; NullCheck(L_27); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_28; L_28 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_27, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_29 = ___elem0; NullCheck(L_29); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_30; L_30 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_29, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_31 = ___elem0; NullCheck(L_31); bool L_32; L_32 = XmlTypeMapElementInfo_get_WrappedElement_m4485CE891C26213E758BD6D74ADF07C17C9450F3_inline(L_31, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_33 = ___elem0; NullCheck(L_33); bool L_34; L_34 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_33, /*hidden argument*/NULL); XmlSerializationWriterInterpreter_WritePrimitiveValueLiteral_mACE73C2199F2C02418E45027CA9C69CB5C3FB823(__this, L_22, L_24, L_26, L_28, L_30, L_32, L_34, /*hidden argument*/NULL); return; } IL_00bb: { RuntimeObject * L_35 = ___memberValue1; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_36 = ___elem0; NullCheck(L_36); String_t* L_37; L_37 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_36, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_38 = ___elem0; NullCheck(L_38); String_t* L_39; L_39 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_38, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_40 = ___elem0; NullCheck(L_40); String_t* L_41; L_41 = XmlTypeMapElementInfo_get_DataTypeName_mA325DC5EF7C366F1AB9AE8D310518AD6D1CA7001(L_40, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_42 = ___elem0; NullCheck(L_42); String_t* L_43; L_43 = XmlTypeMapElementInfo_get_DataTypeNamespace_m873F8E6FE5227A791696AC43A260E0F47AAD5BCA(L_42, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_44 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_44, L_41, L_43, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_45 = ___elem0; NullCheck(L_45); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_46; L_46 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_45, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_47 = ___elem0; NullCheck(L_47); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_48; L_48 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_47, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_49 = ___elem0; NullCheck(L_49); bool L_50; L_50 = XmlTypeMapElementInfo_get_WrappedElement_m4485CE891C26213E758BD6D74ADF07C17C9450F3_inline(L_49, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_51 = ___elem0; NullCheck(L_51); bool L_52; L_52 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_51, /*hidden argument*/NULL); XmlSerializationWriterInterpreter_WritePrimitiveValueEncoded_mBC01323FA1AF9EAE95AF16816A1A838BF6FCB451(__this, L_35, L_37, L_39, L_44, L_46, L_48, L_50, L_52, /*hidden argument*/NULL); return; } IL_00f8: { RuntimeObject * L_53 = ___memberValue1; if (L_53) { goto IL_0133; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_54 = ___elem0; NullCheck(L_54); bool L_55; L_55 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_54, /*hidden argument*/NULL); if (L_55) { goto IL_0104; } } { return; } IL_0104: { int32_t L_56 = __this->get__format_9(); if ((!(((uint32_t)L_56) == ((uint32_t)1)))) { goto IL_0120; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_57 = ___elem0; NullCheck(L_57); String_t* L_58; L_58 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_57, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_59 = ___elem0; NullCheck(L_59); String_t* L_60; L_60 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_59, /*hidden argument*/NULL); XmlSerializationWriter_WriteNullTagLiteral_mC8B845A4C99DD9DCBB69FD90657745FAFE95DB20(__this, L_58, L_60, /*hidden argument*/NULL); return; } IL_0120: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_61 = ___elem0; NullCheck(L_61); String_t* L_62; L_62 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_61, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_63 = ___elem0; NullCheck(L_63); String_t* L_64; L_64 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_63, /*hidden argument*/NULL); XmlSerializationWriter_WriteNullTagEncoded_m6AD6E76219AC51011EBA9CFE4AFEC1863E647683(__this, L_62, L_64, /*hidden argument*/NULL); return; } IL_0133: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_65 = ___elem0; NullCheck(L_65); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_66; L_66 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_65, /*hidden argument*/NULL); NullCheck(L_66); bool L_67; L_67 = XmlTypeMapping_get_MultiReferenceType_m1CC9E9FBF8E50725CD969D26D3547A600E274079_inline(L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_015a; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_68 = ___elem0; NullCheck(L_68); String_t* L_69; L_69 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_68, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_70 = ___elem0; NullCheck(L_70); String_t* L_71; L_71 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_70, /*hidden argument*/NULL); RuntimeObject * L_72 = ___memberValue1; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_73 = ___elem0; NullCheck(L_73); bool L_74; L_74 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_73, /*hidden argument*/NULL); XmlSerializationWriter_WriteReferencingElement_m4115C77983B6DA9F725CF24B057AE3F7EFCB0CFE(__this, L_69, L_71, L_72, L_74, /*hidden argument*/NULL); return; } IL_015a: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_75 = ___elem0; NullCheck(L_75); String_t* L_76; L_76 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_75, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_77 = ___elem0; NullCheck(L_77); String_t* L_78; L_78 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_77, /*hidden argument*/NULL); RuntimeObject * L_79 = ___memberValue1; XmlSerializationWriter_WriteStartElement_mB43102A883675E77D8FDF87B267EDC91EF2773E5(__this, L_76, L_78, L_79, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_80 = ___elem0; NullCheck(L_80); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_81; L_81 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_80, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_82 = ___elem0; NullCheck(L_82); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_83; L_83 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_82, /*hidden argument*/NULL); NullCheck(L_83); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_84; L_84 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_83, /*hidden argument*/NULL); RuntimeObject * L_85 = ___memberValue1; XmlSerializationWriterInterpreter_WriteListContent_m8CBBEF89328F7AFF7A8370AD8403146858A9F920(__this, NULL, L_81, ((ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 *)CastclassClass((RuntimeObject*)L_84, ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var)), L_85, (StringBuilder_t *)NULL, /*hidden argument*/NULL); RuntimeObject * L_86 = ___memberValue1; XmlSerializationWriter_WriteEndElement_m24C9A0A4431DFA4626CF986A9A343BCF480EB7AF(__this, L_86, /*hidden argument*/NULL); return; } IL_0194: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_87 = ___elem0; NullCheck(L_87); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_88; L_88 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_87, /*hidden argument*/NULL); NullCheck(L_88); bool L_89; L_89 = XmlTypeMapping_get_MultiReferenceType_m1CC9E9FBF8E50725CD969D26D3547A600E274079_inline(L_88, /*hidden argument*/NULL); if (!L_89) { goto IL_01f8; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_90 = ___elem0; NullCheck(L_90); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_91; L_91 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_90, /*hidden argument*/NULL); NullCheck(L_91); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_92; L_92 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_91, /*hidden argument*/NULL); NullCheck(L_92); Type_t * L_93; L_93 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_92, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_94 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_95; L_95 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_94, /*hidden argument*/NULL); bool L_96; L_96 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_93, L_95, /*hidden argument*/NULL); if (!L_96) { goto IL_01de; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_97 = ___elem0; NullCheck(L_97); String_t* L_98; L_98 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_97, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_99 = ___elem0; NullCheck(L_99); String_t* L_100; L_100 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_99, /*hidden argument*/NULL); RuntimeObject * L_101 = ___memberValue1; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_102 = ___elem0; NullCheck(L_102); bool L_103; L_103 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_102, /*hidden argument*/NULL); XmlSerializationWriter_WritePotentiallyReferencingElement_m85790F435AB232B6CC64E76D5A4960A44C3D85A2(__this, L_98, L_100, L_101, (Type_t *)NULL, (bool)0, L_103, /*hidden argument*/NULL); return; } IL_01de: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_104 = ___elem0; NullCheck(L_104); String_t* L_105; L_105 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_104, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_106 = ___elem0; NullCheck(L_106); String_t* L_107; L_107 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_106, /*hidden argument*/NULL); RuntimeObject * L_108 = ___memberValue1; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_109 = ___elem0; NullCheck(L_109); bool L_110; L_110 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_109, /*hidden argument*/NULL); XmlSerializationWriter_WriteReferencingElement_m4115C77983B6DA9F725CF24B057AE3F7EFCB0CFE(__this, L_105, L_107, L_108, L_110, /*hidden argument*/NULL); return; } IL_01f8: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_111 = ___elem0; NullCheck(L_111); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_112; L_112 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_111, /*hidden argument*/NULL); RuntimeObject * L_113 = ___memberValue1; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_114 = ___elem0; NullCheck(L_114); String_t* L_115; L_115 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_114, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_116 = ___elem0; NullCheck(L_116); String_t* L_117; L_117 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_116, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_118 = ___elem0; NullCheck(L_118); bool L_119; L_119 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_118, /*hidden argument*/NULL); VirtActionInvoker7< XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *, RuntimeObject *, String_t*, String_t*, bool, bool, bool >::Invoke(5 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObject(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String,System.Boolean,System.Boolean,System.Boolean) */, __this, L_112, L_113, L_115, L_117, L_119, (bool)0, (bool)1); return; } IL_021a: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_120 = ___elem0; NullCheck(L_120); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_121; L_121 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_120, /*hidden argument*/NULL); NullCheck(L_121); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_122; L_122 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_121, /*hidden argument*/NULL); NullCheck(L_122); Type_t * L_123; L_123 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_122, /*hidden argument*/NULL); RuntimeObject * L_124 = ___memberValue1; NullCheck(L_123); bool L_125; L_125 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(114 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_123, L_124); if (L_125) { goto IL_024a; } } { RuntimeObject * L_126 = ___memberValue1; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_127 = ___elem0; NullCheck(L_127); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_128; L_128 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_127, /*hidden argument*/NULL); NullCheck(L_128); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_129; L_129 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_128, /*hidden argument*/NULL); NullCheck(L_129); Type_t * L_130; L_130 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_129, /*hidden argument*/NULL); RuntimeObject * L_131; L_131 = XmlSerializationWriterInterpreter_ImplicitConvert_m52FC4A1CAF9919ED18E2AA127A20EB6AF77EF35E(L_126, L_130, /*hidden argument*/NULL); ___memberValue1 = L_131; } IL_024a: { RuntimeObject * L_132 = ___memberValue1; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_133 = ___elem0; NullCheck(L_133); String_t* L_134; L_134 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_133, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_135 = ___elem0; NullCheck(L_135); String_t* L_136; L_136 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_135, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_137 = ___elem0; NullCheck(L_137); bool L_138; L_138 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_137, /*hidden argument*/NULL); XmlSerializationWriter_WriteSerializable_mB47BA5F26A28C04D958C77C79386FAFE237633D3(__this, ((RuntimeObject*)Castclass((RuntimeObject*)L_132, IXmlSerializable_t5BEF028D2890007426B01C2B934C2469498B8013_il2cpp_TypeInfo_var)), L_134, L_136, L_138, /*hidden argument*/NULL); return; } IL_0269: { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_139 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_139, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA36CB49041E31496EDB0CF9BBB01CEF6120EA3F4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_139, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteMemberElement_m52D47C88B6B82C6D2B8B3E3FC644D9FE4229B0C4_RuntimeMethod_var))); } } // System.Object System.Xml.Serialization.XmlSerializationWriterInterpreter::ImplicitConvert(System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationWriterInterpreter_ImplicitConvert_m52FC4A1CAF9919ED18E2AA127A20EB6AF77EF35E (RuntimeObject * ___obj0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral437906DA6527EA9BAA9A971EC5171183BEB85B59); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; MethodInfo_t * V_1 = NULL; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { return NULL; } IL_0005: { RuntimeObject * L_1 = ___obj0; NullCheck(L_1); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0096; } IL_0011: { Type_t * L_3 = V_0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_4 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_5 = L_4; Type_t * L_6 = V_0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (Type_t *)L_6); NullCheck(L_3); MethodInfo_t * L_7; L_7 = Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E(L_3, _stringLiteral437906DA6527EA9BAA9A971EC5171183BEB85B59, L_5, /*hidden argument*/NULL); V_1 = L_7; MethodInfo_t * L_8 = V_1; bool L_9; L_9 = MethodInfo_op_Inequality_m36E5F5CEC053740C69E67E46BEDA47F9794BC94D(L_8, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0050; } } { MethodInfo_t * L_10 = V_1; NullCheck(L_10); Type_t * L_11; L_11 = VirtFuncInvoker0< Type_t * >::Invoke(40 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_10); Type_t * L_12 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_13; L_13 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0050; } } { MethodInfo_t * L_14 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = L_15; RuntimeObject * L_17 = ___obj0; NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_17); NullCheck(L_14); RuntimeObject * L_18; L_18 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_14, NULL, L_16, /*hidden argument*/NULL); return L_18; } IL_0050: { Type_t * L_19 = ___type1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_20 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_21 = L_20; Type_t * L_22 = V_0; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (Type_t *)L_22); NullCheck(L_19); MethodInfo_t * L_23; L_23 = Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E(L_19, _stringLiteral437906DA6527EA9BAA9A971EC5171183BEB85B59, L_21, /*hidden argument*/NULL); V_1 = L_23; MethodInfo_t * L_24 = V_1; bool L_25; L_25 = MethodInfo_op_Inequality_m36E5F5CEC053740C69E67E46BEDA47F9794BC94D(L_24, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_25) { goto IL_008f; } } { MethodInfo_t * L_26 = V_1; NullCheck(L_26); Type_t * L_27; L_27 = VirtFuncInvoker0< Type_t * >::Invoke(40 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_26); Type_t * L_28 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_29; L_29 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_27, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_008f; } } { MethodInfo_t * L_30 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_31 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_32 = L_31; RuntimeObject * L_33 = ___obj0; NullCheck(L_32); ArrayElementTypeCheck (L_32, L_33); (L_32)->SetAt(static_cast(0), (RuntimeObject *)L_33); NullCheck(L_30); RuntimeObject * L_34; L_34 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_30, NULL, L_32, /*hidden argument*/NULL); return L_34; } IL_008f: { Type_t * L_35 = V_0; NullCheck(L_35); Type_t * L_36; L_36 = VirtFuncInvoker0< Type_t * >::Invoke(30 /* System.Type System.Type::get_BaseType() */, L_35); V_0 = L_36; } IL_0096: { Type_t * L_37 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_38 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_39; L_39 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_38, /*hidden argument*/NULL); bool L_40; L_40 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_37, L_39, /*hidden argument*/NULL); if (L_40) { goto IL_0011; } } { RuntimeObject * L_41 = ___obj0; return L_41; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveValueLiteral(System.Object,System.String,System.String,System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WritePrimitiveValueLiteral_mACE73C2199F2C02418E45027CA9C69CB5C3FB823 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, RuntimeObject * ___memberValue0, String_t* ___name1, String_t* ___ns2, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___mappedType3, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData4, bool ___wrapped5, bool ___isNullable6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___wrapped5; if (L_0) { goto IL_0016; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_1 = ___mappedType3; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_2 = ___typeData4; RuntimeObject * L_3 = ___memberValue0; String_t* L_4; L_4 = XmlSerializationWriterInterpreter_GetStringValue_m08140E639B502190F2FD5016BD059F0692A5552E(__this, L_1, L_2, L_3, /*hidden argument*/NULL); XmlSerializationWriter_WriteValue_mA9FB97B851A2CE27D70470AA30C788C9E2AAEEE2(__this, L_4, /*hidden argument*/NULL); return; } IL_0016: { bool L_5 = ___isNullable6; if (!L_5) { goto IL_0055; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_6 = ___typeData4; NullCheck(L_6); Type_t * L_7; L_7 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_6, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_8, /*hidden argument*/NULL); bool L_10; L_10 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_7, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0041; } } { String_t* L_11 = ___name1; String_t* L_12 = ___ns2; RuntimeObject * L_13 = ___memberValue0; XmlSerializationWriter_WriteNullableQualifiedNameLiteral_m0F69FDD823E159F1836A3335D184E701CD73E402(__this, L_11, L_12, ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_13, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } IL_0041: { String_t* L_14 = ___name1; String_t* L_15 = ___ns2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_16 = ___mappedType3; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_17 = ___typeData4; RuntimeObject * L_18 = ___memberValue0; String_t* L_19; L_19 = XmlSerializationWriterInterpreter_GetStringValue_m08140E639B502190F2FD5016BD059F0692A5552E(__this, L_16, L_17, L_18, /*hidden argument*/NULL); XmlSerializationWriter_WriteNullableStringLiteral_m6DB49792E90634FA191393D1A3B1E12DC831EB5B(__this, L_14, L_15, L_19, /*hidden argument*/NULL); return; } IL_0055: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_20 = ___typeData4; NullCheck(L_20); Type_t * L_21; L_21 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_20, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_22 = { reinterpret_cast (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23; L_23 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_22, /*hidden argument*/NULL); bool L_24; L_24 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_21, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_007c; } } { String_t* L_25 = ___name1; String_t* L_26 = ___ns2; RuntimeObject * L_27 = ___memberValue0; XmlSerializationWriter_WriteElementQualifiedName_m5E2AD5EA158A6F7C06073C56553233C808B0FD12(__this, L_25, L_26, ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_27, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } IL_007c: { String_t* L_28 = ___name1; String_t* L_29 = ___ns2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_30 = ___mappedType3; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_31 = ___typeData4; RuntimeObject * L_32 = ___memberValue0; String_t* L_33; L_33 = XmlSerializationWriterInterpreter_GetStringValue_m08140E639B502190F2FD5016BD059F0692A5552E(__this, L_30, L_31, L_32, /*hidden argument*/NULL); XmlSerializationWriter_WriteElementString_m04D51F87CBD7CE599B58C5C4F19CFA1E445AF8CD(__this, L_28, L_29, L_33, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveValueEncoded(System.Object,System.String,System.String,System.Xml.XmlQualifiedName,System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WritePrimitiveValueEncoded_mBC01323FA1AF9EAE95AF16816A1A838BF6FCB451 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, RuntimeObject * ___memberValue0, String_t* ___name1, String_t* ___ns2, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___xsiType3, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___mappedType4, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData5, bool ___wrapped6, bool ___isNullable7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___wrapped6; if (L_0) { goto IL_0016; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_1 = ___mappedType4; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_2 = ___typeData5; RuntimeObject * L_3 = ___memberValue0; String_t* L_4; L_4 = XmlSerializationWriterInterpreter_GetStringValue_m08140E639B502190F2FD5016BD059F0692A5552E(__this, L_1, L_2, L_3, /*hidden argument*/NULL); XmlSerializationWriter_WriteValue_mA9FB97B851A2CE27D70470AA30C788C9E2AAEEE2(__this, L_4, /*hidden argument*/NULL); return; } IL_0016: { bool L_5 = ___isNullable7; if (!L_5) { goto IL_0059; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_6 = ___typeData5; NullCheck(L_6); Type_t * L_7; L_7 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_6, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_8, /*hidden argument*/NULL); bool L_10; L_10 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_7, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0043; } } { String_t* L_11 = ___name1; String_t* L_12 = ___ns2; RuntimeObject * L_13 = ___memberValue0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_14 = ___xsiType3; XmlSerializationWriter_WriteNullableQualifiedNameEncoded_m6455FB429459C3D157929FF285DA7896DD2DF1C2(__this, L_11, L_12, ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_13, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)), L_14, /*hidden argument*/NULL); return; } IL_0043: { String_t* L_15 = ___name1; String_t* L_16 = ___ns2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_17 = ___mappedType4; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_18 = ___typeData5; RuntimeObject * L_19 = ___memberValue0; String_t* L_20; L_20 = XmlSerializationWriterInterpreter_GetStringValue_m08140E639B502190F2FD5016BD059F0692A5552E(__this, L_17, L_18, L_19, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_21 = ___xsiType3; XmlSerializationWriter_WriteNullableStringEncoded_mC52EAEF5825BB6A1AF3680C8094D0C0E7CB8E604(__this, L_15, L_16, L_20, L_21, /*hidden argument*/NULL); return; } IL_0059: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_22 = ___typeData5; NullCheck(L_22); Type_t * L_23; L_23 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_22, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25; L_25 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_24, /*hidden argument*/NULL); bool L_26; L_26 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_23, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0082; } } { String_t* L_27 = ___name1; String_t* L_28 = ___ns2; RuntimeObject * L_29 = ___memberValue0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_30 = ___xsiType3; XmlSerializationWriter_WriteElementQualifiedName_m7163592045E95B6640645042D67ECD1C48B01903(__this, L_27, L_28, ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_29, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)), L_30, /*hidden argument*/NULL); return; } IL_0082: { String_t* L_31 = ___name1; String_t* L_32 = ___ns2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_33 = ___mappedType4; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_34 = ___typeData5; RuntimeObject * L_35 = ___memberValue0; String_t* L_36; L_36 = XmlSerializationWriterInterpreter_GetStringValue_m08140E639B502190F2FD5016BD059F0692A5552E(__this, L_33, L_34, L_35, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_37 = ___xsiType3; XmlSerializationWriter_WriteElementString_m2E32DC812A3147E3C4CDCC5C7E6A940A391B9D76(__this, L_31, L_32, L_36, L_37, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteListElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteListElement_m82FF341317C79A62A65B879AF867F5826A820953 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, RuntimeObject * ___ob1, String_t* ___element2, String_t* ___namesp3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A24CC7BE5FB2E4DFFA4A80AD8B0335DAE91B662); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD29B87DC6B1B722C619FAD071A9157749710CDA6); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* G_B4_0 = NULL; { int32_t L_0 = __this->get__format_9(); if (L_0) { goto IL_005a; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_1 = ___typeMap0; NullCheck(L_1); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_2; L_2 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_1, /*hidden argument*/NULL); RuntimeObject * L_3 = ___ob1; int32_t L_4; L_4 = XmlSerializationWriterInterpreter_GetListCount_m2D29164366F0D71FF725170EE60063FD49CE995C(__this, L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_5 = ___typeMap0; NullCheck(L_5); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_6; L_6 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_5, /*hidden argument*/NULL); int32_t L_7 = V_2; NullCheck(((ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 *)CastclassClass((RuntimeObject*)L_6, ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var))); ListMap_GetArrayType_m53CAAD15C4E292FF273B6FE3DC68B4CBA371F9FC(((ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 *)CastclassClass((RuntimeObject*)L_6, ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var)), L_7, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL); String_t* L_8 = V_1; String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_10; L_10 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_8, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_003b; } } { String_t* L_11 = V_0; G_B4_0 = L_11; goto IL_0048; } IL_003b: { String_t* L_12 = V_0; String_t* L_13 = V_1; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_14 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_14, L_12, L_13, /*hidden argument*/NULL); String_t* L_15; L_15 = XmlSerializationWriter_FromXmlQualifiedName_mAC661C6D29FCC42AD45A826A30F17A5895D665F1(__this, L_14, /*hidden argument*/NULL); G_B4_0 = L_15; } IL_0048: { V_3 = G_B4_0; String_t* L_16 = V_3; XmlSerializationWriter_WriteAttribute_m8A3814FB205D05D6DB76295B62D9D29915FF9A61(__this, _stringLiteral9A24CC7BE5FB2E4DFFA4A80AD8B0335DAE91B662, _stringLiteralD29B87DC6B1B722C619FAD071A9157749710CDA6, L_16, /*hidden argument*/NULL); } IL_005a: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_17 = ___typeMap0; NullCheck(L_17); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_18; L_18 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_17, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_19 = ___typeMap0; NullCheck(L_19); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_20; L_20 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_19, /*hidden argument*/NULL); RuntimeObject * L_21 = ___ob1; XmlSerializationWriterInterpreter_WriteListContent_m8CBBEF89328F7AFF7A8370AD8403146858A9F920(__this, NULL, L_18, ((ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 *)CastclassClass((RuntimeObject*)L_20, ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var)), L_21, (StringBuilder_t *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteListContent(System.Object,System.Xml.Serialization.TypeData,System.Xml.Serialization.ListMap,System.Object,System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteListContent_m8CBBEF89328F7AFF7A8370AD8403146858A9F920 (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, RuntimeObject * ___container0, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___listType1, ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * ___map2, RuntimeObject * ___ob3, StringBuilder_t * ___targetString4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C); s_Il2CppMethodInitialized = true; } RuntimeArray * V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_3 = NULL; int32_t V_4 = 0; PropertyInfo_t * V_5 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_6 = NULL; int32_t V_7 = 0; RuntimeObject * V_8 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_9 = NULL; RuntimeObject* V_10 = NULL; RuntimeObject * V_11 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_12 = NULL; RuntimeObject* V_13 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___listType1; NullCheck(L_0); Type_t * L_1; L_1 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0083; } } { RuntimeObject * L_3 = ___ob3; V_0 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_3, RuntimeArray_il2cpp_TypeInfo_var)); V_1 = 0; goto IL_0079; } IL_0019: { RuntimeArray * L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); RuntimeObject * L_6; L_6 = Array_GetValue_m6E4274D23FFD6089882CD12B2F2EA615206792E1(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_7 = ___map2; RuntimeObject * L_8 = ___container0; int32_t L_9 = V_1; RuntimeObject * L_10 = V_2; NullCheck(L_7); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_11; L_11 = ListMap_FindElement_m941772622DB0DC28973A1BD07F814400F74F661D(L_7, L_8, L_9, L_10, /*hidden argument*/NULL); V_3 = L_11; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_12 = V_3; if (!L_12) { goto IL_003c; } } { StringBuilder_t * L_13 = ___targetString4; if (L_13) { goto IL_003c; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_14 = V_3; RuntimeObject * L_15 = V_2; XmlSerializationWriterInterpreter_WriteMemberElement_m52D47C88B6B82C6D2B8B3E3FC644D9FE4229B0C4(__this, L_14, L_15, /*hidden argument*/NULL); goto IL_0075; } IL_003c: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_16 = V_3; if (!L_16) { goto IL_006a; } } { StringBuilder_t * L_17 = ___targetString4; if (!L_17) { goto IL_006a; } } { StringBuilder_t * L_18 = ___targetString4; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_19 = V_3; NullCheck(L_19); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_20; L_20 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_19, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_21 = V_3; NullCheck(L_21); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_22; L_22 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_21, /*hidden argument*/NULL); RuntimeObject * L_23 = V_2; String_t* L_24; L_24 = XmlSerializationWriterInterpreter_GetStringValue_m08140E639B502190F2FD5016BD059F0692A5552E(__this, L_20, L_22, L_23, /*hidden argument*/NULL); NullCheck(L_18); StringBuilder_t * L_25; L_25 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_18, L_24, /*hidden argument*/NULL); NullCheck(L_25); StringBuilder_t * L_26; L_26 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_25, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); goto IL_0075; } IL_006a: { RuntimeObject * L_27 = V_2; if (!L_27) { goto IL_0075; } } { RuntimeObject * L_28 = V_2; Exception_t * L_29; L_29 = XmlSerializationWriter_CreateUnknownTypeException_m9883EE2321041066E6700C8E88912820EBF35A62(__this, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteListContent_m8CBBEF89328F7AFF7A8370AD8403146858A9F920_RuntimeMethod_var))); } IL_0075: { int32_t L_30 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0079: { int32_t L_31 = V_1; RuntimeArray * L_32 = V_0; NullCheck(L_32); int32_t L_33; L_33 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_32, /*hidden argument*/NULL); if ((((int32_t)L_31) < ((int32_t)L_33))) { goto IL_0019; } } { return; } IL_0083: { RuntimeObject * L_34 = ___ob3; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_34, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var))) { goto IL_0151; } } { RuntimeObject * L_35 = ___ob3; NullCheck(L_35); Type_t * L_36; L_36 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_35, /*hidden argument*/NULL); NullCheck(L_36); PropertyInfo_t * L_37; L_37 = Type_GetProperty_mF9677E24A43BADE21DE5E45E0BD0CB881BAB4C89(L_36, _stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C, /*hidden argument*/NULL); RuntimeObject * L_38 = ___ob3; NullCheck(L_37); RuntimeObject * L_39; L_39 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(26 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, L_37, L_38, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL); V_4 = ((*(int32_t*)((int32_t*)UnBox(L_39, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_40 = ___listType1; NullCheck(L_40); Type_t * L_41; L_41 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_40, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2_il2cpp_TypeInfo_var); PropertyInfo_t * L_42; L_42 = TypeData_GetIndexerProperty_m632F33926F505B429015D6FBD243BD289F7D163E(L_41, /*hidden argument*/NULL); V_5 = L_42; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_43 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); V_6 = L_43; V_7 = 0; goto IL_0147; } IL_00c9: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_44 = V_6; int32_t L_45 = V_7; int32_t L_46 = L_45; RuntimeObject * L_47 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_46); NullCheck(L_44); ArrayElementTypeCheck (L_44, L_47); (L_44)->SetAt(static_cast(0), (RuntimeObject *)L_47); PropertyInfo_t * L_48 = V_5; RuntimeObject * L_49 = ___ob3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_50 = V_6; NullCheck(L_48); RuntimeObject * L_51; L_51 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(26 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, L_48, L_49, L_50); V_8 = L_51; ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_52 = ___map2; RuntimeObject * L_53 = ___container0; int32_t L_54 = V_7; RuntimeObject * L_55 = V_8; NullCheck(L_52); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_56; L_56 = ListMap_FindElement_m941772622DB0DC28973A1BD07F814400F74F661D(L_52, L_53, L_54, L_55, /*hidden argument*/NULL); V_9 = L_56; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_57 = V_9; if (!L_57) { goto IL_0102; } } { StringBuilder_t * L_58 = ___targetString4; if (L_58) { goto IL_0102; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_59 = V_9; RuntimeObject * L_60 = V_8; XmlSerializationWriterInterpreter_WriteMemberElement_m52D47C88B6B82C6D2B8B3E3FC644D9FE4229B0C4(__this, L_59, L_60, /*hidden argument*/NULL); goto IL_0141; } IL_0102: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_61 = V_9; if (!L_61) { goto IL_0134; } } { StringBuilder_t * L_62 = ___targetString4; if (!L_62) { goto IL_0134; } } { StringBuilder_t * L_63 = ___targetString4; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_64 = V_9; NullCheck(L_64); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_65; L_65 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_64, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_66 = V_9; NullCheck(L_66); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_67; L_67 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_66, /*hidden argument*/NULL); RuntimeObject * L_68 = V_8; String_t* L_69; L_69 = XmlSerializationWriterInterpreter_GetStringValue_m08140E639B502190F2FD5016BD059F0692A5552E(__this, L_65, L_67, L_68, /*hidden argument*/NULL); NullCheck(L_63); StringBuilder_t * L_70; L_70 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_63, L_69, /*hidden argument*/NULL); NullCheck(L_70); StringBuilder_t * L_71; L_71 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_70, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); goto IL_0141; } IL_0134: { RuntimeObject * L_72 = V_8; if (!L_72) { goto IL_0141; } } { RuntimeObject * L_73 = V_8; Exception_t * L_74; L_74 = XmlSerializationWriter_CreateUnknownTypeException_m9883EE2321041066E6700C8E88912820EBF35A62(__this, L_73, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_74, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteListContent_m8CBBEF89328F7AFF7A8370AD8403146858A9F920_RuntimeMethod_var))); } IL_0141: { int32_t L_75 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_0147: { int32_t L_76 = V_7; int32_t L_77 = V_4; if ((((int32_t)L_76) < ((int32_t)L_77))) { goto IL_00c9; } } { return; } IL_0151: { RuntimeObject * L_78 = ___ob3; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_78, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))) { goto IL_01f5; } } { RuntimeObject * L_79 = ___ob3; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_79, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))); RuntimeObject* L_80; L_80 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_79, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))); V_10 = L_80; } IL_016b: try { // begin try (depth: 1) { goto IL_01d5; } IL_016d: { RuntimeObject* L_81 = V_10; NullCheck(L_81); RuntimeObject * L_82; L_82 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_81); V_11 = L_82; ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_83 = ___map2; RuntimeObject * L_84 = ___container0; RuntimeObject * L_85 = V_11; NullCheck(L_83); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_86; L_86 = ListMap_FindElement_m941772622DB0DC28973A1BD07F814400F74F661D(L_83, L_84, (-1), L_85, /*hidden argument*/NULL); V_12 = L_86; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_87 = V_12; if (!L_87) { goto IL_0196; } } IL_0186: { StringBuilder_t * L_88 = ___targetString4; if (L_88) { goto IL_0196; } } IL_018a: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_89 = V_12; RuntimeObject * L_90 = V_11; XmlSerializationWriterInterpreter_WriteMemberElement_m52D47C88B6B82C6D2B8B3E3FC644D9FE4229B0C4(__this, L_89, L_90, /*hidden argument*/NULL); goto IL_01d5; } IL_0196: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_91 = V_12; if (!L_91) { goto IL_01c8; } } IL_019a: { StringBuilder_t * L_92 = ___targetString4; if (!L_92) { goto IL_01c8; } } IL_019e: { StringBuilder_t * L_93 = ___targetString4; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_94 = V_12; NullCheck(L_94); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_95; L_95 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_94, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_96 = V_12; NullCheck(L_96); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_97; L_97 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_96, /*hidden argument*/NULL); RuntimeObject * L_98 = V_11; String_t* L_99; L_99 = XmlSerializationWriterInterpreter_GetStringValue_m08140E639B502190F2FD5016BD059F0692A5552E(__this, L_95, L_97, L_98, /*hidden argument*/NULL); NullCheck(L_93); StringBuilder_t * L_100; L_100 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_93, L_99, /*hidden argument*/NULL); NullCheck(L_100); StringBuilder_t * L_101; L_101 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_100, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); goto IL_01d5; } IL_01c8: { RuntimeObject * L_102 = V_11; if (!L_102) { goto IL_01d5; } } IL_01cc: { RuntimeObject * L_103 = V_11; Exception_t * L_104; L_104 = XmlSerializationWriter_CreateUnknownTypeException_m9883EE2321041066E6700C8E88912820EBF35A62(__this, L_103, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_104, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteListContent_m8CBBEF89328F7AFF7A8370AD8403146858A9F920_RuntimeMethod_var))); } IL_01d5: { RuntimeObject* L_105 = V_10; NullCheck(L_105); bool L_106; L_106 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_105); if (L_106) { goto IL_016d; } } IL_01de: { IL2CPP_LEAVE(0x200, FINALLY_01e0); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01e0; } FINALLY_01e0: { // begin finally (depth: 1) { RuntimeObject* L_107 = V_10; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_107, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_108 = V_13; if (!L_108) { goto IL_01f4; } } IL_01ed: { RuntimeObject* L_109 = V_13; NullCheck(L_109); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_109); } IL_01f4: { IL2CPP_END_FINALLY(480) } } // end finally (depth: 1) IL2CPP_CLEANUP(480) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x200, IL_0200) } IL_01f5: { Exception_t * L_110 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_110, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral13524012C64F8AB64633395F585F5569225E9F99)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_110, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteListContent_m8CBBEF89328F7AFF7A8370AD8403146858A9F920_RuntimeMethod_var))); } IL_0200: { return; } } // System.Int32 System.Xml.Serialization.XmlSerializationWriterInterpreter::GetListCount(System.Xml.Serialization.TypeData,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSerializationWriterInterpreter_GetListCount_m2D29164366F0D71FF725170EE60063FD49CE995C (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___listType0, RuntimeObject * ___ob1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C); s_Il2CppMethodInitialized = true; } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___listType0; NullCheck(L_0); Type_t * L_1; L_1 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0019; } } { RuntimeObject * L_3 = ___ob1; NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_3, RuntimeArray_il2cpp_TypeInfo_var))); int32_t L_4; L_4 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(((RuntimeArray *)CastclassClass((RuntimeObject*)L_3, RuntimeArray_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0019: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_5 = ___listType0; NullCheck(L_5); Type_t * L_6; L_6 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_5, /*hidden argument*/NULL); NullCheck(L_6); PropertyInfo_t * L_7; L_7 = Type_GetProperty_mF9677E24A43BADE21DE5E45E0BD0CB881BAB4C89(L_6, _stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C, /*hidden argument*/NULL); RuntimeObject * L_8 = ___ob1; NullCheck(L_7); RuntimeObject * L_9; L_9 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(26 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, L_7, L_8, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL); return ((*(int32_t*)((int32_t*)UnBox(L_9, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteAnyElementContent(System.Xml.Serialization.XmlTypeMapMemberAnyElement,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteAnyElementContent_mEFFF2C6364036E2B870BB0CFC95C308AE559D90F (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * ___member0, RuntimeObject * ___memberValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t* G_B8_0 = NULL; String_t* G_B7_0 = NULL; Type_t * G_B9_0 = NULL; String_t* G_B9_1 = NULL; { XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_0 = ___member0; NullCheck(L_0); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_1; L_1 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); Type_t * L_2; L_2 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_1, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_3, /*hidden argument*/NULL); bool L_5; L_5 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_2, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0038; } } { XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_6 = ___member0; NullCheck(L_6); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_7; L_7 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); Type_t * L_8; L_8 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_7, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10; L_10 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_9, /*hidden argument*/NULL); bool L_11; L_11 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_8, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0044; } } IL_0038: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_12; RuntimeObject * L_14 = ___memberValue1; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_14); ___memberValue1 = (RuntimeObject *)L_13; } IL_0044: { RuntimeObject * L_15 = ___memberValue1; NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_15, RuntimeArray_il2cpp_TypeInfo_var))); RuntimeObject* L_16; L_16 = Array_GetEnumerator_m7BC171F2F69907FD4585E7B4A3A224473BE32964(((RuntimeArray *)CastclassClass((RuntimeObject*)L_15, RuntimeArray_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_16; } IL_0050: try { // begin try (depth: 1) { goto IL_00f0; } IL_0055: { RuntimeObject* L_17 = V_0; NullCheck(L_17); RuntimeObject * L_18; L_18 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_17); V_1 = L_18; RuntimeObject * L_19 = V_1; V_2 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)IsInstClass((RuntimeObject*)L_19, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_20 = V_2; if (L_20) { goto IL_0082; } } IL_0066: { RuntimeObject * L_21 = V_1; G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC0E8EAC5A9D528FF5200C5F8484AE09760D5C643)); if (L_21) { G_B8_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC0E8EAC5A9D528FF5200C5F8484AE09760D5C643)); goto IL_0071; } } IL_006e: { G_B9_0 = ((Type_t *)(NULL)); G_B9_1 = G_B7_0; goto IL_0077; } IL_0071: { RuntimeObject * L_22 = V_1; NullCheck(L_22); Type_t * L_23; L_23 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_22, /*hidden argument*/NULL); G_B9_0 = L_23; G_B9_1 = G_B8_0; } IL_0077: { String_t* L_24; L_24 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(G_B9_1, G_B9_0, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_25 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteAnyElementContent_mEFFF2C6364036E2B870BB0CFC95C308AE559D90F_RuntimeMethod_var))); } IL_0082: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_26 = V_2; if (!((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_26, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var))) { goto IL_00e4; } } IL_008a: { XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_27 = ___member0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_28 = V_2; NullCheck(L_28); String_t* L_29; L_29 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_28); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_30 = V_2; NullCheck(L_30); String_t* L_31; L_31 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_30); NullCheck(L_27); bool L_32; L_32 = XmlTypeMapMemberAnyElement_IsElementDefined_mAF0036FFDE1D524C1AA2B955D3EEDF915036BA2A(L_27, L_29, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00d1; } } IL_009e: { int32_t L_33 = __this->get__format_9(); if ((!(((uint32_t)L_33) == ((uint32_t)1)))) { goto IL_00bc; } } IL_00a7: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_34 = V_2; XmlSerializationWriter_WriteElementLiteral_m6A17035B65E0B1D21DB4F25E00DEDBF706F7E107(__this, L_34, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, (bool)0, (bool)1, /*hidden argument*/NULL); goto IL_00f0; } IL_00bc: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_35 = V_2; XmlSerializationWriter_WriteElementEncoded_m9EA9E178C7EA4EE5FA269AF04FAE066875FC5190(__this, L_35, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, (bool)0, (bool)1, /*hidden argument*/NULL); goto IL_00f0; } IL_00d1: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_36 = V_2; NullCheck(L_36); String_t* L_37; L_37 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_36); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_38 = V_2; NullCheck(L_38); String_t* L_39; L_39 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_38); Exception_t * L_40; L_40 = XmlSerializationWriter_CreateUnknownAnyElementException_mEA741776DB67A64D6C8A39067BF0767E8C4DD5DB(__this, L_37, L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteAnyElementContent_mEFFF2C6364036E2B870BB0CFC95C308AE559D90F_RuntimeMethod_var))); } IL_00e4: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_41 = V_2; XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_42; L_42 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); NullCheck(L_41); VirtActionInvoker1< XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * >::Invoke(37 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, L_41, L_42); } IL_00f0: { RuntimeObject* L_43 = V_0; NullCheck(L_43); bool L_44; L_44 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_43); if (L_44) { goto IL_0055; } } IL_00fb: { IL2CPP_LEAVE(0x10E, FINALLY_00fd); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00fd; } FINALLY_00fd: { // begin finally (depth: 1) { RuntimeObject* L_45 = V_0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_45, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_46 = V_3; if (!L_46) { goto IL_010d; } } IL_0107: { RuntimeObject* L_47 = V_3; NullCheck(L_47); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_47); } IL_010d: { IL2CPP_END_FINALLY(253) } } // end finally (depth: 1) IL2CPP_CLEANUP(253) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10E, IL_010e) } IL_010e: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WritePrimitiveElement_m691F81266A71ED15970FCFAB04C17A9FE35014CB (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, RuntimeObject * ___ob1, String_t* ___element2, String_t* ___namesp3, const RuntimeMethod* method) { { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0; L_0 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_1 = ___typeMap0; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_2 = ___typeMap0; NullCheck(L_2); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_3; L_3 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = ___ob1; String_t* L_5; L_5 = XmlSerializationWriterInterpreter_GetStringValue_m08140E639B502190F2FD5016BD059F0692A5552E(__this, L_1, L_3, L_4, /*hidden argument*/NULL); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_0, L_5); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteEnumElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteEnumElement_m8E11942CA6C00F5208919630737D328A41CD6A3D (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, RuntimeObject * ___ob1, String_t* ___element2, String_t* ___namesp3, const RuntimeMethod* method) { { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0; L_0 = XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline(__this, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_1 = ___typeMap0; RuntimeObject * L_2 = ___ob1; String_t* L_3; L_3 = XmlSerializationWriterInterpreter_GetEnumXmlValue_mDB25030667BCCBC75C62FB3A7C8963BE79EE39BB(__this, L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_0, L_3); return; } } // System.String System.Xml.Serialization.XmlSerializationWriterInterpreter::GetStringValue(System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriterInterpreter_GetStringValue_m08140E639B502190F2FD5016BD059F0692A5552E (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___type1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___type1; NullCheck(L_0); int32_t L_1; L_1 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_003a; } } { RuntimeObject * L_2 = ___value2; if (L_2) { goto IL_000e; } } { return (String_t*)NULL; } IL_000e: { StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_3, /*hidden argument*/NULL); V_0 = L_3; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_4 = ___typeMap0; NullCheck(L_4); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_5; L_5 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_4, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_6 = ___typeMap0; NullCheck(L_6); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_7; L_7 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_6, /*hidden argument*/NULL); RuntimeObject * L_8 = ___value2; StringBuilder_t * L_9 = V_0; XmlSerializationWriterInterpreter_WriteListContent_m8CBBEF89328F7AFF7A8370AD8403146858A9F920(__this, NULL, L_5, ((ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 *)CastclassClass((RuntimeObject*)L_7, ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var)), L_8, L_9, /*hidden argument*/NULL); StringBuilder_t * L_10 = V_0; NullCheck(L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); NullCheck(L_11); String_t* L_12; L_12 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_11, /*hidden argument*/NULL); return L_12; } IL_003a: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_13 = ___type1; NullCheck(L_13); int32_t L_14; L_14 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_13, /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)2)))) { goto IL_004c; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_15 = ___typeMap0; RuntimeObject * L_16 = ___value2; String_t* L_17; L_17 = XmlSerializationWriterInterpreter_GetEnumXmlValue_mDB25030667BCCBC75C62FB3A7C8963BE79EE39BB(__this, L_15, L_16, /*hidden argument*/NULL); return L_17; } IL_004c: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_18 = ___type1; NullCheck(L_18); Type_t * L_19; L_19 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_18, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21; L_21 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_20, /*hidden argument*/NULL); bool L_22; L_22 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_19, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0070; } } { RuntimeObject * L_23 = ___value2; String_t* L_24; L_24 = XmlSerializationWriter_FromXmlQualifiedName_mAC661C6D29FCC42AD45A826A30F17A5895D665F1(__this, ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_23, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_24; } IL_0070: { RuntimeObject * L_25 = ___value2; if (L_25) { goto IL_0075; } } { return (String_t*)NULL; } IL_0075: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_26 = ___type1; RuntimeObject * L_27 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(XmlCustomFormatter_t96EA3BCB945B23EA4124D095B1F60E312A83E4AB_il2cpp_TypeInfo_var); String_t* L_28; L_28 = XmlCustomFormatter_ToXmlString_mDDD53EC6A053576F63FC5B14695835F60CC531D6(L_26, L_27, /*hidden argument*/NULL); return L_28; } } // System.String System.Xml.Serialization.XmlSerializationWriterInterpreter::GetEnumXmlValue(System.Xml.Serialization.XmlTypeMapping,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriterInterpreter_GetEnumXmlValue_mDB25030667BCCBC75C62FB3A7C8963BE79EE39BB (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___typeMap0, RuntimeObject * ___ob1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___ob1; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_1 = ___typeMap0; NullCheck(L_1); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_2; L_2 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_1, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_3 = ___typeMap0; NullCheck(L_3); String_t* L_4; L_4 = XmlTypeMapping_get_TypeFullName_mDC0A30D0C68FBAFA154F51C355E0F992E97BF1A0(L_3, /*hidden argument*/NULL); RuntimeObject * L_5 = ___ob1; NullCheck(((EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC *)CastclassClass((RuntimeObject*)L_2, EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = EnumMap_GetXmlName_m2B4CC2E29F4D6784DCE7B466E862A040DD885155(((EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC *)CastclassClass((RuntimeObject*)L_2, EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC_il2cpp_TypeInfo_var)), L_4, L_5, /*hidden argument*/NULL); return L_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 // System.Void System.Xml.Serialization.XmlSerializer::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer__cctor_m77BCD5F882DCE8DCAD48625A5B73215CF4C02D2A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t G_B3_0 = 0; { ((XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var))->set_backgroundGeneration_1((bool)1); ((XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var))->set_deleteTempFiles_2((bool)1); ((XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var))->set_generatorFallback_3((bool)1); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_0, /*hidden argument*/NULL); ((XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var))->set_serializerTypes_7(L_0); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_1; L_1 = Encoding_get_Default_m046210516095BB4EE1C538D5653FDD5F45E038EC(/*hidden argument*/NULL); ((XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var))->set_DefaultEncoding_12(L_1); V_0 = (String_t*)NULL; ((XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var))->set_generationThreshold_0((-1)); ((XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var))->set_backgroundGeneration_1((bool)0); String_t* L_2 = V_0; if (!L_2) { goto IL_0044; } } { String_t* L_3 = V_0; bool L_4; L_4 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_3, _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_4)); goto IL_0045; } IL_0044: { G_B3_0 = 1; } IL_0045: { ((XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var))->set_deleteTempFiles_2((bool)G_B3_0); return; } } // System.Void System.Xml.Serialization.XmlSerializer::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer__ctor_mF7CC2501D7EF3FF3D559F457AB84A9393D086881 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; XmlSerializer__ctor_m85BCA21E3BDDF17DDFD1A91FD3179DA5EC994128(__this, L_0, (XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F *)NULL, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)NULL, (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 *)NULL, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializer::.ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer__ctor_m85BCA21E3BDDF17DDFD1A91FD3179DA5EC994128 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, Type_t * ___type0, XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * ___overrides1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___extraTypes2, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root3, String_t* ___defaultNamespace4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * V_0 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_1 = NULL; int32_t V_2 = 0; Type_t * V_3 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer__ctor_m85BCA21E3BDDF17DDFD1A91FD3179DA5EC994128_RuntimeMethod_var))); } IL_001a: { XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * L_3 = ___overrides1; String_t* L_4 = ___defaultNamespace4; XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * L_5 = (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 *)il2cpp_codegen_object_new(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_il2cpp_TypeInfo_var); XmlReflectionImporter__ctor_m69266DB3DEAE800B3F49A852C23F2EE6D77047F0(L_5, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_6 = ___extraTypes2; if (!L_6) { goto IL_0041; } } { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_7 = ___extraTypes2; V_1 = L_7; V_2 = 0; goto IL_003b; } IL_002c: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_8 = V_1; int32_t L_9 = V_2; NullCheck(L_8); int32_t L_10 = L_9; Type_t * L_11 = (L_8)->GetAt(static_cast(L_10)); V_3 = L_11; XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * L_12 = V_0; Type_t * L_13 = V_3; NullCheck(L_12); XmlReflectionImporter_IncludeType_m39C42AB1303FFA3A414400C9826C25060EFCF9E7(L_12, L_13, /*hidden argument*/NULL); int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_003b: { int32_t L_15 = V_2; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_16 = V_1; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))) { goto IL_002c; } } IL_0041: { XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * L_17 = V_0; Type_t * L_18 = ___type0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_19 = ___root3; String_t* L_20 = ___defaultNamespace4; NullCheck(L_17); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_21; L_21 = XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550(L_17, L_18, L_19, L_20, /*hidden argument*/NULL); __this->set_typeMapping_5(L_21); return; } } // System.Void System.Xml.Serialization.XmlSerializer::OnUnknownAttribute(System.Xml.Serialization.XmlAttributeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_OnUnknownAttribute_mAF31BE07886B53D9F172005F143E0B6D3A563876 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * ___e0, const RuntimeMethod* method) { { XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286 * L_0 = __this->get_onUnknownAttribute_9(); if (!L_0) { goto IL_0015; } } { XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286 * L_1 = __this->get_onUnknownAttribute_9(); XmlAttributeEventArgs_t35E52E8B66BC9C75D15292582F704486AB83AB37 * L_2 = ___e0; NullCheck(L_1); XmlAttributeEventHandler_Invoke_m9DAF4ABC2A5D1C2EC71134CA89CCFF9BF61DA5D8(L_1, __this, L_2, /*hidden argument*/NULL); } IL_0015: { return; } } // System.Void System.Xml.Serialization.XmlSerializer::OnUnknownElement(System.Xml.Serialization.XmlElementEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_OnUnknownElement_m3D1081561F6F134C6C48369FD8082976CAC0E1F9 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * ___e0, const RuntimeMethod* method) { { XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29 * L_0 = __this->get_onUnknownElement_10(); if (!L_0) { goto IL_0015; } } { XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29 * L_1 = __this->get_onUnknownElement_10(); XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * L_2 = ___e0; NullCheck(L_1); XmlElementEventHandler_Invoke_m5515182C6F48AB2871249CAE9F1BB960B9F9213E(L_1, __this, L_2, /*hidden argument*/NULL); } IL_0015: { return; } } // System.Void System.Xml.Serialization.XmlSerializer::OnUnknownNode(System.Xml.Serialization.XmlNodeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_OnUnknownNode_mF318E0FB28BD62EFFE120596B584995F8B08D4D0 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED * ___e0, const RuntimeMethod* method) { { XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563 * L_0 = __this->get_onUnknownNode_11(); if (!L_0) { goto IL_0015; } } { XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563 * L_1 = __this->get_onUnknownNode_11(); XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED * L_2 = ___e0; NullCheck(L_1); XmlNodeEventHandler_Invoke_m7B2B32E7FE86B937D544C7E5CCEDBA50852123E7(L_1, __this, L_2, /*hidden argument*/NULL); } IL_0015: { return; } } // System.Void System.Xml.Serialization.XmlSerializer::OnUnreferencedObject(System.Xml.Serialization.UnreferencedObjectEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_OnUnreferencedObject_m3987365CA63802E8B63F9FCC41EDBE0A51E62199 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, UnreferencedObjectEventArgs_tBFD7658B8F3DD057CEFBF9CE1EBC26705B0A8192 * ___e0, const RuntimeMethod* method) { { UnreferencedObjectEventHandler_t8C7AD11596BB1575262B62EE1128DABB07434988 * L_0 = __this->get_onUnreferencedObject_8(); if (!L_0) { goto IL_0015; } } { UnreferencedObjectEventHandler_t8C7AD11596BB1575262B62EE1128DABB07434988 * L_1 = __this->get_onUnreferencedObject_8(); UnreferencedObjectEventArgs_tBFD7658B8F3DD057CEFBF9CE1EBC26705B0A8192 * L_2 = ___e0; NullCheck(L_1); UnreferencedObjectEventHandler_Invoke_m9D6B7FABDC2E4A6225DA66D20D9663AE1FA18FA3(L_1, __this, L_2, /*hidden argument*/NULL); } IL_0015: { return; } } // System.Xml.Serialization.XmlSerializationReader System.Xml.Serialization.XmlSerializer::CreateReader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * XmlSerializer_CreateReader_m633C25B8D1300E2D4415472724C4B30C76C7A5F6 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, const RuntimeMethod* method) { { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_CreateReader_m633C25B8D1300E2D4415472724C4B30C76C7A5F6_RuntimeMethod_var))); } } // System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializer::CreateWriter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * XmlSerializer_CreateWriter_m0F61D572CDE1B3A20DA026CADDF879C470A6694B (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, const RuntimeMethod* method) { { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_CreateWriter_m0F61D572CDE1B3A20DA026CADDF879C470A6694B_RuntimeMethod_var))); } } // System.Object System.Xml.Serialization.XmlSerializer::Deserialize(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializer_Deserialize_m25B138EB9DFEAC76221ED87D8FDFBE31A7136AD5 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * V_0 = NULL; { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_1 = (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)il2cpp_codegen_object_new(XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var); XmlTextReader__ctor_m0CC7F82E73F772460375E15CE70ED5E12CF6F1BF(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_2 = V_0; NullCheck(L_2); XmlTextReader_set_Normalization_m6BD759C9E0889EAE6B15ED150858EC55DED1BDB5(L_2, (bool)1, /*hidden argument*/NULL); XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_3 = V_0; NullCheck(L_3); XmlTextReader_set_WhitespaceHandling_m4ABC3B67003A6381D898F316C0F2139885FF45AC(L_3, 1, /*hidden argument*/NULL); XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * L_4 = V_0; RuntimeObject * L_5; L_5 = XmlSerializer_Deserialize_m9A0386B87199A1A1DCE0D578AA15CA6EF85861B0(__this, L_4, /*hidden argument*/NULL); return L_5; } } // System.Object System.Xml.Serialization.XmlSerializer::Deserialize(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializer_Deserialize_m9A0386B87199A1A1DCE0D578AA15CA6EF85861B0 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___xmlReader0, const RuntimeMethod* method) { XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * V_0 = NULL; { bool L_0 = __this->get_customSerializer_4(); if (!L_0) { goto IL_0011; } } { XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * L_1; L_1 = VirtFuncInvoker0< XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * >::Invoke(8 /* System.Xml.Serialization.XmlSerializationReader System.Xml.Serialization.XmlSerializer::CreateReader() */, __this); V_0 = L_1; goto IL_001e; } IL_0011: { XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * L_2 = __this->get_typeMapping_5(); XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * L_3; L_3 = XmlSerializer_CreateReader_m9F2B7C53242E288E8E070C311AD06D9D2090E177(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_001e: { XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * L_4 = V_0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_5 = ___xmlReader0; NullCheck(L_4); XmlSerializationReader_Initialize_mBDAB588BC487044C1ED2BCAAF9BAB3C5B23F4CA7(L_4, L_5, __this, /*hidden argument*/NULL); XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * L_6 = V_0; RuntimeObject * L_7; L_7 = VirtFuncInvoker1< RuntimeObject *, XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * >::Invoke(10 /* System.Object System.Xml.Serialization.XmlSerializer::Deserialize(System.Xml.Serialization.XmlSerializationReader) */, __this, L_6); return L_7; } } // System.Object System.Xml.Serialization.XmlSerializer::Deserialize(System.Xml.Serialization.XmlSerializationReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializer_Deserialize_mE4E27D9271C29E1FF9A178925EC10F5B65392ADD (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = __this->get_customSerializer_4(); if (!L_0) { goto IL_000e; } } { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_1 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_Deserialize_mE4E27D9271C29E1FF9A178925EC10F5B65392ADD_RuntimeMethod_var))); } IL_000e: { } IL_000f: try { // begin try (depth: 1) { XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * L_2 = ___reader0; if (!((XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 *)IsInstClass((RuntimeObject*)L_2, XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var))) { goto IL_0025; } } IL_0017: { XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * L_3 = ___reader0; NullCheck(((XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 *)CastclassClass((RuntimeObject*)L_3, XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var))); RuntimeObject * L_4; L_4 = XmlSerializationReaderInterpreter_ReadRoot_m7A84D4D7A8E24463A4728760A4F9C70779969EA1(((XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 *)CastclassClass((RuntimeObject*)L_3, XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_4; goto IL_0060; } IL_0025: { } IL_0026: try { // begin try (depth: 2) SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D * L_5 = __this->get_serializerData_6(); NullCheck(L_5); MethodInfo_t * L_6 = L_5->get_ReaderMethod_0(); XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * L_7 = ___reader0; NullCheck(L_6); RuntimeObject * L_8; L_8 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_6, L_7, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, /*hidden argument*/NULL); V_0 = L_8; goto IL_0060; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003b; } throw e; } CATCH_003b: { // begin catch(System.Reflection.TargetInvocationException) NullCheck(((TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C *)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C *))); Exception_t * L_9; L_9 = Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline(((TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C *)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C *)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_Deserialize_mE4E27D9271C29E1FF9A178925EC10F5B65392ADD_RuntimeMethod_var))); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0041; } throw e; } CATCH_0041: { // begin catch(System.Exception) { V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_10 = V_1; if (((InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)IsInstClass((RuntimeObject*)L_10, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))))) { goto IL_0052; } } IL_004a: { Exception_t * L_11 = V_1; if (!((InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)IsInstClass((RuntimeObject*)L_11, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))))) { goto IL_005e; } } IL_0052: { Exception_t * L_12 = V_1; InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_13 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m4A65916B1316FBF45ECDF1FF7FAC9E3CA30C112C(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA0456228CB07E3980C756D1BE420870078E58D64)), L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_Deserialize_mE4E27D9271C29E1FF9A178925EC10F5B65392ADD_RuntimeMethod_var))); } IL_005e: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_Deserialize_mE4E27D9271C29E1FF9A178925EC10F5B65392ADD_RuntimeMethod_var))); } } // end catch (depth: 1) IL_0060: { RuntimeObject * L_14 = V_0; return L_14; } } // System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.Object,System.Xml.Serialization.XmlSerializationWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_mD0391BC3FA2B20744C6113A12D9F95628DDAD256 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, RuntimeObject * ___o0, XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = __this->get_customSerializer_4(); if (!L_0) { goto IL_000e; } } { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_1 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_Serialize_mD0391BC3FA2B20744C6113A12D9F95628DDAD256_RuntimeMethod_var))); } IL_000e: { XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * L_2 = ___writer1; if (!((XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 *)IsInstClass((RuntimeObject*)L_2, XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54_il2cpp_TypeInfo_var))) { goto IL_0023; } } { XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * L_3 = ___writer1; RuntimeObject * L_4 = ___o0; NullCheck(((XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 *)CastclassClass((RuntimeObject*)L_3, XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54_il2cpp_TypeInfo_var))); XmlSerializationWriterInterpreter_WriteRoot_mF1B5E1B9E3C2D807B6C709A17827DBC06801DD33(((XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 *)CastclassClass((RuntimeObject*)L_3, XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54_il2cpp_TypeInfo_var)), L_4, /*hidden argument*/NULL); return; } IL_0023: { } IL_0024: try { // begin try (depth: 1) SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D * L_5 = __this->get_serializerData_6(); NullCheck(L_5); MethodInfo_t * L_6 = L_5->get_WriterMethod_2(); XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * L_7 = ___writer1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_8; RuntimeObject * L_10 = ___o0; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_10); NullCheck(L_6); RuntimeObject * L_11; L_11 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_6, L_7, L_9, /*hidden argument*/NULL); goto IL_0048; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0042; } throw e; } CATCH_0042: { // begin catch(System.Reflection.TargetInvocationException) NullCheck(((TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C *)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C *))); Exception_t * L_12; L_12 = Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline(((TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C *)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C *)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_Serialize_mD0391BC3FA2B20744C6113A12D9F95628DDAD256_RuntimeMethod_var))); } // end catch (depth: 1) IL_0048: { return; } } // System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.IO.Stream,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_m1197823DA2FA8F0BA51719C82AF294B93172BEB6 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, RuntimeObject * ___o1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2 * V_0 = NULL; { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; IL2CPP_RUNTIME_CLASS_INIT(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_1 = ((XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var))->get_DefaultEncoding_12(); XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2 * L_2 = (XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2 *)il2cpp_codegen_object_new(XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2_il2cpp_TypeInfo_var); XmlTextWriter__ctor_mF857BB581940BC82DC4E13AF5DCECEA4A7849BE6(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2 * L_3 = V_0; NullCheck(L_3); XmlTextWriter_set_Formatting_mC5BE36CD4C51436259E6506B7282E975BB287089(L_3, 1, /*hidden argument*/NULL); XmlTextWriter_t2CC07B7AAF1DF89CE65E7782EBC8CA1BB179DAD2 * L_4 = V_0; RuntimeObject * L_5 = ___o1; XmlSerializer_Serialize_mC317F791CF43B4FBC04D89EF9F7B581B96B37368(__this, L_4, L_5, (XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_mC317F791CF43B4FBC04D89EF9F7B581B96B37368 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___xmlWriter0, RuntimeObject * ___o1, XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * ___namespaces2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D67ADE9CC145DA3A39BC63DF500A7B0EC88CE4A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C014955313A7D33D5D04696B884B25325E6393C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral805B49550CB3377ECB61B1B75AB5C38E884BA80C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); s_Il2CppMethodInitialized = true; } XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { bool L_0 = __this->get_customSerializer_4(); if (!L_0) { goto IL_0011; } } IL_0008: { XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * L_1; L_1 = VirtFuncInvoker0< XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * >::Invoke(9 /* System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializer::CreateWriter() */, __this); V_0 = L_1; goto IL_001e; } IL_0011: { XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * L_2 = __this->get_typeMapping_5(); XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * L_3; L_3 = XmlSerializer_CreateWriter_mD7DAFF27C11ED22AD1AF23522883B10FEA19B237(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_001e: { XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * L_4 = ___namespaces2; if (!L_4) { goto IL_0029; } } IL_0021: { XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * L_5 = ___namespaces2; NullCheck(L_5); int32_t L_6; L_6 = XmlSerializerNamespaces_get_Count_m3345D67252B3CF13AE8820E31DB9F97C6D5A4EC9(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0050; } } IL_0029: { XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * L_7 = (XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 *)il2cpp_codegen_object_new(XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5_il2cpp_TypeInfo_var); XmlSerializerNamespaces__ctor_m010D52ED710D6BC95125AAF352217573F96B6D9D(L_7, /*hidden argument*/NULL); ___namespaces2 = L_7; XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * L_8 = ___namespaces2; NullCheck(L_8); XmlSerializerNamespaces_Add_m032B68F0A2A3B6957C9ABB4018D3EC32B6268AAE(L_8, _stringLiteral6D67ADE9CC145DA3A39BC63DF500A7B0EC88CE4A, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C, /*hidden argument*/NULL); XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * L_9 = ___namespaces2; NullCheck(L_9); XmlSerializerNamespaces_Add_m032B68F0A2A3B6957C9ABB4018D3EC32B6268AAE(L_9, _stringLiteral805B49550CB3377ECB61B1B75AB5C38E884BA80C, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, /*hidden argument*/NULL); } IL_0050: { XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * L_10 = V_0; XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_11 = ___xmlWriter0; XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * L_12 = ___namespaces2; NullCheck(L_10); XmlSerializationWriter_Initialize_m7F3C5EAB2BA951D8BE6B7BD81DEA326A805AB69B(L_10, L_11, L_12, /*hidden argument*/NULL); RuntimeObject * L_13 = ___o1; XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * L_14 = V_0; VirtActionInvoker2< RuntimeObject *, XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * >::Invoke(11 /* System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.Object,System.Xml.Serialization.XmlSerializationWriter) */, __this, L_13, L_14); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_15 = ___xmlWriter0; NullCheck(L_15); VirtActionInvoker0::Invoke(20 /* System.Void System.Xml.XmlWriter::Flush() */, L_15); goto IL_0096; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0068; } throw e; } CATCH_0068: { // begin catch(System.Exception) { V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_16 = V_1; if (!((TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C *)IsInstSealed((RuntimeObject*)L_16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C_il2cpp_TypeInfo_var))))) { goto IL_0078; } } IL_0071: { Exception_t * L_17 = V_1; NullCheck(L_17); Exception_t * L_18; L_18 = Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline(L_17, /*hidden argument*/NULL); V_1 = L_18; } IL_0078: { Exception_t * L_19 = V_1; if (((InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)IsInstClass((RuntimeObject*)L_19, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))))) { goto IL_0088; } } IL_0080: { Exception_t * L_20 = V_1; if (!((InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)IsInstClass((RuntimeObject*)L_20, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))))) { goto IL_0094; } } IL_0088: { Exception_t * L_21 = V_1; InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_22 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m4A65916B1316FBF45ECDF1FF7FAC9E3CA30C112C(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26B7C05AA4B2488CAA1781DA8040534799003358)), L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_Serialize_mC317F791CF43B4FBC04D89EF9F7B581B96B37368_RuntimeMethod_var))); } IL_0094: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_Serialize_mC317F791CF43B4FBC04D89EF9F7B581B96B37368_RuntimeMethod_var))); } } // end catch (depth: 1) IL_0096: { return; } } // System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializer::CreateWriter(System.Xml.Serialization.XmlMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * XmlSerializer_CreateWriter_mD7DAFF27C11ED22AD1AF23522883B10FEA19B237 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * ___typeMapping0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * V_0 = NULL; XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * V_1 = NULL; bool V_2 = false; SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D * V_3 = NULL; bool V_4 = false; XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_1 = __this; V_2 = (bool)0; } IL_0004: try { // begin try (depth: 1) { XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * L_0 = V_1; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_0, (bool*)(&V_2), /*hidden argument*/NULL); SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D * L_1 = __this->get_serializerData_6(); if (!L_1) { goto IL_0047; } } IL_0014: { SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D * L_2 = __this->get_serializerData_6(); V_3 = L_2; V_4 = (bool)0; } IL_001e: try { // begin try (depth: 2) SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D * L_3 = V_3; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_3, (bool*)(&V_4), /*hidden argument*/NULL); SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D * L_4 = __this->get_serializerData_6(); NullCheck(L_4); XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * L_5; L_5 = SerializerData_CreateWriter_mE93BD90B14FFE36C2D3D9400517278FC9F7C68EE(L_4, /*hidden argument*/NULL); V_0 = L_5; IL2CPP_LEAVE(0x3F, FINALLY_0034); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: { // begin finally (depth: 2) { bool L_6 = V_4; if (!L_6) { goto IL_003e; } } IL_0038: { SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D * L_7 = V_3; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_7, /*hidden argument*/NULL); } IL_003e: { IL2CPP_END_FINALLY(52) } } // end finally (depth: 2) IL2CPP_CLEANUP(52) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3F, IL_003f) } IL_003f: { XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * L_8 = V_0; if (!L_8) { goto IL_0047; } } IL_0042: { XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * L_9 = V_0; V_5 = L_9; IL2CPP_LEAVE(0x5A, FINALLY_0049); } IL_0047: { IL2CPP_LEAVE(0x53, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { bool L_10 = V_2; if (!L_10) { goto IL_0052; } } IL_004c: { XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * L_11 = V_1; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_11, /*hidden argument*/NULL); } IL_0052: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5A, IL_005a) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * L_12 = ___typeMapping0; XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 * L_13 = (XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54 *)il2cpp_codegen_object_new(XmlSerializationWriterInterpreter_t5421FAFC8BE8D6DA736DF8A6DC1ADA79770CDB54_il2cpp_TypeInfo_var); XmlSerializationWriterInterpreter__ctor_m1CE2DCA3A7D966879D177C4465C7DA4AB4B86659(L_13, L_12, /*hidden argument*/NULL); return L_13; } IL_005a: { XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * L_14 = V_5; return L_14; } } // System.Xml.Serialization.XmlSerializationReader System.Xml.Serialization.XmlSerializer::CreateReader(System.Xml.Serialization.XmlMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * XmlSerializer_CreateReader_m9F2B7C53242E288E8E070C311AD06D9D2090E177 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * ___typeMapping0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * L_0 = ___typeMapping0; XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 * L_1 = (XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26 *)il2cpp_codegen_object_new(XmlSerializationReaderInterpreter_t356BA05B522A857AC92E223BCE6CE417228D2B26_il2cpp_TypeInfo_var); XmlSerializationReaderInterpreter__ctor_m4D97A4CE9C2DBD51FA1F955FB0E8A1EFFDA183E9(L_1, L_0, /*hidden argument*/NULL); return L_1; } } #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.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializerImplementation::get_Writer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * XmlSerializerImplementation_get_Writer_m85975871BBA3867667D7C2B8565F621223B327DD (XmlSerializerImplementation_t7498815CE092A9B67BE127DCA62F27ABECA6B230 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializerImplementation_get_Writer_m85975871BBA3867667D7C2B8565F621223B327DD_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.Serialization.XmlSerializerNamespaces::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializerNamespaces__ctor_m010D52ED710D6BC95125AAF352217573F96B6D9D (XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializerNamespaces::Add(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializerNamespaces_Add_m032B68F0A2A3B6957C9ABB4018D3EC32B6268AAE (XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * __this, String_t* ___prefix0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___prefix0; if (!L_0) { goto IL_0013; } } { String_t* L_1 = ___prefix0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0013; } } { String_t* L_3 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_4; L_4 = XmlConvert_VerifyNCName_mC82ADC98547DFEBD8AE2D9CEA691669FE355C7A7(L_3, /*hidden argument*/NULL); } IL_0013: { String_t* L_5 = ___ns1; if (!L_5) { goto IL_0026; } } { String_t* L_6 = ___ns1; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0026; } } { String_t* L_8 = ___ns1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_9; L_9 = XmlConvert_ToUri_m70145E949FD362A0D446630B25B00B1D000786AE(L_8, /*hidden argument*/NULL); } IL_0026: { String_t* L_10 = ___prefix0; String_t* L_11 = ___ns1; XmlSerializerNamespaces_AddInternal_mA15615759865771CA39A4FF8A747D6F021F6A72C(__this, L_10, L_11, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializerNamespaces::AddInternal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializerNamespaces_AddInternal_mA15615759865771CA39A4FF8A747D6F021F6A72C (XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * __this, String_t* ___prefix0, String_t* ___ns1, const RuntimeMethod* method) { { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0; L_0 = XmlSerializerNamespaces_get_Namespaces_mB855CE5A5FC84CA50A5650973915555DED119DA9(__this, /*hidden argument*/NULL); String_t* L_1 = ___prefix0; String_t* L_2 = ___ns1; NullCheck(L_0); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_0, L_1, L_2); return; } } // System.Xml.XmlQualifiedName[] System.Xml.Serialization.XmlSerializerNamespaces::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* XmlSerializerNamespaces_ToArray_mB6FD42461E5E6315366E44B01EABA05A87CF147D (XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0; L_0 = XmlSerializerNamespaces_get_NamespaceList_m629697AD87FA1E1E729575572E8ED848D902F86C(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000f; } } { XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* L_1 = (XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97*)(XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97*)SZArrayNew(XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97_il2cpp_TypeInfo_var, (uint32_t)0); return L_1; } IL_000f: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2; L_2 = XmlSerializerNamespaces_get_NamespaceList_m629697AD87FA1E1E729575572E8ED848D902F86C(__this, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_3, /*hidden argument*/NULL); NullCheck(L_2); RuntimeArray * L_5; L_5 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(40 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_2, L_4); return ((XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97*)Castclass((RuntimeObject*)L_5, XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97_il2cpp_TypeInfo_var)); } } // System.Int32 System.Xml.Serialization.XmlSerializerNamespaces::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSerializerNamespaces_get_Count_m3345D67252B3CF13AE8820E31DB9F97C6D5A4EC9 (XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * __this, const RuntimeMethod* method) { { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0; L_0 = XmlSerializerNamespaces_get_Namespaces_mB855CE5A5FC84CA50A5650973915555DED119DA9(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_0); return L_1; } } // System.Collections.ArrayList System.Xml.Serialization.XmlSerializerNamespaces::get_NamespaceList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * XmlSerializerNamespaces_get_NamespaceList_m629697AD87FA1E1E729575572E8ED848D902F86C (XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_namespaces_0(); if (!L_0) { goto IL_0015; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_namespaces_0(); NullCheck(L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_1); if (L_2) { goto IL_0017; } } IL_0015: { return (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)NULL; } IL_0017: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_3, /*hidden argument*/NULL); V_0 = L_3; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4; L_4 = XmlSerializerNamespaces_get_Namespaces_mB855CE5A5FC84CA50A5650973915555DED119DA9(__this, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject* L_5; L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(25 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_4); NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_5); V_1 = L_6; } IL_002e: try { // begin try (depth: 1) { goto IL_005a; } IL_0030: { RuntimeObject* L_7 = V_1; NullCheck(L_7); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_9 = V_0; String_t* L_10 = V_2; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_11; L_11 = XmlSerializerNamespaces_get_Namespaces_mB855CE5A5FC84CA50A5650973915555DED119DA9(__this, /*hidden argument*/NULL); String_t* L_12 = V_2; NullCheck(L_11); RuntimeObject * L_13; L_13 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_11, L_12); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_14 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_14, L_10, ((String_t*)CastclassSealed((RuntimeObject*)L_13, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_9); int32_t L_15; L_15 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_9, L_14); } IL_005a: { RuntimeObject* L_16 = V_1; NullCheck(L_16); bool L_17; L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_0030; } } IL_0062: { IL2CPP_LEAVE(0x75, FINALLY_0064); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0064; } FINALLY_0064: { // begin finally (depth: 1) { RuntimeObject* L_18 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_3; if (!L_19) { goto IL_0074; } } IL_006e: { RuntimeObject* L_20 = V_3; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_20); } IL_0074: { IL2CPP_END_FINALLY(100) } } // end finally (depth: 1) IL2CPP_CLEANUP(100) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x75, IL_0075) } IL_0075: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_21 = V_0; return L_21; } } // System.Collections.Hashtable System.Xml.Serialization.XmlSerializerNamespaces::get_Namespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * XmlSerializerNamespaces_get_Namespaces_mB855CE5A5FC84CA50A5650973915555DED119DA9 (XmlSerializerNamespaces_t915BE34D1ECD2020C14B87B702FAAE8A757C0CB5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_namespaces_0(); if (L_0) { goto IL_0013; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_1, /*hidden argument*/NULL); __this->set_namespaces_0(L_1); } IL_0013: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = __this->get_namespaces_0(); return L_2; } } #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.XmlSignificantWhitespace::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSignificantWhitespace__ctor_m4FDED87C74B89927C8B1A817A5E56EA11570908B (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, String_t* ___strData0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { { String_t* L_0 = ___strData0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___doc1; XmlCharacterData__ctor_m92DACE6F1470B2FABC19CE1DB3B8170BC346AA30(__this, L_0, L_1, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = ___doc1; NullCheck(L_2); bool L_3; L_3 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0029; } } { String_t* L_4 = ___strData0; bool L_5; L_5 = XmlCharacterData_CheckOnData_m9A57001C001BA5EB4524F44562C20D27E79A3B81(__this, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0029; } } { String_t* L_6; L_6 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7CCE57C5D7E1EEE86D308C81EAB8B71D0964327F)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSignificantWhitespace__ctor_m4FDED87C74B89927C8B1A817A5E56EA11570908B_RuntimeMethod_var))); } IL_0029: { return; } } // System.String System.Xml.XmlSignificantWhitespace::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSignificantWhitespace_get_Name_mF93D4FDE9531572DA1D29D638E1004D3D14297D0 (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strSignificantWhitespaceName_34(); return L_1; } } // System.String System.Xml.XmlSignificantWhitespace::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSignificantWhitespace_get_LocalName_m50B836D727F8C9332B88EA5A0504AFC5955CFF5A (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strSignificantWhitespaceName_34(); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlSignificantWhitespace::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSignificantWhitespace_get_NodeType_m0A55E0E91D5FF1743191B6C96305D9FBA2BECA09 (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)14)); } } // System.Xml.XmlNode System.Xml.XmlSignificantWhitespace::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlSignificantWhitespace_get_ParentNode_mF97E45E94EB30924863F52C68B0149C1706C8DBA (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)3))) > ((uint32_t)1)))) { goto IL_0027; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)9)))) { goto IL_0020; } } { int32_t L_4 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)13)))) > ((uint32_t)1)))) { goto IL_0027; } } { goto IL_0046; } IL_0020: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5; L_5 = XmlNode_get_ParentNode_mAE5BBA15BE0FF8FE4869BFCA1ECB6740C969B7A8(__this, /*hidden argument*/NULL); return L_5; } IL_0027: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); NullCheck(L_6); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = L_6->get_parentNode_0(); V_1 = L_7; goto IL_003c; } IL_0035: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = V_1; NullCheck(L_8); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = L_8->get_parentNode_0(); V_1 = L_9; } IL_003c: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = V_1; NullCheck(L_10); bool L_11; L_11 = VirtFuncInvoker0< bool >::Invoke(46 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_10); if (L_11) { goto IL_0035; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12 = V_1; return L_12; } IL_0046: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); return L_13; } } // System.Xml.XmlNode System.Xml.XmlSignificantWhitespace::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlSignificantWhitespace_CloneNode_m4A519D45F009E4037D9D32FDD7C97621AFD87057 (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(47 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * L_2; L_2 = VirtFuncInvoker1< XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 *, String_t* >::Invoke(57 /* System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) */, L_0, L_1); return L_2; } } // System.String System.Xml.XmlSignificantWhitespace::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSignificantWhitespace_get_Value_mBF76A0125657EB8D559A8DB3B60FA0B4934E1C56 (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(47 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); return L_0; } } // System.Void System.Xml.XmlSignificantWhitespace::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSignificantWhitespace_set_Value_m18ECFD893FBAB7D503FE2DD8F62CA10F8D547CF7 (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; bool L_1; L_1 = XmlCharacterData_CheckOnData_m9A57001C001BA5EB4524F44562C20D27E79A3B81(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { String_t* L_2 = ___value0; VirtActionInvoker1< String_t* >::Invoke(48 /* System.Void System.Xml.XmlCharacterData::set_Data(System.String) */, __this, L_2); return; } IL_0011: { String_t* L_3; L_3 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7CCE57C5D7E1EEE86D308C81EAB8B71D0964327F)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSignificantWhitespace_set_Value_m18ECFD893FBAB7D503FE2DD8F62CA10F8D547CF7_RuntimeMethod_var))); } } // System.Void System.Xml.XmlSignificantWhitespace::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSignificantWhitespace_WriteTo_m937EB221088F94BACB31371EA048865C3CD952FB (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = ___w0; String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(47 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlSignificantWhitespace::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSignificantWhitespace_WriteContentTo_m728E396884EFE7AE76CF9D929F5E2C7C9A988B16 (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { return; } } // System.Boolean System.Xml.XmlSignificantWhitespace::get_IsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSignificantWhitespace_get_IsText_mF6CD3C1F15F99634E0B16FB9A172C3357EB86F48 (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, const RuntimeMethod* method) { { return (bool)1; } } #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.Schema.XmlStringConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlStringConverter__ctor_mFAD5ADD6FFF08E38E3F2ACA61E477560D5D8EE33 (XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlBaseConverter__ctor_mFFE1FCB6DE4BCF03A3666FBFD1972F802345FCE5(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlStringConverter::Create(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlStringConverter_Create_m113B7E6D479BF00A1DF13A5056B55007EF0D18EE (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F * L_1 = (XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F *)il2cpp_codegen_object_new(XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F_il2cpp_TypeInfo_var); XmlStringConverter__ctor_mFAD5ADD6FFF08E38E3F2ACA61E477560D5D8EE33(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Schema.XmlStringConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlStringConverter_ToString_mE7A58AD5DE184736373927174C522F19A967F024 (XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F * __this, RuntimeObject * ___value0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlStringConverter_ToString_mE7A58AD5DE184736373927174C522F19A967F024_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0029; } } { RuntimeObject * L_7 = ___value0; return ((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)); } IL_0029: { Type_t * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_9 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0042; } } { RuntimeObject * L_11 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_11, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); String_t* L_12; L_12 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_11, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_12; } IL_0042: { RuntimeObject * L_13 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject* L_15 = ___nsResolver1; RuntimeObject * L_16; L_16 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_13, L_14, L_15); return ((String_t*)CastclassSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var)); } } // System.Object System.Xml.Schema.XmlStringConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlStringConverter_ChangeType_m0C764E6797DB0F53A465914119B5D0962DDB6890 (XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F * __this, String_t* ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlStringConverter_ChangeType_m0C764E6797DB0F53A465914119B5D0962DDB6890_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlStringConverter_ChangeType_m0C764E6797DB0F53A465914119B5D0962DDB6890_RuntimeMethod_var))); } IL_0022: { Type_t * L_5 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_6 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_7; L_7 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0037; } } { Type_t * L_8; L_8 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_8; } IL_0037: { Type_t * L_9 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0046; } } { String_t* L_12 = ___value0; return L_12; } IL_0046: { Type_t * L_13 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0060; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_16; L_16 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_17 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_18 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_18, L_16, L_17, /*hidden argument*/NULL); return L_18; } IL_0060: { Type_t * L_19 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_20 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_21; L_21 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_007a; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_22; L_22 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_23 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_24 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_24, L_22, L_23, /*hidden argument*/NULL); return L_24; } IL_007a: { String_t* L_25 = ___value0; Type_t * L_26 = ___destinationType1; RuntimeObject* L_27 = ___nsResolver2; RuntimeObject * L_28; L_28 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_25, L_26, L_27); return L_28; } } // System.Object System.Xml.Schema.XmlStringConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlStringConverter_ChangeType_m228C7C8A9C798871512E110DBABE7D362511583C (XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlStringConverter_ChangeType_m228C7C8A9C798871512E110DBABE7D362511583C_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlStringConverter_ChangeType_m228C7C8A9C798871512E110DBABE7D362511583C_RuntimeMethod_var))); } IL_0022: { RuntimeObject * L_5 = ___value0; NullCheck(L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_5, /*hidden argument*/NULL); V_0 = L_6; Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003e; } } { Type_t * L_10; L_10 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_10; } IL_003e: { Type_t * L_11 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_12 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_13; L_13 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0054; } } { RuntimeObject * L_14 = ___value0; RuntimeObject* L_15 = ___nsResolver2; String_t* L_16; L_16 = VirtFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_14, L_15); return L_16; } IL_0054: { Type_t * L_17 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_18 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_19; L_19 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0094; } } { Type_t * L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_21 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_22; L_22 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0080; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_23; L_23 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_24 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_25 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_25, L_23, ((String_t*)CastclassSealed((RuntimeObject*)L_24, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_25; } IL_0080: { Type_t * L_26 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_27 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_28; L_28 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_0094; } } { RuntimeObject * L_29 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_29, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_0094: { Type_t * L_30 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_31 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_32; L_32 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_30, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00d4; } } { Type_t * L_33 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_34 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_35; L_35 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00c0; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_36; L_36 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_37 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_38 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_38, L_36, ((String_t*)CastclassSealed((RuntimeObject*)L_37, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_38; } IL_00c0: { Type_t * L_39 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_40 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_41; L_41 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_39, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00d4; } } { RuntimeObject * L_42 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_42, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_00d4: { RuntimeObject * L_43 = ___value0; Type_t * L_44 = ___destinationType1; RuntimeObject* L_45 = ___nsResolver2; RuntimeObject * L_46; L_46 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_43, L_44, L_45); return L_46; } } #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.XmlText::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlText__ctor_mAB8871691868FF285D140B0786F61438E519DEEA (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, String_t* ___strData0, const RuntimeMethod* method) { { String_t* L_0 = ___strData0; XmlText__ctor_m3B02FD062F74A1E957C6B1A9F67E055FD1997C32(__this, L_0, (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlText::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlText__ctor_m3B02FD062F74A1E957C6B1A9F67E055FD1997C32 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, String_t* ___strData0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { { String_t* L_0 = ___strData0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___doc1; XmlCharacterData__ctor_m92DACE6F1470B2FABC19CE1DB3B8170BC346AA30(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlText::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlText_get_Name_mD28536730832589C544705D317FD152DA1610296 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strTextName_24(); return L_1; } } // System.String System.Xml.XmlText::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlText_get_LocalName_m350EB4E68C1EBDF30FFA2669353A20CFD629473F (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strTextName_24(); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlText::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlText_get_NodeType_m42D8CA549726ABDED3F381E39E0B71E220D35645 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, const RuntimeMethod* method) { { return (int32_t)(3); } } // System.Xml.XmlNode System.Xml.XmlText::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlText_get_ParentNode_mBF4C85E3F519DA68CF1AB49ACC7F17ED90CE8964 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)3))) > ((uint32_t)1)))) { goto IL_0022; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)9)))) { goto IL_0020; } } { int32_t L_4 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)13)))) > ((uint32_t)1)))) { goto IL_0022; } } { goto IL_0041; } IL_0020: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_0022: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); NullCheck(L_5); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = L_5->get_parentNode_0(); V_1 = L_6; goto IL_0037; } IL_0030: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_1; NullCheck(L_7); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = L_7->get_parentNode_0(); V_1 = L_8; } IL_0037: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_1; NullCheck(L_9); bool L_10; L_10 = VirtFuncInvoker0< bool >::Invoke(46 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_9); if (L_10) { goto IL_0030; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11 = V_1; return L_11; } IL_0041: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); return L_12; } } // System.Xml.XmlNode System.Xml.XmlText::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlText_CloneNode_mF93CD9B6C80FF0773CE869A3A65DB77C99A1B88C (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(47 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_2; L_2 = VirtFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(56 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_0, L_1); return L_2; } } // System.String System.Xml.XmlText::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlText_get_Value_mA0960AE9A0BB3342B1502606B82056A8D32C2BF8 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(47 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); return L_0; } } // System.Void System.Xml.XmlText::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlText_set_Value_m480317792ED958A5702C88D1954A696BDD5F1E11 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * V_1 = NULL; { String_t* L_0 = ___value0; VirtActionInvoker1< String_t* >::Invoke(48 /* System.Void System.Xml.XmlCharacterData::set_Data(System.String) */, __this, L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); V_0 = L_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = V_0; if (!L_2) { goto IL_0033; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_3); if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_0033; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_0; V_1 = ((XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 *)IsInstClass((RuntimeObject*)L_5, XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var)); XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_6 = V_1; if (!L_6) { goto IL_0033; } } { XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_7 = V_1; NullCheck(L_7); bool L_8; L_8 = VirtFuncInvoker0< bool >::Invoke(47 /* System.Boolean System.Xml.XmlAttribute::get_Specified() */, L_7); if (L_8) { goto IL_0033; } } { XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_9 = V_1; NullCheck(L_9); XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline(L_9, (bool)1, /*hidden argument*/NULL); } IL_0033: { return; } } // System.Void System.Xml.XmlText::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlText_WriteTo_m72E49F9BFF753E3C533E3C66EF5DD7D3506B5030 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = ___w0; String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(47 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlText::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlText_WriteContentTo_m03CA3E9633FBD213F8BF943E415EFC2F771D1572 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { return; } } // System.Boolean System.Xml.XmlText::get_IsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlText_get_IsText_m7EB4843FCDFE8C07AA90E2227C468A7261149936 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, const RuntimeMethod* method) { { return (bool)1; } } #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.Serialization.XmlTextAttribute::get_DataType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextAttribute_get_DataType_m5A6F5067C4D1EB72A92752324722BCA2EFF7F85A (XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_dataType_0(); if (L_0) { goto IL_000e; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000e: { String_t* L_2 = __this->get_dataType_0(); return L_2; } } // System.Type System.Xml.Serialization.XmlTextAttribute::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * XmlTextAttribute_get_Type_mCE89138881363643CA1975DC70E1F060C60A90CA (XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_1(); 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.XmlTextEncoder::.ctor(System.IO.TextWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder__ctor_m8142AA059B3675FE89F48542A7F013098FCDBCBC (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___textWriter0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = ___textWriter0; __this->set_textWriter_0(L_0); __this->set_quoteChar_2(((int32_t)34)); XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_1; L_1 = XmlCharType_get_Instance_mEF3C732F10BE7095CF1A5B7A4CD44D9553184DEB(/*hidden argument*/NULL); __this->set_xmlCharType_5(L_1); return; } } // System.Void System.Xml.XmlTextEncoder::set_QuoteChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder_set_QuoteChar_m1897FBEC0EAB4616C3FD961A12AFC0F7ED771824 (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, Il2CppChar ___value0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; __this->set_quoteChar_2(L_0); return; } } // System.Void System.Xml.XmlTextEncoder::StartAttribute(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder_StartAttribute_m154B2203CF4424F0E8A6D1D80AC68B2E05FB7B32 (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, bool ___cacheAttrValue0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_inAttribute_1((bool)1); bool L_0 = ___cacheAttrValue0; __this->set_cacheAttrValue_4(L_0); bool L_1 = ___cacheAttrValue0; if (!L_1) { goto IL_0031; } } { StringBuilder_t * L_2 = __this->get_attrValue_3(); if (L_2) { goto IL_0025; } } { StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_3, /*hidden argument*/NULL); __this->set_attrValue_3(L_3); return; } IL_0025: { StringBuilder_t * L_4 = __this->get_attrValue_3(); NullCheck(L_4); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_4, 0, /*hidden argument*/NULL); } IL_0031: { return; } } // System.Void System.Xml.XmlTextEncoder::EndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder_EndAttribute_mEBAE3ABA120AF2728E56ADDB2BE2A5B313093C12 (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_cacheAttrValue_4(); if (!L_0) { goto IL_0014; } } { StringBuilder_t * L_1 = __this->get_attrValue_3(); NullCheck(L_1); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_1, 0, /*hidden argument*/NULL); } IL_0014: { __this->set_inAttribute_1((bool)0); __this->set_cacheAttrValue_4((bool)0); return; } } // System.String System.Xml.XmlTextEncoder::get_AttributeValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextEncoder_get_AttributeValue_m9E57BB8D3D0C4BBA526DFAEC0064BD1C3F3BA38D (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_cacheAttrValue_4(); if (!L_0) { goto IL_0014; } } { StringBuilder_t * L_1 = __this->get_attrValue_3(); NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); return L_2; } IL_0014: { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } } // System.Void System.Xml.XmlTextEncoder::WriteSurrogateChar(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder_WriteSurrogateChar_m6D9CFC7F219F339DE22E679418EC68425D7EE20D (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, Il2CppChar ___lowChar0, Il2CppChar ___highChar1, const RuntimeMethod* method) { { Il2CppChar L_0 = ___lowChar0; bool L_1; L_1 = XmlCharType_IsLowSurrogate_mDBB58ED35236052B490533CB1103C1E4F9D54AC9(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { Il2CppChar L_2 = ___highChar1; bool L_3; L_3 = XmlCharType_IsHighSurrogate_mFECF903FC11D52720888F53BDA7AA58440126065(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0018; } } IL_0010: { Il2CppChar L_4 = ___lowChar0; Il2CppChar L_5 = ___highChar1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); Exception_t * L_6; L_6 = XmlConvert_CreateInvalidSurrogatePairException_mC83C41FA71DC7D63E72AD3B694BBF7465E21A820(L_4, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextEncoder_WriteSurrogateChar_m6D9CFC7F219F339DE22E679418EC68425D7EE20D_RuntimeMethod_var))); } IL_0018: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_7 = __this->get_textWriter_0(); Il2CppChar L_8 = ___highChar1; NullCheck(L_7); VirtActionInvoker1< Il2CppChar >::Invoke(11 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_7, L_8); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_9 = __this->get_textWriter_0(); Il2CppChar L_10 = ___lowChar0; NullCheck(L_9); VirtActionInvoker1< Il2CppChar >::Invoke(11 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_9, L_10); return; } } // System.Void System.Xml.XmlTextEncoder::Write(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder_Write_m3D15126BEF6FE4BE6AA1FA9A25860A11649C8E3B (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1710B4477A01FFE20514D8AA61891F364D71C25B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral513659CEF285C73478E9829E41D7E4C23DB53E12); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral893D84FF4ED81AC205FBC0C67CBEE1C0C752B406); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96930EC8C6FD5250BB36A5E1040AB06A9588FD62); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_4 = NULL; { String_t* L_0 = ___text0; if (L_0) { goto IL_0004; } } { return; } IL_0004: { bool L_1 = __this->get_cacheAttrValue_4(); if (!L_1) { goto IL_0019; } } { StringBuilder_t * L_2 = __this->get_attrValue_3(); String_t* L_3 = ___text0; NullCheck(L_2); StringBuilder_t * L_4; L_4 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_2, L_3, /*hidden argument*/NULL); } IL_0019: { String_t* L_5 = ___text0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); V_0 = L_6; V_1 = 0; V_2 = 0; V_3 = 0; goto IL_002c; } IL_0028: { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002c: { int32_t L_8 = V_1; int32_t L_9 = V_0; if ((((int32_t)L_8) >= ((int32_t)L_9))) { goto IL_004d; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_10 = __this->get_address_of_xmlCharType_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = L_10->get_charProperties_2(); String_t* L_12 = ___text0; int32_t L_13 = V_1; NullCheck(L_12); Il2CppChar L_14; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, L_13, /*hidden argument*/NULL); Il2CppChar L_15 = L_14; V_3 = L_15; NullCheck(L_11); Il2CppChar L_16 = L_15; uint8_t L_17 = (L_11)->GetAt(static_cast(L_16)); if (((int32_t)((int32_t)L_17&(int32_t)((int32_t)128)))) { goto IL_0028; } } IL_004d: { int32_t L_18 = V_1; int32_t L_19 = V_0; if ((!(((uint32_t)L_18) == ((uint32_t)L_19)))) { goto IL_005e; } } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_20 = __this->get_textWriter_0(); String_t* L_21 = ___text0; NullCheck(L_20); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_20, L_21); return; } IL_005e: { bool L_22 = __this->get_inAttribute_1(); if (!L_22) { goto IL_0071; } } { Il2CppChar L_23 = V_3; if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)9))))) { goto IL_0090; } } { int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); goto IL_002c; } IL_0071: { Il2CppChar L_25 = V_3; if ((((int32_t)L_25) == ((int32_t)((int32_t)9)))) { goto IL_008a; } } { Il2CppChar L_26 = V_3; if ((((int32_t)L_26) == ((int32_t)((int32_t)10)))) { goto IL_008a; } } { Il2CppChar L_27 = V_3; if ((((int32_t)L_27) == ((int32_t)((int32_t)13)))) { goto IL_008a; } } { Il2CppChar L_28 = V_3; if ((((int32_t)L_28) == ((int32_t)((int32_t)34)))) { goto IL_008a; } } { Il2CppChar L_29 = V_3; if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)39))))) { goto IL_0090; } } IL_008a: { int32_t L_30 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); goto IL_002c; } IL_0090: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_31 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); V_4 = L_31; } IL_009c: { int32_t L_32 = V_2; int32_t L_33 = V_1; if ((((int32_t)L_32) >= ((int32_t)L_33))) { goto IL_00ad; } } { String_t* L_34 = ___text0; int32_t L_35 = V_2; int32_t L_36 = V_1; int32_t L_37 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_38 = V_4; XmlTextEncoder_WriteStringFragment_mE235366F26A1F6FAB51FDDE129A36E5A0A451229(__this, L_34, L_35, ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)), L_38, /*hidden argument*/NULL); } IL_00ad: { int32_t L_39 = V_1; int32_t L_40 = V_0; if ((((int32_t)L_39) == ((int32_t)L_40))) { goto IL_023a; } } { Il2CppChar L_41 = V_3; if ((!(((uint32_t)L_41) <= ((uint32_t)((int32_t)38))))) { goto IL_00e8; } } { Il2CppChar L_42 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)((int32_t)9)))) { case 0: { goto IL_00fc; } case 1: { goto IL_010d; } case 2: { goto IL_01bf; } case 3: { goto IL_01bf; } case 4: { goto IL_010d; } } } { Il2CppChar L_43 = V_3; if ((((int32_t)L_43) == ((int32_t)((int32_t)34)))) { goto IL_0192; } } { Il2CppChar L_44 = V_3; if ((((int32_t)L_44) == ((int32_t)((int32_t)38)))) { goto IL_0152; } } { goto IL_01bf; } IL_00e8: { Il2CppChar L_45 = V_3; if ((((int32_t)L_45) == ((int32_t)((int32_t)39)))) { goto IL_0162; } } { Il2CppChar L_46 = V_3; if ((((int32_t)L_46) == ((int32_t)((int32_t)60)))) { goto IL_0132; } } { Il2CppChar L_47 = V_3; if ((((int32_t)L_47) == ((int32_t)((int32_t)62)))) { goto IL_0142; } } { goto IL_01bf; } IL_00fc: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_48 = __this->get_textWriter_0(); Il2CppChar L_49 = V_3; NullCheck(L_48); VirtActionInvoker1< Il2CppChar >::Invoke(11 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_48, L_49); goto IL_0205; } IL_010d: { bool L_50 = __this->get_inAttribute_1(); if (!L_50) { goto IL_0121; } } { Il2CppChar L_51 = V_3; XmlTextEncoder_WriteCharEntityImpl_m26C18068AD20D6F0B9A5B5F3BB3D9E5A5F61BAD9(__this, L_51, /*hidden argument*/NULL); goto IL_0205; } IL_0121: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_52 = __this->get_textWriter_0(); Il2CppChar L_53 = V_3; NullCheck(L_52); VirtActionInvoker1< Il2CppChar >::Invoke(11 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_52, L_53); goto IL_0205; } IL_0132: { XmlTextEncoder_WriteEntityRefImpl_m44E81A5273CF2E965652A47A9C5BBEC629E8539E(__this, _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9, /*hidden argument*/NULL); goto IL_0205; } IL_0142: { XmlTextEncoder_WriteEntityRefImpl_m44E81A5273CF2E965652A47A9C5BBEC629E8539E(__this, _stringLiteral1710B4477A01FFE20514D8AA61891F364D71C25B, /*hidden argument*/NULL); goto IL_0205; } IL_0152: { XmlTextEncoder_WriteEntityRefImpl_m44E81A5273CF2E965652A47A9C5BBEC629E8539E(__this, _stringLiteral96930EC8C6FD5250BB36A5E1040AB06A9588FD62, /*hidden argument*/NULL); goto IL_0205; } IL_0162: { bool L_54 = __this->get_inAttribute_1(); if (!L_54) { goto IL_0183; } } { Il2CppChar L_55 = __this->get_quoteChar_2(); Il2CppChar L_56 = V_3; if ((!(((uint32_t)L_55) == ((uint32_t)L_56)))) { goto IL_0183; } } { XmlTextEncoder_WriteEntityRefImpl_m44E81A5273CF2E965652A47A9C5BBEC629E8539E(__this, _stringLiteral513659CEF285C73478E9829E41D7E4C23DB53E12, /*hidden argument*/NULL); goto IL_0205; } IL_0183: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_57 = __this->get_textWriter_0(); NullCheck(L_57); VirtActionInvoker1< Il2CppChar >::Invoke(11 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_57, ((int32_t)39)); goto IL_0205; } IL_0192: { bool L_58 = __this->get_inAttribute_1(); if (!L_58) { goto IL_01b0; } } { Il2CppChar L_59 = __this->get_quoteChar_2(); Il2CppChar L_60 = V_3; if ((!(((uint32_t)L_59) == ((uint32_t)L_60)))) { goto IL_01b0; } } { XmlTextEncoder_WriteEntityRefImpl_m44E81A5273CF2E965652A47A9C5BBEC629E8539E(__this, _stringLiteral893D84FF4ED81AC205FBC0C67CBEE1C0C752B406, /*hidden argument*/NULL); goto IL_0205; } IL_01b0: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_61 = __this->get_textWriter_0(); NullCheck(L_61); VirtActionInvoker1< Il2CppChar >::Invoke(11 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_61, ((int32_t)34)); goto IL_0205; } IL_01bf: { Il2CppChar L_62 = V_3; bool L_63; L_63 = XmlCharType_IsHighSurrogate_mFECF903FC11D52720888F53BDA7AA58440126065(L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_01ef; } } { int32_t L_64 = V_1; int32_t L_65 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1))) >= ((int32_t)L_65))) { goto IL_01e1; } } { String_t* L_66 = ___text0; int32_t L_67 = V_1; int32_t L_68 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); V_1 = L_68; NullCheck(L_66); Il2CppChar L_69; L_69 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_66, L_68, /*hidden argument*/NULL); Il2CppChar L_70 = V_3; XmlTextEncoder_WriteSurrogateChar_m6D9CFC7F219F339DE22E679418EC68425D7EE20D(__this, L_69, L_70, /*hidden argument*/NULL); goto IL_0205; } IL_01e1: { String_t* L_71 = ___text0; int32_t L_72 = V_1; NullCheck(L_71); Il2CppChar L_73; L_73 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_71, L_72, /*hidden argument*/NULL); Il2CppChar L_74 = V_3; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); Exception_t * L_75; L_75 = XmlConvert_CreateInvalidSurrogatePairException_mC83C41FA71DC7D63E72AD3B694BBF7465E21A820(L_73, L_74, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_75, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextEncoder_Write_m3D15126BEF6FE4BE6AA1FA9A25860A11649C8E3B_RuntimeMethod_var))); } IL_01ef: { Il2CppChar L_76 = V_3; bool L_77; L_77 = XmlCharType_IsLowSurrogate_mDBB58ED35236052B490533CB1103C1E4F9D54AC9(L_76, /*hidden argument*/NULL); if (!L_77) { goto IL_01fe; } } { Il2CppChar L_78 = V_3; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); Exception_t * L_79; L_79 = XmlConvert_CreateInvalidHighSurrogateCharException_mCE61A45678E5C538A389B123BCC070BB9F960398(L_78, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_79, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextEncoder_Write_m3D15126BEF6FE4BE6AA1FA9A25860A11649C8E3B_RuntimeMethod_var))); } IL_01fe: { Il2CppChar L_80 = V_3; XmlTextEncoder_WriteCharEntityImpl_m26C18068AD20D6F0B9A5B5F3BB3D9E5A5F61BAD9(__this, L_80, /*hidden argument*/NULL); } IL_0205: { int32_t L_81 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); int32_t L_82 = V_1; V_2 = L_82; goto IL_0211; } IL_020d: { int32_t L_83 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); } IL_0211: { int32_t L_84 = V_1; int32_t L_85 = V_0; if ((((int32_t)L_84) >= ((int32_t)L_85))) { goto IL_009c; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_86 = __this->get_address_of_xmlCharType_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_87 = L_86->get_charProperties_2(); String_t* L_88 = ___text0; int32_t L_89 = V_1; NullCheck(L_88); Il2CppChar L_90; L_90 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_88, L_89, /*hidden argument*/NULL); Il2CppChar L_91 = L_90; V_3 = L_91; NullCheck(L_87); Il2CppChar L_92 = L_91; uint8_t L_93 = (L_87)->GetAt(static_cast(L_92)); if (((int32_t)((int32_t)L_93&(int32_t)((int32_t)128)))) { goto IL_020d; } } { goto IL_009c; } IL_023a: { return; } } // System.Void System.Xml.XmlTextEncoder::WriteRawWithSurrogateChecking(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder_WriteRawWithSurrogateChecking_mF667913FB3946B4C4AD6A88D2DD2065CFD0CC4A4 (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, String_t* ___text0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; Il2CppChar V_3 = 0x0; { String_t* L_0 = ___text0; if (L_0) { goto IL_0004; } } { return; } IL_0004: { bool L_1 = __this->get_cacheAttrValue_4(); if (!L_1) { goto IL_0019; } } { StringBuilder_t * L_2 = __this->get_attrValue_3(); String_t* L_3 = ___text0; NullCheck(L_2); StringBuilder_t * L_4; L_4 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_2, L_3, /*hidden argument*/NULL); } IL_0019: { String_t* L_5 = ___text0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); V_0 = L_6; V_1 = 0; V_2 = 0; goto IL_002a; } IL_0026: { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002a: { int32_t L_8 = V_1; int32_t L_9 = V_0; if ((((int32_t)L_8) >= ((int32_t)L_9))) { goto IL_004d; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_10 = __this->get_address_of_xmlCharType_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = L_10->get_charProperties_2(); String_t* L_12 = ___text0; int32_t L_13 = V_1; NullCheck(L_12); Il2CppChar L_14; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, L_13, /*hidden argument*/NULL); Il2CppChar L_15 = L_14; V_2 = L_15; NullCheck(L_11); Il2CppChar L_16 = L_15; uint8_t L_17 = (L_11)->GetAt(static_cast(L_16)); if (((int32_t)((int32_t)L_17&(int32_t)((int32_t)16)))) { goto IL_0026; } } { Il2CppChar L_18 = V_2; if ((((int32_t)L_18) < ((int32_t)((int32_t)32)))) { goto IL_0026; } } IL_004d: { int32_t L_19 = V_1; int32_t L_20 = V_0; if ((((int32_t)L_19) == ((int32_t)L_20))) { goto IL_00a4; } } { Il2CppChar L_21 = V_2; bool L_22; L_22 = XmlCharType_IsHighSurrogate_mFECF903FC11D52720888F53BDA7AA58440126065(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_008f; } } { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))) >= ((int32_t)L_24))) { goto IL_007f; } } { String_t* L_25 = ___text0; int32_t L_26 = V_1; NullCheck(L_25); Il2CppChar L_27; L_27 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)), /*hidden argument*/NULL); V_3 = L_27; Il2CppChar L_28 = V_3; bool L_29; L_29 = XmlCharType_IsLowSurrogate_mDBB58ED35236052B490533CB1103C1E4F9D54AC9(L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_0077; } } { int32_t L_30 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)2)); goto IL_002a; } IL_0077: { Il2CppChar L_31 = V_3; Il2CppChar L_32 = V_2; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); Exception_t * L_33; L_33 = XmlConvert_CreateInvalidSurrogatePairException_mC83C41FA71DC7D63E72AD3B694BBF7465E21A820(L_31, L_32, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextEncoder_WriteRawWithSurrogateChecking_mF667913FB3946B4C4AD6A88D2DD2065CFD0CC4A4_RuntimeMethod_var))); } IL_007f: { String_t* L_34; L_34 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE53A3AF35DC43A86F8AA824C5449731805C32DD)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_35 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_35, L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextEncoder_WriteRawWithSurrogateChecking_mF667913FB3946B4C4AD6A88D2DD2065CFD0CC4A4_RuntimeMethod_var))); } IL_008f: { Il2CppChar L_36 = V_2; bool L_37; L_37 = XmlCharType_IsLowSurrogate_mDBB58ED35236052B490533CB1103C1E4F9D54AC9(L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_009e; } } { Il2CppChar L_38 = V_2; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); Exception_t * L_39; L_39 = XmlConvert_CreateInvalidHighSurrogateCharException_mCE61A45678E5C538A389B123BCC070BB9F960398(L_38, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextEncoder_WriteRawWithSurrogateChecking_mF667913FB3946B4C4AD6A88D2DD2065CFD0CC4A4_RuntimeMethod_var))); } IL_009e: { int32_t L_40 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); goto IL_002a; } IL_00a4: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_41 = __this->get_textWriter_0(); String_t* L_42 = ___text0; NullCheck(L_41); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_41, L_42); return; } } // System.Void System.Xml.XmlTextEncoder::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder_WriteRaw_m5B4E690DB11115A1A2EBF4228182024DD5BB8434 (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextEncoder_WriteRaw_m5B4E690DB11115A1A2EBF4228182024DD5BB8434_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___count2; if ((((int32_t)0) <= ((int32_t)L_2))) { goto IL_001d; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextEncoder_WriteRaw_m5B4E690DB11115A1A2EBF4228182024DD5BB8434_RuntimeMethod_var))); } IL_001d: { int32_t L_4 = ___offset1; if ((((int32_t)0) <= ((int32_t)L_4))) { goto IL_002c; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextEncoder_WriteRaw_m5B4E690DB11115A1A2EBF4228182024DD5BB8434_RuntimeMethod_var))); } IL_002c: { int32_t L_6 = ___count2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = ___array0; NullCheck(L_7); int32_t L_8 = ___offset1; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), (int32_t)L_8))))) { goto IL_003f; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_9 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextEncoder_WriteRaw_m5B4E690DB11115A1A2EBF4228182024DD5BB8434_RuntimeMethod_var))); } IL_003f: { bool L_10 = __this->get_cacheAttrValue_4(); if (!L_10) { goto IL_0056; } } { StringBuilder_t * L_11 = __this->get_attrValue_3(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = ___array0; int32_t L_13 = ___offset1; int32_t L_14 = ___count2; NullCheck(L_11); StringBuilder_t * L_15; L_15 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_11, L_12, L_13, L_14, /*hidden argument*/NULL); } IL_0056: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_16 = __this->get_textWriter_0(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = ___array0; int32_t L_18 = ___offset1; int32_t L_19 = ___count2; NullCheck(L_16); VirtActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(13 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_16, L_17, L_18, L_19); return; } } // System.Void System.Xml.XmlTextEncoder::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder_WriteEntityRef_mFF2D182F02D4066A4A835DE99DF7A5AF376A58B1 (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, String_t* ___name0, const RuntimeMethod* method) { { bool L_0 = __this->get_cacheAttrValue_4(); if (!L_0) { goto IL_0031; } } { StringBuilder_t * L_1 = __this->get_attrValue_3(); NullCheck(L_1); StringBuilder_t * L_2; L_2 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_1, ((int32_t)38), /*hidden argument*/NULL); StringBuilder_t * L_3 = __this->get_attrValue_3(); String_t* L_4 = ___name0; NullCheck(L_3); StringBuilder_t * L_5; L_5 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_3, L_4, /*hidden argument*/NULL); StringBuilder_t * L_6 = __this->get_attrValue_3(); NullCheck(L_6); StringBuilder_t * L_7; L_7 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_6, ((int32_t)59), /*hidden argument*/NULL); } IL_0031: { String_t* L_8 = ___name0; XmlTextEncoder_WriteEntityRefImpl_m44E81A5273CF2E965652A47A9C5BBEC629E8539E(__this, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextEncoder::WriteStringFragment(System.String,System.Int32,System.Int32,System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder_WriteStringFragment_mE235366F26A1F6FAB51FDDE129A36E5A0A451229 (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, String_t* ___str0, int32_t ___offset1, int32_t ___count2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___helperBuffer3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___helperBuffer3; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); goto IL_0033; } IL_0007: { int32_t L_1 = ___count2; V_1 = L_1; int32_t L_2 = V_1; int32_t L_3 = V_0; if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_000f; } } { int32_t L_4 = V_0; V_1 = L_4; } IL_000f: { String_t* L_5 = ___str0; int32_t L_6 = ___offset1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = ___helperBuffer3; int32_t L_8 = V_1; NullCheck(L_5); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(L_5, L_6, L_7, 0, L_8, /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_9 = __this->get_textWriter_0(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = ___helperBuffer3; int32_t L_11 = V_1; NullCheck(L_9); VirtActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(13 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_9, L_10, 0, L_11); int32_t L_12 = ___offset1; int32_t L_13 = V_1; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)); int32_t L_14 = ___count2; int32_t L_15 = V_1; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)); } IL_0033: { int32_t L_16 = ___count2; if ((((int32_t)L_16) > ((int32_t)0))) { goto IL_0007; } } { return; } } // System.Void System.Xml.XmlTextEncoder::WriteCharEntityImpl(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder_WriteCharEntityImpl_m26C18068AD20D6F0B9A5B5F3BB3D9E5A5F61BAD9 (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Il2CppChar L_0 = ___ch0; V_0 = L_0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); String_t* L_2; L_2 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((int32_t*)(&V_0), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_1, /*hidden argument*/NULL); XmlTextEncoder_WriteCharEntityImpl_mCE63160635693B3E2C37693BE3401796D86ECAD9(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextEncoder::WriteCharEntityImpl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder_WriteCharEntityImpl_mCE63160635693B3E2C37693BE3401796D86ECAD9 (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, String_t* ___strVal0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEB6890FC169A5D98961042EBCAD0677F2F0656F); s_Il2CppMethodInitialized = true; } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = __this->get_textWriter_0(); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_0, _stringLiteralCEB6890FC169A5D98961042EBCAD0677F2F0656F); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_1 = __this->get_textWriter_0(); String_t* L_2 = ___strVal0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_1, L_2); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_3 = __this->get_textWriter_0(); NullCheck(L_3); VirtActionInvoker1< Il2CppChar >::Invoke(11 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_3, ((int32_t)59)); return; } } // System.Void System.Xml.XmlTextEncoder::WriteEntityRefImpl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextEncoder_WriteEntityRefImpl_m44E81A5273CF2E965652A47A9C5BBEC629E8539E (XmlTextEncoder_tA6BBE279AC4571C495CD910D11CA79B33979ED0E * __this, String_t* ___name0, const RuntimeMethod* method) { { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = __this->get_textWriter_0(); NullCheck(L_0); VirtActionInvoker1< Il2CppChar >::Invoke(11 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_0, ((int32_t)38)); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_1 = __this->get_textWriter_0(); String_t* L_2 = ___name0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_1, L_2); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_3 = __this->get_textWriter_0(); NullCheck(L_3); VirtActionInvoker1< Il2CppChar >::Invoke(11 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_3, ((int32_t)59)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * XmlSchemaComplexType_get_ContentTypeParticle_m692124ACC5AB9FF5844FB13DE2A3AEBF6F9160A8_inline (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, const RuntimeMethod* method) { { XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * L_0 = __this->get_contentTypeParticle_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaComplexType_SetContentTypeParticle_m5EB7FB0694B5CC65C9DD124B303A25706FA45C74_inline (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * ___value0, const RuntimeMethod* method) { { XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * L_0 = ___value0; __this->set_contentTypeParticle_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaType_SetContentType_m2171B3C161C9515C768FE7A97706AAE5C715838E_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_contentType_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_SchemaType_m5E77A5AD91AC87BF6B8F26864E24C4F2BA244FD0_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___value0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___value0; __this->set_schemaType_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaElementDecl_set_ContentValidator_m3B5492EE4C0954E5FA732D03574FBB9576AD4E97_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___value0, const RuntimeMethod* method) { { ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_0 = ___value0; __this->set_contentValidator_18(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAny_set_ProcessContents_m804608BAD4683FA309A85BDDD7E70C00EB536A33_inline (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_processContents_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * XmlSchemaAny_get_NamespaceList_mC0548A81B75CA26BD0301B453E6EA25C5A4670CF_inline (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, const RuntimeMethod* method) { { NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_0 = __this->get_namespaceList_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAnyAttribute_set_ProcessContents_m202657E297C999EE920D0018F858EE312623B1E9_inline (XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_processContents_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaComplexType_SetAttributeWildcard_m675937DFE12A53A087F68AFB317DF665D8E997F1_inline (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___value0, const RuntimeMethod* method) { { XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * L_0 = ___value0; __this->set_attributeWildcard_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaElementDecl_set_AnyAttribute_m5937BBB3D6CCC2263AE4B778A6B3B9E3A2586E74_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___value0, const RuntimeMethod* method) { { XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * L_0 = ___value0; __this->set_anyAttribute_19(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * SchemaElementDecl_get_ContentValidator_m1AFD6086B0FB2DF11CC1185D8335E1AAD80AED9E_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_0 = __this->get_contentValidator_18(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_value_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__HResult_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaFacet_set_FacetType_mB20237494DD59D12E79D4127ADD2DDA76B595156_inline (XmlSchemaFacet_t573C0D6C490EC4BD2D0AF19D2BA11C47A4EE713F * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_facetType_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlReaderSettings_GetXmlResolver_mE28769077AE9F6D961723B225E0FCA918B47B64E_inline (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method) { { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = __this->get_xmlResolver_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IsXmlResolverSet_m4374404167E732ADF4FF5D5699DA1A2763B4A048_inline (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsXmlResolverSetU3Ek__BackingField_18(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ValidationEventArgs_get_Severity_m76F16371C2A4550B55BFF504FC1D1B2FC5CEAD07_inline (ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_severity_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * ValidationEventArgs_get_Exception_m01CDAE32415DBC8A32EFA7CA548E09F9414324B0_inline (ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * __this, const RuntimeMethod* method) { { XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_0 = __this->get_ex_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * XmlSchemaComplexType_get_AnyType_mA0CD7701AE1FDD32DDAD42AB465C22DBF72DD7AE_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_0 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_anyTypeLax_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlSchemaProviderAttribute_get_IsAny_mE60F09FFF0166F13CAC954CDEC2C3BFC3F29E028_inline (XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isAny_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_IsAny_m97FF3BBB5242E073B3440984B64310998AA481DD_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isAny_13(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaProviderAttribute_get_MethodName_mC610821DDEC846739FA23F0024596AB1F1701984_inline (XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__methodName_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlMapping_get_Namespace_mC81A8F368DA39CCD355792888D951BE2A8B21835_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__namespace_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlRootAttribute_get_Namespace_m0A911502725F9726BDDEE6EE3F38D02DA70097BD_inline (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_XmlTypeNamespace_mCC9D834DE18EC580BDB4C3D8727AE767941DE852_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_xmlTypeNamespace_7(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_XmlType_mDB3803CE186E73CECA8D0F1F9A91A90F546BBB34_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_xmlType_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchema_get_Id_m59A008F6B2ACE2EAA4A96029AE00733541A2C770_inline (XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_id_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * CollectionFixup_get_Id_m47E055D9B1DCC5DFB45D8A72DDB2C836E9779144_inline (CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_id_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CollectionFixup_set_CollectionItems_m4AE94700267923AB9BCCFCE8FBC8BB115B599A8D_inline (CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_collectionItems_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * XmlSerializationReader_get_Reader_m2460EA5DC3A25307760012A154D7FCDD3864034E_inline (XmlSerializationReader_t6E81B5E062BBB91CE09BB405F96E262A2D2893CD * __this, const RuntimeMethod* method) { { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A * CollectionFixup_get_Callback_mBDDBBF6D2CF598A2B5DEC2A332673A5718806083_inline (CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * __this, const RuntimeMethod* method) { { XmlSerializationCollectionFixupCallback_t88A34696BDDF37FD897F180858064DF7EF750B1A * L_0 = __this->get_callback_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * CollectionFixup_get_Collection_m64C85652B2AE1410C9E390E85A237906F6BBEEC0_inline (CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_collection_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__key_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeArray * CollectionItemFixup_get_Collection_mFCE4197BDE067DAA25F0BEED5CCFB7DA2594D915_inline (CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D * __this, const RuntimeMethod* method) { { RuntimeArray * L_0 = __this->get_list_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CollectionItemFixup_get_Id_mC0BCE340A91ABE4A1EFEA23CC3FCC11F814030E4_inline (CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_id_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CollectionItemFixup_get_Index_mBA4CBC3F3781B66DE02F076EC9744AD5141A9641_inline (CollectionItemFixup_t70D993957A8584ED873E7BD74DC98ECE1101DB2D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_index_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * CollectionFixup_get_CollectionItems_m7B8A225C353E6B6C2639D7086C2FAC03F064D5AB_inline (CollectionFixup_t89B63EF27FF0C97725BA984F06E6C18D67FC482E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_collectionItems_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 * Fixup_get_Callback_mF8794F68FBAA9531BB1BC8779DEBEF7720A81C1F_inline (Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * __this, const RuntimeMethod* method) { { XmlSerializationFixupCallback_t20E0CC9B652B1BC41D75F4793FD87671D166E549 * L_0 = __this->get_callback_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_sType_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlMapping_get_Format_m0BD59E05857D8D2A3935324DBCBF819F234A38CC_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_format_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * XmlMapping_get_RelatedMaps_m539C9707CDB76DF2DA83F24740675E7333806A9C_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_relatedMaps_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method) { { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = __this->get_type_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_XmlType_m97D3C310989DEA0D8C5DDE2A74BA1866DA7E5C99_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_xmlType_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlMapping_get_ElementName_m325D48DC1385A3577E5B4948F1F116861A215CEF_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__elementName_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlMembersMapping_get_HasWrapperElement_m643EF14F5316338EFDF707D03FF4155F77D796B6_inline (XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__hasWrapperElement_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method) { { ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_0 = __this->get_map_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ClassMap_get_AllMembers_m6EBB1FEF5A4D39A7527639AEF01F4CDB1E35E223_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__allMembers_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method) { { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = __this->get__typeData_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_IsAny_m50C4E9738DA12F62C74B20249D4734ECC687D53D_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isAny_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_IsNullable_m6D33C6268FC29BB83BE77AB5674C9DAD26775BAE_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNullable_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * ClassMap_get_DefaultAnyAttributeMember_mEA48DF88BD497428C81F42EA1F8C0D37746AB452_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * L_0 = __this->get__defaultAnyAttribute_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlTypeMapMemberAttribute_get_MappedType_m4FF3D549D898A9802891F1E758238E20F444264F_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, const RuntimeMethod* method) { { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_0 = __this->get__mappedType_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * ClassMap_get_NamespaceDeclarations_m9CCDF4FDDFFA9A2C29FD5A31561691F96ADC606C_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * L_0 = __this->get__namespaceDeclarations_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ClassMap_get_ElementMembers_m30583103C73D6B9FCB936FF39D814F8D381910D1_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__elementMembers_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ClassMap_get_ReturnMember_m0BF740CEFB3B5F1AEC0BDDDF99F6CA4B755DB830_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_0 = __this->get__returnMember_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ClassMap_get_FlatLists_m74C78A01F6BD649F6353603E302D9FE8C49FB1BC_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__flatLists_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapMemberExpandable_get_FlatArrayIndex_m41F8CCE549192D09472AFA720EF9918AF8879E17_inline (XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__flatArrayIndex_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberElement_get_ChoiceMember_m9AE51BC723134EEB149DDE1F6190E14508A56FA4_inline (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__choiceMember_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapMemberElement_get_ChoiceTypeData_mC313A289BD877BBD3B2795E4935499DF8D520B4E_inline (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, const RuntimeMethod* method) { { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = __this->get__choiceTypeData_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * XmlTypeMapElementInfo_get_Member_mC047543E3D4931DD2947B6C9191D6F3A821A5BFB_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_0 = __this->get__member_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_Index_mDCBAA3BBAA60FD1947693FE47D2D96E844FEFB0F_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__index_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapElementInfo_get_ExplicitOrder_m9A9825D9DF0149E8280C06E9C42F94FC066B613B_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__explicitOrder_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* Fixup_get_Ids_m114528877A785022716C25DCF1BD03B65AA68C6A_inline (Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * __this, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_ids_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = __this->get__type_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeData_get_FullTypeName_mFFCC7D2CB2D25AB7EB9FB3B395515A52B19D9A29_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_fullTypeName_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_0 = __this->get__mappedType_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isNullable_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * XmlTypeMapElementInfo_get_ChoiceValue_m76212C3475099487DB1A4BF6AFB9FE3E2C04D8B1_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__choiceValue_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeData_get_XmlType_m79314EDB6142712A3C0EFB1BAE5316BFDD01E088_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_elementName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * ClassMap_get_DefaultAnyElementMember_m3FF5F1B6EF3A488EA54788B9E835779B8347FE51_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_0 = __this->get__defaultAnyElement_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ClassMap_get_XmlTextCollector_mCD1E9DCA3A54BCEA7DB7F1E0175508C08677849E_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_0 = __this->get__xmlTextCollector_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * XmlTypeMapMemberFlatList_get_ListMap_mB29ED2E0F2F91D5FC005F9CDAAEC3801B577E401_inline (XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * __this, const RuntimeMethod* method) { { ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_0 = __this->get__listMap_15(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ClassMap_get_ListMembers_m04EA267FFB434D2D36C1A4C50FF8DF6F7BDA8FDF_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__listMembers_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Fixup_get_Source_m35271BD8569B8556C5E6971FC3606A0148C68911_inline (Fixup_tC29AF2849DF70A12E99CE1ECE316CB1687D4FC5B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_source_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TypeData_get_HasPublicConstructor_mD6E6F5C1F97AC1EC4AADCFDD09A894F9F65E5882_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_hasPublicConstructor_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_GlobalIndex_mF1D72247C11FD8473853C825689B2AB199133557_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__globalIndex_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * ListMap_get_ItemInfo_mA9B850D7B956E576FEDE1CBEFD168EC5556A971C_inline (ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * __this, const RuntimeMethod* method) { { XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_0 = __this->get__itemInfo_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * XmlSerializationWriter_get_Writer_m18BE843E822DCE7351779E78593AD28A8D6FF17E_inline (XmlSerializationWriter_t6B1FD506E5C0AF1E0B6060D1AF58E4CDF6A5272F * __this, const RuntimeMethod* method) { { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = __this->get_writer_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_AttributeName_mBAAB2635861C23CB95E96133A90677DB2155CE4D_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__attributeName_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_Namespace_m70DC1AE33BBAE257F106DEF53FC0884B47A0EE3F_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__namespace_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * XmlTypeMapMember_get_DefaultValue_mF04F8459DD9A29473CF44E0C714FBED229BB2088_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__defaultValue_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_WrappedElement_m4485CE891C26213E758BD6D74ADF07C17C9450F3_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__wrappedElement_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__elementName_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__namespace_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_MultiReferenceType_m1CC9E9FBF8E50725CD969D26D3547A600E274079_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_multiReferenceType_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline (Exception_t * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get__innerException_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isLoading_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_clrTypeDefault_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_schemaType_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline (XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * __this, bool ___f0, const RuntimeMethod* method) { { bool L_0 = ___f0; __this->set_fSpecified_3(L_0); return; } }