#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "codegen/il2cpp-codegen.h" #include "icalls/mscorlib/System.Reflection/MemberInfo.h" #include "icalls/mscorlib/System.Reflection/MethodBase.h" #include "icalls/mscorlib/System.Reflection/Module.h" #include "icalls/mscorlib/System.Reflection/MonoCMethod.h" #include "icalls/mscorlib/System.Reflection/MonoEventInfo.h" #include "icalls/mscorlib/System.Reflection/MonoField.h" #include "icalls/mscorlib/System.Reflection/MonoMethod.h" #include "icalls/mscorlib/System.Reflection/MonoMethodInfo.h" #include "icalls/mscorlib/System.Reflection/MonoPropertyInfo.h" #include "icalls/mscorlib/System.Reflection/PropertyInfo.h" #include "icalls/mscorlib/System.Reflection/RtFieldInfo.h" #include "il2cpp-object-internals.h" 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 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 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 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 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 VirtActionInvoker6 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, 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); } }; 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 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 GenericVirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, 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 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 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 InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, 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 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); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, 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); } }; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89; // System.Action struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579; // System.Action`1 struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0; // System.AggregateException struct AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E; // System.ApplicationException struct ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4; // System.Attribute struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74; // System.BadImageFormatException struct BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9; // System.Boolean[] struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040; // System.Byte struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.ArrayList struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tBBA5E90AE431BF1D610CAF66DCFE680816FADCE7; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t67ED9AA4C018416C632B0BDA41EBF211D02756DF; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tD093F33167D9E273D36F86ED22C7341DC15B6868; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tBC628FDD5F986CFF75F491B7F4D0DA1DB3E5DA1B; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tFB65C9100A63F803C150CC987EAE9052109299D4; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tF1400BC633A87AD95EE2B262057753DD94951D85; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3A3A4B7D15CBA6836C24E1A27B905A7D24F7C33F; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tAE7A8756D8CF0882DD348DC328FB36FEE0FB7DD0; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9; // System.Collections.Generic.IList`1 struct IList_1_tE0C117F07E4E8ABEAD1951B553655F0835E9F485; // System.Collections.Generic.IList`1 struct IList_1_tD431CA53D2DA04D533C85B6F283DF4535D06B9FC; // System.Collections.Generic.IList`1 struct IList_1_t6CC82F01278D7AA7C3DC2939506F0C54E06AAADE; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D; // System.Collections.Generic.List`1 struct List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9; // System.Collections.Generic.List`1 struct List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB; // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A; // System.Collections.ICollection struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027; // System.Collections.IEnumerator struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A; // System.Collections.IEqualityComparer struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.EventArgs struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E; // System.Exception struct Exception_t; // System.Exception[] struct ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209; // System.FieldAccessException struct FieldAccessException_tBFF096C9CF3CA2BF95A3D596D7E50EF32B178BDF; // System.FormatException struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC; // System.Func`1 struct Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t185FBBAFD46813778C35A8D4A5FA3AFB4FC0E14C; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t9FE43757FE22F96D0EA4E7945B6D146812F2671F; // System.Globalization.Calendar struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5; // System.Globalization.CodePageDataItem struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB; // System.Globalization.CompareInfo struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1; // System.Globalization.CultureData struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD; // System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8; // System.Globalization.SortVersion struct SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71; // System.Globalization.TextInfo struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8; // System.IAsyncResult struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598; // System.IFormatProvider struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901; // System.IO.BinaryReader struct BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969; // System.IO.EndOfStreamException struct EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F; // System.IO.FileStream struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418; // System.IO.PinnedBufferMemoryStream struct PinnedBufferMemoryStream_t2B64686A5B889DF38F012632D00C933752FE5A25; // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80; // System.IO.UnmanagedMemoryStream struct UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E; // System.Int32 struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1; // System.LocalDataStoreHolder struct LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9; // System.MemberAccessException struct MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0; // System.MethodAccessException struct MethodAccessException_tD507764699290F19BF6AF6DEE1E0068927E428EB; // System.MonoTypeInfo struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D; // System.MulticastDelegate struct MulticastDelegate_t; // System.NotImplementedException struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010; // System.ObjectDisposedException struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; // System.Predicate`1 struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979; // System.Predicate`1 struct Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335; // System.Reflection.Assembly struct Assembly_t; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E; // System.Reflection.AssemblyName struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759; // System.Reflection.ConstructorInfo struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF; // System.Reflection.CustomAttributeData/LazyCAttrData struct LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38; // System.Reflection.EventInfo struct EventInfo_t; // System.Reflection.EventInfo/AddEventAdapter struct AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B; // System.Reflection.ExceptionHandlingClause struct ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8; // System.Reflection.ExceptionHandlingClause[] struct ExceptionHandlingClauseU5BU5D_tC562797E6F08E0B84335620BBEB44D2C1AC7330C; // System.Reflection.FieldInfo struct FieldInfo_t; // System.Reflection.ICustomAttributeProvider struct ICustomAttributeProvider_tA83E69D2C560A6EF8DDA8C438BD4C80C2EA03D55; // System.Reflection.InvalidFilterCriteriaException struct InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA; // System.Reflection.LocalVariableInfo struct LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C; // System.Reflection.LocalVariableInfo[] struct LocalVariableInfoU5BU5D_t59D4B45F1DDB1A9EEC64CBDC9196352CE87AF7F4; // System.Reflection.ManifestResourceInfo struct ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B; // System.Reflection.MemberFilter struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MemberInfoSerializationHolder struct MemberInfoSerializationHolder_t86805EF45CB9FB7986619A3F3625A2A3B6C1B641; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodBody struct MethodBody_t900C79A470F33FA739168B232092420240DC11F2; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B; // System.Reflection.Missing struct Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7; // System.Reflection.Module struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7; // System.Reflection.Module[] struct ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E; // System.Reflection.MonoAssembly struct MonoAssembly_tF772D342A52019C494DBB9658F721AF7C6C6B67B; // System.Reflection.MonoCMethod struct MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61; // System.Reflection.MonoEvent struct MonoEvent_t; // System.Reflection.MonoField struct MonoField_t; // System.Reflection.MonoMethod struct MonoMethod_t; // System.Reflection.MonoModule struct MonoModule_tEFA7FD29D1F0D372F9BB2474FA77E2520BE63855; // System.Reflection.MonoParameterInfo struct MonoParameterInfo_tA4643BB90FBF18515A8935633264C09999B5A613; // System.Reflection.MonoProperty struct MonoProperty_t; // System.Reflection.MonoProperty/GetterAdapter struct GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711; // System.Reflection.ParameterInfo struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694; // System.Reflection.Pointer struct Pointer_t0E8D14E10E1DF10DCA07E2C5BA05B89BF369EC9D; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Reflection.ReflectionTypeLoadException struct ReflectionTypeLoadException_t1306B3A246E2959E8F23575AAAB9D59945314115; // System.Reflection.RtFieldInfo struct RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579; // System.Reflection.RuntimeAssembly struct RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1; // System.Reflection.RuntimeConstructorInfo struct RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D; // System.Reflection.RuntimeEventInfo struct RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09; // System.Reflection.RuntimeFieldInfo struct RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7; // System.Reflection.RuntimeMethodInfo struct RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E; // System.Reflection.RuntimeModule struct RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD; // System.Reflection.RuntimeParameterInfo struct RuntimeParameterInfo_t9C57640E9B048F12D422C39B1A4D4BAD39684AD6; // System.Reflection.RuntimePropertyInfo struct RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4; // System.Reflection.StrongNameKeyPair struct StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD; // System.Reflection.TargetException struct TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E; // System.Reflection.TargetInvocationException struct TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8; // System.Reflection.TargetParameterCountException struct TargetParameterCountException_tD37468C4274D530299F22A615027D88EA86F3C3C; // System.Reflection.TypeFilter struct TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18; // System.Reflection.TypeInfo struct TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC; // System.ReflectionOnlyType struct ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5; // System.ResolveEventArgs struct ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D; // System.ResolveEventHandler struct ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5; // System.Resources.FastResourceComparer struct FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63; // System.Resources.FileBasedResourceGroveler struct FileBasedResourceGroveler_t5388832AB2A2451FCFA494B4BC4DA20F07B1E5C9; // System.Resources.IResourceGroveler struct IResourceGroveler_tCEF78094E38045CAD9EFB296E179CCDFDCB94C44; // System.Resources.IResourceReader struct IResourceReader_t32EA6DD358C3793C4E0BCD3B940EEFD52E7481BE; // System.Resources.ManifestBasedResourceGroveler struct ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3; // System.Resources.MissingManifestResourceException struct MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261; // System.Resources.MissingSatelliteAssemblyException struct MissingSatelliteAssemblyException_t98014B55F8D76D2D98243B3345BF19043B502120; // System.Resources.NeutralResourcesLanguageAttribute struct NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26; // System.Resources.ResourceFallbackManager struct ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2; // System.Resources.ResourceFallbackManager/d__5 struct U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE; // System.Resources.ResourceManager struct ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF; // System.Resources.ResourceManager/CultureNameResourceSetPair struct CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074; // System.Resources.ResourceManager/ResourceManagerMediator struct ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80; // System.Resources.ResourceReader struct ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442; // System.Resources.ResourceReader/ResourceEnumerator struct ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1; // System.Resources.ResourceSet struct ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE; // System.Resources.RuntimeResourceSet struct RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373; // System.Resources.SatelliteContractVersionAttribute struct SatelliteContractVersionAttribute_tF05E6DCCDC8C9ED9EC7611F1EDBA5295AA24EBA3; // System.Runtime.CompilerServices.AsyncMethodBuilderCore/<>c struct U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079; // System.Runtime.CompilerServices.AsyncMethodBuilderCore/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t91BE7D82E3148DC17AD2CF3AFA190EE3018F2368; // System.Runtime.CompilerServices.AsyncMethodBuilderCore/ContinuationWrapper struct ContinuationWrapper_tCC429E05B578FB77DAD5970B18B3DD07748DB201; // System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner struct MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A; // System.Runtime.CompilerServices.AsyncStateMachineAttribute struct AsyncStateMachineAttribute_t71790D316286529022E8E3342C82150023358A00; // System.Runtime.CompilerServices.DateTimeConstantAttribute struct DateTimeConstantAttribute_t4E7414CDD051958BEA1F01140F38441AA442D9BE; // System.Runtime.CompilerServices.DecimalConstantAttribute struct DecimalConstantAttribute_t3DFC057911F4AF28AD6A0472300EBE4C038BD9B5; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_tEFDFBE18E061A6065AB2FF735F1425FB59F919BC; // System.Runtime.CompilerServices.StateMachineAttribute struct StateMachineAttribute_t0F08DD69D5AB4A30C6A13E245143DD5335A4DA93; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A; // System.Runtime.InteropServices.InAttribute struct InAttribute_t753C98BE87DB84ECCEEB09841007A0D30C8B8A91; // System.Runtime.InteropServices.MarshalAsAttribute struct MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020; // System.Runtime.InteropServices.OptionalAttribute struct OptionalAttribute_t9C49E42A48E6C513B8CFB077C07C7AEF7AF96113; // System.Runtime.InteropServices.OutAttribute struct OutAttribute_t171E39DD5144590B737DC30724E1886B20B1E94D; // System.Runtime.InteropServices.PreserveSigAttribute struct PreserveSigAttribute_t60367CFFE2AFD385EAC54659911B50279DFFA576; // System.Runtime.InteropServices.SafeBuffer struct SafeBuffer_t9C39972A6152D9B18D97894AF4EB871581B64208; // System.Runtime.Remoting.Messaging.IllogicalCallContext struct IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179; // System.Runtime.Remoting.Messaging.LogicalCallContext struct LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E; // System.Runtime.Serialization.Formatters.Binary.BinaryFormatter struct BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A; // System.Runtime.Serialization.ISurrogateSelector struct ISurrogateSelector_t4C99617DAC31689CEC0EDB09B067A65E80E1C3EA; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4; // System.Runtime.Serialization.SerializationException struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26; // System.RuntimeType struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F; // System.RuntimeType[] struct RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2; // System.Security.Policy.Evidence struct Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307; // System.Security.Principal.IPrincipal struct IPrincipal_t63FD7F58FBBE134C8FE4D31710AAEA00B000F0BF; // System.String struct String_t; // System.StringComparer struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782; // System.Text.Decoder struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26; // System.Text.DecoderFallback struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60; // System.Text.EncoderFallback struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63; // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4; // System.Text.StringBuilder struct StringBuilder_t; // System.Threading.AsyncLocal`1 struct AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A; // System.Threading.ContextCallback struct ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676; // System.Threading.ExecutionContext struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70; // System.Threading.InternalThread struct InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01; // System.Threading.SynchronizationContext struct SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7; // System.Threading.Tasks.StackGuard struct StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9; // System.Threading.Tasks.Task struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08; // System.Threading.Tasks.TaskFactory struct TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t90DBF289FBDBB845B0FA55E1773164F06FBDEA17; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t3C0D0DC20C0FC00DE4F8740B351BE642467AB03D; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114; // System.Threading.Tasks.Task`1 struct Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439; // System.Threading.Tasks.Task`1 struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87; // System.Threading.Tasks.Task`1[] struct Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20; // System.Threading.Tasks.Task`1 struct Task_1_t1359D75350E9D976BFA28AD96E417450DE277673; // System.Threading.Thread struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7; // System.Threading.WaitCallback struct WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC; // System.Type struct Type_t; // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; // System.UInt32[] struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB; // System.Version struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; IL2CPP_EXTERN_C RuntimeClass* Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskCache_t34A97832FCD6948CE68777740FA37AEAB550E6CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContinuationWrapper_tCC429E05B578FB77DAD5970B18B3DD07748DB201_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeConstantAttributeU5BU5D_t8F882399C872C247B13FD331A892F3D74E211021_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debugger_t3DB04278A3AA5DF846CC56744D05F18B7037C22E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DecimalConstantAttributeU5BU5D_t09AAA89FCE1454592C73A0B3929DFEA7BB77B5AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_t6F9F47471790520EF40F48CC2E4E81181CB152D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FieldAccessException_tBFF096C9CF3CA2BF95A3D596D7E50EF32B178BDF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileBasedResourceGroveler_t5388832AB2A2451FCFA494B4BC4DA20F07B1E5C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsyncStateMachine_tEFDFBE18E061A6065AB2FF735F1425FB59F919BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t225D30F8B9E4D8415BFC4EC87D4FC76D173B4D94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t3A3A4B7D15CBA6836C24E1A27B905A7D24F7C33F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t586EAFA658B0D4EC3217A68ABF8E593C58CD3F5D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t6CC82F01278D7AA7C3DC2939506F0C54E06AAADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IReflectableType_tF55476BF742AEF844DFDD64066D7CB2DE3FFE147_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IResourceGroveler_tCEF78094E38045CAD9EFB296E179CCDFDCB94C44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IResourceReader_t32EA6DD358C3793C4E0BCD3B940EEFD52E7481BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Il2CppComObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InAttribute_t753C98BE87DB84ECCEEB09841007A0D30C8B8A91_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MethodAccessException_tD507764699290F19BF6AF6DEE1E0068927E428EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MethodBase_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MethodInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MissingSatelliteAssemblyException_t98014B55F8D76D2D98243B3345BF19043B502120_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoParameterInfo_tA4643BB90FBF18515A8935633264C09999B5A613_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OptionalAttribute_t9C49E42A48E6C513B8CFB077C07C7AEF7AF96113_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OutAttribute_t171E39DD5144590B737DC30724E1886B20B1E94D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PinnedBufferMemoryStream_t2B64686A5B889DF38F012632D00C933752FE5A25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Pointer_t0E8D14E10E1DF10DCA07E2C5BA05B89BF369EC9D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PreserveSigAttribute_t60367CFFE2AFD385EAC54659911B50279DFFA576_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResourceTypeCode_tA537CB9022C694C64F302FBF745E2914927F21BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SatelliteContractVersionAttribute_tF05E6DCCDC8C9ED9EC7611F1EDBA5295AA24EBA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TargetParameterCountException_tD37468C4274D530299F22A615027D88EA86F3C3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass4_0_t91BE7D82E3148DC17AD2CF3AFA190EE3018F2368_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral029F3EE4401AC5A443159B6FAB15E6003CC3980C; IL2CPP_EXTERN_C String_t* _stringLiteral0C35D933E364055A0459508E8F0348147A62D311; IL2CPP_EXTERN_C String_t* _stringLiteral0CEA5F04AFC69A0AAED963AE993BFDCCB5511489; IL2CPP_EXTERN_C String_t* _stringLiteral11F6AD8EC52A2984ABAAFD7C3B516503785C2072; IL2CPP_EXTERN_C String_t* _stringLiteral174D2AF7BB8BD5972E53A96D3B48C2590171801A; IL2CPP_EXTERN_C String_t* _stringLiteral17F02945AA4BE55589522E255E9D67E8C0B1D3D0; IL2CPP_EXTERN_C String_t* _stringLiteral18DDD077CFA2954859F175D0B269B6139F6C8DFF; IL2CPP_EXTERN_C String_t* _stringLiteral1B2A39BB44C500611633F07E4EA8F7D492A9BB57; IL2CPP_EXTERN_C String_t* _stringLiteral1C8728773F47B06B3495EFEE77C3BE7FB67037E3; IL2CPP_EXTERN_C String_t* _stringLiteral1C8D81506A5291DBB0387C737FDF626D63480060; IL2CPP_EXTERN_C String_t* _stringLiteral1CA1992D2EA109188AB1A1D69CF9F2E12C3BEFE3; IL2CPP_EXTERN_C String_t* _stringLiteral1D9C785179BEA8325529C0DCA72123E6B21A1AF7; IL2CPP_EXTERN_C String_t* _stringLiteral1F3EFB81810F1CAF5580A5FD19FF636A14A6C9B4; IL2CPP_EXTERN_C String_t* _stringLiteral1F6BF92BD503484B667BB1D862FD10AF914D8A56; IL2CPP_EXTERN_C String_t* _stringLiteral21C797E036BF0A8424A77BFF225A71ED72C6D1F9; IL2CPP_EXTERN_C String_t* _stringLiteral22CDFF94926E3431D43B6EE1C2143FB9826FA38C; IL2CPP_EXTERN_C String_t* _stringLiteral22EC0567FF74921E9C49380CA69F2B6ED84767F8; IL2CPP_EXTERN_C String_t* _stringLiteral2362358F0604374E643D9238C9FFECE732A9A33D; IL2CPP_EXTERN_C String_t* _stringLiteral23B577C1B9648E9F346C982453922161E5D89FEB; IL2CPP_EXTERN_C String_t* _stringLiteral2568106180D33B44E822048485B518F60844E6F1; IL2CPP_EXTERN_C String_t* _stringLiteral256DAE5FE812DD0A653073C3C142A5D806F220A4; IL2CPP_EXTERN_C String_t* _stringLiteral28ED3A797DA3C48C309A4EF792147F3C56CFEC40; IL2CPP_EXTERN_C String_t* _stringLiteral2F32BE1DC74166373C988EC03B0BD86F0A576919; IL2CPP_EXTERN_C String_t* _stringLiteral30522AC2A7F7392F3CCCE1A0F2321D09993866FA; IL2CPP_EXTERN_C String_t* _stringLiteral3347C061FDDDFF5883F6701957220038AFEC5A2B; IL2CPP_EXTERN_C String_t* _stringLiteral35487AB161CD1140886433355A00069DB1F9831F; IL2CPP_EXTERN_C String_t* _stringLiteral35F1E58B08D4CDF80779B991D9BFE2258616A0C7; IL2CPP_EXTERN_C String_t* _stringLiteral3B2735839D1797305D98210526CD0E0525FA22A9; IL2CPP_EXTERN_C String_t* _stringLiteral3E5FE015375B68C60BEFD254E4B639475A73E6CA; IL2CPP_EXTERN_C String_t* _stringLiteral429E5FA4D1D7144F34D28671D44DCF82BA6A3ADD; IL2CPP_EXTERN_C String_t* _stringLiteral42CBDB3C55980503B68E044C73B768E2C1557D44; IL2CPP_EXTERN_C String_t* _stringLiteral43CD1760645DEAC8D9320A491A0AA53D189F6230; IL2CPP_EXTERN_C String_t* _stringLiteral43F97F33EA91C69C11EE40E92235DD5716176251; IL2CPP_EXTERN_C String_t* _stringLiteral44BB5481C551EF34AF29419160659641C127D3BC; IL2CPP_EXTERN_C String_t* _stringLiteral4A195255DC08C81DE3B003BDA2BCA9EB80DD24C0; IL2CPP_EXTERN_C String_t* _stringLiteral4A20CCE9C1BDF3FC0E6CCD2AD39C691DCF65D534; IL2CPP_EXTERN_C String_t* _stringLiteral4A64F09C12EA2942AB28BED390AA4F90A659A94C; IL2CPP_EXTERN_C String_t* _stringLiteral4AEC5D0A8B19CED88792A4A0C1E652F4023683E8; IL2CPP_EXTERN_C String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1; IL2CPP_EXTERN_C String_t* _stringLiteral5086B2495A91E046E91EA45D0C9C01209DF905D6; IL2CPP_EXTERN_C String_t* _stringLiteral51E98139F888B5A53F9A494E7DC9170545E25ABD; IL2CPP_EXTERN_C String_t* _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889; IL2CPP_EXTERN_C String_t* _stringLiteral5BEB5AE1D166654B7983C61EC86FD72362C42DA2; IL2CPP_EXTERN_C String_t* _stringLiteral5CD7E29C88170AA3F16281E0DBF5772C137F6D8D; IL2CPP_EXTERN_C String_t* _stringLiteral5CE35185A9E2F2748800F6D0FCFD78A99BF75027; IL2CPP_EXTERN_C String_t* _stringLiteral5DF1FD1F43BB24443DE17E3357A31169F3FEAC32; IL2CPP_EXTERN_C String_t* _stringLiteral657C0B7E14F633A8AA5B900123E37377F690789D; IL2CPP_EXTERN_C String_t* _stringLiteral672E8F4CE93C075F32B4FD6C0D0EDAC1BDDB9469; IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C; IL2CPP_EXTERN_C String_t* _stringLiteral6B41F8DF91382F708E7DF786E09102A59A193AF2; IL2CPP_EXTERN_C String_t* _stringLiteral6B5ACC30C336528ED44EBCB459A14C54F3F17E21; IL2CPP_EXTERN_C String_t* _stringLiteral6D6A3B4A8C86B1FD46513CE15065F6AF3BF94832; IL2CPP_EXTERN_C String_t* _stringLiteral6E44E2CD88672C8AC9DEAAC0C530D7FBA085294E; IL2CPP_EXTERN_C String_t* _stringLiteral6EAE3A5B062C6D0D79F070C26E6D62486B40CB46; IL2CPP_EXTERN_C String_t* _stringLiteral700336D6AF60425DC8D362092DE4C0FFB8576432; IL2CPP_EXTERN_C String_t* _stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA; IL2CPP_EXTERN_C String_t* _stringLiteral712E0867A2755B8423E6661986CB5B5C088740AF; IL2CPP_EXTERN_C String_t* _stringLiteral7196F9424C11A2DE39CB9FB5096C95E524F5CA45; IL2CPP_EXTERN_C String_t* _stringLiteral7360E6CAA9AC7B5C21FC65FD85D96A21CE101D7B; IL2CPP_EXTERN_C String_t* _stringLiteral76EA234FF85F5DC904ED1A3A148634B5830A0BF1; IL2CPP_EXTERN_C String_t* _stringLiteral793A20E2A24A2D530A3768C4A8BE84AD914B73EE; IL2CPP_EXTERN_C String_t* _stringLiteral7947B0DD226958AFE502F055E9639C493F8D6881; IL2CPP_EXTERN_C String_t* _stringLiteral798275C17944BDA73AC13CB181018C138194815A; IL2CPP_EXTERN_C String_t* _stringLiteral7A096ECE5B61FA29CEBC19113AA00717BCABFDB8; IL2CPP_EXTERN_C String_t* _stringLiteral7BDBF521F87528084F932B75114A878088843462; IL2CPP_EXTERN_C String_t* _stringLiteral81CE577C39B97F7417D4F279C8C846D1D2962069; IL2CPP_EXTERN_C String_t* _stringLiteral8279D9BC2E8284FE5636C0E64A65B0D1CA9A5267; IL2CPP_EXTERN_C String_t* _stringLiteral832516C0534BD67EE81E26D6F23DB40E1291FDB2; IL2CPP_EXTERN_C String_t* _stringLiteral85A227CD4E299FBF0B9D68FC5BEDC2559DDED4AE; IL2CPP_EXTERN_C String_t* _stringLiteral867AAF45C7B96FA3910A313280ECCFAAF673B652; IL2CPP_EXTERN_C String_t* _stringLiteral86F7E437FAA5A7FCE15D1DDCB9EAEAEA377667B8; IL2CPP_EXTERN_C String_t* _stringLiteral888142687433D0F0BF99E16C8C64F9443FA1F35E; IL2CPP_EXTERN_C String_t* _stringLiteral8944FFAD1E8C07AABD7BA714D715171EAAD5687C; IL2CPP_EXTERN_C String_t* _stringLiteral8D8EBEB2763F2ECE125957688B5A7293D8810278; IL2CPP_EXTERN_C String_t* _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D; IL2CPP_EXTERN_C String_t* _stringLiteral91E9CF83666092E39B20650D8A44B52EC4FB23D7; IL2CPP_EXTERN_C String_t* _stringLiteral9282525C3AC5104620D74C00B4745E91D26EFD3C; IL2CPP_EXTERN_C String_t* _stringLiteral92E6062AA93DC5BC03D248525E0730F5BC6D54B9; IL2CPP_EXTERN_C String_t* _stringLiteral93B9E289E2842469D001ECCF7AD5D79F3C302DC9; IL2CPP_EXTERN_C String_t* _stringLiteral97C819393CBFF7FBC88BD3309A90830A75ECD1B1; IL2CPP_EXTERN_C String_t* _stringLiteral9AA56A8E1507753207961366FD6F9A4D25BD215F; IL2CPP_EXTERN_C String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B; IL2CPP_EXTERN_C String_t* _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE; IL2CPP_EXTERN_C String_t* _stringLiteralABC4CBDB653A5D1C17E3F134F74E1D9002A3DA72; IL2CPP_EXTERN_C String_t* _stringLiteralAD1852BE06E7B6D93686A9739B75F74C38883B56; IL2CPP_EXTERN_C String_t* _stringLiteralAFD6EADC1B6810FA1650AC3B4E0294321C5424BA; IL2CPP_EXTERN_C String_t* _stringLiteralB245F58149930DBC70CF0AA7D270B51BF8AD5B2F; IL2CPP_EXTERN_C String_t* _stringLiteralB296E8F80C9633D8A2939EA1FB4661BFDC65114A; IL2CPP_EXTERN_C String_t* _stringLiteralB33170825A0AD2201B4E3E4BB542EA043A1542BA; IL2CPP_EXTERN_C String_t* _stringLiteralB53892CE74609E5E9A6D355CDEB40DD746804A5B; IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6; IL2CPP_EXTERN_C String_t* _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8; IL2CPP_EXTERN_C String_t* _stringLiteralBC6D09F2B09480E176121D8D4797C168398422CE; IL2CPP_EXTERN_C String_t* _stringLiteralBEE2CF8DEE7C86B40D83F2124E62665E5C661319; IL2CPP_EXTERN_C String_t* _stringLiteralBF65796331DD9DE2F6AA736866D549D763A9B530; IL2CPP_EXTERN_C String_t* _stringLiteralC169539BFD4F3CCCA8FFDB4DD310F3117C71F9FA; IL2CPP_EXTERN_C String_t* _stringLiteralC570361B3F24759A9EBD7E62A8A84050BDB2FE15; IL2CPP_EXTERN_C String_t* _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97; IL2CPP_EXTERN_C String_t* _stringLiteralC764650B21ED9AE7B8BFE624A700037FF1C5D4BE; IL2CPP_EXTERN_C String_t* _stringLiteralC8A10A0E66686AE2F4AFFBDCBC7C6D19A791F3F0; IL2CPP_EXTERN_C String_t* _stringLiteralC8C4852C77984A04C6367357F65B4D8DE8DE1911; IL2CPP_EXTERN_C String_t* _stringLiteralC96980B50276C990274AE6D80BC3E6937D098144; IL2CPP_EXTERN_C String_t* _stringLiteralCB61F9B524B5529550CC74D1B865778C5190B46E; IL2CPP_EXTERN_C String_t* _stringLiteralCBA1840AEFA72C8A78202000968BA0A29298AF8E; IL2CPP_EXTERN_C String_t* _stringLiteralCD3DFBE79FDA3A9D92DE67B1BD4F1DC9F60AB723; IL2CPP_EXTERN_C String_t* _stringLiteralCDAD7FD4B360556918B8A02B82051C13CA02CD5F; IL2CPP_EXTERN_C String_t* _stringLiteralCF9026163D26EA91D52BCC2516F10CE8C6826952; IL2CPP_EXTERN_C String_t* _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9; IL2CPP_EXTERN_C String_t* _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46; IL2CPP_EXTERN_C String_t* _stringLiteralD4A52FDDB4D7E79BC73B43AF3EAA24978ADBEEBC; IL2CPP_EXTERN_C String_t* _stringLiteralD72DB4CC250EF021C860E82B51A67AE870B54422; IL2CPP_EXTERN_C String_t* _stringLiteralD78F771F7DF011E4DE822C326CFE53FF66C6AF5E; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDAF4A923626420FA50E11CDF1F69B7AC3A91A362; IL2CPP_EXTERN_C String_t* _stringLiteralDB45FFA411D5095A612F2CC5CBD135881E3D08EC; IL2CPP_EXTERN_C String_t* _stringLiteralDC548E95693775EB14E2808C61EE8D99AA169BB0; IL2CPP_EXTERN_C String_t* _stringLiteralE0743BE5BA0142E941C314FFDFCB2310166C8B9F; IL2CPP_EXTERN_C String_t* _stringLiteralE18D5C9C0F2C209367E78AB9DB933754EA826F10; IL2CPP_EXTERN_C String_t* _stringLiteralE4F12BE258AA9F83D4FB78A542EB328F4C655285; IL2CPP_EXTERN_C String_t* _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A; IL2CPP_EXTERN_C String_t* _stringLiteralE83FE36A9420EC51F8161EBE1CCD510017222EF5; IL2CPP_EXTERN_C String_t* _stringLiteralE908E287CEF26B413F6CFBDDCB372F6C4FCA8855; IL2CPP_EXTERN_C String_t* _stringLiteralEAE112E51241C5680C456AED935D78E97AD01F03; IL2CPP_EXTERN_C String_t* _stringLiteralEB86CD781B3FD011EAAB64C119D729D4FC181976; IL2CPP_EXTERN_C String_t* _stringLiteralEEEC90853FC9B89566DD858A99CEE46219C6FB39; IL2CPP_EXTERN_C String_t* _stringLiteralEEFF54445AA3727EABE759DA58AEA4B086D63F3C; IL2CPP_EXTERN_C String_t* _stringLiteralF0541457E2B7EF76AA2DDC177C44B4FF6B95E9C5; IL2CPP_EXTERN_C String_t* _stringLiteralF1F1425B65E5770C87BE308DD6BFEE4B3FA1B113; IL2CPP_EXTERN_C String_t* _stringLiteralF221811315A6A4EB975642C56E41ECFB1B78BF7A; IL2CPP_EXTERN_C String_t* _stringLiteralF5D7170CA58A034504729E0AC307E9720D84C763; IL2CPP_EXTERN_C String_t* _stringLiteralF71C50EF5EC03E10D614371E43A9C681B11BB786; IL2CPP_EXTERN_C String_t* _stringLiteralFACD81973298E2BF2602F9DBF18935872690CCEC; IL2CPP_EXTERN_C String_t* _stringLiteralFE7108815C48A040C1E12219912908BA726C3F19; IL2CPP_EXTERN_C String_t* _stringLiteralFF0DC1DAD56318E6F8F0BFF0816A963F4A1A9CCA; IL2CPP_EXTERN_C const RuntimeMethod* AsyncMethodBuilderCore_SetStateMachine_m92D9A4AB24A2502F03512F543EA5F7C39A5336B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskCache_CreateCacheableTask_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m0AF876A682791C78325B15BEE612FD3586E914F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskCache_CreateCacheableTask_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m5F5160505A6EE6A22FFF5538CA8FDEAF541CD461_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_m8CC12F7B6A27AFFE39709338214C83162CF8D315_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_mBD219CF220624C992AC67B976E3D8DCE381DF027_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_m69471716E68A2553BAA340A0A780CD6953E3ECD3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_mB90A654E7FBAE31DB64597AA0B3B5ED3712E2966_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ContinuationWrapper_Invoke_m38930D6BEE433B1BEE9F68D993515E80BB08E65E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeExtensions_GetCustomAttribute_TisNeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26_m0375FE67CEB360A0F6F7788A20645FC63D246D2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m182C36EC44ACCA67A2C60117E7E75516C3EADE89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m2DA1C6A89288329B197B5ADCCFC9C52EC4103456_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsValue_mF74660F05E60A26AAA49429B4DEC83F9D21BDC62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m537481311DAE1B92D7AEE832DF040976B4452AC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mD38CD097655DBED69787BE280C81E38279549A14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m2DBFD0C9BB2A9A4B2E9D9DDF5C724BF9847D4C3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m3ED72361A7CE26968996D1FEF8F9739E3EA00F7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mD43DF743618C13D3423CB1C156CCF6EA086F52D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileBasedResourceGroveler_CreateResourceSet_mAF96722BE8FEDB683DAC14FEE91E88F7750D4772_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileBasedResourceGroveler_GrovelForResourceSet_m15E5E318E28A515204A4872FA46175B5AC8877C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IntrospectionExtensions_GetTypeInfo_mB8CD288832A36F852B99899A8506689F9B0D8D09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0C361B9404181827FB957485806BE80991B0E980_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mFC4FA944BB38BD0F0432145F3D7FFB3C83CF90DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m272ED26319C09600B1B345D2B475BAA7504BAB7D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ManifestBasedResourceGroveler_CaseInsensitiveManifestResourceStreamLookup_m5D0F37E3842BCEAF9D0F308EEE7ADFD9C416BF65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ManifestBasedResourceGroveler_CreateResourceSet_mD41FB15678D106A250AD4EF420E87DD88C61507C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ManifestBasedResourceGroveler_GetNeutralResourcesLanguage_mA24984FDA62CA9C66C74FACBFAE5BD703167A3EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ManifestBasedResourceGroveler_HandleResourceStreamMissing_m6412E6B2D71AA4E73CBE197154C46879D99E38EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ManifestBasedResourceGroveler_HandleSatelliteMissing_mF1AAC4FD772935EAA3317F059F6AEE1F61D13F65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemberInfoSerializationHolder_GetObjectData_m61606EA38523A0E957F282F6FDA3A6C32F973DCD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemberInfoSerializationHolder_GetRealObject_mF395D348A0F1C3C136164A284D559227A1C16681_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemberInfoSerializationHolder_GetSerializationInfo_mC9529CDC67F8E6F4230BE5D77C57BC925718B869_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemberInfoSerializationHolder__ctor_m3C417946DDD111E06958A8D8862469E7AB51D979_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemberInfo_GetCustomAttributesData_m7E53B3C70B52B49C26F593E8477DFD3449900A2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemberInfo_get_Module_m3D0A742BE64B8BD057BFC3307EEC639C585F759E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MethodBase_GetGenericArguments_m119E2D695419E6B77E952FB4A4869248FDE4C4D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MethodBase_GetMethodBody_m2B779D234C6BCE385599BADD67DAC94189F22E10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MethodBase_GetMethodFromHandle_mA6FE34365BF5FA1A149499262C29FF23A55C8878_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MethodBase_get_IsSecurityCritical_mCB7DFEB7B27A81F2A3DACF9B7C10A14240BDEA34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MethodInfo_GetGenericArguments_m462C0A135169CE9652413E23E6F33805D0844AB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MethodInfo_GetGenericMethodDefinition_mDE6EB66DD7E8214FE03CE85402E2813B06674E64_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MethodInfo_MakeGenericMethod_mEA2F41C8A4323CC1CA928EAA43C67896D3DD8B35_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MethodInfo_get_ReturnType_mE7B46E2D5CDBBC2B020F3E12957576CE7EB66BCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Missing_System_Runtime_Serialization_ISerializable_GetObjectData_m7579189B12AFF9080CA0829F3ABDE1BA08F327D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Module_GetCustomAttributes_m6E5C390EA2A39F22F97998EFEF47104C91138523_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Module_GetCustomAttributes_mABC19822E261F625AC3B08F9CCFFD583D7876FDC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Module_GetObjectData_m81DBED447DE80D2D2D2FC78993C1CCEBB5898B14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Module_IsDefined_m654CB7C80A83019D597A8D3A0C592831D1D539C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Module_IsResource_m2BFBDC77DE774AA46D1271390F114E6FBB7C4C04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Module_filter_by_type_name_ignore_case_mEB66D173BE2A72B696425F36BAD3B8565EC05B3D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Module_filter_by_type_name_mA8EE473B29BFF299F7D07D39ED5C4E064461AC08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Module_get_Assembly_mA289C7E7A6C8332AEEBE73F48A4E66E7EE7EC3E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Module_get_ModuleVersionId_mC3EC38D93A962E01B4679ADE105620A75E19389C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Module_get_ScopeName_m28CFC5B3F5B1DD2BB86F3A9178FD101E488E266E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoAssembly_GetModule_m444FD4A5191840C55B50157B9B201ACE468823D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoAssembly_GetType_m5ABB66A67517DEC307A062F010070BDF7323DAE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoCMethod_DoInvoke_m0A2CC529EE6F914152DAFBE99DC145499326E382_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoCMethod_InternalInvoke_m981B9D0BB0DBCDB54D27FC9ACDD3AF3479380DCC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoCMethod_Invoke_mFF1B051F2442785A3EF1407793C4607941A54EF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoField_CheckGeneric_mD59862B12548B999D07F7C2AF14F651AAAAD69E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoField_GetValue_m1361629D5B0E75BBC9D087629416ECEC317DB901_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoField_SetValue_m55BF62F211A11FBB0CDEDC4E3E445CCFB49FC27A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoMethod_ConvertValues_m252AFD93859C08712283EE1491410084A08E4340_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoMethod_GetGenericMethodDefinition_m0392647C8B1059CF3026DBDC1C72C7B007D3C928_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoMethod_Invoke_mD791F247764DAE0188BA06FD1DA51525E8F2F394_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoMethod_MakeGenericMethod_mEBF68371AFE34D2EF8A0039E88735056559678B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoModule_GetObjectData_mA5382847675773B1B2AFC051FD6A8F84B3DD9D5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoProperty_CreateGetterDelegate_m504ED7987F57778082345F8E133624C831933FEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoProperty_GetValue_m3E8219333E6F2B49B3F8F50B420013C3BD4F9B6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoProperty_SetValue_m0E16DABEAFF152AE11C349742BDCE7A6BE3AAAF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MoveNextRunner_InvokeMoveNext_mDDBDFE3402137780DC55FEB4966D21E252679CED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MoveNextRunner_Run_m58F5A88A10853D5B1999E8B3A1CA15A55385C59F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NeutralResourcesLanguageAttribute__ctor_m877C44C215473FE36183B9E4DA2C18C8E81556EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterInfo_GetRealObject_m30868B933D7770C9B2DEA55F58EEBD0334192931_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParameterInfo_get_DefaultValue_m04AEE46F38B9C9EC512B04E902BD0F922CD3D575_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Pointer_Box_m3767F29A39AA6EB71BB272421E10D1CEA2F6D5F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyInfo_GetConstantValue_mDE667CA23F013B3B411DDF15E81E928AEF8B6ABB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyInfo_GetPropertyFromHandle_m619E6B97CADEA44DE0C3FCBD045E356A43FF2B0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyInfo_GetRawConstantValue_m1EE524BC2C6CEC4B56D5244494E614911BEA11D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionOnlyType_get_TypeHandle_m4D23CB68011E2196B42F6BC326A1C15C70ECA79A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionTypeLoadException_GetObjectData_m1927CF415C8078222C51F63E5FF32DBEE84B11AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceEnumerator_Reset_m0F5FE16F630FADD76B1B746EBDF42BA492238CD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceEnumerator_get_Entry_mFE1ABE5691EDD95C756BAD75AED222D2CA6FC9C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceEnumerator_get_Key_m0BB2A5342EF1CA72A6622BE68C137F423CD12BE4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceEnumerator_get_Value_m075AD61830CDC9263B4FB5B7002E5E44C0D0EE85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceManagerMediator__ctor_mEF961378C326F3D704A5D18AA5EF6126714F2944_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceManager_GetResourceSet_m4AA2D68D5711EC0403955162C3631F3A132BD4D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceManager_GetSatelliteContractVersion_mCB84CB98869B7E101080CAB51164BCBA002E003C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceManager_GetString_mA036F850F2C1CC4132BB35DC98D14434BF821F51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceManager__ctor_m8AD56F37694577CB52FB2EC2C1787B1051DB1EF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_AllocateStringForNameIndex_m1C5E953B681E1B33DE3519542B6E8F2FCC08B5F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_CompareStringEqualsName_m9D59E35DFD8AD902C319287BFAD9D1EAAFCF90EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_DeserializeObject_mEE6AF3D203FFEE20F86DD6468C5556467709D0D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_FindPosForResource_m5BF84B80BDC8951B4A2E2D44639C921E89073C7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_FindType_m336652B9B8E9AEA736F87783B9567F10401EED08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_GetEnumerator_mBDB435F09D42C1B9A3073379600FAE51958090F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_GetNamePosition_m60F4376D8A95E4A0D03A30793E84296E81514F62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_GetValueForNameIndex_m338A2D9EF12007CA2933D1F0425CA51A2CCD10A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_LoadObjectV1_mE75B7EABC5937183B865AB195145F9BE76B30349_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_LoadObjectV2_m69E0E901142A23D9198553FC3C8B085E4520594D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_LoadString_mB0C772B31F06AD45EC57F29486CDA6ECCACB4BF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_ReadResources_m872B83050219E10B4E6B13BF0CAFF9710DEE7A97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_SkipString_m46DC50BEA341252F80ED2AC5E1A1B2D9D58DEC33_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader__LoadObjectV2_mE4892C92DD8445C200121919397E9DD0365E1FD9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader__ReadResources_m91B54107F4DDCC4156EE89903F4125713B699C52_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceSet_GetCaseInsensitiveObjectInternal_mBED629356689D4FA89C8CF972091622005CA4850_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceSet_GetEnumeratorHelper_mFB1A5645584BF92F69F8211753D49874AA39F873_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceSet_GetObjectInternal_m64239DA3F131E1454744EBB16B5BA6DD7112E18E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceSet_GetString_m3E5C451C32D2C3B2CE788E4F912868D47188EC69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceSet_GetString_m44EAF4652DC89C3EC7A8B713AE2F1704050431AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RtFieldInfo_CheckConsistency_mE0D8B197A87EDE960233900D3D5751CA70107EC0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RtFieldInfo_SetValueDirect_m19EB7354E5FEEDDC27FA9792B132F7993755B349_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeAssembly_GetObjectData_m4176FBD0C615E99CCB246107239A8B526A038532_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeConstructorInfo_GetObjectData_m346B3126B997F9E5B202F7D2025C14AC298301F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeEventInfo_GetObjectData_mD0E2EB3D223DC356DC34EAAF9836A31D725B2A3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeFieldInfo_GetObjectData_m6B706CB3E8982403639AA854333AF751C3098D75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeMethodInfo_GetObjectData_m4D6BF2F0B8A19A47240EBFFD819BBAA14F6FB31D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimePropertyInfo_GetObjectData_mBF722CE791124C8681743FB850FE979DF8BEE468_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeResourceSet_GetEnumeratorHelper_m15ED969AD90F7F9906AC8AB086DACD9F8C44203F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RuntimeResourceSet_GetObject_mF51E5B04E39C773FCA4171BB9FFE99531ADC8307_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SatelliteContractVersionAttribute__ctor_mAACDBF264F0C4FEDBAD46709BA9138A531E81E98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CGetEnumeratorU3Ed__5_System_Collections_IEnumerator_Reset_m2CE55FE28B086721C27CF3ACD0250953A60DB59F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CThrowAsyncU3Eb__6_0_m2B3A1631A3AEB8646B94640F54C5A34CD082814F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CThrowAsyncU3Eb__6_1_mBC3B6AF8F28D1C685F5D416D84236AC10495B5E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass4_0_U3COutputAsyncCausalityEventsU3Eb__0_m102583FC03F581239A20EAD3F78A10192048B11E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeConstantAttribute_t4E7414CDD051958BEA1F01140F38441AA442D9BE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DecimalConstantAttribute_t3DFC057911F4AF28AD6A0472300EBE4C038BD9B5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Getter_2_t7105C2B322EA87E0EAE207ABB2E933E5CB4295FE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IntPtr_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* MemberInfoSerializationHolder_t86805EF45CB9FB7986619A3F3625A2A3B6C1B641_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* MonoProperty_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SatelliteContractVersionAttribute_tF05E6DCCDC8C9ED9EC7611F1EDBA5295AA24EBA3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* StaticGetter_1_t9AD236CD3851C7ADD0F90D96BCC47F7CB1082FD1_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017_0_0_0_var; IL2CPP_EXTERN_C const uint32_t AsyncMethodBuilderCore_CreateContinuationWrapper_mF34EF435AD6F1F24255D59B1CF4F9BE5853EFD44_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncMethodBuilderCore_GetCompletionAction_mB3B95AFDC67BFA14476429E35225C7221256DB6B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncMethodBuilderCore_OutputAsyncCausalityEvents_m990A7FDAB59D03EFCE7BF3AB57BA7669E38209A6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncMethodBuilderCore_PostBoxInitialization_mE935AC678191E0DD24290C8E986645E81BA18387_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncMethodBuilderCore_SetStateMachine_m92D9A4AB24A2502F03512F543EA5F7C39A5336B6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncMethodBuilderCore_ThrowAsync_m8E0BCAB5F06B0BCA2E34472B66754461FA188F31_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncMethodBuilderCore_TryGetContinuationTask_mB59A1A2590DAA564DB02F17099F42E52A023D16F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncTaskCache_CreateInt32Tasks_m697579149683F8624A776EB276964219C4DBA769_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncTaskCache__cctor_m7C4E023061D4C50C3120ABB3D1C6A54D82AD20C5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncTaskMethodBuilder_SetException_m370C484922A63A6EF96E241D1370B8814F1F2D6B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncTaskMethodBuilder_SetResult_m151016FB698F3BB34A73BAE693A97513A7E4C838_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncTaskMethodBuilder_SetStateMachine_mB5DD68F7C49EA6D452AEBA02B1B98AED898C3C25_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncTaskMethodBuilder__cctor_m8495513450DE0A5E1F96479FEFCDD33F716EDADB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AsyncTaskMethodBuilder_get_Task_m3E45BC00F7D224FEA04AB9BF26DB52E131D33022_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t FastResourceComparer_CompareOrdinal_mA2144F9F07CB92D6D28638159C0908ECBAAD1684_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t FastResourceComparer_Compare_m8F1EEA9F4A2A9A69E90035577C1079633F2E2C8E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t FastResourceComparer_Equals_m11A8C2C38E26DE8A73ED511A437F15C80C5A80EC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t FastResourceComparer_GetHashCode_m7B7407550F6E334B92CF704190A38E65A6DD8F89_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t FastResourceComparer_GetHashCode_mFE62945D8EC4ECBBC754C07462DD096B52933261_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t FastResourceComparer__cctor_m259245599B9068A1742E423A7BC1E32CE02687CB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t FileBasedResourceGroveler_CreateResourceSet_mAF96722BE8FEDB683DAC14FEE91E88F7750D4772_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t FileBasedResourceGroveler_FindResourceFile_m0FC4FFF742EA77CCE36FAD0190F71C9ACF16F266_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t FileBasedResourceGroveler_GrovelForResourceSet_m15E5E318E28A515204A4872FA46175B5AC8877C1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t IntrospectionExtensions_GetTypeInfo_mB8CD288832A36F852B99899A8506689F9B0D8D09_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InvalidFilterCriteriaException__ctor_m19A5E11E9E48DC6C441CD65E1636D9E41B12751D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t LocalVariableInfo_ToString_m47E03AF34786D3191429B7070E2CDDF8B4CF94F0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManifestBasedResourceGroveler_CanUseDefaultResourceClasses_m307B4A3CCD2AF6124B01B3CD2427763A6E97378A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManifestBasedResourceGroveler_CaseInsensitiveManifestResourceStreamLookup_m5D0F37E3842BCEAF9D0F308EEE7ADFD9C416BF65_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManifestBasedResourceGroveler_CreateResourceSet_mD41FB15678D106A250AD4EF420E87DD88C61507C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManifestBasedResourceGroveler_GetNeutralResourcesLanguageAttribute_m090B3FA8F5A3DA6028C4EDF9F8970E8AF0913E34_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManifestBasedResourceGroveler_GetNeutralResourcesLanguage_mA24984FDA62CA9C66C74FACBFAE5BD703167A3EB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManifestBasedResourceGroveler_GetSatelliteAssemblyName_m7A561F80A56A15483BADE14178F95C0F37693186_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManifestBasedResourceGroveler_GetSatelliteAssembly_m73F1B392DEB37C27BEB5B1A849B7D2AEE22D5124_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManifestBasedResourceGroveler_GrovelForResourceSet_m951119BB75C82363471A6329EDC71E0FD21528E7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManifestBasedResourceGroveler_HandleResourceStreamMissing_m6412E6B2D71AA4E73CBE197154C46879D99E38EA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManifestBasedResourceGroveler_HandleSatelliteMissing_mF1AAC4FD772935EAA3317F059F6AEE1F61D13F65_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManifestBasedResourceGroveler_UltimateFallbackFixup_m4DBE7B983602B2F7F363D88BA70D0E1E227E97C8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MemberInfoSerializationHolder_GetObjectData_m61606EA38523A0E957F282F6FDA3A6C32F973DCD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MemberInfoSerializationHolder_GetRealObject_mF395D348A0F1C3C136164A284D559227A1C16681_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MemberInfoSerializationHolder_GetSerializationInfo_mC9529CDC67F8E6F4230BE5D77C57BC925718B869_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MemberInfoSerializationHolder__ctor_m3C417946DDD111E06958A8D8862469E7AB51D979_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MemberInfo_GetCustomAttributesData_m7E53B3C70B52B49C26F593E8477DFD3449900A2B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MemberInfo_get_Module_m3D0A742BE64B8BD057BFC3307EEC639C585F759E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MemberInfo_op_Equality_m9B77A8811138313780ADCD0A9EE018748B9249D9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MethodBase_ConstructParameters_m5E66006D2E329861603510F1E5E0B0E8E1FBA040_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MethodBase_FormatNameAndSig_m601040ACD9C89A76CDA008569F42DF889761C4C3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MethodBase_GetGenericArguments_m119E2D695419E6B77E952FB4A4869248FDE4C4D8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MethodBase_GetMethodBody_m2B779D234C6BCE385599BADD67DAC94189F22E10_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MethodBase_GetMethodFromHandleNoGenericCheck_m9164B80E67B5B0E8AB9A28ACDD6BDEEB04BA088C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MethodBase_GetMethodFromHandle_mA6FE34365BF5FA1A149499262C29FF23A55C8878_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MethodBase_GetParameterTypes_m322931FCFEF980AF0BF89C7A40674457C2ADD7DF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MethodBase_get_IsConstructor_mB9D1652FC7716077DAADB6F5F0F1BE6E7199413C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MethodBase_get_IsSecurityCritical_mCB7DFEB7B27A81F2A3DACF9B7C10A14240BDEA34_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MethodBase_op_Equality_mB2519FFC5324C515ED0181B94A3FA5D6FE99D736_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MethodInfo_GetGenericArguments_m462C0A135169CE9652413E23E6F33805D0844AB6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MethodInfo_GetGenericMethodDefinition_mDE6EB66DD7E8214FE03CE85402E2813B06674E64_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MethodInfo_MakeGenericMethod_mEA2F41C8A4323CC1CA928EAA43C67896D3DD8B35_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MethodInfo_get_ReturnType_mE7B46E2D5CDBBC2B020F3E12957576CE7EB66BCA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MissingManifestResourceException__ctor_m99A82231F61DCA0ABBE648A8EA712A39388A0697_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MissingSatelliteAssemblyException__ctor_m7800E58538B396636AEF68211231E9F0B8B92732_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Missing_System_Runtime_Serialization_ISerializable_GetObjectData_m7579189B12AFF9080CA0829F3ABDE1BA08F327D9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Missing__cctor_m4EB3070BCE427C7E37C887DD7F872BB6C8F67EA6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Module_CreateNIE_m0A06200E43193425754DE3A21266650E45A0B2C4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Module_GetCustomAttributes_m6E5C390EA2A39F22F97998EFEF47104C91138523_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Module_GetCustomAttributes_mABC19822E261F625AC3B08F9CCFFD583D7876FDC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Module_GetObjectData_m81DBED447DE80D2D2D2FC78993C1CCEBB5898B14_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Module_IsDefined_m654CB7C80A83019D597A8D3A0C592831D1D539C7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Module_IsResource_m2BFBDC77DE774AA46D1271390F114E6FBB7C4C04_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Module__cctor_m4A0A44E37C8BDD8EB2F96A9D1DE991DE347C9FC7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Module_filter_by_type_name_ignore_case_mEB66D173BE2A72B696425F36BAD3B8565EC05B3D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Module_filter_by_type_name_mA8EE473B29BFF299F7D07D39ED5C4E064461AC08_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Module_get_Assembly_mA289C7E7A6C8332AEEBE73F48A4E66E7EE7EC3E4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Module_get_ModuleVersionId_mC3EC38D93A962E01B4679ADE105620A75E19389C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Module_get_ScopeName_m28CFC5B3F5B1DD2BB86F3A9178FD101E488E266E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoAssembly_GetModule_m444FD4A5191840C55B50157B9B201ACE468823D6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoAssembly_GetModules_m33FECB5B0486F1E38CB874D1F9C476D9FC9FA9A8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoAssembly_GetType_m5ABB66A67517DEC307A062F010070BDF7323DAE8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoCMethod_DoInvoke_m0A2CC529EE6F914152DAFBE99DC145499326E382_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoCMethod_GetCustomAttributes_m2E934B125886274C60DA812B6FA03E982C8F528C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoCMethod_GetCustomAttributes_m7B9A89D1C4E2BE7BD625B7706BBEBCF0AA04C0DA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoCMethod_InternalInvoke_m981B9D0BB0DBCDB54D27FC9ACDD3AF3479380DCC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoCMethod_Invoke_mFF1B051F2442785A3EF1407793C4607941A54EF0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoCMethod_IsDefined_m3EC1DBBF89E59785017FF1805B204079AAE5C88C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoCMethod_ToString_mE196DED51178C386FDF0735D4178664320F82627_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoEvent_GetCustomAttributes_mAD65648E940D080D933424B776A0913DD9417395_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoEvent_GetCustomAttributes_mDEB18A4B4214EB87DFEA3E6776EDDCC06368CAA2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoEvent_IsDefined_m1CA68C1873C694255F1C63880C8529F71A33717B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoEvent_ToString_m1354FB84E524E06E0EF4CAA098426614E055A651_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoField_CheckGeneric_mD59862B12548B999D07F7C2AF14F651AAAAD69E4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoField_GetCustomAttributes_mE62EB13F2D31F95CE3EB4EB0A9197A0584156378_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoField_GetCustomAttributes_mF7EEB48D08F281D47322A0C2449B0F1BFAC034DF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoField_GetValue_m1361629D5B0E75BBC9D087629416ECEC317DB901_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoField_IsDefined_mFD29F9A9C2678DB4E7CF87D18052825FD7EDDECB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoField_SetValue_m55BF62F211A11FBB0CDEDC4E3E445CCFB49FC27A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoField_ToString_m9DA1E46F4F4FDF37EBBFFD5EB3A6071B61B7DD4F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoField_get_FieldType_m2CBD9CF3AB908FAEF109335C1E21709E22BC5E9F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoMethod_ConvertValues_m252AFD93859C08712283EE1491410084A08E4340_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoMethod_GetCustomAttributes_m39AC10485B285FF46215B55DFC495480B1F6A096_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoMethod_GetCustomAttributes_m9876DC9C9877E7E2049CD1E58CBBC70BED5C4C53_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoMethod_GetGenericMethodDefinition_m0392647C8B1059CF3026DBDC1C72C7B007D3C928_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoMethod_GetParameters_m810E7CB0E08C620F91D837D4F6E9F67D85F33FA7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoMethod_GetPseudoCustomAttributes_mE46E69D39791BDF9B87A893B6EEB17B75754DE31_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoMethod_Invoke_mD791F247764DAE0188BA06FD1DA51525E8F2F394_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoMethod_IsDefined_m5B6962BBEA3B9935156C7BDD5629247F7A3533A1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoMethod_MakeGenericMethod_mEBF68371AFE34D2EF8A0039E88735056559678B4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoModule_GetCustomAttributes_mB260C68D024F0C14FC6A8DF0A40A50F50983ECD2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoModule_GetCustomAttributes_mECBAE226F83B88BD2C96C91D5962DC3591E856E0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoModule_GetObjectData_mA5382847675773B1B2AFC051FD6A8F84B3DD9D5F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoModule_GetRuntimeAssembly_m241212F1AB2CA6C6E70568380DC7BDF732D77197_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoModule_IsDefined_m696F445DE0190E8A1344417061763BDEF85D7622_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoParameterInfo_GetCustomAttributes_m2B775B76A77854BC3039689B3CAE4FDBCFE9C145_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoParameterInfo_GetCustomAttributes_m71548861A2558FE5E680CF8AA657E742CB9848A4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoParameterInfo_IsDefined_mB0286A073F129FAF925D0885E5E92920B291097E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoParameterInfo_get_DefaultValue_mFAB3C02A380F61D03FD4B22819D667B46A539F14_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoProperty_CreateGetterDelegate_m504ED7987F57778082345F8E133624C831933FEF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoProperty_GetAccessors_mED4477B558E449BBF0923FBCC6C4D638A2B5DEA6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoProperty_GetCustomAttributes_m8D3445E5E1775810C2D327607C137FE47C57F1C9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoProperty_GetCustomAttributes_m91D7C8CF1083A0D84417E5846CDB2101F35BF2A0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoProperty_GetIndexParameters_mE78814E6E5AFF6A07E811AB2A204BA8554ED220B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoProperty_GetOptionalCustomModifiers_m7E3DDCBB8D8F724771F9851B84A88BBC010904D8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoProperty_GetRequiredCustomModifiers_mA448FEA602CA6FCF4F455501170BE9E7F54204C3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoProperty_GetValue_m3E8219333E6F2B49B3F8F50B420013C3BD4F9B6E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoProperty_IsDefined_mBBC22A8822B942330EAD164812A3AD0245A24994_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoProperty_SetValue_m0E16DABEAFF152AE11C349742BDCE7A6BE3AAAF9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MoveNextRunner_InvokeMoveNext_mDDBDFE3402137780DC55FEB4966D21E252679CED_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MoveNextRunner_Run_m58F5A88A10853D5B1999E8B3A1CA15A55385C59F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NeutralResourcesLanguageAttribute__ctor_m877C44C215473FE36183B9E4DA2C18C8E81556EB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ParameterInfo_FormatParameters_mD1712B88B705D6AA18EDEFE1227BA604B9C0FE4D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ParameterInfo_GetCustomAttributes_m75D1746AA3ED3EB66521000BA68C3C4E2F56F9E1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ParameterInfo_GetCustomAttributes_mACA8FD2CD08B0CA6394CA166E646C9491C5F236F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ParameterInfo_GetPseudoCustomAttributes_m6A16386472EB8A4B1448EB11CC4B987F06281E22_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ParameterInfo_GetRealObject_m30868B933D7770C9B2DEA55F58EEBD0334192931_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ParameterInfo_New_m13992CB49A5F42E1C184D4D8E8B1ECE61F11691B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ParameterInfo_ToString_mA9DBA4E5BD15DED0C798A4F1737780E433B6902E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ParameterInfo_get_DefaultValue_m04AEE46F38B9C9EC512B04E902BD0F922CD3D575_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_com_FromNativeMethodDefinition_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_pinvoke_FromNativeMethodDefinition_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Pointer_Box_m3767F29A39AA6EB71BB272421E10D1CEA2F6D5F8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Pointer_System_Runtime_Serialization_ISerializable_GetObjectData_m66D87677AE6363A19095B52EB6BA769E0701A32B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Pointer__ctor_m76F4B5265A578F6FCBAA663098D3BCC9157E9948_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PropertyInfo_CreateNIE_m43C546B1DF473547ACED2164DDC88E465A74B317_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PropertyInfo_GetConstantValue_mDE667CA23F013B3B411DDF15E81E928AEF8B6ABB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PropertyInfo_GetOptionalCustomModifiers_mD04C8D378F364A35960B0F0D6D3A2CA4D149618F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PropertyInfo_GetPropertyFromHandle_m619E6B97CADEA44DE0C3FCBD045E356A43FF2B0D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PropertyInfo_GetRawConstantValue_m1EE524BC2C6CEC4B56D5244494E614911BEA11D9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PropertyInfo_GetRequiredCustomModifiers_m2614F5DF6832C21881A4368A248D8E1446277C73_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ReflectionOnlyType__ctor_m1D872EBB622AEE1A84DD3B6BAB4261DA97616227_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ReflectionOnlyType_get_TypeHandle_m4D23CB68011E2196B42F6BC326A1C15C70ECA79A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ReflectionTypeLoadException_GetObjectData_m1927CF415C8078222C51F63E5FF32DBEE84B11AF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ReflectionTypeLoadException__ctor_m003BAB620172ADF03C0B59B1B22C528415BA2C22_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ReflectionTypeLoadException__ctor_mA260D2C0559398E8675ED02F863C5832CA816706_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResolveEventArgs__ctor_m5516FB7BD379CD93309F0271B2E017D2E433204C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResolveEventArgs__ctor_mBD72144268EC764435C32F17D12B7F49903A4C6C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceEnumerator_Reset_m0F5FE16F630FADD76B1B746EBDF42BA492238CD2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceEnumerator_get_Current_mA0491B28C27C1281453B32024B208ECEA35E3CF5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceEnumerator_get_Entry_mFE1ABE5691EDD95C756BAD75AED222D2CA6FC9C3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceEnumerator_get_Key_m0BB2A5342EF1CA72A6622BE68C137F423CD12BE4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceEnumerator_get_Value_m075AD61830CDC9263B4FB5B7002E5E44C0D0EE85_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceFallbackManager_GetEnumerator_m93C691CB0FA9F2824CE37039D41B41B15349D8B2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceFallbackManager__ctor_m75E783DBA7D3BF4AA654303102614C54EEF9E3D2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_com_FromNativeMethodDefinition_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_pinvoke_FromNativeMethodDefinition_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManagerMediator_ObtainSatelliteContractVersion_m4846347F64EB97E160C732AF43441B95DF408ED9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManagerMediator__ctor_mEF961378C326F3D704A5D18AA5EF6126714F2944_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManagerMediator_get_MainAssembly_m15E30104A21712E9D1CEB7BAACA527CF96F572D8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManager_AddResourceSet_mF40F7D0C33C4391685F2855DA6706C63EC4E90F7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManager_CommonAssemblyInit_m475B7ADB1BA1EFDD7CBEDE8CCA3DED2D11E0F39E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManager_CompareNames_m0ED5EAF80630F3031452D76831ECEA09C92092C6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManager_GetFirstResourceSet_m1A67BF46D303498D8A68937A68E3F5B2E4854B66_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManager_GetResourceFileName_m1D7B13E9DBD7877CC660441B81517DF674FB0E72_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManager_GetResourceSet_m4AA2D68D5711EC0403955162C3631F3A132BD4D5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManager_GetSatelliteContractVersion_mCB84CB98869B7E101080CAB51164BCBA002E003C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManager_GetString_mA036F850F2C1CC4132BB35DC98D14434BF821F51_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManager_Init_m9A491CE49BD73DCECCA21B440830582D950EABDE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManager_InternalGetResourceSet_m9A27B04E5A4CE4AC8B99FDAE44B94F366062F87B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManager_OnDeserialized_m67C90D4F92DB2A922AE6386A464A6CAAA6B50C57_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManager_OnSerializing_m8EA8B9091D910AA7CA9250DE0EF090910DDA1137_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManager__cctor_m63CA35980CC154EC57FF47982CD8750A6987C8A3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManager__ctor_m7687E90600A79F076543F433787DA73F12942310_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceManager__ctor_m8AD56F37694577CB52FB2EC2C1787B1051DB1EF4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader_AllocateStringForNameIndex_m1C5E953B681E1B33DE3519542B6E8F2FCC08B5F1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader_CompareStringEqualsName_m9D59E35DFD8AD902C319287BFAD9D1EAAFCF90EE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader_DeserializeObject_mEE6AF3D203FFEE20F86DD6468C5556467709D0D1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader_FindPosForResource_m5BF84B80BDC8951B4A2E2D44639C921E89073C7F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader_FindType_m336652B9B8E9AEA736F87783B9567F10401EED08_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader_GetEnumeratorInternal_m06513594F9F6CDC2727DE7CEF29B9A79E50AB97A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader_GetEnumerator_mBDB435F09D42C1B9A3073379600FAE51958090F5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader_GetNamePosition_m60F4376D8A95E4A0D03A30793E84296E81514F62_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader_GetValueForNameIndex_m338A2D9EF12007CA2933D1F0425CA51A2CCD10A3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader_LoadObjectV1_mE75B7EABC5937183B865AB195145F9BE76B30349_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader_LoadObjectV2_m69E0E901142A23D9198553FC3C8B085E4520594D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader_LoadObject_mEC5DE385B0D288BDD2C650AFEE9E0CFF7D68B3D0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader_LoadString_mB0C772B31F06AD45EC57F29486CDA6ECCACB4BF4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader_ReadResources_m872B83050219E10B4E6B13BF0CAFF9710DEE7A97_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader_SkipString_m46DC50BEA341252F80ED2AC5E1A1B2D9D58DEC33_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader__LoadObjectV1_m3E37D99B7869C0FDCB8A13D3F039953892841144_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader__LoadObjectV2_mE4892C92DD8445C200121919397E9DD0365E1FD9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader__ReadResources_m91B54107F4DDCC4156EE89903F4125713B699C52_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceReader__ctor_mF57230EBDF59341DD7DD5A7AAEBE25B8677BF768_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceSet_CommonInit_m668B9A9BA4DB9CB2C3C975BEAC2A8CD54A62493F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceSet_Dispose_mA34EB8EA3D3DFAB6199EC8FFDAFA7C3201B7A642_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceSet_GetCaseInsensitiveObjectInternal_mBED629356689D4FA89C8CF972091622005CA4850_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceSet_GetEnumeratorHelper_mFB1A5645584BF92F69F8211753D49874AA39F873_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceSet_GetObjectInternal_m64239DA3F131E1454744EBB16B5BA6DD7112E18E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceSet_GetString_m3E5C451C32D2C3B2CE788E4F912868D47188EC69_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ResourceSet_GetString_m44EAF4652DC89C3EC7A8B713AE2F1704050431AC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RtFieldInfo_CheckConsistency_mE0D8B197A87EDE960233900D3D5751CA70107EC0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RtFieldInfo_SetValueDirect_m19EB7354E5FEEDDC27FA9792B132F7993755B349_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeAssembly_GetObjectData_m4176FBD0C615E99CCB246107239A8B526A038532_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeAssembly_LoadWithPartialNameInternal_m5D5FB2669D246F0CB75F354E2E035583889F5AEE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeConstructorInfo_GetObjectData_m346B3126B997F9E5B202F7D2025C14AC298301F1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeConstructorInfo_GetRuntimeModule_m1B2F119E89AA3147FF81382D302180C47CF726F8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeConstructorInfo_SerializationInvoke_m82AC24A00E831F777B18A7C5BECD98D870BC8B7E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeConstructorInfo__ctor_mBD825F397745F96ED32106B4DBC80EB671177B4A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeConstructorInfo_get_ReflectedTypeInternal_m0241D26ED8AE99EE02A978C24A2838CDC0D56127_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeEventInfo_GetDeclaringTypeInternal_m7BA734F88395ECA5E36CD83F3D30DC8DF9A11AF9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeEventInfo_GetObjectData_mD0E2EB3D223DC356DC34EAAF9836A31D725B2A3E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeEventInfo_get_ReflectedTypeInternal_mF4ECEC77636FF10840198144A154C9F35C68DF70_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeFieldInfo_GetDeclaringTypeInternal_m8325660CADABFA47D55C9CD649176638BE521046_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeFieldInfo_GetObjectData_m6B706CB3E8982403639AA854333AF751C3098D75_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeFieldInfo_get_ReflectedTypeInternal_m427576551AF06F73D6816805A700B296AADE2DE7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeMethodInfo_FormatNameAndSig_mC65D37122B5239DE8D4DFAEB8FB2496747E7ED51_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeMethodInfo_GetObjectData_m4D6BF2F0B8A19A47240EBFFD819BBAA14F6FB31D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeMethodInfo_GetRuntimeModule_m61BFAB8899FA0C711DA23D67177B0D96B9AD72CC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeMethodInfo_SerializationToString_m80CFD6BDF8363472D44D6472787E7C946949D004_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeMethodInfo_ToString_m57550C098549A58233A44B2EEA230FEE03938574_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeMethodInfo_get_ReflectedTypeInternal_m18169F69461CDC0C734C133A0C780CD99B055B0F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeModule__ctor_mF01EB0A323BF2E2D5D97F1FBC8FE5CD620DEA102_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimePropertyInfo_FormatNameAndSig_m05468A9394B8ED62F07F659361E89910DD5F1744_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimePropertyInfo_GetDeclaringTypeInternal_m171F9CCE935BE25BCFDAA7EEC19F6420D0472990_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimePropertyInfo_GetObjectData_mBF722CE791124C8681743FB850FE979DF8BEE468_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimePropertyInfo_get_ReflectedTypeInternal_mE2A32DD7025A3D3198B640FA672DD9A54D7BB18C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeResourceSet_GetEnumeratorHelper_m15ED969AD90F7F9906AC8AB086DACD9F8C44203F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeResourceSet_GetObject_mF51E5B04E39C773FCA4171BB9FFE99531ADC8307_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeResourceSet_GetString_m1160F966BBFC3E4324DEF016BD75B319E7695B6F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeResourceSet_GetString_m6AFF60ABFD45D770F61AAC3AE59368F307691B56_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeResourceSet_ResolveResourceLocator_m87D2722C39FB1C7955864380748853035DCEBB36_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeResourceSet__ctor_m1B73A2C81E85ACE4DA7E09C1B2A95E443F5F5270_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t RuntimeResourceSet__ctor_m531D864E5A93D9BEFD6E453BA71BCE552B1DFD8B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SatelliteContractVersionAttribute__ctor_mAACDBF264F0C4FEDBAD46709BA9138A531E81E98_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9mscorlib11_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StrongNameKeyPair_System_Runtime_Serialization_ISerializable_GetObjectData_m5FF58D9EECCEA9BC777D728D8F05C427649C587B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StrongNameKeyPair__ctor_m2203E2EF4100B1B2D770238F581B71A3B64D24C5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TargetInvocationException__ctor_m6FC00A021CF18EA5C17CD5CB051DE85E62BED293_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TargetInvocationException__ctor_m7C0D8AD4BE352DB396A3674622A9D53EEDD4ACA7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TargetParameterCountException__ctor_mA1F54E2912E1490C2AB7BA5EE30A8909230221E5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TypeInfo__ctor_m90553BFFBD15E94439312991D2B1118F1EEB2114_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CGetEnumeratorU3Ed__5_MoveNext_m3E94DEECDBE03E91C9BFE1F6C6236FEFB4652D15_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CGetEnumeratorU3Ed__5_System_Collections_IEnumerator_Reset_m2CE55FE28B086721C27CF3ACD0250953A60DB59F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CThrowAsyncU3Eb__6_0_m2B3A1631A3AEB8646B94640F54C5A34CD082814F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CThrowAsyncU3Eb__6_1_mBC3B6AF8F28D1C685F5D416D84236AC10495B5E4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_m9EB8B6F3053C2596D529C5D174DAE7E62D88A1FA_MetadataUsageId; struct Assembly_t;; struct Assembly_t_marshaled_com; struct Assembly_t_marshaled_com;; struct Assembly_t_marshaled_pinvoke; struct Assembly_t_marshaled_pinvoke;; struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com; struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8;; struct ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshaled_com; struct ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshaled_com;; struct ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshaled_pinvoke; struct ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshaled_pinvoke;; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C;; struct LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_com; struct LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_com;; struct LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_pinvoke; struct LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_pinvoke;; struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040; struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209; struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E; struct EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C; struct ExceptionHandlingClauseU5BU5D_tC562797E6F08E0B84335620BBEB44D2C1AC7330C; struct FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE; struct LocalVariableInfoU5BU5D_t59D4B45F1DDB1A9EEC64CBDC9196352CE87AF7F4; struct MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6; struct MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B; struct ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E; struct ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694; struct PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E; struct DateTimeConstantAttributeU5BU5D_t8F882399C872C247B13FD331A892F3D74E211021; struct DecimalConstantAttributeU5BU5D_t09AAA89FCE1454592C73A0B3929DFEA7BB77B5AF; struct RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE; struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; struct Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20; struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; 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.Attribute struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject { public: public: }; // System.BitConverter struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE : public RuntimeObject { public: public: }; struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields { public: // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_0; public: inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast(offsetof(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields, ___IsLittleEndian_0)); } inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; } inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; } inline void set_IsLittleEndian_0(bool value) { ___IsLittleEndian_0 = value; } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tBBA5E90AE431BF1D610CAF66DCFE680816FADCE7* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tD093F33167D9E273D36F86ED22C7341DC15B6868 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tFB65C9100A63F803C150CC987EAE9052109299D4 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532, ___entries_1)); } inline EntryU5BU5D_tBBA5E90AE431BF1D610CAF66DCFE680816FADCE7* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tBBA5E90AE431BF1D610CAF66DCFE680816FADCE7** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tBBA5E90AE431BF1D610CAF66DCFE680816FADCE7* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532, ___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_freeList_4() { return static_cast(offsetof(Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532, ___keys_7)); } inline KeyCollection_tD093F33167D9E273D36F86ED22C7341DC15B6868 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tD093F33167D9E273D36F86ED22C7341DC15B6868 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tD093F33167D9E273D36F86ED22C7341DC15B6868 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532, ___values_8)); } inline ValueCollection_tFB65C9100A63F803C150CC987EAE9052109299D4 * get_values_8() const { return ___values_8; } inline ValueCollection_tFB65C9100A63F803C150CC987EAE9052109299D4 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tFB65C9100A63F803C150CC987EAE9052109299D4 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t67ED9AA4C018416C632B0BDA41EBF211D02756DF* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tBC628FDD5F986CFF75F491B7F4D0DA1DB3E5DA1B * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tF1400BC633A87AD95EE2B262057753DD94951D85 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6, ___entries_1)); } inline EntryU5BU5D_t67ED9AA4C018416C632B0BDA41EBF211D02756DF* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t67ED9AA4C018416C632B0BDA41EBF211D02756DF** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t67ED9AA4C018416C632B0BDA41EBF211D02756DF* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6, ___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_freeList_4() { return static_cast(offsetof(Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6, ___keys_7)); } inline KeyCollection_tBC628FDD5F986CFF75F491B7F4D0DA1DB3E5DA1B * get_keys_7() const { return ___keys_7; } inline KeyCollection_tBC628FDD5F986CFF75F491B7F4D0DA1DB3E5DA1B ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tBC628FDD5F986CFF75F491B7F4D0DA1DB3E5DA1B * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6, ___values_8)); } inline ValueCollection_tF1400BC633A87AD95EE2B262057753DD94951D85 * get_values_8() const { return ___values_8; } inline ValueCollection_tF1400BC633A87AD95EE2B262057753DD94951D85 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tF1400BC633A87AD95EE2B262057753DD94951D85 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9, ____items_1)); } inline ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* get__items_1() const { return ____items_1; } inline ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9, ____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__syncRoot_4() { return static_cast(offsetof(List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9_StaticFields, ____emptyArray_5)); } inline ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* get__emptyArray_5() const { return ____emptyArray_5; } inline ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.DBNull struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 : public RuntimeObject { public: public: }; struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields { public: // System.DBNull System.DBNull::Value DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields, ___Value_0)); } inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * get_Value_0() const { return ___Value_0; } inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EmptyArray`1 struct EmptyArray_1_t6F9F47471790520EF40F48CC2E4E81181CB152D2 : public RuntimeObject { public: public: }; struct EmptyArray_1_t6F9F47471790520EF40F48CC2E4E81181CB152D2_StaticFields { public: // T[] System.EmptyArray`1::Value ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_t6F9F47471790520EF40F48CC2E4E81181CB152D2_StaticFields, ___Value_0)); } inline ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* get_Value_0() const { return ___Value_0; } inline ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EventArgs struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject { public: public: }; struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); } inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : 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_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___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_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___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_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); } inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; } inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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; } }; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_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; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_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_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___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_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_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_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___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_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.IO.BinaryReader struct BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 : public RuntimeObject { public: // System.IO.Stream System.IO.BinaryReader::m_stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___m_stream_0; // System.Byte[] System.IO.BinaryReader::m_buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_buffer_1; // System.Text.Decoder System.IO.BinaryReader::m_decoder Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___m_decoder_2; // System.Byte[] System.IO.BinaryReader::m_charBytes ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_charBytes_3; // System.Char[] System.IO.BinaryReader::m_singleChar CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_singleChar_4; // System.Char[] System.IO.BinaryReader::m_charBuffer CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_charBuffer_5; // System.Int32 System.IO.BinaryReader::m_maxCharsSize int32_t ___m_maxCharsSize_6; // System.Boolean System.IO.BinaryReader::m_2BytesPerChar bool ___m_2BytesPerChar_7; // System.Boolean System.IO.BinaryReader::m_isMemoryStream bool ___m_isMemoryStream_8; // System.Boolean System.IO.BinaryReader::m_leaveOpen bool ___m_leaveOpen_9; public: inline static int32_t get_offset_of_m_stream_0() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_stream_0)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_m_stream_0() const { return ___m_stream_0; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_m_stream_0() { return &___m_stream_0; } inline void set_m_stream_0(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___m_stream_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stream_0), (void*)value); } inline static int32_t get_offset_of_m_buffer_1() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_buffer_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_buffer_1() const { return ___m_buffer_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_buffer_1() { return &___m_buffer_1; } inline void set_m_buffer_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___m_buffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_buffer_1), (void*)value); } inline static int32_t get_offset_of_m_decoder_2() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_decoder_2)); } inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * get_m_decoder_2() const { return ___m_decoder_2; } inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 ** get_address_of_m_decoder_2() { return &___m_decoder_2; } inline void set_m_decoder_2(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * value) { ___m_decoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_decoder_2), (void*)value); } inline static int32_t get_offset_of_m_charBytes_3() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_charBytes_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_charBytes_3() const { return ___m_charBytes_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_charBytes_3() { return &___m_charBytes_3; } inline void set_m_charBytes_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___m_charBytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_charBytes_3), (void*)value); } inline static int32_t get_offset_of_m_singleChar_4() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_singleChar_4)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_singleChar_4() const { return ___m_singleChar_4; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_singleChar_4() { return &___m_singleChar_4; } inline void set_m_singleChar_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___m_singleChar_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_singleChar_4), (void*)value); } inline static int32_t get_offset_of_m_charBuffer_5() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_charBuffer_5)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_charBuffer_5() const { return ___m_charBuffer_5; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_charBuffer_5() { return &___m_charBuffer_5; } inline void set_m_charBuffer_5(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___m_charBuffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_charBuffer_5), (void*)value); } inline static int32_t get_offset_of_m_maxCharsSize_6() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_maxCharsSize_6)); } inline int32_t get_m_maxCharsSize_6() const { return ___m_maxCharsSize_6; } inline int32_t* get_address_of_m_maxCharsSize_6() { return &___m_maxCharsSize_6; } inline void set_m_maxCharsSize_6(int32_t value) { ___m_maxCharsSize_6 = value; } inline static int32_t get_offset_of_m_2BytesPerChar_7() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_2BytesPerChar_7)); } inline bool get_m_2BytesPerChar_7() const { return ___m_2BytesPerChar_7; } inline bool* get_address_of_m_2BytesPerChar_7() { return &___m_2BytesPerChar_7; } inline void set_m_2BytesPerChar_7(bool value) { ___m_2BytesPerChar_7 = value; } inline static int32_t get_offset_of_m_isMemoryStream_8() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_isMemoryStream_8)); } inline bool get_m_isMemoryStream_8() const { return ___m_isMemoryStream_8; } inline bool* get_address_of_m_isMemoryStream_8() { return &___m_isMemoryStream_8; } inline void set_m_isMemoryStream_8(bool value) { ___m_isMemoryStream_8 = value; } inline static int32_t get_offset_of_m_leaveOpen_9() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_leaveOpen_9)); } inline bool get_m_leaveOpen_9() const { return ___m_leaveOpen_9; } inline bool* get_address_of_m_leaveOpen_9() { return &___m_leaveOpen_9; } inline void set_m_leaveOpen_9(bool value) { ___m_leaveOpen_9 = value; } }; // System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : 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_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____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_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 : public RuntimeObject { public: public: }; // System.Reflection.CustomAttributeData struct CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 : public RuntimeObject { public: // System.Reflection.ConstructorInfo System.Reflection.CustomAttributeData::ctorInfo ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___ctorInfo_0; // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::ctorArgs RuntimeObject* ___ctorArgs_1; // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::namedArgs RuntimeObject* ___namedArgs_2; // System.Reflection.CustomAttributeData_LazyCAttrData System.Reflection.CustomAttributeData::lazyData LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 * ___lazyData_3; public: inline static int32_t get_offset_of_ctorInfo_0() { return static_cast(offsetof(CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88, ___ctorInfo_0)); } inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * get_ctorInfo_0() const { return ___ctorInfo_0; } inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF ** get_address_of_ctorInfo_0() { return &___ctorInfo_0; } inline void set_ctorInfo_0(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * value) { ___ctorInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ctorInfo_0), (void*)value); } inline static int32_t get_offset_of_ctorArgs_1() { return static_cast(offsetof(CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88, ___ctorArgs_1)); } inline RuntimeObject* get_ctorArgs_1() const { return ___ctorArgs_1; } inline RuntimeObject** get_address_of_ctorArgs_1() { return &___ctorArgs_1; } inline void set_ctorArgs_1(RuntimeObject* value) { ___ctorArgs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ctorArgs_1), (void*)value); } inline static int32_t get_offset_of_namedArgs_2() { return static_cast(offsetof(CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88, ___namedArgs_2)); } inline RuntimeObject* get_namedArgs_2() const { return ___namedArgs_2; } inline RuntimeObject** get_address_of_namedArgs_2() { return &___namedArgs_2; } inline void set_namedArgs_2(RuntimeObject* value) { ___namedArgs_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___namedArgs_2), (void*)value); } inline static int32_t get_offset_of_lazyData_3() { return static_cast(offsetof(CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88, ___lazyData_3)); } inline LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 * get_lazyData_3() const { return ___lazyData_3; } inline LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 ** get_address_of_lazyData_3() { return &___lazyData_3; } inline void set_lazyData_3(LazyCAttrData_t4C5DC81EA7740306D01218D48006034D024FBA38 * value) { ___lazyData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___lazyData_3), (void*)value); } }; // System.Reflection.IntrospectionExtensions struct IntrospectionExtensions_tFDA1628ED01F8E0538981F336DF8C09F898BAE95 : public RuntimeObject { public: public: }; // System.Reflection.LocalVariableInfo struct LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C : public RuntimeObject { public: // System.Type System.Reflection.LocalVariableInfo::type Type_t * ___type_0; // System.Boolean System.Reflection.LocalVariableInfo::is_pinned bool ___is_pinned_1; // System.UInt16 System.Reflection.LocalVariableInfo::position uint16_t ___position_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C, ___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_is_pinned_1() { return static_cast(offsetof(LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C, ___is_pinned_1)); } inline bool get_is_pinned_1() const { return ___is_pinned_1; } inline bool* get_address_of_is_pinned_1() { return &___is_pinned_1; } inline void set_is_pinned_1(bool value) { ___is_pinned_1 = value; } inline static int32_t get_offset_of_position_2() { return static_cast(offsetof(LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C, ___position_2)); } inline uint16_t get_position_2() const { return ___position_2; } inline uint16_t* get_address_of_position_2() { return &___position_2; } inline void set_position_2(uint16_t value) { ___position_2 = value; } }; // Native definition for P/Invoke marshalling of System.Reflection.LocalVariableInfo struct LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_pinvoke { Type_t * ___type_0; int32_t ___is_pinned_1; uint16_t ___position_2; }; // Native definition for COM marshalling of System.Reflection.LocalVariableInfo struct LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_com { Type_t * ___type_0; int32_t ___is_pinned_1; uint16_t ___position_2; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Reflection.MethodBody struct MethodBody_t900C79A470F33FA739168B232092420240DC11F2 : public RuntimeObject { public: // System.Reflection.ExceptionHandlingClause[] System.Reflection.MethodBody::clauses ExceptionHandlingClauseU5BU5D_tC562797E6F08E0B84335620BBEB44D2C1AC7330C* ___clauses_0; // System.Reflection.LocalVariableInfo[] System.Reflection.MethodBody::locals LocalVariableInfoU5BU5D_t59D4B45F1DDB1A9EEC64CBDC9196352CE87AF7F4* ___locals_1; // System.Byte[] System.Reflection.MethodBody::il ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___il_2; // System.Boolean System.Reflection.MethodBody::init_locals bool ___init_locals_3; // System.Int32 System.Reflection.MethodBody::sig_token int32_t ___sig_token_4; // System.Int32 System.Reflection.MethodBody::max_stack int32_t ___max_stack_5; public: inline static int32_t get_offset_of_clauses_0() { return static_cast(offsetof(MethodBody_t900C79A470F33FA739168B232092420240DC11F2, ___clauses_0)); } inline ExceptionHandlingClauseU5BU5D_tC562797E6F08E0B84335620BBEB44D2C1AC7330C* get_clauses_0() const { return ___clauses_0; } inline ExceptionHandlingClauseU5BU5D_tC562797E6F08E0B84335620BBEB44D2C1AC7330C** get_address_of_clauses_0() { return &___clauses_0; } inline void set_clauses_0(ExceptionHandlingClauseU5BU5D_tC562797E6F08E0B84335620BBEB44D2C1AC7330C* value) { ___clauses_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___clauses_0), (void*)value); } inline static int32_t get_offset_of_locals_1() { return static_cast(offsetof(MethodBody_t900C79A470F33FA739168B232092420240DC11F2, ___locals_1)); } inline LocalVariableInfoU5BU5D_t59D4B45F1DDB1A9EEC64CBDC9196352CE87AF7F4* get_locals_1() const { return ___locals_1; } inline LocalVariableInfoU5BU5D_t59D4B45F1DDB1A9EEC64CBDC9196352CE87AF7F4** get_address_of_locals_1() { return &___locals_1; } inline void set_locals_1(LocalVariableInfoU5BU5D_t59D4B45F1DDB1A9EEC64CBDC9196352CE87AF7F4* value) { ___locals_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___locals_1), (void*)value); } inline static int32_t get_offset_of_il_2() { return static_cast(offsetof(MethodBody_t900C79A470F33FA739168B232092420240DC11F2, ___il_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_il_2() const { return ___il_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_il_2() { return &___il_2; } inline void set_il_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___il_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___il_2), (void*)value); } inline static int32_t get_offset_of_init_locals_3() { return static_cast(offsetof(MethodBody_t900C79A470F33FA739168B232092420240DC11F2, ___init_locals_3)); } inline bool get_init_locals_3() const { return ___init_locals_3; } inline bool* get_address_of_init_locals_3() { return &___init_locals_3; } inline void set_init_locals_3(bool value) { ___init_locals_3 = value; } inline static int32_t get_offset_of_sig_token_4() { return static_cast(offsetof(MethodBody_t900C79A470F33FA739168B232092420240DC11F2, ___sig_token_4)); } inline int32_t get_sig_token_4() const { return ___sig_token_4; } inline int32_t* get_address_of_sig_token_4() { return &___sig_token_4; } inline void set_sig_token_4(int32_t value) { ___sig_token_4 = value; } inline static int32_t get_offset_of_max_stack_5() { return static_cast(offsetof(MethodBody_t900C79A470F33FA739168B232092420240DC11F2, ___max_stack_5)); } inline int32_t get_max_stack_5() const { return ___max_stack_5; } inline int32_t* get_address_of_max_stack_5() { return &___max_stack_5; } inline void set_max_stack_5(int32_t value) { ___max_stack_5 = value; } }; // Native definition for P/Invoke marshalling of System.Reflection.MethodBody struct MethodBody_t900C79A470F33FA739168B232092420240DC11F2_marshaled_pinvoke { ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshaled_pinvoke** ___clauses_0; LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_pinvoke** ___locals_1; Il2CppSafeArray/*NONE*/* ___il_2; int32_t ___init_locals_3; int32_t ___sig_token_4; int32_t ___max_stack_5; }; // Native definition for COM marshalling of System.Reflection.MethodBody struct MethodBody_t900C79A470F33FA739168B232092420240DC11F2_marshaled_com { ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshaled_com** ___clauses_0; LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_com** ___locals_1; Il2CppSafeArray/*NONE*/* ___il_2; int32_t ___init_locals_3; int32_t ___sig_token_4; int32_t ___max_stack_5; }; // System.Reflection.Missing struct Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7 : public RuntimeObject { public: public: }; struct Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7_StaticFields { public: // System.Reflection.Missing System.Reflection.Missing::Value Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7_StaticFields, ___Value_0)); } inline Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7 * get_Value_0() const { return ___Value_0; } inline Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Reflection.Pointer struct Pointer_t0E8D14E10E1DF10DCA07E2C5BA05B89BF369EC9D : public RuntimeObject { public: // System.Void* System.Reflection.Pointer::_ptr void* ____ptr_0; // System.RuntimeType System.Reflection.Pointer::_ptrType RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ____ptrType_1; public: inline static int32_t get_offset_of__ptr_0() { return static_cast(offsetof(Pointer_t0E8D14E10E1DF10DCA07E2C5BA05B89BF369EC9D, ____ptr_0)); } inline void* get__ptr_0() const { return ____ptr_0; } inline void** get_address_of__ptr_0() { return &____ptr_0; } inline void set__ptr_0(void* value) { ____ptr_0 = value; } inline static int32_t get_offset_of__ptrType_1() { return static_cast(offsetof(Pointer_t0E8D14E10E1DF10DCA07E2C5BA05B89BF369EC9D, ____ptrType_1)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get__ptrType_1() const { return ____ptrType_1; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of__ptrType_1() { return &____ptrType_1; } inline void set__ptrType_1(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ____ptrType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ptrType_1), (void*)value); } }; // System.Reflection.StrongNameKeyPair struct StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD : public RuntimeObject { public: // System.Byte[] System.Reflection.StrongNameKeyPair::_publicKey ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____publicKey_0; // System.String System.Reflection.StrongNameKeyPair::_keyPairContainer String_t* ____keyPairContainer_1; // System.Boolean System.Reflection.StrongNameKeyPair::_keyPairExported bool ____keyPairExported_2; // System.Byte[] System.Reflection.StrongNameKeyPair::_keyPairArray ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____keyPairArray_3; public: inline static int32_t get_offset_of__publicKey_0() { return static_cast(offsetof(StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD, ____publicKey_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__publicKey_0() const { return ____publicKey_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__publicKey_0() { return &____publicKey_0; } inline void set__publicKey_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____publicKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____publicKey_0), (void*)value); } inline static int32_t get_offset_of__keyPairContainer_1() { return static_cast(offsetof(StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD, ____keyPairContainer_1)); } inline String_t* get__keyPairContainer_1() const { return ____keyPairContainer_1; } inline String_t** get_address_of__keyPairContainer_1() { return &____keyPairContainer_1; } inline void set__keyPairContainer_1(String_t* value) { ____keyPairContainer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____keyPairContainer_1), (void*)value); } inline static int32_t get_offset_of__keyPairExported_2() { return static_cast(offsetof(StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD, ____keyPairExported_2)); } inline bool get__keyPairExported_2() const { return ____keyPairExported_2; } inline bool* get_address_of__keyPairExported_2() { return &____keyPairExported_2; } inline void set__keyPairExported_2(bool value) { ____keyPairExported_2 = value; } inline static int32_t get_offset_of__keyPairArray_3() { return static_cast(offsetof(StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD, ____keyPairArray_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__keyPairArray_3() const { return ____keyPairArray_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__keyPairArray_3() { return &____keyPairArray_3; } inline void set__keyPairArray_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____keyPairArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____keyPairArray_3), (void*)value); } }; // System.Resources.FastResourceComparer struct FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63 : public RuntimeObject { public: public: }; struct FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_StaticFields { public: // System.Resources.FastResourceComparer System.Resources.FastResourceComparer::Default FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63 * ___Default_0; public: inline static int32_t get_offset_of_Default_0() { return static_cast(offsetof(FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_StaticFields, ___Default_0)); } inline FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63 * get_Default_0() const { return ___Default_0; } inline FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63 ** get_address_of_Default_0() { return &___Default_0; } inline void set_Default_0(FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63 * value) { ___Default_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_0), (void*)value); } }; // System.Resources.FileBasedResourceGroveler struct FileBasedResourceGroveler_t5388832AB2A2451FCFA494B4BC4DA20F07B1E5C9 : public RuntimeObject { public: // System.Resources.ResourceManager_ResourceManagerMediator System.Resources.FileBasedResourceGroveler::_mediator ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * ____mediator_0; public: inline static int32_t get_offset_of__mediator_0() { return static_cast(offsetof(FileBasedResourceGroveler_t5388832AB2A2451FCFA494B4BC4DA20F07B1E5C9, ____mediator_0)); } inline ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * get__mediator_0() const { return ____mediator_0; } inline ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 ** get_address_of__mediator_0() { return &____mediator_0; } inline void set__mediator_0(ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * value) { ____mediator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____mediator_0), (void*)value); } }; // System.Resources.ManifestBasedResourceGroveler struct ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 : public RuntimeObject { public: // System.Resources.ResourceManager_ResourceManagerMediator System.Resources.ManifestBasedResourceGroveler::_mediator ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * ____mediator_0; public: inline static int32_t get_offset_of__mediator_0() { return static_cast(offsetof(ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3, ____mediator_0)); } inline ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * get__mediator_0() const { return ____mediator_0; } inline ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 ** get_address_of__mediator_0() { return &____mediator_0; } inline void set__mediator_0(ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * value) { ____mediator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____mediator_0), (void*)value); } }; // System.Resources.ResourceFallbackManager struct ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 : public RuntimeObject { public: // System.Globalization.CultureInfo System.Resources.ResourceFallbackManager::m_startingCulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_startingCulture_0; // System.Globalization.CultureInfo System.Resources.ResourceFallbackManager::m_neutralResourcesCulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_neutralResourcesCulture_1; // System.Boolean System.Resources.ResourceFallbackManager::m_useParents bool ___m_useParents_2; public: inline static int32_t get_offset_of_m_startingCulture_0() { return static_cast(offsetof(ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2, ___m_startingCulture_0)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_startingCulture_0() const { return ___m_startingCulture_0; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_startingCulture_0() { return &___m_startingCulture_0; } inline void set_m_startingCulture_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___m_startingCulture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_startingCulture_0), (void*)value); } inline static int32_t get_offset_of_m_neutralResourcesCulture_1() { return static_cast(offsetof(ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2, ___m_neutralResourcesCulture_1)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_neutralResourcesCulture_1() const { return ___m_neutralResourcesCulture_1; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_neutralResourcesCulture_1() { return &___m_neutralResourcesCulture_1; } inline void set_m_neutralResourcesCulture_1(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___m_neutralResourcesCulture_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_neutralResourcesCulture_1), (void*)value); } inline static int32_t get_offset_of_m_useParents_2() { return static_cast(offsetof(ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2, ___m_useParents_2)); } inline bool get_m_useParents_2() const { return ___m_useParents_2; } inline bool* get_address_of_m_useParents_2() { return &___m_useParents_2; } inline void set_m_useParents_2(bool value) { ___m_useParents_2 = value; } }; // System.Resources.ResourceFallbackManager_d__5 struct U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE : public RuntimeObject { public: // System.Int32 System.Resources.ResourceFallbackManager_d__5::<>1__state int32_t ___U3CU3E1__state_0; // System.Globalization.CultureInfo System.Resources.ResourceFallbackManager_d__5::<>2__current CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___U3CU3E2__current_1; // System.Resources.ResourceFallbackManager System.Resources.ResourceFallbackManager_d__5::<>4__this ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * ___U3CU3E4__this_2; // System.Globalization.CultureInfo System.Resources.ResourceFallbackManager_d__5::5__1 CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___U3CcurrentCultureU3E5__1_3; // System.Boolean System.Resources.ResourceFallbackManager_d__5::5__2 bool ___U3CreachedNeutralResourcesCultureU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE, ___U3CU3E2__current_1)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE, ___U3CU3E4__this_2)); } inline ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CcurrentCultureU3E5__1_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE, ___U3CcurrentCultureU3E5__1_3)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_U3CcurrentCultureU3E5__1_3() const { return ___U3CcurrentCultureU3E5__1_3; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_U3CcurrentCultureU3E5__1_3() { return &___U3CcurrentCultureU3E5__1_3; } inline void set_U3CcurrentCultureU3E5__1_3(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___U3CcurrentCultureU3E5__1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CcurrentCultureU3E5__1_3), (void*)value); } inline static int32_t get_offset_of_U3CreachedNeutralResourcesCultureU3E5__2_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE, ___U3CreachedNeutralResourcesCultureU3E5__2_4)); } inline bool get_U3CreachedNeutralResourcesCultureU3E5__2_4() const { return ___U3CreachedNeutralResourcesCultureU3E5__2_4; } inline bool* get_address_of_U3CreachedNeutralResourcesCultureU3E5__2_4() { return &___U3CreachedNeutralResourcesCultureU3E5__2_4; } inline void set_U3CreachedNeutralResourcesCultureU3E5__2_4(bool value) { ___U3CreachedNeutralResourcesCultureU3E5__2_4 = value; } }; // System.Resources.ResourceManager_CultureNameResourceSetPair struct CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 : public RuntimeObject { public: // System.String System.Resources.ResourceManager_CultureNameResourceSetPair::lastCultureName String_t* ___lastCultureName_0; // System.Resources.ResourceSet System.Resources.ResourceManager_CultureNameResourceSetPair::lastResourceSet ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * ___lastResourceSet_1; public: inline static int32_t get_offset_of_lastCultureName_0() { return static_cast(offsetof(CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074, ___lastCultureName_0)); } inline String_t* get_lastCultureName_0() const { return ___lastCultureName_0; } inline String_t** get_address_of_lastCultureName_0() { return &___lastCultureName_0; } inline void set_lastCultureName_0(String_t* value) { ___lastCultureName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastCultureName_0), (void*)value); } inline static int32_t get_offset_of_lastResourceSet_1() { return static_cast(offsetof(CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074, ___lastResourceSet_1)); } inline ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * get_lastResourceSet_1() const { return ___lastResourceSet_1; } inline ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE ** get_address_of_lastResourceSet_1() { return &___lastResourceSet_1; } inline void set_lastResourceSet_1(ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * value) { ___lastResourceSet_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastResourceSet_1), (void*)value); } }; // System.Resources.ResourceManager_ResourceManagerMediator struct ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 : public RuntimeObject { public: // System.Resources.ResourceManager System.Resources.ResourceManager_ResourceManagerMediator::_rm ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * ____rm_0; public: inline static int32_t get_offset_of__rm_0() { return static_cast(offsetof(ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80, ____rm_0)); } inline ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * get__rm_0() const { return ____rm_0; } inline ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF ** get_address_of__rm_0() { return &____rm_0; } inline void set__rm_0(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * value) { ____rm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____rm_0), (void*)value); } }; // System.Resources.ResourceReader struct ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 : public RuntimeObject { public: // System.IO.BinaryReader System.Resources.ResourceReader::_store BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * ____store_0; // System.Collections.Generic.Dictionary`2 System.Resources.ResourceReader::_resCache Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * ____resCache_1; // System.Int64 System.Resources.ResourceReader::_nameSectionOffset int64_t ____nameSectionOffset_2; // System.Int64 System.Resources.ResourceReader::_dataSectionOffset int64_t ____dataSectionOffset_3; // System.Int32[] System.Resources.ResourceReader::_nameHashes Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____nameHashes_4; // System.Int32* System.Resources.ResourceReader::_nameHashesPtr int32_t* ____nameHashesPtr_5; // System.Int32[] System.Resources.ResourceReader::_namePositions Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____namePositions_6; // System.Int32* System.Resources.ResourceReader::_namePositionsPtr int32_t* ____namePositionsPtr_7; // System.RuntimeType[] System.Resources.ResourceReader::_typeTable RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* ____typeTable_8; // System.Int32[] System.Resources.ResourceReader::_typeNamePositions Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____typeNamePositions_9; // System.Runtime.Serialization.Formatters.Binary.BinaryFormatter System.Resources.ResourceReader::_objFormatter BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * ____objFormatter_10; // System.Int32 System.Resources.ResourceReader::_numResources int32_t ____numResources_11; // System.IO.UnmanagedMemoryStream System.Resources.ResourceReader::_ums UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * ____ums_12; // System.Int32 System.Resources.ResourceReader::_version int32_t ____version_13; public: inline static int32_t get_offset_of__store_0() { return static_cast(offsetof(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442, ____store_0)); } inline BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * get__store_0() const { return ____store_0; } inline BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 ** get_address_of__store_0() { return &____store_0; } inline void set__store_0(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * value) { ____store_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____store_0), (void*)value); } inline static int32_t get_offset_of__resCache_1() { return static_cast(offsetof(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442, ____resCache_1)); } inline Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * get__resCache_1() const { return ____resCache_1; } inline Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 ** get_address_of__resCache_1() { return &____resCache_1; } inline void set__resCache_1(Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * value) { ____resCache_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____resCache_1), (void*)value); } inline static int32_t get_offset_of__nameSectionOffset_2() { return static_cast(offsetof(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442, ____nameSectionOffset_2)); } inline int64_t get__nameSectionOffset_2() const { return ____nameSectionOffset_2; } inline int64_t* get_address_of__nameSectionOffset_2() { return &____nameSectionOffset_2; } inline void set__nameSectionOffset_2(int64_t value) { ____nameSectionOffset_2 = value; } inline static int32_t get_offset_of__dataSectionOffset_3() { return static_cast(offsetof(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442, ____dataSectionOffset_3)); } inline int64_t get__dataSectionOffset_3() const { return ____dataSectionOffset_3; } inline int64_t* get_address_of__dataSectionOffset_3() { return &____dataSectionOffset_3; } inline void set__dataSectionOffset_3(int64_t value) { ____dataSectionOffset_3 = value; } inline static int32_t get_offset_of__nameHashes_4() { return static_cast(offsetof(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442, ____nameHashes_4)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__nameHashes_4() const { return ____nameHashes_4; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__nameHashes_4() { return &____nameHashes_4; } inline void set__nameHashes_4(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ____nameHashes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____nameHashes_4), (void*)value); } inline static int32_t get_offset_of__nameHashesPtr_5() { return static_cast(offsetof(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442, ____nameHashesPtr_5)); } inline int32_t* get__nameHashesPtr_5() const { return ____nameHashesPtr_5; } inline int32_t** get_address_of__nameHashesPtr_5() { return &____nameHashesPtr_5; } inline void set__nameHashesPtr_5(int32_t* value) { ____nameHashesPtr_5 = value; } inline static int32_t get_offset_of__namePositions_6() { return static_cast(offsetof(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442, ____namePositions_6)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__namePositions_6() const { return ____namePositions_6; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__namePositions_6() { return &____namePositions_6; } inline void set__namePositions_6(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ____namePositions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____namePositions_6), (void*)value); } inline static int32_t get_offset_of__namePositionsPtr_7() { return static_cast(offsetof(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442, ____namePositionsPtr_7)); } inline int32_t* get__namePositionsPtr_7() const { return ____namePositionsPtr_7; } inline int32_t** get_address_of__namePositionsPtr_7() { return &____namePositionsPtr_7; } inline void set__namePositionsPtr_7(int32_t* value) { ____namePositionsPtr_7 = value; } inline static int32_t get_offset_of__typeTable_8() { return static_cast(offsetof(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442, ____typeTable_8)); } inline RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* get__typeTable_8() const { return ____typeTable_8; } inline RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE** get_address_of__typeTable_8() { return &____typeTable_8; } inline void set__typeTable_8(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* value) { ____typeTable_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeTable_8), (void*)value); } inline static int32_t get_offset_of__typeNamePositions_9() { return static_cast(offsetof(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442, ____typeNamePositions_9)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__typeNamePositions_9() const { return ____typeNamePositions_9; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__typeNamePositions_9() { return &____typeNamePositions_9; } inline void set__typeNamePositions_9(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ____typeNamePositions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeNamePositions_9), (void*)value); } inline static int32_t get_offset_of__objFormatter_10() { return static_cast(offsetof(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442, ____objFormatter_10)); } inline BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * get__objFormatter_10() const { return ____objFormatter_10; } inline BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 ** get_address_of__objFormatter_10() { return &____objFormatter_10; } inline void set__objFormatter_10(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * value) { ____objFormatter_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____objFormatter_10), (void*)value); } inline static int32_t get_offset_of__numResources_11() { return static_cast(offsetof(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442, ____numResources_11)); } inline int32_t get__numResources_11() const { return ____numResources_11; } inline int32_t* get_address_of__numResources_11() { return &____numResources_11; } inline void set__numResources_11(int32_t value) { ____numResources_11 = value; } inline static int32_t get_offset_of__ums_12() { return static_cast(offsetof(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442, ____ums_12)); } inline UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * get__ums_12() const { return ____ums_12; } inline UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E ** get_address_of__ums_12() { return &____ums_12; } inline void set__ums_12(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * value) { ____ums_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____ums_12), (void*)value); } inline static int32_t get_offset_of__version_13() { return static_cast(offsetof(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442, ____version_13)); } inline int32_t get__version_13() const { return ____version_13; } inline int32_t* get_address_of__version_13() { return &____version_13; } inline void set__version_13(int32_t value) { ____version_13 = value; } }; // System.Resources.ResourceReader_ResourceEnumerator struct ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 : public RuntimeObject { public: // System.Resources.ResourceReader System.Resources.ResourceReader_ResourceEnumerator::_reader ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * ____reader_0; // System.Boolean System.Resources.ResourceReader_ResourceEnumerator::_currentIsValid bool ____currentIsValid_1; // System.Int32 System.Resources.ResourceReader_ResourceEnumerator::_currentName int32_t ____currentName_2; // System.Int32 System.Resources.ResourceReader_ResourceEnumerator::_dataPosition int32_t ____dataPosition_3; public: inline static int32_t get_offset_of__reader_0() { return static_cast(offsetof(ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1, ____reader_0)); } inline ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * get__reader_0() const { return ____reader_0; } inline ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 ** get_address_of__reader_0() { return &____reader_0; } inline void set__reader_0(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * value) { ____reader_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____reader_0), (void*)value); } inline static int32_t get_offset_of__currentIsValid_1() { return static_cast(offsetof(ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1, ____currentIsValid_1)); } inline bool get__currentIsValid_1() const { return ____currentIsValid_1; } inline bool* get_address_of__currentIsValid_1() { return &____currentIsValid_1; } inline void set__currentIsValid_1(bool value) { ____currentIsValid_1 = value; } inline static int32_t get_offset_of__currentName_2() { return static_cast(offsetof(ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1, ____currentName_2)); } inline int32_t get__currentName_2() const { return ____currentName_2; } inline int32_t* get_address_of__currentName_2() { return &____currentName_2; } inline void set__currentName_2(int32_t value) { ____currentName_2 = value; } inline static int32_t get_offset_of__dataPosition_3() { return static_cast(offsetof(ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1, ____dataPosition_3)); } inline int32_t get__dataPosition_3() const { return ____dataPosition_3; } inline int32_t* get_address_of__dataPosition_3() { return &____dataPosition_3; } inline void set__dataPosition_3(int32_t value) { ____dataPosition_3 = value; } }; // System.Resources.ResourceSet struct ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE : public RuntimeObject { public: // System.Resources.IResourceReader System.Resources.ResourceSet::Reader RuntimeObject* ___Reader_0; // System.Collections.Hashtable System.Resources.ResourceSet::Table Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___Table_1; // System.Collections.Hashtable System.Resources.ResourceSet::_caseInsensitiveTable Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____caseInsensitiveTable_2; public: inline static int32_t get_offset_of_Reader_0() { return static_cast(offsetof(ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE, ___Reader_0)); } inline RuntimeObject* get_Reader_0() const { return ___Reader_0; } inline RuntimeObject** get_address_of_Reader_0() { return &___Reader_0; } inline void set_Reader_0(RuntimeObject* value) { ___Reader_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Reader_0), (void*)value); } inline static int32_t get_offset_of_Table_1() { return static_cast(offsetof(ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE, ___Table_1)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_Table_1() const { return ___Table_1; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_Table_1() { return &___Table_1; } inline void set_Table_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___Table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Table_1), (void*)value); } inline static int32_t get_offset_of__caseInsensitiveTable_2() { return static_cast(offsetof(ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE, ____caseInsensitiveTable_2)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__caseInsensitiveTable_2() const { return ____caseInsensitiveTable_2; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__caseInsensitiveTable_2() { return &____caseInsensitiveTable_2; } inline void set__caseInsensitiveTable_2(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ____caseInsensitiveTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____caseInsensitiveTable_2), (void*)value); } }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore_<>c struct U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079 : public RuntimeObject { public: public: }; struct U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_StaticFields { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore_<>c System.Runtime.CompilerServices.AsyncMethodBuilderCore_<>c::<>9 U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079 * ___U3CU3E9_0; // System.Threading.SendOrPostCallback System.Runtime.CompilerServices.AsyncMethodBuilderCore_<>c::<>9__6_0 SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___U3CU3E9__6_0_1; // System.Threading.WaitCallback System.Runtime.CompilerServices.AsyncMethodBuilderCore_<>c::<>9__6_1 WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___U3CU3E9__6_1_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__6_0_1() { return static_cast(offsetof(U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_StaticFields, ___U3CU3E9__6_0_1)); } inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * get_U3CU3E9__6_0_1() const { return ___U3CU3E9__6_0_1; } inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 ** get_address_of_U3CU3E9__6_0_1() { return &___U3CU3E9__6_0_1; } inline void set_U3CU3E9__6_0_1(SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * value) { ___U3CU3E9__6_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__6_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__6_1_2() { return static_cast(offsetof(U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_StaticFields, ___U3CU3E9__6_1_2)); } inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * get_U3CU3E9__6_1_2() const { return ___U3CU3E9__6_1_2; } inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC ** get_address_of_U3CU3E9__6_1_2() { return &___U3CU3E9__6_1_2; } inline void set_U3CU3E9__6_1_2(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * value) { ___U3CU3E9__6_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__6_1_2), (void*)value); } }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore_<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t91BE7D82E3148DC17AD2CF3AFA190EE3018F2368 : public RuntimeObject { public: // System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncMethodBuilderCore_<>c__DisplayClass4_0::innerTask Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___innerTask_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore_<>c__DisplayClass4_0::continuation Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___continuation_1; public: inline static int32_t get_offset_of_innerTask_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t91BE7D82E3148DC17AD2CF3AFA190EE3018F2368, ___innerTask_0)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_innerTask_0() const { return ___innerTask_0; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_innerTask_0() { return &___innerTask_0; } inline void set_innerTask_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___innerTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___innerTask_0), (void*)value); } inline static int32_t get_offset_of_continuation_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t91BE7D82E3148DC17AD2CF3AFA190EE3018F2368, ___continuation_1)); } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_continuation_1() const { return ___continuation_1; } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_continuation_1() { return &___continuation_1; } inline void set_continuation_1(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value) { ___continuation_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___continuation_1), (void*)value); } }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore_ContinuationWrapper struct ContinuationWrapper_tCC429E05B578FB77DAD5970B18B3DD07748DB201 : public RuntimeObject { public: // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore_ContinuationWrapper::m_continuation Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___m_continuation_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore_ContinuationWrapper::m_invokeAction Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___m_invokeAction_1; // System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncMethodBuilderCore_ContinuationWrapper::m_innerTask Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_innerTask_2; public: inline static int32_t get_offset_of_m_continuation_0() { return static_cast(offsetof(ContinuationWrapper_tCC429E05B578FB77DAD5970B18B3DD07748DB201, ___m_continuation_0)); } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_m_continuation_0() const { return ___m_continuation_0; } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_m_continuation_0() { return &___m_continuation_0; } inline void set_m_continuation_0(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value) { ___m_continuation_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuation_0), (void*)value); } inline static int32_t get_offset_of_m_invokeAction_1() { return static_cast(offsetof(ContinuationWrapper_tCC429E05B578FB77DAD5970B18B3DD07748DB201, ___m_invokeAction_1)); } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_m_invokeAction_1() const { return ___m_invokeAction_1; } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_m_invokeAction_1() { return &___m_invokeAction_1; } inline void set_m_invokeAction_1(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value) { ___m_invokeAction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_invokeAction_1), (void*)value); } inline static int32_t get_offset_of_m_innerTask_2() { return static_cast(offsetof(ContinuationWrapper_tCC429E05B578FB77DAD5970B18B3DD07748DB201, ___m_innerTask_2)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_innerTask_2() const { return ___m_innerTask_2; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_innerTask_2() { return &___m_innerTask_2; } inline void set_m_innerTask_2(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___m_innerTask_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_innerTask_2), (void*)value); } }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore_MoveNextRunner struct MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A : public RuntimeObject { public: // System.Threading.ExecutionContext System.Runtime.CompilerServices.AsyncMethodBuilderCore_MoveNextRunner::m_context ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_context_0; // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore_MoveNextRunner::m_stateMachine RuntimeObject* ___m_stateMachine_1; public: inline static int32_t get_offset_of_m_context_0() { return static_cast(offsetof(MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A, ___m_context_0)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_m_context_0() const { return ___m_context_0; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_m_context_0() { return &___m_context_0; } inline void set_m_context_0(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value) { ___m_context_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_context_0), (void*)value); } inline static int32_t get_offset_of_m_stateMachine_1() { return static_cast(offsetof(MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A, ___m_stateMachine_1)); } inline RuntimeObject* get_m_stateMachine_1() const { return ___m_stateMachine_1; } inline RuntimeObject** get_address_of_m_stateMachine_1() { return &___m_stateMachine_1; } inline void set_m_stateMachine_1(RuntimeObject* value) { ___m_stateMachine_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateMachine_1), (void*)value); } }; struct MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A_StaticFields { public: // System.Threading.ContextCallback System.Runtime.CompilerServices.AsyncMethodBuilderCore_MoveNextRunner::s_invokeMoveNext ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___s_invokeMoveNext_2; public: inline static int32_t get_offset_of_s_invokeMoveNext_2() { return static_cast(offsetof(MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A_StaticFields, ___s_invokeMoveNext_2)); } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_s_invokeMoveNext_2() const { return ___s_invokeMoveNext_2; } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_s_invokeMoveNext_2() { return &___s_invokeMoveNext_2; } inline void set_s_invokeMoveNext_2(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value) { ___s_invokeMoveNext_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_invokeMoveNext_2), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskCache struct AsyncTaskCache_t34A97832FCD6948CE68777740FA37AEAB550E6CF : public RuntimeObject { public: public: }; struct AsyncTaskCache_t34A97832FCD6948CE68777740FA37AEAB550E6CF_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskCache::TrueTask Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * ___TrueTask_0; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskCache::FalseTask Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * ___FalseTask_1; // System.Threading.Tasks.Task`1[] System.Runtime.CompilerServices.AsyncTaskCache::Int32Tasks Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20* ___Int32Tasks_2; public: inline static int32_t get_offset_of_TrueTask_0() { return static_cast(offsetof(AsyncTaskCache_t34A97832FCD6948CE68777740FA37AEAB550E6CF_StaticFields, ___TrueTask_0)); } inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * get_TrueTask_0() const { return ___TrueTask_0; } inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 ** get_address_of_TrueTask_0() { return &___TrueTask_0; } inline void set_TrueTask_0(Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * value) { ___TrueTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueTask_0), (void*)value); } inline static int32_t get_offset_of_FalseTask_1() { return static_cast(offsetof(AsyncTaskCache_t34A97832FCD6948CE68777740FA37AEAB550E6CF_StaticFields, ___FalseTask_1)); } inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * get_FalseTask_1() const { return ___FalseTask_1; } inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 ** get_address_of_FalseTask_1() { return &___FalseTask_1; } inline void set_FalseTask_1(Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * value) { ___FalseTask_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseTask_1), (void*)value); } inline static int32_t get_offset_of_Int32Tasks_2() { return static_cast(offsetof(AsyncTaskCache_t34A97832FCD6948CE68777740FA37AEAB550E6CF_StaticFields, ___Int32Tasks_2)); } inline Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20* get_Int32Tasks_2() const { return ___Int32Tasks_2; } inline Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20** get_address_of_Int32Tasks_2() { return &___Int32Tasks_2; } inline void set_Int32Tasks_2(Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20* value) { ___Int32Tasks_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Int32Tasks_2), (void*)value); } }; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 : public RuntimeObject { public: public: }; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A : public RuntimeObject { public: // System.Exception System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_Exception Exception_t * ___m_Exception_0; // System.Object System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_stackTrace RuntimeObject * ___m_stackTrace_1; public: inline static int32_t get_offset_of_m_Exception_0() { return static_cast(offsetof(ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A, ___m_Exception_0)); } inline Exception_t * get_m_Exception_0() const { return ___m_Exception_0; } inline Exception_t ** get_address_of_m_Exception_0() { return &___m_Exception_0; } inline void set_m_Exception_0(Exception_t * value) { ___m_Exception_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Exception_0), (void*)value); } inline static int32_t get_offset_of_m_stackTrace_1() { return static_cast(offsetof(ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A, ___m_stackTrace_1)); } inline RuntimeObject * get_m_stackTrace_1() const { return ___m_stackTrace_1; } inline RuntimeObject ** get_address_of_m_stackTrace_1() { return &___m_stackTrace_1; } inline void set_m_stackTrace_1(RuntimeObject * value) { ___m_stackTrace_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stackTrace_1), (void*)value); } }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_3)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* 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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_4)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* 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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_5)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_6)); } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * 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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___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.Security.Policy.Evidence struct Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 : public RuntimeObject { public: // System.Boolean System.Security.Policy.Evidence::_locked bool ____locked_0; // System.Collections.ArrayList System.Security.Policy.Evidence::hostEvidenceList ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___hostEvidenceList_1; // System.Collections.ArrayList System.Security.Policy.Evidence::assemblyEvidenceList ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___assemblyEvidenceList_2; public: inline static int32_t get_offset_of__locked_0() { return static_cast(offsetof(Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307, ____locked_0)); } inline bool get__locked_0() const { return ____locked_0; } inline bool* get_address_of__locked_0() { return &____locked_0; } inline void set__locked_0(bool value) { ____locked_0 = value; } inline static int32_t get_offset_of_hostEvidenceList_1() { return static_cast(offsetof(Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307, ___hostEvidenceList_1)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_hostEvidenceList_1() const { return ___hostEvidenceList_1; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_hostEvidenceList_1() { return &___hostEvidenceList_1; } inline void set_hostEvidenceList_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___hostEvidenceList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___hostEvidenceList_1), (void*)value); } inline static int32_t get_offset_of_assemblyEvidenceList_2() { return static_cast(offsetof(Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307, ___assemblyEvidenceList_2)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_assemblyEvidenceList_2() const { return ___assemblyEvidenceList_2; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_assemblyEvidenceList_2() { return &___assemblyEvidenceList_2; } inline void set_assemblyEvidenceList_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___assemblyEvidenceList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___assemblyEvidenceList_2), (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; } }; 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.StringComparer struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE : public RuntimeObject { public: public: }; struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields { public: // System.StringComparer System.StringComparer::_invariantCulture StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCulture_0; // System.StringComparer System.StringComparer::_invariantCultureIgnoreCase StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCultureIgnoreCase_1; // System.StringComparer System.StringComparer::_ordinal StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinal_2; // System.StringComparer System.StringComparer::_ordinalIgnoreCase StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinalIgnoreCase_3; public: inline static int32_t get_offset_of__invariantCulture_0() { return static_cast(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCulture_0)); } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCulture_0() const { return ____invariantCulture_0; } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; } inline void set__invariantCulture_0(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value) { ____invariantCulture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCulture_0), (void*)value); } inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCultureIgnoreCase_1)); } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; } inline void set__invariantCultureIgnoreCase_1(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value) { ____invariantCultureIgnoreCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCultureIgnoreCase_1), (void*)value); } inline static int32_t get_offset_of__ordinal_2() { return static_cast(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinal_2)); } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinal_2() const { return ____ordinal_2; } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinal_2() { return &____ordinal_2; } inline void set__ordinal_2(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value) { ____ordinal_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinal_2), (void*)value); } inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinalIgnoreCase_3)); } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; } inline void set__ordinalIgnoreCase_3(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value) { ____ordinalIgnoreCase_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinalIgnoreCase_3), (void*)value); } }; // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___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_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___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_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_10)); } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10() const { return ___dataItem_10; } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_10() { return &___dataItem_10; } inline void set_dataItem_10(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * 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_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___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_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___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_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_13)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13() const { return ___encoderFallback_13; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; } inline void set_encoderFallback_13(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_14)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14() const { return ___decoderFallback_14; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; } inline void set_decoderFallback_14(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value); } }; struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___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_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * 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_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_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.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___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_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* 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.Threading.SynchronizationContext struct SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 : public RuntimeObject { public: public: }; // System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com { }; // System.Version struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD : public RuntimeObject { public: // System.Int32 System.Version::_Major int32_t ____Major_0; // System.Int32 System.Version::_Minor int32_t ____Minor_1; // System.Int32 System.Version::_Build int32_t ____Build_2; // System.Int32 System.Version::_Revision int32_t ____Revision_3; public: inline static int32_t get_offset_of__Major_0() { return static_cast(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Major_0)); } inline int32_t get__Major_0() const { return ____Major_0; } inline int32_t* get_address_of__Major_0() { return &____Major_0; } inline void set__Major_0(int32_t value) { ____Major_0 = value; } inline static int32_t get_offset_of__Minor_1() { return static_cast(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Minor_1)); } inline int32_t get__Minor_1() const { return ____Minor_1; } inline int32_t* get_address_of__Minor_1() { return &____Minor_1; } inline void set__Minor_1(int32_t value) { ____Minor_1 = value; } inline static int32_t get_offset_of__Build_2() { return static_cast(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Build_2)); } inline int32_t get__Build_2() const { return ____Build_2; } inline int32_t* get_address_of__Build_2() { return &____Build_2; } inline void set__Build_2(int32_t value) { ____Build_2 = value; } inline static int32_t get_offset_of__Revision_3() { return static_cast(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Revision_3)); } inline int32_t get__Revision_3() const { return ____Revision_3; } inline int32_t* get_address_of__Revision_3() { return &____Revision_3; } inline void set__Revision_3(int32_t value) { ____Revision_3 = value; } }; struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_StaticFields { public: // System.Char[] System.Version::SeparatorsArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___SeparatorsArray_4; public: inline static int32_t get_offset_of_SeparatorsArray_4() { return static_cast(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_StaticFields, ___SeparatorsArray_4)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_SeparatorsArray_4() const { return ___SeparatorsArray_4; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_SeparatorsArray_4() { return &___SeparatorsArray_4; } inline void set_SeparatorsArray_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___SeparatorsArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeparatorsArray_4), (void*)value); } }; // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { 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_tB53F6830F670160873277339AA58F15CAED4399C, ___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; } }; struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_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_tB53F6830F670160873277339AA58F15CAED4399C_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_tB53F6830F670160873277339AA58F15CAED4399C_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.Byte struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07 { 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_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___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_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9 { 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_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___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; } }; struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Collections.DictionaryEntry struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 { 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_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____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_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____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_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.DateTime struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 { 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_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___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; } }; struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MaxValue_32 = value; } }; // System.Decimal struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 { 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_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___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_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___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_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___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_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___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; } }; struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___NearPositiveZero_13 = value; } }; // System.Double struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF { public: public: }; struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com { }; // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } }; // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: // System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3; public: inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); } inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; } inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; } inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value) { ____activeReadWriteTask_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; } inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value) { ____asyncActiveSemaphore_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value); } }; struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.Int16 struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102 { 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_t585191389E07734F19F3156FF88FB3EF4800D102, ___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_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436 { 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_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___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; } }; 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.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 { public: // System.Type System.Reflection.CustomAttributeTypedArgument::argumentType Type_t * ___argumentType_0; // System.Object System.Reflection.CustomAttributeTypedArgument::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_argumentType_0() { return static_cast(offsetof(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8, ___argumentType_0)); } inline Type_t * get_argumentType_0() const { return ___argumentType_0; } inline Type_t ** get_address_of_argumentType_0() { return &___argumentType_0; } inline void set_argumentType_0(Type_t * value) { ___argumentType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___argumentType_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8, ___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.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_pinvoke { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_com { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; // System.Reflection.EventInfo struct EventInfo_t : public MemberInfo_t { public: // System.Reflection.EventInfo_AddEventAdapter System.Reflection.EventInfo::cached_add_event AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B * ___cached_add_event_0; public: inline static int32_t get_offset_of_cached_add_event_0() { return static_cast(offsetof(EventInfo_t, ___cached_add_event_0)); } inline AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B * get_cached_add_event_0() const { return ___cached_add_event_0; } inline AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B ** get_address_of_cached_add_event_0() { return &___cached_add_event_0; } inline void set_cached_add_event_0(AddEventAdapter_t90B3498E1AA0B739F6390C7E52B51A36945E036B * value) { ___cached_add_event_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_add_event_0), (void*)value); } }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Reflection.ParameterModifier struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E { public: // System.Boolean[] System.Reflection.ParameterModifier::_byRef BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ____byRef_0; public: inline static int32_t get_offset_of__byRef_0() { return static_cast(offsetof(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E, ____byRef_0)); } inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get__byRef_0() const { return ____byRef_0; } inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of__byRef_0() { return &____byRef_0; } inline void set__byRef_0(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value) { ____byRef_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_pinvoke { int32_t* ____byRef_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_com { int32_t* ____byRef_0; }; // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; // System.ResolveEventArgs struct ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E { public: // System.String System.ResolveEventArgs::m_Name String_t* ___m_Name_1; // System.Reflection.Assembly System.ResolveEventArgs::m_Requesting Assembly_t * ___m_Requesting_2; public: inline static int32_t get_offset_of_m_Name_1() { return static_cast(offsetof(ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D, ___m_Name_1)); } inline String_t* get_m_Name_1() const { return ___m_Name_1; } inline String_t** get_address_of_m_Name_1() { return &___m_Name_1; } inline void set_m_Name_1(String_t* value) { ___m_Name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_1), (void*)value); } inline static int32_t get_offset_of_m_Requesting_2() { return static_cast(offsetof(ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D, ___m_Requesting_2)); } inline Assembly_t * get_m_Requesting_2() const { return ___m_Requesting_2; } inline Assembly_t ** get_address_of_m_Requesting_2() { return &___m_Requesting_2; } inline void set_m_Requesting_2(Assembly_t * value) { ___m_Requesting_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Requesting_2), (void*)value); } }; // System.Resources.ResourceLocator struct ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C { public: // System.Object System.Resources.ResourceLocator::_value RuntimeObject * ____value_0; // System.Int32 System.Resources.ResourceLocator::_dataPos int32_t ____dataPos_1; public: inline static int32_t get_offset_of__value_0() { return static_cast(offsetof(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C, ____value_0)); } inline RuntimeObject * get__value_0() const { return ____value_0; } inline RuntimeObject ** get_address_of__value_0() { return &____value_0; } inline void set__value_0(RuntimeObject * value) { ____value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_0), (void*)value); } inline static int32_t get_offset_of__dataPos_1() { return static_cast(offsetof(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C, ____dataPos_1)); } inline int32_t get__dataPos_1() const { return ____dataPos_1; } inline int32_t* get_address_of__dataPos_1() { return &____dataPos_1; } inline void set__dataPos_1(int32_t value) { ____dataPos_1 = value; } }; // Native definition for P/Invoke marshalling of System.Resources.ResourceLocator struct ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshaled_pinvoke { Il2CppIUnknown* ____value_0; int32_t ____dataPos_1; }; // Native definition for COM marshalling of System.Resources.ResourceLocator struct ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshaled_com { Il2CppIUnknown* ____value_0; int32_t ____dataPos_1; }; // System.Resources.RuntimeResourceSet struct RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 : public ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE { public: // System.Collections.Generic.Dictionary`2 System.Resources.RuntimeResourceSet::_resCache Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * ____resCache_4; // System.Resources.ResourceReader System.Resources.RuntimeResourceSet::_defaultReader ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * ____defaultReader_5; // System.Collections.Generic.Dictionary`2 System.Resources.RuntimeResourceSet::_caseInsensitiveTable Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * ____caseInsensitiveTable_6; // System.Boolean System.Resources.RuntimeResourceSet::_haveReadFromReader bool ____haveReadFromReader_7; public: inline static int32_t get_offset_of__resCache_4() { return static_cast(offsetof(RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373, ____resCache_4)); } inline Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * get__resCache_4() const { return ____resCache_4; } inline Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 ** get_address_of__resCache_4() { return &____resCache_4; } inline void set__resCache_4(Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * value) { ____resCache_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____resCache_4), (void*)value); } inline static int32_t get_offset_of__defaultReader_5() { return static_cast(offsetof(RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373, ____defaultReader_5)); } inline ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * get__defaultReader_5() const { return ____defaultReader_5; } inline ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 ** get_address_of__defaultReader_5() { return &____defaultReader_5; } inline void set__defaultReader_5(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * value) { ____defaultReader_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultReader_5), (void*)value); } inline static int32_t get_offset_of__caseInsensitiveTable_6() { return static_cast(offsetof(RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373, ____caseInsensitiveTable_6)); } inline Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * get__caseInsensitiveTable_6() const { return ____caseInsensitiveTable_6; } inline Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 ** get_address_of__caseInsensitiveTable_6() { return &____caseInsensitiveTable_6; } inline void set__caseInsensitiveTable_6(Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * value) { ____caseInsensitiveTable_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____caseInsensitiveTable_6), (void*)value); } inline static int32_t get_offset_of__haveReadFromReader_7() { return static_cast(offsetof(RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373, ____haveReadFromReader_7)); } inline bool get__haveReadFromReader_7() const { return ____haveReadFromReader_7; } inline bool* get_address_of__haveReadFromReader_7() { return &____haveReadFromReader_7; } inline void set__haveReadFromReader_7(bool value) { ____haveReadFromReader_7 = value; } }; // System.Resources.SatelliteContractVersionAttribute struct SatelliteContractVersionAttribute_tF05E6DCCDC8C9ED9EC7611F1EDBA5295AA24EBA3 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: // System.String System.Resources.SatelliteContractVersionAttribute::_version String_t* ____version_0; public: inline static int32_t get_offset_of__version_0() { return static_cast(offsetof(SatelliteContractVersionAttribute_tF05E6DCCDC8C9ED9EC7611F1EDBA5295AA24EBA3, ____version_0)); } inline String_t* get__version_0() const { return ____version_0; } inline String_t** get_address_of__version_0() { return &____version_0; } inline void set__version_0(String_t* value) { ____version_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____version_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 { public: // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine RuntimeObject* ___m_stateMachine_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___m_defaultContextAction_1; public: inline static int32_t get_offset_of_m_stateMachine_0() { return static_cast(offsetof(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01, ___m_stateMachine_0)); } inline RuntimeObject* get_m_stateMachine_0() const { return ___m_stateMachine_0; } inline RuntimeObject** get_address_of_m_stateMachine_0() { return &___m_stateMachine_0; } inline void set_m_stateMachine_0(RuntimeObject* value) { ___m_stateMachine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateMachine_0), (void*)value); } inline static int32_t get_offset_of_m_defaultContextAction_1() { return static_cast(offsetof(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01, ___m_defaultContextAction_1)); } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_m_defaultContextAction_1() const { return ___m_defaultContextAction_1; } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_m_defaultContextAction_1() { return &___m_defaultContextAction_1; } inline void set_m_defaultContextAction_1(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value) { ___m_defaultContextAction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_defaultContextAction_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshaled_pinvoke { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshaled_com { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // System.Runtime.CompilerServices.CustomConstantAttribute struct CustomConstantAttribute_tBAC64D25BCB4BE5CAC32AC430CA8BEF070923191 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // System.Runtime.CompilerServices.StateMachineAttribute struct StateMachineAttribute_t0F08DD69D5AB4A30C6A13E245143DD5335A4DA93 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: // System.Type System.Runtime.CompilerServices.StateMachineAttribute::k__BackingField Type_t * ___U3CStateMachineTypeU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CStateMachineTypeU3Ek__BackingField_0() { return static_cast(offsetof(StateMachineAttribute_t0F08DD69D5AB4A30C6A13E245143DD5335A4DA93, ___U3CStateMachineTypeU3Ek__BackingField_0)); } inline Type_t * get_U3CStateMachineTypeU3Ek__BackingField_0() const { return ___U3CStateMachineTypeU3Ek__BackingField_0; } inline Type_t ** get_address_of_U3CStateMachineTypeU3Ek__BackingField_0() { return &___U3CStateMachineTypeU3Ek__BackingField_0; } inline void set_U3CStateMachineTypeU3Ek__BackingField_0(Type_t * value) { ___U3CStateMachineTypeU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStateMachineTypeU3Ek__BackingField_0), (void*)value); } }; // System.Runtime.InteropServices.GCHandle struct GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // System.Runtime.InteropServices.InAttribute struct InAttribute_t753C98BE87DB84ECCEEB09841007A0D30C8B8A91 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // System.Runtime.InteropServices.OptionalAttribute struct OptionalAttribute_t9C49E42A48E6C513B8CFB077C07C7AEF7AF96113 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // System.Runtime.InteropServices.OutAttribute struct OutAttribute_t171E39DD5144590B737DC30724E1886B20B1E94D : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // System.Runtime.InteropServices.PreserveSigAttribute struct PreserveSigAttribute_t60367CFFE2AFD385EAC54659911B50279DFFA576 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: public: }; // System.SByte struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // System.Single struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1 { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.Threading.Tasks.VoidTaskResult struct VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 { public: union { struct { }; uint8_t VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40__padding[1]; }; public: }; // System.Threading.Thread struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 { public: // System.Threading.InternalThread System.Threading.Thread::internal_thread InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___internal_thread_6; // System.Object System.Threading.Thread::m_ThreadStartArg RuntimeObject * ___m_ThreadStartArg_7; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_8; // System.Security.Principal.IPrincipal System.Threading.Thread::principal RuntimeObject* ___principal_9; // System.Int32 System.Threading.Thread::principal_version int32_t ___principal_version_10; // System.MulticastDelegate System.Threading.Thread::m_Delegate MulticastDelegate_t * ___m_Delegate_12; // System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_ExecutionContext_13; // System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope bool ___m_ExecutionContextBelongsToOuterScope_14; public: inline static int32_t get_offset_of_internal_thread_6() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___internal_thread_6)); } inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * get_internal_thread_6() const { return ___internal_thread_6; } inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 ** get_address_of_internal_thread_6() { return &___internal_thread_6; } inline void set_internal_thread_6(InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * value) { ___internal_thread_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___internal_thread_6), (void*)value); } inline static int32_t get_offset_of_m_ThreadStartArg_7() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ThreadStartArg_7)); } inline RuntimeObject * get_m_ThreadStartArg_7() const { return ___m_ThreadStartArg_7; } inline RuntimeObject ** get_address_of_m_ThreadStartArg_7() { return &___m_ThreadStartArg_7; } inline void set_m_ThreadStartArg_7(RuntimeObject * value) { ___m_ThreadStartArg_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ThreadStartArg_7), (void*)value); } inline static int32_t get_offset_of_pending_exception_8() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___pending_exception_8)); } inline RuntimeObject * get_pending_exception_8() const { return ___pending_exception_8; } inline RuntimeObject ** get_address_of_pending_exception_8() { return &___pending_exception_8; } inline void set_pending_exception_8(RuntimeObject * value) { ___pending_exception_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___pending_exception_8), (void*)value); } inline static int32_t get_offset_of_principal_9() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_9)); } inline RuntimeObject* get_principal_9() const { return ___principal_9; } inline RuntimeObject** get_address_of_principal_9() { return &___principal_9; } inline void set_principal_9(RuntimeObject* value) { ___principal_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___principal_9), (void*)value); } inline static int32_t get_offset_of_principal_version_10() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_version_10)); } inline int32_t get_principal_version_10() const { return ___principal_version_10; } inline int32_t* get_address_of_principal_version_10() { return &___principal_version_10; } inline void set_principal_version_10(int32_t value) { ___principal_version_10 = value; } inline static int32_t get_offset_of_m_Delegate_12() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_Delegate_12)); } inline MulticastDelegate_t * get_m_Delegate_12() const { return ___m_Delegate_12; } inline MulticastDelegate_t ** get_address_of_m_Delegate_12() { return &___m_Delegate_12; } inline void set_m_Delegate_12(MulticastDelegate_t * value) { ___m_Delegate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Delegate_12), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContext_13() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContext_13)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_m_ExecutionContext_13() const { return ___m_ExecutionContext_13; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_m_ExecutionContext_13() { return &___m_ExecutionContext_13; } inline void set_m_ExecutionContext_13(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value) { ___m_ExecutionContext_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ExecutionContext_13), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContextBelongsToOuterScope_14() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContextBelongsToOuterScope_14)); } inline bool get_m_ExecutionContextBelongsToOuterScope_14() const { return ___m_ExecutionContextBelongsToOuterScope_14; } inline bool* get_address_of_m_ExecutionContextBelongsToOuterScope_14() { return &___m_ExecutionContextBelongsToOuterScope_14; } inline void set_m_ExecutionContextBelongsToOuterScope_14(bool value) { ___m_ExecutionContextBelongsToOuterScope_14 = value; } }; struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields { public: // System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ___s_LocalDataStoreMgr_0; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentCulture AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentCulture_4; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentUICulture AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentUICulture_5; public: inline static int32_t get_offset_of_s_LocalDataStoreMgr_0() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_LocalDataStoreMgr_0)); } inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * get_s_LocalDataStoreMgr_0() const { return ___s_LocalDataStoreMgr_0; } inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 ** get_address_of_s_LocalDataStoreMgr_0() { return &___s_LocalDataStoreMgr_0; } inline void set_s_LocalDataStoreMgr_0(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * value) { ___s_LocalDataStoreMgr_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStoreMgr_0), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentCulture_4() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentCulture_4)); } inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentCulture_4() const { return ___s_asyncLocalCurrentCulture_4; } inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentCulture_4() { return &___s_asyncLocalCurrentCulture_4; } inline void set_s_asyncLocalCurrentCulture_4(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value) { ___s_asyncLocalCurrentCulture_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentCulture_4), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentUICulture_5() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentUICulture_5)); } inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentUICulture_5() const { return ___s_asyncLocalCurrentUICulture_5; } inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentUICulture_5() { return &___s_asyncLocalCurrentUICulture_5; } inline void set_s_asyncLocalCurrentUICulture_5(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value) { ___s_asyncLocalCurrentUICulture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentUICulture_5), (void*)value); } }; struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields { public: // System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * ___s_LocalDataStore_1; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentCulture_2; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentUICulture_3; // System.Threading.Thread System.Threading.Thread::current_thread Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___current_thread_11; public: inline static int32_t get_offset_of_s_LocalDataStore_1() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___s_LocalDataStore_1)); } inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * get_s_LocalDataStore_1() const { return ___s_LocalDataStore_1; } inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 ** get_address_of_s_LocalDataStore_1() { return &___s_LocalDataStore_1; } inline void set_s_LocalDataStore_1(LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * value) { ___s_LocalDataStore_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStore_1), (void*)value); } inline static int32_t get_offset_of_m_CurrentCulture_2() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentCulture_2)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentCulture_2() const { return ___m_CurrentCulture_2; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentCulture_2() { return &___m_CurrentCulture_2; } inline void set_m_CurrentCulture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___m_CurrentCulture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentCulture_2), (void*)value); } inline static int32_t get_offset_of_m_CurrentUICulture_3() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentUICulture_3)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentUICulture_3() const { return ___m_CurrentUICulture_3; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentUICulture_3() { return &___m_CurrentUICulture_3; } inline void set_m_CurrentUICulture_3(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___m_CurrentUICulture_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentUICulture_3), (void*)value); } inline static int32_t get_offset_of_current_thread_11() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___current_thread_11)); } inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * get_current_thread_11() const { return ___current_thread_11; } inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 ** get_address_of_current_thread_11() { return &___current_thread_11; } inline void set_current_thread_11(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * value) { ___current_thread_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_thread_11), (void*)value); } }; // System.UInt16 struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017 { public: union { struct { }; uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1]; }; public: }; // Mono.RuntimePropertyHandle struct RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB { public: // System.IntPtr Mono.RuntimePropertyHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB, ___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.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject { public: // System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_10)); } inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_10() const { return ___buckets_10; } inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_10() { return &___buckets_10; } inline void set_buckets_10(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value) { ___buckets_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value); } inline static int32_t get_offset_of_count_11() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____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.Configuration.Assemblies.AssemblyHashAlgorithm struct AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9 { public: // System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9, ___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.Configuration.Assemblies.AssemblyVersionCompatibility struct AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C { public: // System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C, ___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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; } inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * 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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; int32_t ___method_is_virtual_10; }; // 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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * 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_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* 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_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; 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); } }; // 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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Globalization.CompareOptions struct CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939 { public: // System.Int32 System.Globalization.CompareOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939, ___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.FileAccess struct FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6 { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6, ___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.FileMode struct FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419, ___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.FileShare struct FileShare_t9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684 { public: // System.Int32 System.IO.FileShare::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileShare_t9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684, ___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_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3 { 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_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3, ___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.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_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___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_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * 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_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___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_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___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.AssemblyContentType struct AssemblyContentType_t9869DE40B7B1976B389F3B6A5A5D18B09E623401 { public: // System.Int32 System.Reflection.AssemblyContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyContentType_t9869DE40B7B1976B389F3B6A5A5D18B09E623401, ___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.Reflection.AssemblyNameFlags struct AssemblyNameFlags_t7834EDF078E7ECA985AA434A1EA0D95C2A44F256 { public: // System.Int32 System.Reflection.AssemblyNameFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyNameFlags_t7834EDF078E7ECA985AA434A1EA0D95C2A44F256, ___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.Reflection.BindingFlags struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0 { 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_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___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.Reflection.CallingConventions struct CallingConventions_t495B6EF267B118F780C044F96BCDE78C1982C147 { public: // System.Int32 System.Reflection.CallingConventions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CallingConventions_t495B6EF267B118F780C044F96BCDE78C1982C147, ___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.Reflection.ConstructorInfo struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF : public MethodBase_t { public: public: }; struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)value); } }; // System.Reflection.EventAttributes struct EventAttributes_t3D11D609EB01DAF43E68D003DC63C0455C206FAF { public: // System.Int32 System.Reflection.EventAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventAttributes_t3D11D609EB01DAF43E68D003DC63C0455C206FAF, ___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.Reflection.ExceptionHandlingClauseOptions struct ExceptionHandlingClauseOptions_t4527A8ED93B3E753FB00557A5DE30754D7AC0A21 { public: // System.Int32 System.Reflection.ExceptionHandlingClauseOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExceptionHandlingClauseOptions_t4527A8ED93B3E753FB00557A5DE30754D7AC0A21, ___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.Reflection.FieldAttributes struct FieldAttributes_t53FAFABBE4087C280EE0ED26F8F0EF29D24CC0B1 { public: // System.Int32 System.Reflection.FieldAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FieldAttributes_t53FAFABBE4087C280EE0ED26F8F0EF29D24CC0B1, ___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.Reflection.GenericParameterAttributes struct GenericParameterAttributes_t63450AEBA1F27F81502722CE89E01BD01E27A8CE { public: // System.Int32 System.Reflection.GenericParameterAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GenericParameterAttributes_t63450AEBA1F27F81502722CE89E01BD01E27A8CE, ___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.Reflection.MemberTypes struct MemberTypes_t3FEDC67D8B994D09AF155FFB2CFD26023F245041 { public: // System.Int32 System.Reflection.MemberTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MemberTypes_t3FEDC67D8B994D09AF155FFB2CFD26023F245041, ___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.Reflection.MethodAttributes struct MethodAttributes_tBEF3274421B682BFF8D0FF0BEA84C8FD9D63F202 { public: // System.Int32 System.Reflection.MethodAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MethodAttributes_tBEF3274421B682BFF8D0FF0BEA84C8FD9D63F202, ___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.Reflection.MethodImplAttributes struct MethodImplAttributes_tBFAD430267FCF0F168BF37FFDA5F43B4CA95172E { public: // System.Int32 System.Reflection.MethodImplAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MethodImplAttributes_tBFAD430267FCF0F168BF37FFDA5F43B4CA95172E, ___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.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // System.Reflection.PInfo struct PInfo_tACD8A5FBDB18A8362483985E0F90A0D66781986B { public: // System.Int32 System.Reflection.PInfo::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PInfo_tACD8A5FBDB18A8362483985E0F90A0D66781986B, ___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.Reflection.PInvokeAttributes struct PInvokeAttributes_t0AC1F987543200AF29AD058BC9270113A9DE8F3E { public: // System.Int32 System.Reflection.PInvokeAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PInvokeAttributes_t0AC1F987543200AF29AD058BC9270113A9DE8F3E, ___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.Reflection.ParameterAttributes struct ParameterAttributes_tF9962395513C2A48CF5AF2F371C66DD52789F110 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParameterAttributes_tF9962395513C2A48CF5AF2F371C66DD52789F110, ___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.Reflection.ProcessorArchitecture struct ProcessorArchitecture_t0CFB73A83469D6AC222B9FE46E81EAC73C2627C7 { public: // System.Int32 System.Reflection.ProcessorArchitecture::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProcessorArchitecture_t0CFB73A83469D6AC222B9FE46E81EAC73C2627C7, ___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.Reflection.PropertyAttributes struct PropertyAttributes_t4301E7E94CEE49B5C03DF6D72B38B7940040FE6C { public: // System.Int32 System.Reflection.PropertyAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PropertyAttributes_t4301E7E94CEE49B5C03DF6D72B38B7940040FE6C, ___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.Reflection.ResourceLocation struct ResourceLocation_t6E45E67E66224243811CD6541669F30A8936445A { public: // System.Int32 System.Reflection.ResourceLocation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ResourceLocation_t6E45E67E66224243811CD6541669F30A8936445A, ___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.Reflection.RuntimeEventInfo struct RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 : public EventInfo_t { public: public: }; // System.Reflection.RuntimeFieldInfo struct RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 : public FieldInfo_t { public: public: }; // System.Reflection.RuntimePropertyInfo struct RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 : public PropertyInfo_t { public: public: }; // System.Reflection.TypeAttributes struct TypeAttributes_tE6ACB574918E5D234E547DB66EE27142AC379B30 { public: // System.Int32 System.Reflection.TypeAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeAttributes_tE6ACB574918E5D234E547DB66EE27142AC379B30, ___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.Resources.ResourceTypeCode struct ResourceTypeCode_tA537CB9022C694C64F302FBF745E2914927F21BA { public: // System.Int32 System.Resources.ResourceTypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ResourceTypeCode_tA537CB9022C694C64F302FBF745E2914927F21BA, ___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.Resources.UltimateResourceFallbackLocation struct UltimateResourceFallbackLocation_t9E7495B2ADC328EB99FD80EDE68A2E5781D2882E { public: // System.Int32 System.Resources.UltimateResourceFallbackLocation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UltimateResourceFallbackLocation_t9E7495B2ADC328EB99FD80EDE68A2E5781D2882E, ___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.CompilerServices.AsyncStateMachineAttribute struct AsyncStateMachineAttribute_t71790D316286529022E8E3342C82150023358A00 : public StateMachineAttribute_t0F08DD69D5AB4A30C6A13E245143DD5335A4DA93 { public: public: }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9, ___m_task_2)); } inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.DateTimeConstantAttribute struct DateTimeConstantAttribute_t4E7414CDD051958BEA1F01140F38441AA442D9BE : public CustomConstantAttribute_tBAC64D25BCB4BE5CAC32AC430CA8BEF070923191 { public: // System.DateTime System.Runtime.CompilerServices.DateTimeConstantAttribute::date DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___date_0; public: inline static int32_t get_offset_of_date_0() { return static_cast(offsetof(DateTimeConstantAttribute_t4E7414CDD051958BEA1F01140F38441AA442D9BE, ___date_0)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_date_0() const { return ___date_0; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_date_0() { return &___date_0; } inline void set_date_0(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___date_0 = value; } }; // System.Runtime.CompilerServices.DecimalConstantAttribute struct DecimalConstantAttribute_t3DFC057911F4AF28AD6A0472300EBE4C038BD9B5 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: // System.Decimal System.Runtime.CompilerServices.DecimalConstantAttribute::dec Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___dec_0; public: inline static int32_t get_offset_of_dec_0() { return static_cast(offsetof(DecimalConstantAttribute_t3DFC057911F4AF28AD6A0472300EBE4C038BD9B5, ___dec_0)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_dec_0() const { return ___dec_0; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_dec_0() { return &___dec_0; } inline void set_dec_0(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___dec_0 = value; } }; // System.Runtime.InteropServices.UnmanagedType struct UnmanagedType_t87C9136E3089DE290F40B9993907743F4E3102E3 { public: // System.Int32 System.Runtime.InteropServices.UnmanagedType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UnmanagedType_t87C9136E3089DE290F40B9993907743F4E3102E3, ___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.InteropServices.VarEnum struct VarEnum_tBFABAADE217FFEE0854CF0555E8A719CC5E0BDA0 { public: // System.Int32 System.Runtime.InteropServices.VarEnum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VarEnum_tBFABAADE217FFEE0854CF0555E8A719CC5E0BDA0, ___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.Formatters.FormatterAssemblyStyle struct FormatterAssemblyStyle_tA1E8A300026362A0AE091830C5DBDEFCBCD5213A { public: // System.Int32 System.Runtime.Serialization.Formatters.FormatterAssemblyStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FormatterAssemblyStyle_tA1E8A300026362A0AE091830C5DBDEFCBCD5213A, ___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.Formatters.FormatterTypeStyle struct FormatterTypeStyle_tFEF4ABC0D7DE012B1C0976F196E45600568D67AF { public: // System.Int32 System.Runtime.Serialization.Formatters.FormatterTypeStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FormatterTypeStyle_tFEF4ABC0D7DE012B1C0976F196E45600568D67AF, ___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.Formatters.TypeFilterLevel struct TypeFilterLevel_t8FC0F5849147B01F3EB6E3B876E06B3022E0C59A { public: // System.Int32 System.Runtime.Serialization.Formatters.TypeFilterLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeFilterLevel_t8FC0F5849147B01F3EB6E3B876E06B3022E0C59A, ___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_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F { 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_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___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.RuntimeFieldHandle struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___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.RuntimeMethodHandle struct RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F { public: // System.IntPtr System.RuntimeMethodHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F, ___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.RuntimeTypeHandle struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D { 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_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___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.StringComparison struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___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.ExecutionContext_Flags struct Flags_t8F565E43354BBB9A79D7F0308B469D11A82268BD { public: // System.Int32 System.Threading.ExecutionContext_Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t8F565E43354BBB9A79D7F0308B469D11A82268BD, ___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.StackCrawlMark struct StackCrawlMark_t857D8DE506F124E737FD26BB7ADAAAAD13E4F943 { public: // System.Int32 System.Threading.StackCrawlMark::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StackCrawlMark_t857D8DE506F124E737FD26BB7ADAAAAD13E4F943, ___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.CausalitySynchronousWork struct CausalitySynchronousWork_t1D62C06C58A2C413B2D9F09E0AF2083B7999F860 { public: // System.Int32 System.Threading.Tasks.CausalitySynchronousWork::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CausalitySynchronousWork_t1D62C06C58A2C413B2D9F09E0AF2083B7999F860, ___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.CausalityTraceLevel struct CausalityTraceLevel_t43E68E9AA92AD875A33C16851EFA189EA7D394EE { public: // System.Int32 System.Threading.Tasks.CausalityTraceLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CausalityTraceLevel_t43E68E9AA92AD875A33C16851EFA189EA7D394EE, ___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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 : 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_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___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_10; // System.Threading.Tasks.Task_ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * ___m_contingentProperties_15; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_taskScheduler_7)); } inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * 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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_parent_8)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * 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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___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_10() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_continuationObject_10)); } inline RuntimeObject * get_m_continuationObject_10() const { return ___m_continuationObject_10; } inline RuntimeObject ** get_address_of_m_continuationObject_10() { return &___m_continuationObject_10; } inline void set_m_continuationObject_10(RuntimeObject * value) { ___m_continuationObject_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_10), (void*)value); } inline static int32_t get_offset_of_m_contingentProperties_15() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_contingentProperties_15)); } inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * get_m_contingentProperties_15() const { return ___m_contingentProperties_15; } inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 ** get_address_of_m_contingentProperties_15() { return &___m_contingentProperties_15; } inline void set_m_contingentProperties_15(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * value) { ___m_contingentProperties_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_15), (void*)value); } }; struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_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_tF3C6D983390ACFB40B4979E225368F78006D6155 * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_11; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_12; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * ___s_currentActiveTasks_13; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_14; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_taskCancelCallback_16; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * ___s_createContingentProperties_17; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___s_completedTask_18; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * ___s_IsExceptionObservedByParentPredicate_19; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___s_ecCallback_20; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___s_IsTaskContinuationNullPredicate_21; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_factory_3)); } inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_11() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCompletionSentinel_11)); } inline RuntimeObject * get_s_taskCompletionSentinel_11() const { return ___s_taskCompletionSentinel_11; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_11() { return &___s_taskCompletionSentinel_11; } inline void set_s_taskCompletionSentinel_11(RuntimeObject * value) { ___s_taskCompletionSentinel_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_11), (void*)value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_12() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_asyncDebuggingEnabled_12)); } inline bool get_s_asyncDebuggingEnabled_12() const { return ___s_asyncDebuggingEnabled_12; } inline bool* get_address_of_s_asyncDebuggingEnabled_12() { return &___s_asyncDebuggingEnabled_12; } inline void set_s_asyncDebuggingEnabled_12(bool value) { ___s_asyncDebuggingEnabled_12 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_13() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_currentActiveTasks_13)); } inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * get_s_currentActiveTasks_13() const { return ___s_currentActiveTasks_13; } inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F ** get_address_of_s_currentActiveTasks_13() { return &___s_currentActiveTasks_13; } inline void set_s_currentActiveTasks_13(Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * value) { ___s_currentActiveTasks_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_13), (void*)value); } inline static int32_t get_offset_of_s_activeTasksLock_14() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_activeTasksLock_14)); } inline RuntimeObject * get_s_activeTasksLock_14() const { return ___s_activeTasksLock_14; } inline RuntimeObject ** get_address_of_s_activeTasksLock_14() { return &___s_activeTasksLock_14; } inline void set_s_activeTasksLock_14(RuntimeObject * value) { ___s_activeTasksLock_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_14), (void*)value); } inline static int32_t get_offset_of_s_taskCancelCallback_16() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCancelCallback_16)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_taskCancelCallback_16() const { return ___s_taskCancelCallback_16; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_taskCancelCallback_16() { return &___s_taskCancelCallback_16; } inline void set_s_taskCancelCallback_16(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___s_taskCancelCallback_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_16), (void*)value); } inline static int32_t get_offset_of_s_createContingentProperties_17() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_createContingentProperties_17)); } inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * get_s_createContingentProperties_17() const { return ___s_createContingentProperties_17; } inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F ** get_address_of_s_createContingentProperties_17() { return &___s_createContingentProperties_17; } inline void set_s_createContingentProperties_17(Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * value) { ___s_createContingentProperties_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_17), (void*)value); } inline static int32_t get_offset_of_s_completedTask_18() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_completedTask_18)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_s_completedTask_18() const { return ___s_completedTask_18; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_s_completedTask_18() { return &___s_completedTask_18; } inline void set_s_completedTask_18(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ___s_completedTask_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_18), (void*)value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_19() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsExceptionObservedByParentPredicate_19)); } inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * get_s_IsExceptionObservedByParentPredicate_19() const { return ___s_IsExceptionObservedByParentPredicate_19; } inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 ** get_address_of_s_IsExceptionObservedByParentPredicate_19() { return &___s_IsExceptionObservedByParentPredicate_19; } inline void set_s_IsExceptionObservedByParentPredicate_19(Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * value) { ___s_IsExceptionObservedByParentPredicate_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_19), (void*)value); } inline static int32_t get_offset_of_s_ecCallback_20() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_ecCallback_20)); } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_s_ecCallback_20() const { return ___s_ecCallback_20; } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_s_ecCallback_20() { return &___s_ecCallback_20; } inline void set_s_ecCallback_20(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value) { ___s_ecCallback_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_20), (void*)value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_21() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsTaskContinuationNullPredicate_21)); } inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * get_s_IsTaskContinuationNullPredicate_21() const { return ___s_IsTaskContinuationNullPredicate_21; } inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 ** get_address_of_s_IsTaskContinuationNullPredicate_21() { return &___s_IsTaskContinuationNullPredicate_21; } inline void set_s_IsTaskContinuationNullPredicate_21(Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * value) { ___s_IsTaskContinuationNullPredicate_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_21), (void*)value); } }; struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * 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_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // System.TimeSpan struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_3; public: inline static int32_t get_offset_of__ticks_3() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); } inline int64_t get__ticks_3() const { return ____ticks_3; } inline int64_t* get_address_of__ticks_3() { return &____ticks_3; } inline void set__ticks_3(int64_t value) { ____ticks_3 = value; } }; struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_4; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_5; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___Zero_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinValue_2() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; } inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___MinValue_2 = value; } inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); } inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; } inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; } inline void set__legacyConfigChecked_4(bool value) { ____legacyConfigChecked_4 = value; } inline static int32_t get_offset_of__legacyMode_5() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); } inline bool get__legacyMode_5() const { return ____legacyMode_5; } inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; } inline void set__legacyMode_5(bool value) { ____legacyMode_5 = value; } }; // System.TypeNameFormatFlags struct TypeNameFormatFlags_tDAD267AC4A655D16C608DD230B5C97F8226E94C8 { public: // System.Int32 System.TypeNameFormatFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeNameFormatFlags_tDAD267AC4A655D16C608DD230B5C97F8226E94C8, ___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.AggregateException struct AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E : public Exception_t { public: // System.Collections.ObjectModel.ReadOnlyCollection`1 System.AggregateException::m_innerExceptions ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * ___m_innerExceptions_17; public: inline static int32_t get_offset_of_m_innerExceptions_17() { return static_cast(offsetof(AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E, ___m_innerExceptions_17)); } inline ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * get_m_innerExceptions_17() const { return ___m_innerExceptions_17; } inline ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 ** get_address_of_m_innerExceptions_17() { return &___m_innerExceptions_17; } inline void set_m_innerExceptions_17(ReadOnlyCollection_1_t6D5AC6FC0BF91A16C9E9159F577DEDA4DD3414C8 * value) { ___m_innerExceptions_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_innerExceptions_17), (void*)value); } }; // System.ApplicationException struct ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 : public Exception_t { public: public: }; // System.Globalization.CompareInfo struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 : public RuntimeObject { public: // System.String System.Globalization.CompareInfo::m_name String_t* ___m_name_3; // System.String System.Globalization.CompareInfo::m_sortName String_t* ___m_sortName_4; // System.Int32 System.Globalization.CompareInfo::win32LCID int32_t ___win32LCID_5; // System.Int32 System.Globalization.CompareInfo::culture int32_t ___culture_6; // System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * ___m_SortVersion_20; // Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * ___collator_21; public: inline static int32_t get_offset_of_m_name_3() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_name_3)); } inline String_t* get_m_name_3() const { return ___m_name_3; } inline String_t** get_address_of_m_name_3() { return &___m_name_3; } inline void set_m_name_3(String_t* value) { ___m_name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_3), (void*)value); } inline static int32_t get_offset_of_m_sortName_4() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_sortName_4)); } inline String_t* get_m_sortName_4() const { return ___m_sortName_4; } inline String_t** get_address_of_m_sortName_4() { return &___m_sortName_4; } inline void set_m_sortName_4(String_t* value) { ___m_sortName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_sortName_4), (void*)value); } inline static int32_t get_offset_of_win32LCID_5() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___win32LCID_5)); } inline int32_t get_win32LCID_5() const { return ___win32LCID_5; } inline int32_t* get_address_of_win32LCID_5() { return &___win32LCID_5; } inline void set_win32LCID_5(int32_t value) { ___win32LCID_5 = value; } inline static int32_t get_offset_of_culture_6() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___culture_6)); } inline int32_t get_culture_6() const { return ___culture_6; } inline int32_t* get_address_of_culture_6() { return &___culture_6; } inline void set_culture_6(int32_t value) { ___culture_6 = value; } inline static int32_t get_offset_of_m_SortVersion_20() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_SortVersion_20)); } inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * get_m_SortVersion_20() const { return ___m_SortVersion_20; } inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 ** get_address_of_m_SortVersion_20() { return &___m_SortVersion_20; } inline void set_m_SortVersion_20(SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * value) { ___m_SortVersion_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SortVersion_20), (void*)value); } inline static int32_t get_offset_of_collator_21() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___collator_21)); } inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * get_collator_21() const { return ___collator_21; } inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 ** get_address_of_collator_21() { return &___collator_21; } inline void set_collator_21(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * value) { ___collator_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___collator_21), (void*)value); } }; struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Globalization.CompareInfo::collators Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * ___collators_22; // System.Boolean System.Globalization.CompareInfo::managedCollation bool ___managedCollation_23; // System.Boolean System.Globalization.CompareInfo::managedCollationChecked bool ___managedCollationChecked_24; public: inline static int32_t get_offset_of_collators_22() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___collators_22)); } inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * get_collators_22() const { return ___collators_22; } inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 ** get_address_of_collators_22() { return &___collators_22; } inline void set_collators_22(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * value) { ___collators_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___collators_22), (void*)value); } inline static int32_t get_offset_of_managedCollation_23() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollation_23)); } inline bool get_managedCollation_23() const { return ___managedCollation_23; } inline bool* get_address_of_managedCollation_23() { return &___managedCollation_23; } inline void set_managedCollation_23(bool value) { ___managedCollation_23 = value; } inline static int32_t get_offset_of_managedCollationChecked_24() { return static_cast(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollationChecked_24)); } inline bool get_managedCollationChecked_24() const { return ___managedCollationChecked_24; } inline bool* get_address_of_managedCollationChecked_24() { return &___managedCollationChecked_24; } inline void set_managedCollationChecked_24(bool value) { ___managedCollationChecked_24 = value; } }; // System.IO.FileStream struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_6; // System.String System.IO.FileStream::name String_t* ___name_7; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle_8; // System.Boolean System.IO.FileStream::isExposed bool ___isExposed_9; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_10; // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_11; // System.Boolean System.IO.FileStream::owner bool ___owner_12; // System.Boolean System.IO.FileStream::async bool ___async_13; // System.Boolean System.IO.FileStream::canseek bool ___canseek_14; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_15; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_16; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_17; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_18; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_19; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_20; public: inline static int32_t get_offset_of_buf_6() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_6)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_6() const { return ___buf_6; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_6() { return &___buf_6; } inline void set_buf_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buf_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value); } inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___name_7)); } inline String_t* get_name_7() const { return ___name_7; } inline String_t** get_address_of_name_7() { return &___name_7; } inline void set_name_7(String_t* value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_7), (void*)value); } inline static int32_t get_offset_of_safeHandle_8() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___safeHandle_8)); } inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * get_safeHandle_8() const { return ___safeHandle_8; } inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB ** get_address_of_safeHandle_8() { return &___safeHandle_8; } inline void set_safeHandle_8(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * value) { ___safeHandle_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_8), (void*)value); } inline static int32_t get_offset_of_isExposed_9() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___isExposed_9)); } inline bool get_isExposed_9() const { return ___isExposed_9; } inline bool* get_address_of_isExposed_9() { return &___isExposed_9; } inline void set_isExposed_9(bool value) { ___isExposed_9 = value; } inline static int32_t get_offset_of_append_startpos_10() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___append_startpos_10)); } inline int64_t get_append_startpos_10() const { return ___append_startpos_10; } inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; } inline void set_append_startpos_10(int64_t value) { ___append_startpos_10 = value; } inline static int32_t get_offset_of_access_11() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___access_11)); } inline int32_t get_access_11() const { return ___access_11; } inline int32_t* get_address_of_access_11() { return &___access_11; } inline void set_access_11(int32_t value) { ___access_11 = value; } inline static int32_t get_offset_of_owner_12() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___owner_12)); } inline bool get_owner_12() const { return ___owner_12; } inline bool* get_address_of_owner_12() { return &___owner_12; } inline void set_owner_12(bool value) { ___owner_12 = value; } inline static int32_t get_offset_of_async_13() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___async_13)); } inline bool get_async_13() const { return ___async_13; } inline bool* get_address_of_async_13() { return &___async_13; } inline void set_async_13(bool value) { ___async_13 = value; } inline static int32_t get_offset_of_canseek_14() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___canseek_14)); } inline bool get_canseek_14() const { return ___canseek_14; } inline bool* get_address_of_canseek_14() { return &___canseek_14; } inline void set_canseek_14(bool value) { ___canseek_14 = value; } inline static int32_t get_offset_of_anonymous_15() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___anonymous_15)); } inline bool get_anonymous_15() const { return ___anonymous_15; } inline bool* get_address_of_anonymous_15() { return &___anonymous_15; } inline void set_anonymous_15(bool value) { ___anonymous_15 = value; } inline static int32_t get_offset_of_buf_dirty_16() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_dirty_16)); } inline bool get_buf_dirty_16() const { return ___buf_dirty_16; } inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; } inline void set_buf_dirty_16(bool value) { ___buf_dirty_16 = value; } inline static int32_t get_offset_of_buf_size_17() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_size_17)); } inline int32_t get_buf_size_17() const { return ___buf_size_17; } inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; } inline void set_buf_size_17(int32_t value) { ___buf_size_17 = value; } inline static int32_t get_offset_of_buf_length_18() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_length_18)); } inline int32_t get_buf_length_18() const { return ___buf_length_18; } inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; } inline void set_buf_length_18(int32_t value) { ___buf_length_18 = value; } inline static int32_t get_offset_of_buf_offset_19() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_offset_19)); } inline int32_t get_buf_offset_19() const { return ___buf_offset_19; } inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; } inline void set_buf_offset_19(int32_t value) { ___buf_offset_19 = value; } inline static int32_t get_offset_of_buf_start_20() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_start_20)); } inline int64_t get_buf_start_20() const { return ___buf_start_20; } inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; } inline void set_buf_start_20(int64_t value) { ___buf_start_20 = value; } }; struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields { public: // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_recycle_4; // System.Object System.IO.FileStream::buf_recycle_lock RuntimeObject * ___buf_recycle_lock_5; public: inline static int32_t get_offset_of_buf_recycle_4() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_recycle_4() const { return ___buf_recycle_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_recycle_4() { return &___buf_recycle_4; } inline void set_buf_recycle_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buf_recycle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_4), (void*)value); } inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_lock_5)); } inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; } inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; } inline void set_buf_recycle_lock_5(RuntimeObject * value) { ___buf_recycle_lock_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_5), (void*)value); } }; // System.IO.UnmanagedMemoryStream struct UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Runtime.InteropServices.SafeBuffer System.IO.UnmanagedMemoryStream::_buffer SafeBuffer_t9C39972A6152D9B18D97894AF4EB871581B64208 * ____buffer_4; // System.Byte* System.IO.UnmanagedMemoryStream::_mem uint8_t* ____mem_5; // System.Int64 System.IO.UnmanagedMemoryStream::_length int64_t ____length_6; // System.Int64 System.IO.UnmanagedMemoryStream::_capacity int64_t ____capacity_7; // System.Int64 System.IO.UnmanagedMemoryStream::_position int64_t ____position_8; // System.Int64 System.IO.UnmanagedMemoryStream::_offset int64_t ____offset_9; // System.IO.FileAccess System.IO.UnmanagedMemoryStream::_access int32_t ____access_10; // System.Boolean System.IO.UnmanagedMemoryStream::_isOpen bool ____isOpen_11; // System.Threading.Tasks.Task`1 System.IO.UnmanagedMemoryStream::_lastReadTask Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ____lastReadTask_12; public: inline static int32_t get_offset_of__buffer_4() { return static_cast(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____buffer_4)); } inline SafeBuffer_t9C39972A6152D9B18D97894AF4EB871581B64208 * get__buffer_4() const { return ____buffer_4; } inline SafeBuffer_t9C39972A6152D9B18D97894AF4EB871581B64208 ** get_address_of__buffer_4() { return &____buffer_4; } inline void set__buffer_4(SafeBuffer_t9C39972A6152D9B18D97894AF4EB871581B64208 * value) { ____buffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value); } inline static int32_t get_offset_of__mem_5() { return static_cast(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____mem_5)); } inline uint8_t* get__mem_5() const { return ____mem_5; } inline uint8_t** get_address_of__mem_5() { return &____mem_5; } inline void set__mem_5(uint8_t* value) { ____mem_5 = value; } inline static int32_t get_offset_of__length_6() { return static_cast(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____length_6)); } inline int64_t get__length_6() const { return ____length_6; } inline int64_t* get_address_of__length_6() { return &____length_6; } inline void set__length_6(int64_t value) { ____length_6 = value; } inline static int32_t get_offset_of__capacity_7() { return static_cast(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____capacity_7)); } inline int64_t get__capacity_7() const { return ____capacity_7; } inline int64_t* get_address_of__capacity_7() { return &____capacity_7; } inline void set__capacity_7(int64_t value) { ____capacity_7 = value; } inline static int32_t get_offset_of__position_8() { return static_cast(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____position_8)); } inline int64_t get__position_8() const { return ____position_8; } inline int64_t* get_address_of__position_8() { return &____position_8; } inline void set__position_8(int64_t value) { ____position_8 = value; } inline static int32_t get_offset_of__offset_9() { return static_cast(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____offset_9)); } inline int64_t get__offset_9() const { return ____offset_9; } inline int64_t* get_address_of__offset_9() { return &____offset_9; } inline void set__offset_9(int64_t value) { ____offset_9 = value; } inline static int32_t get_offset_of__access_10() { return static_cast(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____access_10)); } inline int32_t get__access_10() const { return ____access_10; } inline int32_t* get_address_of__access_10() { return &____access_10; } inline void set__access_10(int32_t value) { ____access_10 = value; } inline static int32_t get_offset_of__isOpen_11() { return static_cast(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____isOpen_11)); } inline bool get__isOpen_11() const { return ____isOpen_11; } inline bool* get_address_of__isOpen_11() { return &____isOpen_11; } inline void set__isOpen_11(bool value) { ____isOpen_11 = value; } inline static int32_t get_offset_of__lastReadTask_12() { return static_cast(offsetof(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E, ____lastReadTask_12)); } inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get__lastReadTask_12() const { return ____lastReadTask_12; } inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of__lastReadTask_12() { return &____lastReadTask_12; } inline void set__lastReadTask_12(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value) { ____lastReadTask_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_12), (void*)value); } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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.Reflection.AssemblyName struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 : public RuntimeObject { public: // System.String System.Reflection.AssemblyName::name String_t* ___name_0; // System.String System.Reflection.AssemblyName::codebase String_t* ___codebase_1; // System.Int32 System.Reflection.AssemblyName::major int32_t ___major_2; // System.Int32 System.Reflection.AssemblyName::minor int32_t ___minor_3; // System.Int32 System.Reflection.AssemblyName::build int32_t ___build_4; // System.Int32 System.Reflection.AssemblyName::revision int32_t ___revision_5; // System.Globalization.CultureInfo System.Reflection.AssemblyName::cultureinfo CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___cultureinfo_6; // System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::flags int32_t ___flags_7; // System.Configuration.Assemblies.AssemblyHashAlgorithm System.Reflection.AssemblyName::hashalg int32_t ___hashalg_8; // System.Reflection.StrongNameKeyPair System.Reflection.AssemblyName::keypair StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9; // System.Byte[] System.Reflection.AssemblyName::publicKey ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___publicKey_10; // System.Byte[] System.Reflection.AssemblyName::keyToken ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___keyToken_11; // System.Configuration.Assemblies.AssemblyVersionCompatibility System.Reflection.AssemblyName::versioncompat int32_t ___versioncompat_12; // System.Version System.Reflection.AssemblyName::version Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13; // System.Reflection.ProcessorArchitecture System.Reflection.AssemblyName::processor_architecture int32_t ___processor_architecture_14; // System.Reflection.AssemblyContentType System.Reflection.AssemblyName::contentType int32_t ___contentType_15; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___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_codebase_1() { return static_cast(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___codebase_1)); } inline String_t* get_codebase_1() const { return ___codebase_1; } inline String_t** get_address_of_codebase_1() { return &___codebase_1; } inline void set_codebase_1(String_t* value) { ___codebase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___codebase_1), (void*)value); } inline static int32_t get_offset_of_major_2() { return static_cast(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___major_2)); } inline int32_t get_major_2() const { return ___major_2; } inline int32_t* get_address_of_major_2() { return &___major_2; } inline void set_major_2(int32_t value) { ___major_2 = value; } inline static int32_t get_offset_of_minor_3() { return static_cast(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___minor_3)); } inline int32_t get_minor_3() const { return ___minor_3; } inline int32_t* get_address_of_minor_3() { return &___minor_3; } inline void set_minor_3(int32_t value) { ___minor_3 = value; } inline static int32_t get_offset_of_build_4() { return static_cast(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___build_4)); } inline int32_t get_build_4() const { return ___build_4; } inline int32_t* get_address_of_build_4() { return &___build_4; } inline void set_build_4(int32_t value) { ___build_4 = value; } inline static int32_t get_offset_of_revision_5() { return static_cast(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___revision_5)); } inline int32_t get_revision_5() const { return ___revision_5; } inline int32_t* get_address_of_revision_5() { return &___revision_5; } inline void set_revision_5(int32_t value) { ___revision_5 = value; } inline static int32_t get_offset_of_cultureinfo_6() { return static_cast(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___cultureinfo_6)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_cultureinfo_6() const { return ___cultureinfo_6; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_cultureinfo_6() { return &___cultureinfo_6; } inline void set_cultureinfo_6(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___cultureinfo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___cultureinfo_6), (void*)value); } inline static int32_t get_offset_of_flags_7() { return static_cast(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___flags_7)); } inline int32_t get_flags_7() const { return ___flags_7; } inline int32_t* get_address_of_flags_7() { return &___flags_7; } inline void set_flags_7(int32_t value) { ___flags_7 = value; } inline static int32_t get_offset_of_hashalg_8() { return static_cast(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___hashalg_8)); } inline int32_t get_hashalg_8() const { return ___hashalg_8; } inline int32_t* get_address_of_hashalg_8() { return &___hashalg_8; } inline void set_hashalg_8(int32_t value) { ___hashalg_8 = value; } inline static int32_t get_offset_of_keypair_9() { return static_cast(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___keypair_9)); } inline StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * get_keypair_9() const { return ___keypair_9; } inline StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD ** get_address_of_keypair_9() { return &___keypair_9; } inline void set_keypair_9(StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * value) { ___keypair_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___keypair_9), (void*)value); } inline static int32_t get_offset_of_publicKey_10() { return static_cast(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___publicKey_10)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_publicKey_10() const { return ___publicKey_10; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_publicKey_10() { return &___publicKey_10; } inline void set_publicKey_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___publicKey_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_10), (void*)value); } inline static int32_t get_offset_of_keyToken_11() { return static_cast(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___keyToken_11)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_keyToken_11() const { return ___keyToken_11; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_keyToken_11() { return &___keyToken_11; } inline void set_keyToken_11(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___keyToken_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyToken_11), (void*)value); } inline static int32_t get_offset_of_versioncompat_12() { return static_cast(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___versioncompat_12)); } inline int32_t get_versioncompat_12() const { return ___versioncompat_12; } inline int32_t* get_address_of_versioncompat_12() { return &___versioncompat_12; } inline void set_versioncompat_12(int32_t value) { ___versioncompat_12 = value; } inline static int32_t get_offset_of_version_13() { return static_cast(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___version_13)); } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_version_13() const { return ___version_13; } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_version_13() { return &___version_13; } inline void set_version_13(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value) { ___version_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_13), (void*)value); } inline static int32_t get_offset_of_processor_architecture_14() { return static_cast(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___processor_architecture_14)); } inline int32_t get_processor_architecture_14() const { return ___processor_architecture_14; } inline int32_t* get_address_of_processor_architecture_14() { return &___processor_architecture_14; } inline void set_processor_architecture_14(int32_t value) { ___processor_architecture_14 = value; } inline static int32_t get_offset_of_contentType_15() { return static_cast(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___contentType_15)); } inline int32_t get_contentType_15() const { return ___contentType_15; } inline int32_t* get_address_of_contentType_15() { return &___contentType_15; } inline void set_contentType_15(int32_t value) { ___contentType_15 = value; } }; // Native definition for P/Invoke marshalling of System.Reflection.AssemblyName struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_pinvoke { char* ___name_0; char* ___codebase_1; int32_t ___major_2; int32_t ___minor_3; int32_t ___build_4; int32_t ___revision_5; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___cultureinfo_6; int32_t ___flags_7; int32_t ___hashalg_8; StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9; Il2CppSafeArray/*NONE*/* ___publicKey_10; Il2CppSafeArray/*NONE*/* ___keyToken_11; int32_t ___versioncompat_12; Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13; int32_t ___processor_architecture_14; int32_t ___contentType_15; }; // Native definition for COM marshalling of System.Reflection.AssemblyName struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___codebase_1; int32_t ___major_2; int32_t ___minor_3; int32_t ___build_4; int32_t ___revision_5; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___cultureinfo_6; int32_t ___flags_7; int32_t ___hashalg_8; StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9; Il2CppSafeArray/*NONE*/* ___publicKey_10; Il2CppSafeArray/*NONE*/* ___keyToken_11; int32_t ___versioncompat_12; Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13; int32_t ___processor_architecture_14; int32_t ___contentType_15; }; // System.Reflection.ExceptionHandlingClause struct ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8 : public RuntimeObject { public: // System.Type System.Reflection.ExceptionHandlingClause::catch_type Type_t * ___catch_type_0; // System.Int32 System.Reflection.ExceptionHandlingClause::filter_offset int32_t ___filter_offset_1; // System.Reflection.ExceptionHandlingClauseOptions System.Reflection.ExceptionHandlingClause::flags int32_t ___flags_2; // System.Int32 System.Reflection.ExceptionHandlingClause::try_offset int32_t ___try_offset_3; // System.Int32 System.Reflection.ExceptionHandlingClause::try_length int32_t ___try_length_4; // System.Int32 System.Reflection.ExceptionHandlingClause::handler_offset int32_t ___handler_offset_5; // System.Int32 System.Reflection.ExceptionHandlingClause::handler_length int32_t ___handler_length_6; public: inline static int32_t get_offset_of_catch_type_0() { return static_cast(offsetof(ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8, ___catch_type_0)); } inline Type_t * get_catch_type_0() const { return ___catch_type_0; } inline Type_t ** get_address_of_catch_type_0() { return &___catch_type_0; } inline void set_catch_type_0(Type_t * value) { ___catch_type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___catch_type_0), (void*)value); } inline static int32_t get_offset_of_filter_offset_1() { return static_cast(offsetof(ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8, ___filter_offset_1)); } inline int32_t get_filter_offset_1() const { return ___filter_offset_1; } inline int32_t* get_address_of_filter_offset_1() { return &___filter_offset_1; } inline void set_filter_offset_1(int32_t value) { ___filter_offset_1 = value; } inline static int32_t get_offset_of_flags_2() { return static_cast(offsetof(ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8, ___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; } inline static int32_t get_offset_of_try_offset_3() { return static_cast(offsetof(ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8, ___try_offset_3)); } inline int32_t get_try_offset_3() const { return ___try_offset_3; } inline int32_t* get_address_of_try_offset_3() { return &___try_offset_3; } inline void set_try_offset_3(int32_t value) { ___try_offset_3 = value; } inline static int32_t get_offset_of_try_length_4() { return static_cast(offsetof(ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8, ___try_length_4)); } inline int32_t get_try_length_4() const { return ___try_length_4; } inline int32_t* get_address_of_try_length_4() { return &___try_length_4; } inline void set_try_length_4(int32_t value) { ___try_length_4 = value; } inline static int32_t get_offset_of_handler_offset_5() { return static_cast(offsetof(ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8, ___handler_offset_5)); } inline int32_t get_handler_offset_5() const { return ___handler_offset_5; } inline int32_t* get_address_of_handler_offset_5() { return &___handler_offset_5; } inline void set_handler_offset_5(int32_t value) { ___handler_offset_5 = value; } inline static int32_t get_offset_of_handler_length_6() { return static_cast(offsetof(ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8, ___handler_length_6)); } inline int32_t get_handler_length_6() const { return ___handler_length_6; } inline int32_t* get_address_of_handler_length_6() { return &___handler_length_6; } inline void set_handler_length_6(int32_t value) { ___handler_length_6 = value; } }; // Native definition for P/Invoke marshalling of System.Reflection.ExceptionHandlingClause struct ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshaled_pinvoke { Type_t * ___catch_type_0; int32_t ___filter_offset_1; int32_t ___flags_2; int32_t ___try_offset_3; int32_t ___try_length_4; int32_t ___handler_offset_5; int32_t ___handler_length_6; }; // Native definition for COM marshalling of System.Reflection.ExceptionHandlingClause struct ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshaled_com { Type_t * ___catch_type_0; int32_t ___filter_offset_1; int32_t ___flags_2; int32_t ___try_offset_3; int32_t ___try_length_4; int32_t ___handler_offset_5; int32_t ___handler_length_6; }; // System.Reflection.ManifestResourceInfo struct ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B : public RuntimeObject { public: // System.Reflection.Assembly System.Reflection.ManifestResourceInfo::_containingAssembly Assembly_t * ____containingAssembly_0; // System.String System.Reflection.ManifestResourceInfo::_containingFileName String_t* ____containingFileName_1; // System.Reflection.ResourceLocation System.Reflection.ManifestResourceInfo::_resourceLocation int32_t ____resourceLocation_2; public: inline static int32_t get_offset_of__containingAssembly_0() { return static_cast(offsetof(ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B, ____containingAssembly_0)); } inline Assembly_t * get__containingAssembly_0() const { return ____containingAssembly_0; } inline Assembly_t ** get_address_of__containingAssembly_0() { return &____containingAssembly_0; } inline void set__containingAssembly_0(Assembly_t * value) { ____containingAssembly_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____containingAssembly_0), (void*)value); } inline static int32_t get_offset_of__containingFileName_1() { return static_cast(offsetof(ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B, ____containingFileName_1)); } inline String_t* get__containingFileName_1() const { return ____containingFileName_1; } inline String_t** get_address_of__containingFileName_1() { return &____containingFileName_1; } inline void set__containingFileName_1(String_t* value) { ____containingFileName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____containingFileName_1), (void*)value); } inline static int32_t get_offset_of__resourceLocation_2() { return static_cast(offsetof(ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B, ____resourceLocation_2)); } inline int32_t get__resourceLocation_2() const { return ____resourceLocation_2; } inline int32_t* get_address_of__resourceLocation_2() { return &____resourceLocation_2; } inline void set__resourceLocation_2(int32_t value) { ____resourceLocation_2 = value; } }; // System.Reflection.MemberInfoSerializationHolder struct MemberInfoSerializationHolder_t86805EF45CB9FB7986619A3F3625A2A3B6C1B641 : public RuntimeObject { public: // System.String System.Reflection.MemberInfoSerializationHolder::m_memberName String_t* ___m_memberName_0; // System.RuntimeType System.Reflection.MemberInfoSerializationHolder::m_reflectedType RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___m_reflectedType_1; // System.String System.Reflection.MemberInfoSerializationHolder::m_signature String_t* ___m_signature_2; // System.String System.Reflection.MemberInfoSerializationHolder::m_signature2 String_t* ___m_signature2_3; // System.Reflection.MemberTypes System.Reflection.MemberInfoSerializationHolder::m_memberType int32_t ___m_memberType_4; // System.Runtime.Serialization.SerializationInfo System.Reflection.MemberInfoSerializationHolder::m_info SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___m_info_5; public: inline static int32_t get_offset_of_m_memberName_0() { return static_cast(offsetof(MemberInfoSerializationHolder_t86805EF45CB9FB7986619A3F3625A2A3B6C1B641, ___m_memberName_0)); } inline String_t* get_m_memberName_0() const { return ___m_memberName_0; } inline String_t** get_address_of_m_memberName_0() { return &___m_memberName_0; } inline void set_m_memberName_0(String_t* value) { ___m_memberName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_memberName_0), (void*)value); } inline static int32_t get_offset_of_m_reflectedType_1() { return static_cast(offsetof(MemberInfoSerializationHolder_t86805EF45CB9FB7986619A3F3625A2A3B6C1B641, ___m_reflectedType_1)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_m_reflectedType_1() const { return ___m_reflectedType_1; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_m_reflectedType_1() { return &___m_reflectedType_1; } inline void set_m_reflectedType_1(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___m_reflectedType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_reflectedType_1), (void*)value); } inline static int32_t get_offset_of_m_signature_2() { return static_cast(offsetof(MemberInfoSerializationHolder_t86805EF45CB9FB7986619A3F3625A2A3B6C1B641, ___m_signature_2)); } inline String_t* get_m_signature_2() const { return ___m_signature_2; } inline String_t** get_address_of_m_signature_2() { return &___m_signature_2; } inline void set_m_signature_2(String_t* value) { ___m_signature_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_signature_2), (void*)value); } inline static int32_t get_offset_of_m_signature2_3() { return static_cast(offsetof(MemberInfoSerializationHolder_t86805EF45CB9FB7986619A3F3625A2A3B6C1B641, ___m_signature2_3)); } inline String_t* get_m_signature2_3() const { return ___m_signature2_3; } inline String_t** get_address_of_m_signature2_3() { return &___m_signature2_3; } inline void set_m_signature2_3(String_t* value) { ___m_signature2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_signature2_3), (void*)value); } inline static int32_t get_offset_of_m_memberType_4() { return static_cast(offsetof(MemberInfoSerializationHolder_t86805EF45CB9FB7986619A3F3625A2A3B6C1B641, ___m_memberType_4)); } inline int32_t get_m_memberType_4() const { return ___m_memberType_4; } inline int32_t* get_address_of_m_memberType_4() { return &___m_memberType_4; } inline void set_m_memberType_4(int32_t value) { ___m_memberType_4 = value; } inline static int32_t get_offset_of_m_info_5() { return static_cast(offsetof(MemberInfoSerializationHolder_t86805EF45CB9FB7986619A3F3625A2A3B6C1B641, ___m_info_5)); } inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get_m_info_5() const { return ___m_info_5; } inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of_m_info_5() { return &___m_info_5; } inline void set_m_info_5(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value) { ___m_info_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_info_5), (void*)value); } }; // System.Reflection.Module struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 : public RuntimeObject { public: // System.IntPtr System.Reflection.Module::_impl intptr_t ____impl_2; // System.Reflection.Assembly System.Reflection.Module::assembly Assembly_t * ___assembly_3; // System.String System.Reflection.Module::fqname String_t* ___fqname_4; // System.String System.Reflection.Module::name String_t* ___name_5; // System.String System.Reflection.Module::scopename String_t* ___scopename_6; // System.Boolean System.Reflection.Module::is_resource bool ___is_resource_7; // System.Int32 System.Reflection.Module::token int32_t ___token_8; public: inline static int32_t get_offset_of__impl_2() { return static_cast(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ____impl_2)); } inline intptr_t get__impl_2() const { return ____impl_2; } inline intptr_t* get_address_of__impl_2() { return &____impl_2; } inline void set__impl_2(intptr_t value) { ____impl_2 = value; } inline static int32_t get_offset_of_assembly_3() { return static_cast(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___assembly_3)); } inline Assembly_t * get_assembly_3() const { return ___assembly_3; } inline Assembly_t ** get_address_of_assembly_3() { return &___assembly_3; } inline void set_assembly_3(Assembly_t * value) { ___assembly_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___assembly_3), (void*)value); } inline static int32_t get_offset_of_fqname_4() { return static_cast(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___fqname_4)); } inline String_t* get_fqname_4() const { return ___fqname_4; } inline String_t** get_address_of_fqname_4() { return &___fqname_4; } inline void set_fqname_4(String_t* value) { ___fqname_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___fqname_4), (void*)value); } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___name_5)); } inline String_t* get_name_5() const { return ___name_5; } inline String_t** get_address_of_name_5() { return &___name_5; } inline void set_name_5(String_t* value) { ___name_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_5), (void*)value); } inline static int32_t get_offset_of_scopename_6() { return static_cast(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___scopename_6)); } inline String_t* get_scopename_6() const { return ___scopename_6; } inline String_t** get_address_of_scopename_6() { return &___scopename_6; } inline void set_scopename_6(String_t* value) { ___scopename_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___scopename_6), (void*)value); } inline static int32_t get_offset_of_is_resource_7() { return static_cast(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___is_resource_7)); } inline bool get_is_resource_7() const { return ___is_resource_7; } inline bool* get_address_of_is_resource_7() { return &___is_resource_7; } inline void set_is_resource_7(bool value) { ___is_resource_7 = value; } inline static int32_t get_offset_of_token_8() { return static_cast(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___token_8)); } inline int32_t get_token_8() const { return ___token_8; } inline int32_t* get_address_of_token_8() { return &___token_8; } inline void set_token_8(int32_t value) { ___token_8 = value; } }; struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_StaticFields { public: // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeName TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * ___FilterTypeName_0; // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeNameIgnoreCase TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * ___FilterTypeNameIgnoreCase_1; public: inline static int32_t get_offset_of_FilterTypeName_0() { return static_cast(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_StaticFields, ___FilterTypeName_0)); } inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * get_FilterTypeName_0() const { return ___FilterTypeName_0; } inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 ** get_address_of_FilterTypeName_0() { return &___FilterTypeName_0; } inline void set_FilterTypeName_0(TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * value) { ___FilterTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeName_0), (void*)value); } inline static int32_t get_offset_of_FilterTypeNameIgnoreCase_1() { return static_cast(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_StaticFields, ___FilterTypeNameIgnoreCase_1)); } inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * get_FilterTypeNameIgnoreCase_1() const { return ___FilterTypeNameIgnoreCase_1; } inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 ** get_address_of_FilterTypeNameIgnoreCase_1() { return &___FilterTypeNameIgnoreCase_1; } inline void set_FilterTypeNameIgnoreCase_1(TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * value) { ___FilterTypeNameIgnoreCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeNameIgnoreCase_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.Module struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshaled_pinvoke { intptr_t ____impl_2; Assembly_t_marshaled_pinvoke* ___assembly_3; char* ___fqname_4; char* ___name_5; char* ___scopename_6; int32_t ___is_resource_7; int32_t ___token_8; }; // Native definition for COM marshalling of System.Reflection.Module struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshaled_com { intptr_t ____impl_2; Assembly_t_marshaled_com* ___assembly_3; Il2CppChar* ___fqname_4; Il2CppChar* ___name_5; Il2CppChar* ___scopename_6; int32_t ___is_resource_7; int32_t ___token_8; }; // System.Reflection.MonoEvent struct MonoEvent_t : public RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 { public: // System.IntPtr System.Reflection.MonoEvent::klass intptr_t ___klass_1; // System.IntPtr System.Reflection.MonoEvent::handle intptr_t ___handle_2; public: inline static int32_t get_offset_of_klass_1() { return static_cast(offsetof(MonoEvent_t, ___klass_1)); } inline intptr_t get_klass_1() const { return ___klass_1; } inline intptr_t* get_address_of_klass_1() { return &___klass_1; } inline void set_klass_1(intptr_t value) { ___klass_1 = value; } inline static int32_t get_offset_of_handle_2() { return static_cast(offsetof(MonoEvent_t, ___handle_2)); } inline intptr_t get_handle_2() const { return ___handle_2; } inline intptr_t* get_address_of_handle_2() { return &___handle_2; } inline void set_handle_2(intptr_t value) { ___handle_2 = value; } }; // System.Reflection.MonoEventInfo struct MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB { public: // System.Type System.Reflection.MonoEventInfo::declaring_type Type_t * ___declaring_type_0; // System.Type System.Reflection.MonoEventInfo::reflected_type Type_t * ___reflected_type_1; // System.String System.Reflection.MonoEventInfo::name String_t* ___name_2; // System.Reflection.MethodInfo System.Reflection.MonoEventInfo::add_method MethodInfo_t * ___add_method_3; // System.Reflection.MethodInfo System.Reflection.MonoEventInfo::remove_method MethodInfo_t * ___remove_method_4; // System.Reflection.MethodInfo System.Reflection.MonoEventInfo::raise_method MethodInfo_t * ___raise_method_5; // System.Reflection.EventAttributes System.Reflection.MonoEventInfo::attrs int32_t ___attrs_6; // System.Reflection.MethodInfo[] System.Reflection.MonoEventInfo::other_methods MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___other_methods_7; public: inline static int32_t get_offset_of_declaring_type_0() { return static_cast(offsetof(MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB, ___declaring_type_0)); } inline Type_t * get_declaring_type_0() const { return ___declaring_type_0; } inline Type_t ** get_address_of_declaring_type_0() { return &___declaring_type_0; } inline void set_declaring_type_0(Type_t * value) { ___declaring_type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___declaring_type_0), (void*)value); } inline static int32_t get_offset_of_reflected_type_1() { return static_cast(offsetof(MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB, ___reflected_type_1)); } inline Type_t * get_reflected_type_1() const { return ___reflected_type_1; } inline Type_t ** get_address_of_reflected_type_1() { return &___reflected_type_1; } inline void set_reflected_type_1(Type_t * value) { ___reflected_type_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___reflected_type_1), (void*)value); } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_add_method_3() { return static_cast(offsetof(MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB, ___add_method_3)); } inline MethodInfo_t * get_add_method_3() const { return ___add_method_3; } inline MethodInfo_t ** get_address_of_add_method_3() { return &___add_method_3; } inline void set_add_method_3(MethodInfo_t * value) { ___add_method_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___add_method_3), (void*)value); } inline static int32_t get_offset_of_remove_method_4() { return static_cast(offsetof(MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB, ___remove_method_4)); } inline MethodInfo_t * get_remove_method_4() const { return ___remove_method_4; } inline MethodInfo_t ** get_address_of_remove_method_4() { return &___remove_method_4; } inline void set_remove_method_4(MethodInfo_t * value) { ___remove_method_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___remove_method_4), (void*)value); } inline static int32_t get_offset_of_raise_method_5() { return static_cast(offsetof(MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB, ___raise_method_5)); } inline MethodInfo_t * get_raise_method_5() const { return ___raise_method_5; } inline MethodInfo_t ** get_address_of_raise_method_5() { return &___raise_method_5; } inline void set_raise_method_5(MethodInfo_t * value) { ___raise_method_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___raise_method_5), (void*)value); } inline static int32_t get_offset_of_attrs_6() { return static_cast(offsetof(MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB, ___attrs_6)); } inline int32_t get_attrs_6() const { return ___attrs_6; } inline int32_t* get_address_of_attrs_6() { return &___attrs_6; } inline void set_attrs_6(int32_t value) { ___attrs_6 = value; } inline static int32_t get_offset_of_other_methods_7() { return static_cast(offsetof(MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB, ___other_methods_7)); } inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* get_other_methods_7() const { return ___other_methods_7; } inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** get_address_of_other_methods_7() { return &___other_methods_7; } inline void set_other_methods_7(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* value) { ___other_methods_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___other_methods_7), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.MonoEventInfo struct MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB_marshaled_pinvoke { Type_t * ___declaring_type_0; Type_t * ___reflected_type_1; char* ___name_2; MethodInfo_t * ___add_method_3; MethodInfo_t * ___remove_method_4; MethodInfo_t * ___raise_method_5; int32_t ___attrs_6; MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___other_methods_7; }; // Native definition for COM marshalling of System.Reflection.MonoEventInfo struct MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB_marshaled_com { Type_t * ___declaring_type_0; Type_t * ___reflected_type_1; Il2CppChar* ___name_2; MethodInfo_t * ___add_method_3; MethodInfo_t * ___remove_method_4; MethodInfo_t * ___raise_method_5; int32_t ___attrs_6; MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___other_methods_7; }; // System.Reflection.MonoMethodInfo struct MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D { public: // System.Type System.Reflection.MonoMethodInfo::parent Type_t * ___parent_0; // System.Type System.Reflection.MonoMethodInfo::ret Type_t * ___ret_1; // System.Reflection.MethodAttributes System.Reflection.MonoMethodInfo::attrs int32_t ___attrs_2; // System.Reflection.MethodImplAttributes System.Reflection.MonoMethodInfo::iattrs int32_t ___iattrs_3; // System.Reflection.CallingConventions System.Reflection.MonoMethodInfo::callconv int32_t ___callconv_4; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D, ___parent_0)); } inline Type_t * get_parent_0() const { return ___parent_0; } inline Type_t ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(Type_t * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value); } inline static int32_t get_offset_of_ret_1() { return static_cast(offsetof(MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D, ___ret_1)); } inline Type_t * get_ret_1() const { return ___ret_1; } inline Type_t ** get_address_of_ret_1() { return &___ret_1; } inline void set_ret_1(Type_t * value) { ___ret_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ret_1), (void*)value); } inline static int32_t get_offset_of_attrs_2() { return static_cast(offsetof(MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D, ___attrs_2)); } inline int32_t get_attrs_2() const { return ___attrs_2; } inline int32_t* get_address_of_attrs_2() { return &___attrs_2; } inline void set_attrs_2(int32_t value) { ___attrs_2 = value; } inline static int32_t get_offset_of_iattrs_3() { return static_cast(offsetof(MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D, ___iattrs_3)); } inline int32_t get_iattrs_3() const { return ___iattrs_3; } inline int32_t* get_address_of_iattrs_3() { return &___iattrs_3; } inline void set_iattrs_3(int32_t value) { ___iattrs_3 = value; } inline static int32_t get_offset_of_callconv_4() { return static_cast(offsetof(MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D, ___callconv_4)); } inline int32_t get_callconv_4() const { return ___callconv_4; } inline int32_t* get_address_of_callconv_4() { return &___callconv_4; } inline void set_callconv_4(int32_t value) { ___callconv_4 = value; } }; // Native definition for P/Invoke marshalling of System.Reflection.MonoMethodInfo struct MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D_marshaled_pinvoke { Type_t * ___parent_0; Type_t * ___ret_1; int32_t ___attrs_2; int32_t ___iattrs_3; int32_t ___callconv_4; }; // Native definition for COM marshalling of System.Reflection.MonoMethodInfo struct MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D_marshaled_com { Type_t * ___parent_0; Type_t * ___ret_1; int32_t ___attrs_2; int32_t ___iattrs_3; int32_t ___callconv_4; }; // System.Reflection.MonoPropertyInfo struct MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F { public: // System.Type System.Reflection.MonoPropertyInfo::parent Type_t * ___parent_0; // System.Type System.Reflection.MonoPropertyInfo::declaring_type Type_t * ___declaring_type_1; // System.String System.Reflection.MonoPropertyInfo::name String_t* ___name_2; // System.Reflection.MethodInfo System.Reflection.MonoPropertyInfo::get_method MethodInfo_t * ___get_method_3; // System.Reflection.MethodInfo System.Reflection.MonoPropertyInfo::set_method MethodInfo_t * ___set_method_4; // System.Reflection.PropertyAttributes System.Reflection.MonoPropertyInfo::attrs int32_t ___attrs_5; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F, ___parent_0)); } inline Type_t * get_parent_0() const { return ___parent_0; } inline Type_t ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(Type_t * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value); } inline static int32_t get_offset_of_declaring_type_1() { return static_cast(offsetof(MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F, ___declaring_type_1)); } inline Type_t * get_declaring_type_1() const { return ___declaring_type_1; } inline Type_t ** get_address_of_declaring_type_1() { return &___declaring_type_1; } inline void set_declaring_type_1(Type_t * value) { ___declaring_type_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___declaring_type_1), (void*)value); } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_get_method_3() { return static_cast(offsetof(MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F, ___get_method_3)); } inline MethodInfo_t * get_get_method_3() const { return ___get_method_3; } inline MethodInfo_t ** get_address_of_get_method_3() { return &___get_method_3; } inline void set_get_method_3(MethodInfo_t * value) { ___get_method_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___get_method_3), (void*)value); } inline static int32_t get_offset_of_set_method_4() { return static_cast(offsetof(MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F, ___set_method_4)); } inline MethodInfo_t * get_set_method_4() const { return ___set_method_4; } inline MethodInfo_t ** get_address_of_set_method_4() { return &___set_method_4; } inline void set_set_method_4(MethodInfo_t * value) { ___set_method_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___set_method_4), (void*)value); } inline static int32_t get_offset_of_attrs_5() { return static_cast(offsetof(MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F, ___attrs_5)); } inline int32_t get_attrs_5() const { return ___attrs_5; } inline int32_t* get_address_of_attrs_5() { return &___attrs_5; } inline void set_attrs_5(int32_t value) { ___attrs_5 = value; } }; // Native definition for P/Invoke marshalling of System.Reflection.MonoPropertyInfo struct MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F_marshaled_pinvoke { Type_t * ___parent_0; Type_t * ___declaring_type_1; char* ___name_2; MethodInfo_t * ___get_method_3; MethodInfo_t * ___set_method_4; int32_t ___attrs_5; }; // Native definition for COM marshalling of System.Reflection.MonoPropertyInfo struct MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F_marshaled_com { Type_t * ___parent_0; Type_t * ___declaring_type_1; Il2CppChar* ___name_2; MethodInfo_t * ___get_method_3; MethodInfo_t * ___set_method_4; int32_t ___attrs_5; }; // System.Reflection.ParameterInfo struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Runtime.InteropServices.MarshalAsAttribute System.Reflection.ParameterInfo::marshalAs MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassImpl_0), (void*)value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultValueImpl_1), (void*)value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MemberImpl_2), (void*)value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameImpl_3), (void*)value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___marshalAs_6)); } inline MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * get_marshalAs_6() const { return ___marshalAs_6; } inline MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___marshalAs_6), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_pinvoke { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; char* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6; }; // Native definition for COM marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_com { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; Il2CppChar* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6; }; // System.Reflection.RtFieldInfo struct RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 : public RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 { public: public: }; // System.Reflection.RuntimeAssembly struct RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 : public Assembly_t { public: public: }; // System.Reflection.RuntimeConstructorInfo struct RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D : public ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF { public: public: }; // System.Reflection.RuntimeMethodInfo struct RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E : public MethodInfo_t { public: public: }; // System.Resources.NeutralResourcesLanguageAttribute struct NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: // System.String System.Resources.NeutralResourcesLanguageAttribute::_culture String_t* ____culture_0; // System.Resources.UltimateResourceFallbackLocation System.Resources.NeutralResourcesLanguageAttribute::_fallbackLoc int32_t ____fallbackLoc_1; public: inline static int32_t get_offset_of__culture_0() { return static_cast(offsetof(NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26, ____culture_0)); } inline String_t* get__culture_0() const { return ____culture_0; } inline String_t** get_address_of__culture_0() { return &____culture_0; } inline void set__culture_0(String_t* value) { ____culture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____culture_0), (void*)value); } inline static int32_t get_offset_of__fallbackLoc_1() { return static_cast(offsetof(NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26, ____fallbackLoc_1)); } inline int32_t get__fallbackLoc_1() const { return ____fallbackLoc_1; } inline int32_t* get_address_of__fallbackLoc_1() { return &____fallbackLoc_1; } inline void set__fallbackLoc_1(int32_t value) { ____fallbackLoc_1 = value; } }; // System.Resources.ResourceManager struct ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF : public RuntimeObject { public: // System.String System.Resources.ResourceManager::BaseNameField String_t* ___BaseNameField_0; // System.Collections.Hashtable System.Resources.ResourceManager::ResourceSets Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___ResourceSets_1; // System.Collections.Generic.Dictionary`2 System.Resources.ResourceManager::_resourceSets Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * ____resourceSets_2; // System.String System.Resources.ResourceManager::moduleDir String_t* ___moduleDir_3; // System.Reflection.Assembly System.Resources.ResourceManager::MainAssembly Assembly_t * ___MainAssembly_4; // System.Type System.Resources.ResourceManager::_locationInfo Type_t * ____locationInfo_5; // System.Type System.Resources.ResourceManager::_userResourceSet Type_t * ____userResourceSet_6; // System.Globalization.CultureInfo System.Resources.ResourceManager::_neutralResourcesCulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ____neutralResourcesCulture_7; // System.Resources.ResourceManager_CultureNameResourceSetPair System.Resources.ResourceManager::_lastUsedResourceCache CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * ____lastUsedResourceCache_8; // System.Boolean System.Resources.ResourceManager::_ignoreCase bool ____ignoreCase_9; // System.Boolean System.Resources.ResourceManager::UseManifest bool ___UseManifest_10; // System.Boolean System.Resources.ResourceManager::UseSatelliteAssem bool ___UseSatelliteAssem_11; // System.Resources.UltimateResourceFallbackLocation System.Resources.ResourceManager::_fallbackLoc int32_t ____fallbackLoc_12; // System.Version System.Resources.ResourceManager::_satelliteContractVersion Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ____satelliteContractVersion_13; // System.Boolean System.Resources.ResourceManager::_lookedForSatelliteContractVersion bool ____lookedForSatelliteContractVersion_14; // System.Reflection.Assembly System.Resources.ResourceManager::_callingAssembly Assembly_t * ____callingAssembly_15; // System.Reflection.RuntimeAssembly System.Resources.ResourceManager::m_callingAssembly RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * ___m_callingAssembly_16; // System.Resources.IResourceGroveler System.Resources.ResourceManager::resourceGroveler RuntimeObject* ___resourceGroveler_17; public: inline static int32_t get_offset_of_BaseNameField_0() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ___BaseNameField_0)); } inline String_t* get_BaseNameField_0() const { return ___BaseNameField_0; } inline String_t** get_address_of_BaseNameField_0() { return &___BaseNameField_0; } inline void set_BaseNameField_0(String_t* value) { ___BaseNameField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___BaseNameField_0), (void*)value); } inline static int32_t get_offset_of_ResourceSets_1() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ___ResourceSets_1)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_ResourceSets_1() const { return ___ResourceSets_1; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_ResourceSets_1() { return &___ResourceSets_1; } inline void set_ResourceSets_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___ResourceSets_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResourceSets_1), (void*)value); } inline static int32_t get_offset_of__resourceSets_2() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____resourceSets_2)); } inline Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * get__resourceSets_2() const { return ____resourceSets_2; } inline Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 ** get_address_of__resourceSets_2() { return &____resourceSets_2; } inline void set__resourceSets_2(Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * value) { ____resourceSets_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____resourceSets_2), (void*)value); } inline static int32_t get_offset_of_moduleDir_3() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ___moduleDir_3)); } inline String_t* get_moduleDir_3() const { return ___moduleDir_3; } inline String_t** get_address_of_moduleDir_3() { return &___moduleDir_3; } inline void set_moduleDir_3(String_t* value) { ___moduleDir_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___moduleDir_3), (void*)value); } inline static int32_t get_offset_of_MainAssembly_4() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ___MainAssembly_4)); } inline Assembly_t * get_MainAssembly_4() const { return ___MainAssembly_4; } inline Assembly_t ** get_address_of_MainAssembly_4() { return &___MainAssembly_4; } inline void set_MainAssembly_4(Assembly_t * value) { ___MainAssembly_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MainAssembly_4), (void*)value); } inline static int32_t get_offset_of__locationInfo_5() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____locationInfo_5)); } inline Type_t * get__locationInfo_5() const { return ____locationInfo_5; } inline Type_t ** get_address_of__locationInfo_5() { return &____locationInfo_5; } inline void set__locationInfo_5(Type_t * value) { ____locationInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____locationInfo_5), (void*)value); } inline static int32_t get_offset_of__userResourceSet_6() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____userResourceSet_6)); } inline Type_t * get__userResourceSet_6() const { return ____userResourceSet_6; } inline Type_t ** get_address_of__userResourceSet_6() { return &____userResourceSet_6; } inline void set__userResourceSet_6(Type_t * value) { ____userResourceSet_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____userResourceSet_6), (void*)value); } inline static int32_t get_offset_of__neutralResourcesCulture_7() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____neutralResourcesCulture_7)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get__neutralResourcesCulture_7() const { return ____neutralResourcesCulture_7; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of__neutralResourcesCulture_7() { return &____neutralResourcesCulture_7; } inline void set__neutralResourcesCulture_7(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ____neutralResourcesCulture_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____neutralResourcesCulture_7), (void*)value); } inline static int32_t get_offset_of__lastUsedResourceCache_8() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____lastUsedResourceCache_8)); } inline CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * get__lastUsedResourceCache_8() const { return ____lastUsedResourceCache_8; } inline CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 ** get_address_of__lastUsedResourceCache_8() { return &____lastUsedResourceCache_8; } inline void set__lastUsedResourceCache_8(CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * value) { ____lastUsedResourceCache_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastUsedResourceCache_8), (void*)value); } inline static int32_t get_offset_of__ignoreCase_9() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____ignoreCase_9)); } inline bool get__ignoreCase_9() const { return ____ignoreCase_9; } inline bool* get_address_of__ignoreCase_9() { return &____ignoreCase_9; } inline void set__ignoreCase_9(bool value) { ____ignoreCase_9 = value; } inline static int32_t get_offset_of_UseManifest_10() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ___UseManifest_10)); } inline bool get_UseManifest_10() const { return ___UseManifest_10; } inline bool* get_address_of_UseManifest_10() { return &___UseManifest_10; } inline void set_UseManifest_10(bool value) { ___UseManifest_10 = value; } inline static int32_t get_offset_of_UseSatelliteAssem_11() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ___UseSatelliteAssem_11)); } inline bool get_UseSatelliteAssem_11() const { return ___UseSatelliteAssem_11; } inline bool* get_address_of_UseSatelliteAssem_11() { return &___UseSatelliteAssem_11; } inline void set_UseSatelliteAssem_11(bool value) { ___UseSatelliteAssem_11 = value; } inline static int32_t get_offset_of__fallbackLoc_12() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____fallbackLoc_12)); } inline int32_t get__fallbackLoc_12() const { return ____fallbackLoc_12; } inline int32_t* get_address_of__fallbackLoc_12() { return &____fallbackLoc_12; } inline void set__fallbackLoc_12(int32_t value) { ____fallbackLoc_12 = value; } inline static int32_t get_offset_of__satelliteContractVersion_13() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____satelliteContractVersion_13)); } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get__satelliteContractVersion_13() const { return ____satelliteContractVersion_13; } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of__satelliteContractVersion_13() { return &____satelliteContractVersion_13; } inline void set__satelliteContractVersion_13(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value) { ____satelliteContractVersion_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____satelliteContractVersion_13), (void*)value); } inline static int32_t get_offset_of__lookedForSatelliteContractVersion_14() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____lookedForSatelliteContractVersion_14)); } inline bool get__lookedForSatelliteContractVersion_14() const { return ____lookedForSatelliteContractVersion_14; } inline bool* get_address_of__lookedForSatelliteContractVersion_14() { return &____lookedForSatelliteContractVersion_14; } inline void set__lookedForSatelliteContractVersion_14(bool value) { ____lookedForSatelliteContractVersion_14 = value; } inline static int32_t get_offset_of__callingAssembly_15() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ____callingAssembly_15)); } inline Assembly_t * get__callingAssembly_15() const { return ____callingAssembly_15; } inline Assembly_t ** get_address_of__callingAssembly_15() { return &____callingAssembly_15; } inline void set__callingAssembly_15(Assembly_t * value) { ____callingAssembly_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____callingAssembly_15), (void*)value); } inline static int32_t get_offset_of_m_callingAssembly_16() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ___m_callingAssembly_16)); } inline RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * get_m_callingAssembly_16() const { return ___m_callingAssembly_16; } inline RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 ** get_address_of_m_callingAssembly_16() { return &___m_callingAssembly_16; } inline void set_m_callingAssembly_16(RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * value) { ___m_callingAssembly_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_callingAssembly_16), (void*)value); } inline static int32_t get_offset_of_resourceGroveler_17() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF, ___resourceGroveler_17)); } inline RuntimeObject* get_resourceGroveler_17() const { return ___resourceGroveler_17; } inline RuntimeObject** get_address_of_resourceGroveler_17() { return &___resourceGroveler_17; } inline void set_resourceGroveler_17(RuntimeObject* value) { ___resourceGroveler_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___resourceGroveler_17), (void*)value); } }; struct ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields { public: // System.Int32 System.Resources.ResourceManager::MagicNumber int32_t ___MagicNumber_18; // System.Int32 System.Resources.ResourceManager::HeaderVersionNumber int32_t ___HeaderVersionNumber_19; // System.Type System.Resources.ResourceManager::_minResourceSet Type_t * ____minResourceSet_20; // System.String System.Resources.ResourceManager::ResReaderTypeName String_t* ___ResReaderTypeName_21; // System.String System.Resources.ResourceManager::ResSetTypeName String_t* ___ResSetTypeName_22; // System.String System.Resources.ResourceManager::MscorlibName String_t* ___MscorlibName_23; // System.Int32 System.Resources.ResourceManager::DEBUG int32_t ___DEBUG_24; public: inline static int32_t get_offset_of_MagicNumber_18() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields, ___MagicNumber_18)); } inline int32_t get_MagicNumber_18() const { return ___MagicNumber_18; } inline int32_t* get_address_of_MagicNumber_18() { return &___MagicNumber_18; } inline void set_MagicNumber_18(int32_t value) { ___MagicNumber_18 = value; } inline static int32_t get_offset_of_HeaderVersionNumber_19() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields, ___HeaderVersionNumber_19)); } inline int32_t get_HeaderVersionNumber_19() const { return ___HeaderVersionNumber_19; } inline int32_t* get_address_of_HeaderVersionNumber_19() { return &___HeaderVersionNumber_19; } inline void set_HeaderVersionNumber_19(int32_t value) { ___HeaderVersionNumber_19 = value; } inline static int32_t get_offset_of__minResourceSet_20() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields, ____minResourceSet_20)); } inline Type_t * get__minResourceSet_20() const { return ____minResourceSet_20; } inline Type_t ** get_address_of__minResourceSet_20() { return &____minResourceSet_20; } inline void set__minResourceSet_20(Type_t * value) { ____minResourceSet_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____minResourceSet_20), (void*)value); } inline static int32_t get_offset_of_ResReaderTypeName_21() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields, ___ResReaderTypeName_21)); } inline String_t* get_ResReaderTypeName_21() const { return ___ResReaderTypeName_21; } inline String_t** get_address_of_ResReaderTypeName_21() { return &___ResReaderTypeName_21; } inline void set_ResReaderTypeName_21(String_t* value) { ___ResReaderTypeName_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResReaderTypeName_21), (void*)value); } inline static int32_t get_offset_of_ResSetTypeName_22() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields, ___ResSetTypeName_22)); } inline String_t* get_ResSetTypeName_22() const { return ___ResSetTypeName_22; } inline String_t** get_address_of_ResSetTypeName_22() { return &___ResSetTypeName_22; } inline void set_ResSetTypeName_22(String_t* value) { ___ResSetTypeName_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResSetTypeName_22), (void*)value); } inline static int32_t get_offset_of_MscorlibName_23() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields, ___MscorlibName_23)); } inline String_t* get_MscorlibName_23() const { return ___MscorlibName_23; } inline String_t** get_address_of_MscorlibName_23() { return &___MscorlibName_23; } inline void set_MscorlibName_23(String_t* value) { ___MscorlibName_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___MscorlibName_23), (void*)value); } inline static int32_t get_offset_of_DEBUG_24() { return static_cast(offsetof(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields, ___DEBUG_24)); } inline int32_t get_DEBUG_24() const { return ___DEBUG_24; } inline int32_t* get_address_of_DEBUG_24() { return &___DEBUG_24; } inline void set_DEBUG_24(int32_t value) { ___DEBUG_24 = value; } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 { public: // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::m_builder AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 ___m_builder_1; public: inline static int32_t get_offset_of_m_builder_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487, ___m_builder_1)); } inline AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 get_m_builder_1() const { return ___m_builder_1; } inline AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 * get_address_of_m_builder_1() { return &___m_builder_1; } inline void set_m_builder_1(AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 value) { ___m_builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_builder_1))->___m_task_2), (void*)NULL); #endif } }; struct AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::s_cachedCompleted Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * ___s_cachedCompleted_0; public: inline static int32_t get_offset_of_s_cachedCompleted_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_StaticFields, ___s_cachedCompleted_0)); } inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * get_s_cachedCompleted_0() const { return ___s_cachedCompleted_0; } inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 ** get_address_of_s_cachedCompleted_0() { return &___s_cachedCompleted_0; } inline void set_s_cachedCompleted_0(Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * value) { ___s_cachedCompleted_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedCompleted_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshaled_pinvoke { AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 ___m_builder_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshaled_com { AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 ___m_builder_1; }; // System.Runtime.InteropServices.MarshalAsAttribute struct MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: // System.String System.Runtime.InteropServices.MarshalAsAttribute::MarshalCookie String_t* ___MarshalCookie_0; // System.String System.Runtime.InteropServices.MarshalAsAttribute::MarshalType String_t* ___MarshalType_1; // System.Type System.Runtime.InteropServices.MarshalAsAttribute::MarshalTypeRef Type_t * ___MarshalTypeRef_2; // System.Type System.Runtime.InteropServices.MarshalAsAttribute::SafeArrayUserDefinedSubType Type_t * ___SafeArrayUserDefinedSubType_3; // System.Runtime.InteropServices.UnmanagedType System.Runtime.InteropServices.MarshalAsAttribute::utype int32_t ___utype_4; // System.Runtime.InteropServices.UnmanagedType System.Runtime.InteropServices.MarshalAsAttribute::ArraySubType int32_t ___ArraySubType_5; // System.Runtime.InteropServices.VarEnum System.Runtime.InteropServices.MarshalAsAttribute::SafeArraySubType int32_t ___SafeArraySubType_6; // System.Int32 System.Runtime.InteropServices.MarshalAsAttribute::SizeConst int32_t ___SizeConst_7; // System.Int32 System.Runtime.InteropServices.MarshalAsAttribute::IidParameterIndex int32_t ___IidParameterIndex_8; // System.Int16 System.Runtime.InteropServices.MarshalAsAttribute::SizeParamIndex int16_t ___SizeParamIndex_9; public: inline static int32_t get_offset_of_MarshalCookie_0() { return static_cast(offsetof(MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020, ___MarshalCookie_0)); } inline String_t* get_MarshalCookie_0() const { return ___MarshalCookie_0; } inline String_t** get_address_of_MarshalCookie_0() { return &___MarshalCookie_0; } inline void set_MarshalCookie_0(String_t* value) { ___MarshalCookie_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___MarshalCookie_0), (void*)value); } inline static int32_t get_offset_of_MarshalType_1() { return static_cast(offsetof(MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020, ___MarshalType_1)); } inline String_t* get_MarshalType_1() const { return ___MarshalType_1; } inline String_t** get_address_of_MarshalType_1() { return &___MarshalType_1; } inline void set_MarshalType_1(String_t* value) { ___MarshalType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MarshalType_1), (void*)value); } inline static int32_t get_offset_of_MarshalTypeRef_2() { return static_cast(offsetof(MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020, ___MarshalTypeRef_2)); } inline Type_t * get_MarshalTypeRef_2() const { return ___MarshalTypeRef_2; } inline Type_t ** get_address_of_MarshalTypeRef_2() { return &___MarshalTypeRef_2; } inline void set_MarshalTypeRef_2(Type_t * value) { ___MarshalTypeRef_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MarshalTypeRef_2), (void*)value); } inline static int32_t get_offset_of_SafeArrayUserDefinedSubType_3() { return static_cast(offsetof(MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020, ___SafeArrayUserDefinedSubType_3)); } inline Type_t * get_SafeArrayUserDefinedSubType_3() const { return ___SafeArrayUserDefinedSubType_3; } inline Type_t ** get_address_of_SafeArrayUserDefinedSubType_3() { return &___SafeArrayUserDefinedSubType_3; } inline void set_SafeArrayUserDefinedSubType_3(Type_t * value) { ___SafeArrayUserDefinedSubType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SafeArrayUserDefinedSubType_3), (void*)value); } inline static int32_t get_offset_of_utype_4() { return static_cast(offsetof(MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020, ___utype_4)); } inline int32_t get_utype_4() const { return ___utype_4; } inline int32_t* get_address_of_utype_4() { return &___utype_4; } inline void set_utype_4(int32_t value) { ___utype_4 = value; } inline static int32_t get_offset_of_ArraySubType_5() { return static_cast(offsetof(MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020, ___ArraySubType_5)); } inline int32_t get_ArraySubType_5() const { return ___ArraySubType_5; } inline int32_t* get_address_of_ArraySubType_5() { return &___ArraySubType_5; } inline void set_ArraySubType_5(int32_t value) { ___ArraySubType_5 = value; } inline static int32_t get_offset_of_SafeArraySubType_6() { return static_cast(offsetof(MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020, ___SafeArraySubType_6)); } inline int32_t get_SafeArraySubType_6() const { return ___SafeArraySubType_6; } inline int32_t* get_address_of_SafeArraySubType_6() { return &___SafeArraySubType_6; } inline void set_SafeArraySubType_6(int32_t value) { ___SafeArraySubType_6 = value; } inline static int32_t get_offset_of_SizeConst_7() { return static_cast(offsetof(MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020, ___SizeConst_7)); } inline int32_t get_SizeConst_7() const { return ___SizeConst_7; } inline int32_t* get_address_of_SizeConst_7() { return &___SizeConst_7; } inline void set_SizeConst_7(int32_t value) { ___SizeConst_7 = value; } inline static int32_t get_offset_of_IidParameterIndex_8() { return static_cast(offsetof(MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020, ___IidParameterIndex_8)); } inline int32_t get_IidParameterIndex_8() const { return ___IidParameterIndex_8; } inline int32_t* get_address_of_IidParameterIndex_8() { return &___IidParameterIndex_8; } inline void set_IidParameterIndex_8(int32_t value) { ___IidParameterIndex_8 = value; } inline static int32_t get_offset_of_SizeParamIndex_9() { return static_cast(offsetof(MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020, ___SizeParamIndex_9)); } inline int16_t get_SizeParamIndex_9() const { return ___SizeParamIndex_9; } inline int16_t* get_address_of_SizeParamIndex_9() { return &___SizeParamIndex_9; } inline void set_SizeParamIndex_9(int16_t value) { ___SizeParamIndex_9 = value; } }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 { 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_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___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_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___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_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t { public: public: }; // System.Threading.ExecutionContext struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 : public RuntimeObject { public: // System.Threading.SynchronizationContext System.Threading.ExecutionContext::_syncContext SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ____syncContext_0; // System.Threading.SynchronizationContext System.Threading.ExecutionContext::_syncContextNoFlow SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ____syncContextNoFlow_1; // System.Runtime.Remoting.Messaging.LogicalCallContext System.Threading.ExecutionContext::_logicalCallContext LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * ____logicalCallContext_2; // System.Runtime.Remoting.Messaging.IllogicalCallContext System.Threading.ExecutionContext::_illogicalCallContext IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * ____illogicalCallContext_3; // System.Threading.ExecutionContext_Flags System.Threading.ExecutionContext::_flags int32_t ____flags_4; // System.Collections.Generic.Dictionary`2 System.Threading.ExecutionContext::_localValues Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * ____localValues_5; // System.Collections.Generic.List`1 System.Threading.ExecutionContext::_localChangeNotifications List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * ____localChangeNotifications_6; public: inline static int32_t get_offset_of__syncContext_0() { return static_cast(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____syncContext_0)); } inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * get__syncContext_0() const { return ____syncContext_0; } inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 ** get_address_of__syncContext_0() { return &____syncContext_0; } inline void set__syncContext_0(SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * value) { ____syncContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncContext_0), (void*)value); } inline static int32_t get_offset_of__syncContextNoFlow_1() { return static_cast(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____syncContextNoFlow_1)); } inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * get__syncContextNoFlow_1() const { return ____syncContextNoFlow_1; } inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 ** get_address_of__syncContextNoFlow_1() { return &____syncContextNoFlow_1; } inline void set__syncContextNoFlow_1(SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * value) { ____syncContextNoFlow_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncContextNoFlow_1), (void*)value); } inline static int32_t get_offset_of__logicalCallContext_2() { return static_cast(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____logicalCallContext_2)); } inline LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * get__logicalCallContext_2() const { return ____logicalCallContext_2; } inline LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E ** get_address_of__logicalCallContext_2() { return &____logicalCallContext_2; } inline void set__logicalCallContext_2(LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * value) { ____logicalCallContext_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____logicalCallContext_2), (void*)value); } inline static int32_t get_offset_of__illogicalCallContext_3() { return static_cast(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____illogicalCallContext_3)); } inline IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * get__illogicalCallContext_3() const { return ____illogicalCallContext_3; } inline IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 ** get_address_of__illogicalCallContext_3() { return &____illogicalCallContext_3; } inline void set__illogicalCallContext_3(IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * value) { ____illogicalCallContext_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____illogicalCallContext_3), (void*)value); } inline static int32_t get_offset_of__flags_4() { return static_cast(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____flags_4)); } inline int32_t get__flags_4() const { return ____flags_4; } inline int32_t* get_address_of__flags_4() { return &____flags_4; } inline void set__flags_4(int32_t value) { ____flags_4 = value; } inline static int32_t get_offset_of__localValues_5() { return static_cast(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____localValues_5)); } inline Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * get__localValues_5() const { return ____localValues_5; } inline Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A ** get_address_of__localValues_5() { return &____localValues_5; } inline void set__localValues_5(Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * value) { ____localValues_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____localValues_5), (void*)value); } inline static int32_t get_offset_of__localChangeNotifications_6() { return static_cast(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____localChangeNotifications_6)); } inline List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * get__localChangeNotifications_6() const { return ____localChangeNotifications_6; } inline List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB ** get_address_of__localChangeNotifications_6() { return &____localChangeNotifications_6; } inline void set__localChangeNotifications_6(List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * value) { ____localChangeNotifications_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____localChangeNotifications_6), (void*)value); } }; struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_StaticFields { public: // System.Threading.ExecutionContext System.Threading.ExecutionContext::s_dummyDefaultEC ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___s_dummyDefaultEC_7; public: inline static int32_t get_offset_of_s_dummyDefaultEC_7() { return static_cast(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_StaticFields, ___s_dummyDefaultEC_7)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_s_dummyDefaultEC_7() const { return ___s_dummyDefaultEC_7; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_s_dummyDefaultEC_7() { return &___s_dummyDefaultEC_7; } inline void set_s_dummyDefaultEC_7(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value) { ___s_dummyDefaultEC_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_dummyDefaultEC_7), (void*)value); } }; // System.Threading.Tasks.Task`1 struct Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 { public: // TResult System.Threading.Tasks.Task`1::m_result bool ___m_result_22; public: inline static int32_t get_offset_of_m_result_22() { return static_cast(offsetof(Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439, ___m_result_22)); } inline bool get_m_result_22() const { return ___m_result_22; } inline bool* get_address_of_m_result_22() { return &___m_result_22; } inline void set_m_result_22(bool value) { ___m_result_22 = value; } }; struct Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t90DBF289FBDBB845B0FA55E1773164F06FBDEA17 * ___s_Factory_23; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t185FBBAFD46813778C35A8D4A5FA3AFB4FC0E14C * ___TaskWhenAnyCast_24; public: inline static int32_t get_offset_of_s_Factory_23() { return static_cast(offsetof(Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439_StaticFields, ___s_Factory_23)); } inline TaskFactory_1_t90DBF289FBDBB845B0FA55E1773164F06FBDEA17 * get_s_Factory_23() const { return ___s_Factory_23; } inline TaskFactory_1_t90DBF289FBDBB845B0FA55E1773164F06FBDEA17 ** get_address_of_s_Factory_23() { return &___s_Factory_23; } inline void set_s_Factory_23(TaskFactory_1_t90DBF289FBDBB845B0FA55E1773164F06FBDEA17 * value) { ___s_Factory_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_23), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_24() { return static_cast(offsetof(Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439_StaticFields, ___TaskWhenAnyCast_24)); } inline Func_2_t185FBBAFD46813778C35A8D4A5FA3AFB4FC0E14C * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; } inline Func_2_t185FBBAFD46813778C35A8D4A5FA3AFB4FC0E14C ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; } inline void set_TaskWhenAnyCast_24(Func_2_t185FBBAFD46813778C35A8D4A5FA3AFB4FC0E14C * value) { ___TaskWhenAnyCast_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_24), (void*)value); } }; // System.Threading.Tasks.Task`1 struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 { public: // TResult System.Threading.Tasks.Task`1::m_result int32_t ___m_result_22; public: inline static int32_t get_offset_of_m_result_22() { return static_cast(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87, ___m_result_22)); } inline int32_t get_m_result_22() const { return ___m_result_22; } inline int32_t* get_address_of_m_result_22() { return &___m_result_22; } inline void set_m_result_22(int32_t value) { ___m_result_22 = value; } }; struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * ___s_Factory_23; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * ___TaskWhenAnyCast_24; public: inline static int32_t get_offset_of_s_Factory_23() { return static_cast(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields, ___s_Factory_23)); } inline TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * get_s_Factory_23() const { return ___s_Factory_23; } inline TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 ** get_address_of_s_Factory_23() { return &___s_Factory_23; } inline void set_s_Factory_23(TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * value) { ___s_Factory_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_23), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_24() { return static_cast(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields, ___TaskWhenAnyCast_24)); } inline Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; } inline Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; } inline void set_TaskWhenAnyCast_24(Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * value) { ___TaskWhenAnyCast_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_24), (void*)value); } }; // System.Threading.Tasks.Task`1 struct Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 { public: // TResult System.Threading.Tasks.Task`1::m_result VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 ___m_result_22; public: inline static int32_t get_offset_of_m_result_22() { return static_cast(offsetof(Task_1_t1359D75350E9D976BFA28AD96E417450DE277673, ___m_result_22)); } inline VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 get_m_result_22() const { return ___m_result_22; } inline VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 * get_address_of_m_result_22() { return &___m_result_22; } inline void set_m_result_22(VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 value) { ___m_result_22 = value; } }; struct Task_1_t1359D75350E9D976BFA28AD96E417450DE277673_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t3C0D0DC20C0FC00DE4F8740B351BE642467AB03D * ___s_Factory_23; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t9FE43757FE22F96D0EA4E7945B6D146812F2671F * ___TaskWhenAnyCast_24; public: inline static int32_t get_offset_of_s_Factory_23() { return static_cast(offsetof(Task_1_t1359D75350E9D976BFA28AD96E417450DE277673_StaticFields, ___s_Factory_23)); } inline TaskFactory_1_t3C0D0DC20C0FC00DE4F8740B351BE642467AB03D * get_s_Factory_23() const { return ___s_Factory_23; } inline TaskFactory_1_t3C0D0DC20C0FC00DE4F8740B351BE642467AB03D ** get_address_of_s_Factory_23() { return &___s_Factory_23; } inline void set_s_Factory_23(TaskFactory_1_t3C0D0DC20C0FC00DE4F8740B351BE642467AB03D * value) { ___s_Factory_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_23), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_24() { return static_cast(offsetof(Task_1_t1359D75350E9D976BFA28AD96E417450DE277673_StaticFields, ___TaskWhenAnyCast_24)); } inline Func_2_t9FE43757FE22F96D0EA4E7945B6D146812F2671F * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; } inline Func_2_t9FE43757FE22F96D0EA4E7945B6D146812F2671F ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; } inline void set_TaskWhenAnyCast_24(Func_2_t9FE43757FE22F96D0EA4E7945B6D146812F2671F * value) { ___TaskWhenAnyCast_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_24), (void*)value); } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * 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_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * 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_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * 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_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.TypedReference struct TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8 { public: // System.RuntimeTypeHandle System.TypedReference::type RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___type_0; // System.IntPtr System.TypedReference::Value intptr_t ___Value_1; // System.IntPtr System.TypedReference::Type intptr_t ___Type_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8, ___type_0)); } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get_type_0() const { return ___type_0; } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of_type_0() { return &___type_0; } inline void set_type_0(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value) { ___type_0 = value; } inline static int32_t get_offset_of_Value_1() { return static_cast(offsetof(TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8, ___Value_1)); } inline intptr_t get_Value_1() const { return ___Value_1; } inline intptr_t* get_address_of_Value_1() { return &___Value_1; } inline void set_Value_1(intptr_t value) { ___Value_1 = value; } inline static int32_t get_offset_of_Type_2() { return static_cast(offsetof(TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8, ___Type_2)); } inline intptr_t get_Type_2() const { return ___Type_2; } inline intptr_t* get_address_of_Type_2() { return &___Type_2; } inline void set_Type_2(intptr_t value) { ___Type_2 = value; } }; // System.Action struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { 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_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___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_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t { public: public: }; // System.BadImageFormatException struct BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.String System.BadImageFormatException::_fileName String_t* ____fileName_17; // System.String System.BadImageFormatException::_fusionLog String_t* ____fusionLog_18; public: inline static int32_t get_offset_of__fileName_17() { return static_cast(offsetof(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9, ____fileName_17)); } inline String_t* get__fileName_17() const { return ____fileName_17; } inline String_t** get_address_of__fileName_17() { return &____fileName_17; } inline void set__fileName_17(String_t* value) { ____fileName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____fileName_17), (void*)value); } inline static int32_t get_offset_of__fusionLog_18() { return static_cast(offsetof(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9, ____fusionLog_18)); } inline String_t* get__fusionLog_18() const { return ____fusionLog_18; } inline String_t** get_address_of__fusionLog_18() { return &____fusionLog_18; } inline void set__fusionLog_18(String_t* value) { ____fusionLog_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____fusionLog_18), (void*)value); } }; // System.FormatException struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.IO.IOException struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // System.IO.PinnedBufferMemoryStream struct PinnedBufferMemoryStream_t2B64686A5B889DF38F012632D00C933752FE5A25 : public UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E { public: // System.Byte[] System.IO.PinnedBufferMemoryStream::_array ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____array_13; // System.Runtime.InteropServices.GCHandle System.IO.PinnedBufferMemoryStream::_pinningHandle GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ____pinningHandle_14; public: inline static int32_t get_offset_of__array_13() { return static_cast(offsetof(PinnedBufferMemoryStream_t2B64686A5B889DF38F012632D00C933752FE5A25, ____array_13)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__array_13() const { return ____array_13; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__array_13() { return &____array_13; } inline void set__array_13(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____array_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_13), (void*)value); } inline static int32_t get_offset_of__pinningHandle_14() { return static_cast(offsetof(PinnedBufferMemoryStream_t2B64686A5B889DF38F012632D00C933752FE5A25, ____pinningHandle_14)); } inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 get__pinningHandle_14() const { return ____pinningHandle_14; } inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * get_address_of__pinningHandle_14() { return &____pinningHandle_14; } inline void set__pinningHandle_14(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 value) { ____pinningHandle_14 = value; } }; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.InvalidCastException struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.MemberAccessException struct MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.NotImplementedException struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Reflection.InvalidFilterCriteriaException struct InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA : public ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 { public: public: }; // System.Reflection.MemberFilter struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 : public MulticastDelegate_t { public: public: }; // System.Reflection.MonoAssembly struct MonoAssembly_tF772D342A52019C494DBB9658F721AF7C6C6B67B : public RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 { public: public: }; // System.Reflection.MonoCMethod struct MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 : public RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D { public: // System.IntPtr System.Reflection.MonoCMethod::mhandle intptr_t ___mhandle_2; // System.String System.Reflection.MonoCMethod::name String_t* ___name_3; // System.Type System.Reflection.MonoCMethod::reftype Type_t * ___reftype_4; public: inline static int32_t get_offset_of_mhandle_2() { return static_cast(offsetof(MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61, ___mhandle_2)); } inline intptr_t get_mhandle_2() const { return ___mhandle_2; } inline intptr_t* get_address_of_mhandle_2() { return &___mhandle_2; } inline void set_mhandle_2(intptr_t value) { ___mhandle_2 = value; } inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61, ___name_3)); } inline String_t* get_name_3() const { return ___name_3; } inline String_t** get_address_of_name_3() { return &___name_3; } inline void set_name_3(String_t* value) { ___name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value); } inline static int32_t get_offset_of_reftype_4() { return static_cast(offsetof(MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61, ___reftype_4)); } inline Type_t * get_reftype_4() const { return ___reftype_4; } inline Type_t ** get_address_of_reftype_4() { return &___reftype_4; } inline void set_reftype_4(Type_t * value) { ___reftype_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___reftype_4), (void*)value); } }; // System.Reflection.MonoField struct MonoField_t : public RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 { public: // System.IntPtr System.Reflection.MonoField::klass intptr_t ___klass_0; // System.RuntimeFieldHandle System.Reflection.MonoField::fhandle RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fhandle_1; // System.String System.Reflection.MonoField::name String_t* ___name_2; // System.Type System.Reflection.MonoField::type Type_t * ___type_3; // System.Reflection.FieldAttributes System.Reflection.MonoField::attrs int32_t ___attrs_4; public: inline static int32_t get_offset_of_klass_0() { return static_cast(offsetof(MonoField_t, ___klass_0)); } inline intptr_t get_klass_0() const { return ___klass_0; } inline intptr_t* get_address_of_klass_0() { return &___klass_0; } inline void set_klass_0(intptr_t value) { ___klass_0 = value; } inline static int32_t get_offset_of_fhandle_1() { return static_cast(offsetof(MonoField_t, ___fhandle_1)); } inline RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF get_fhandle_1() const { return ___fhandle_1; } inline RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF * get_address_of_fhandle_1() { return &___fhandle_1; } inline void set_fhandle_1(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF value) { ___fhandle_1 = value; } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(MonoField_t, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_type_3() { return static_cast(offsetof(MonoField_t, ___type_3)); } inline Type_t * get_type_3() const { return ___type_3; } inline Type_t ** get_address_of_type_3() { return &___type_3; } inline void set_type_3(Type_t * value) { ___type_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_3), (void*)value); } inline static int32_t get_offset_of_attrs_4() { return static_cast(offsetof(MonoField_t, ___attrs_4)); } inline int32_t get_attrs_4() const { return ___attrs_4; } inline int32_t* get_address_of_attrs_4() { return &___attrs_4; } inline void set_attrs_4(int32_t value) { ___attrs_4 = value; } }; // System.Reflection.MonoMethod struct MonoMethod_t : public RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E { public: // System.IntPtr System.Reflection.MonoMethod::mhandle intptr_t ___mhandle_0; // System.String System.Reflection.MonoMethod::name String_t* ___name_1; // System.Type System.Reflection.MonoMethod::reftype Type_t * ___reftype_2; public: inline static int32_t get_offset_of_mhandle_0() { return static_cast(offsetof(MonoMethod_t, ___mhandle_0)); } inline intptr_t get_mhandle_0() const { return ___mhandle_0; } inline intptr_t* get_address_of_mhandle_0() { return &___mhandle_0; } inline void set_mhandle_0(intptr_t value) { ___mhandle_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(MonoMethod_t, ___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_reftype_2() { return static_cast(offsetof(MonoMethod_t, ___reftype_2)); } inline Type_t * get_reftype_2() const { return ___reftype_2; } inline Type_t ** get_address_of_reftype_2() { return &___reftype_2; } inline void set_reftype_2(Type_t * value) { ___reftype_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___reftype_2), (void*)value); } }; // System.Reflection.MonoProperty struct MonoProperty_t : public RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 { public: // System.IntPtr System.Reflection.MonoProperty::klass intptr_t ___klass_0; // System.IntPtr System.Reflection.MonoProperty::prop intptr_t ___prop_1; // System.Reflection.MonoPropertyInfo System.Reflection.MonoProperty::info MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F ___info_2; // System.Reflection.PInfo System.Reflection.MonoProperty::cached int32_t ___cached_3; // System.Reflection.MonoProperty_GetterAdapter System.Reflection.MonoProperty::cached_getter GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711 * ___cached_getter_4; public: inline static int32_t get_offset_of_klass_0() { return static_cast(offsetof(MonoProperty_t, ___klass_0)); } inline intptr_t get_klass_0() const { return ___klass_0; } inline intptr_t* get_address_of_klass_0() { return &___klass_0; } inline void set_klass_0(intptr_t value) { ___klass_0 = value; } inline static int32_t get_offset_of_prop_1() { return static_cast(offsetof(MonoProperty_t, ___prop_1)); } inline intptr_t get_prop_1() const { return ___prop_1; } inline intptr_t* get_address_of_prop_1() { return &___prop_1; } inline void set_prop_1(intptr_t value) { ___prop_1 = value; } inline static int32_t get_offset_of_info_2() { return static_cast(offsetof(MonoProperty_t, ___info_2)); } inline MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F get_info_2() const { return ___info_2; } inline MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * get_address_of_info_2() { return &___info_2; } inline void set_info_2(MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F value) { ___info_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___info_2))->___parent_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___info_2))->___declaring_type_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___info_2))->___name_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___info_2))->___get_method_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___info_2))->___set_method_4), (void*)NULL); #endif } inline static int32_t get_offset_of_cached_3() { return static_cast(offsetof(MonoProperty_t, ___cached_3)); } inline int32_t get_cached_3() const { return ___cached_3; } inline int32_t* get_address_of_cached_3() { return &___cached_3; } inline void set_cached_3(int32_t value) { ___cached_3 = value; } inline static int32_t get_offset_of_cached_getter_4() { return static_cast(offsetof(MonoProperty_t, ___cached_getter_4)); } inline GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711 * get_cached_getter_4() const { return ___cached_getter_4; } inline GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711 ** get_address_of_cached_getter_4() { return &___cached_getter_4; } inline void set_cached_getter_4(GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711 * value) { ___cached_getter_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_getter_4), (void*)value); } }; // System.Reflection.MonoProperty_GetterAdapter struct GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711 : public MulticastDelegate_t { public: public: }; // System.Reflection.ReflectionTypeLoadException struct ReflectionTypeLoadException_t1306B3A246E2959E8F23575AAAB9D59945314115 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.Type[] System.Reflection.ReflectionTypeLoadException::_classes TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ____classes_17; // System.Exception[] System.Reflection.ReflectionTypeLoadException::_exceptions ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* ____exceptions_18; public: inline static int32_t get_offset_of__classes_17() { return static_cast(offsetof(ReflectionTypeLoadException_t1306B3A246E2959E8F23575AAAB9D59945314115, ____classes_17)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get__classes_17() const { return ____classes_17; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of__classes_17() { return &____classes_17; } inline void set__classes_17(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value) { ____classes_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____classes_17), (void*)value); } inline static int32_t get_offset_of__exceptions_18() { return static_cast(offsetof(ReflectionTypeLoadException_t1306B3A246E2959E8F23575AAAB9D59945314115, ____exceptions_18)); } inline ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* get__exceptions_18() const { return ____exceptions_18; } inline ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209** get_address_of__exceptions_18() { return &____exceptions_18; } inline void set__exceptions_18(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* value) { ____exceptions_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____exceptions_18), (void*)value); } }; // System.Reflection.RuntimeModule struct RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD : public Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 { public: public: }; // System.Reflection.RuntimeParameterInfo struct RuntimeParameterInfo_t9C57640E9B048F12D422C39B1A4D4BAD39684AD6 : public ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB { public: public: }; // System.Reflection.TargetException struct TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E : public ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 { public: public: }; // System.Reflection.TargetInvocationException struct TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 : public ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 { public: public: }; // System.Reflection.TargetParameterCountException struct TargetParameterCountException_tD37468C4274D530299F22A615027D88EA86F3C3C : public ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 { public: public: }; // System.Reflection.TypeFilter struct TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 : public MulticastDelegate_t { public: public: }; // System.Reflection.TypeInfo struct TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC : public Type_t { public: public: }; // System.ResolveEventHandler struct ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 : public MulticastDelegate_t { public: public: }; // System.Resources.MissingManifestResourceException struct MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Resources.MissingSatelliteAssemblyException struct MissingSatelliteAssemblyException_t98014B55F8D76D2D98243B3345BF19043B502120 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.String System.Resources.MissingSatelliteAssemblyException::_cultureName String_t* ____cultureName_17; public: inline static int32_t get_offset_of__cultureName_17() { return static_cast(offsetof(MissingSatelliteAssemblyException_t98014B55F8D76D2D98243B3345BF19043B502120, ____cultureName_17)); } inline String_t* get__cultureName_17() const { return ____cultureName_17; } inline String_t** get_address_of__cultureName_17() { return &____cultureName_17; } inline void set__cultureName_17(String_t* value) { ____cultureName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____cultureName_17), (void*)value); } }; // System.Runtime.Serialization.Formatters.Binary.BinaryFormatter struct BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 : public RuntimeObject { public: // System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_surrogates RuntimeObject* ___m_surrogates_0; // System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_context StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___m_context_1; // System.Runtime.Serialization.SerializationBinder System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_binder SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * ___m_binder_2; // System.Runtime.Serialization.Formatters.FormatterTypeStyle System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_typeFormat int32_t ___m_typeFormat_3; // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_assemblyFormat int32_t ___m_assemblyFormat_4; // System.Runtime.Serialization.Formatters.TypeFilterLevel System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_securityLevel int32_t ___m_securityLevel_5; // System.Object[] System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_crossAppDomainArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_crossAppDomainArray_6; public: inline static int32_t get_offset_of_m_surrogates_0() { return static_cast(offsetof(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0, ___m_surrogates_0)); } inline RuntimeObject* get_m_surrogates_0() const { return ___m_surrogates_0; } inline RuntimeObject** get_address_of_m_surrogates_0() { return &___m_surrogates_0; } inline void set_m_surrogates_0(RuntimeObject* value) { ___m_surrogates_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_surrogates_0), (void*)value); } inline static int32_t get_offset_of_m_context_1() { return static_cast(offsetof(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0, ___m_context_1)); } inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 get_m_context_1() const { return ___m_context_1; } inline StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * get_address_of_m_context_1() { return &___m_context_1; } inline void set_m_context_1(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 value) { ___m_context_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_context_1))->___m_additionalContext_0), (void*)NULL); } inline static int32_t get_offset_of_m_binder_2() { return static_cast(offsetof(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0, ___m_binder_2)); } inline SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * get_m_binder_2() const { return ___m_binder_2; } inline SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 ** get_address_of_m_binder_2() { return &___m_binder_2; } inline void set_m_binder_2(SerializationBinder_tB5EBAF328371FB7CF23E37F5984D8412762CFFA4 * value) { ___m_binder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_binder_2), (void*)value); } inline static int32_t get_offset_of_m_typeFormat_3() { return static_cast(offsetof(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0, ___m_typeFormat_3)); } inline int32_t get_m_typeFormat_3() const { return ___m_typeFormat_3; } inline int32_t* get_address_of_m_typeFormat_3() { return &___m_typeFormat_3; } inline void set_m_typeFormat_3(int32_t value) { ___m_typeFormat_3 = value; } inline static int32_t get_offset_of_m_assemblyFormat_4() { return static_cast(offsetof(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0, ___m_assemblyFormat_4)); } inline int32_t get_m_assemblyFormat_4() const { return ___m_assemblyFormat_4; } inline int32_t* get_address_of_m_assemblyFormat_4() { return &___m_assemblyFormat_4; } inline void set_m_assemblyFormat_4(int32_t value) { ___m_assemblyFormat_4 = value; } inline static int32_t get_offset_of_m_securityLevel_5() { return static_cast(offsetof(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0, ___m_securityLevel_5)); } inline int32_t get_m_securityLevel_5() const { return ___m_securityLevel_5; } inline int32_t* get_address_of_m_securityLevel_5() { return &___m_securityLevel_5; } inline void set_m_securityLevel_5(int32_t value) { ___m_securityLevel_5 = value; } inline static int32_t get_offset_of_m_crossAppDomainArray_6() { return static_cast(offsetof(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0, ___m_crossAppDomainArray_6)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_crossAppDomainArray_6() const { return ___m_crossAppDomainArray_6; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_crossAppDomainArray_6() { return &___m_crossAppDomainArray_6; } inline void set_m_crossAppDomainArray_6(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_crossAppDomainArray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_crossAppDomainArray_6), (void*)value); } }; struct BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::typeNameCache Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 * ___typeNameCache_7; public: inline static int32_t get_offset_of_typeNameCache_7() { return static_cast(offsetof(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_StaticFields, ___typeNameCache_7)); } inline Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 * get_typeNameCache_7() const { return ___typeNameCache_7; } inline Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 ** get_address_of_typeNameCache_7() { return &___typeNameCache_7; } inline void set_typeNameCache_7(Dictionary_2_tDF0B764EEAE1242A344103EC40130E5D891C6934 * value) { ___typeNameCache_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeNameCache_7), (void*)value); } }; // System.Runtime.Serialization.SerializationException struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields { public: // System.String System.Runtime.Serialization.SerializationException::_nullMessage String_t* ____nullMessage_17; public: inline static int32_t get_offset_of__nullMessage_17() { return static_cast(offsetof(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields, ____nullMessage_17)); } inline String_t* get__nullMessage_17() const { return ____nullMessage_17; } inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; } inline void set__nullMessage_17(String_t* value) { ____nullMessage_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____nullMessage_17), (void*)value); } }; // System.Security.SecurityException struct SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.String System.Security.SecurityException::permissionState String_t* ___permissionState_17; public: inline static int32_t get_offset_of_permissionState_17() { return static_cast(offsetof(SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5, ___permissionState_17)); } inline String_t* get_permissionState_17() const { return ___permissionState_17; } inline String_t** get_address_of_permissionState_17() { return &___permissionState_17; } inline void set_permissionState_17(String_t* value) { ___permissionState_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___permissionState_17), (void*)value); } }; // System.Threading.ContextCallback struct ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 : public MulticastDelegate_t { public: public: }; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 : public MulticastDelegate_t { public: public: }; // System.Threading.ThreadAbortException struct ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Threading.WaitCallback struct WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { 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_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___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); } }; struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_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_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_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.FieldAccessException struct FieldAccessException_tBFF096C9CF3CA2BF95A3D596D7E50EF32B178BDF : public MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 { public: public: }; // System.IO.EndOfStreamException struct EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F : public IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA { public: public: }; // System.IO.FileLoadException struct FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB : public IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA { public: // System.String System.IO.FileLoadException::_fileName String_t* ____fileName_18; // System.String System.IO.FileLoadException::_fusionLog String_t* ____fusionLog_19; public: inline static int32_t get_offset_of__fileName_18() { return static_cast(offsetof(FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB, ____fileName_18)); } inline String_t* get__fileName_18() const { return ____fileName_18; } inline String_t** get_address_of__fileName_18() { return &____fileName_18; } inline void set__fileName_18(String_t* value) { ____fileName_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____fileName_18), (void*)value); } inline static int32_t get_offset_of__fusionLog_19() { return static_cast(offsetof(FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB, ____fusionLog_19)); } inline String_t* get__fusionLog_19() const { return ____fusionLog_19; } inline String_t** get_address_of__fusionLog_19() { return &____fusionLog_19; } inline void set__fusionLog_19(String_t* value) { ____fusionLog_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____fusionLog_19), (void*)value); } }; // System.MethodAccessException struct MethodAccessException_tD507764699290F19BF6AF6DEE1E0068927E428EB : public MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 { public: public: }; // System.MissingMemberException struct MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD : public MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 { public: // System.String System.MissingMemberException::ClassName String_t* ___ClassName_17; // System.String System.MissingMemberException::MemberName String_t* ___MemberName_18; // System.Byte[] System.MissingMemberException::Signature ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Signature_19; public: inline static int32_t get_offset_of_ClassName_17() { return static_cast(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___ClassName_17)); } inline String_t* get_ClassName_17() const { return ___ClassName_17; } inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; } inline void set_ClassName_17(String_t* value) { ___ClassName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassName_17), (void*)value); } inline static int32_t get_offset_of_MemberName_18() { return static_cast(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___MemberName_18)); } inline String_t* get_MemberName_18() const { return ___MemberName_18; } inline String_t** get_address_of_MemberName_18() { return &___MemberName_18; } inline void set_MemberName_18(String_t* value) { ___MemberName_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___MemberName_18), (void*)value); } inline static int32_t get_offset_of_Signature_19() { return static_cast(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___Signature_19)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Signature_19() const { return ___Signature_19; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Signature_19() { return &___Signature_19; } inline void set_Signature_19(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___Signature_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___Signature_19), (void*)value); } }; // System.ObjectDisposedException struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 { public: // System.String System.ObjectDisposedException::objectName String_t* ___objectName_17; public: inline static int32_t get_offset_of_objectName_17() { return static_cast(offsetof(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A, ___objectName_17)); } inline String_t* get_objectName_17() const { return ___objectName_17; } inline String_t** get_address_of_objectName_17() { return &___objectName_17; } inline void set_objectName_17(String_t* value) { ___objectName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value); } }; // System.Reflection.MonoModule struct MonoModule_tEFA7FD29D1F0D372F9BB2474FA77E2520BE63855 : public RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD { public: public: }; // System.Reflection.MonoParameterInfo struct MonoParameterInfo_tA4643BB90FBF18515A8935633264C09999B5A613 : public RuntimeParameterInfo_t9C57640E9B048F12D422C39B1A4D4BAD39684AD6 { public: public: }; // System.RuntimeType struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F : public TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC { public: // System.MonoTypeInfo System.RuntimeType::type_info MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * ___type_info_26; // System.Object System.RuntimeType::GenericCache RuntimeObject * ___GenericCache_27; // System.Reflection.RuntimeConstructorInfo System.RuntimeType::m_serializationCtor RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * ___m_serializationCtor_28; public: inline static int32_t get_offset_of_type_info_26() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___type_info_26)); } inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * get_type_info_26() const { return ___type_info_26; } inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D ** get_address_of_type_info_26() { return &___type_info_26; } inline void set_type_info_26(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * value) { ___type_info_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_info_26), (void*)value); } inline static int32_t get_offset_of_GenericCache_27() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___GenericCache_27)); } inline RuntimeObject * get_GenericCache_27() const { return ___GenericCache_27; } inline RuntimeObject ** get_address_of_GenericCache_27() { return &___GenericCache_27; } inline void set_GenericCache_27(RuntimeObject * value) { ___GenericCache_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___GenericCache_27), (void*)value); } inline static int32_t get_offset_of_m_serializationCtor_28() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___m_serializationCtor_28)); } inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * get_m_serializationCtor_28() const { return ___m_serializationCtor_28; } inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D ** get_address_of_m_serializationCtor_28() { return &___m_serializationCtor_28; } inline void set_m_serializationCtor_28(RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * value) { ___m_serializationCtor_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_serializationCtor_28), (void*)value); } }; struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields { public: // System.RuntimeType System.RuntimeType::ValueType RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ValueType_10; // System.RuntimeType System.RuntimeType::EnumType RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___EnumType_11; // System.RuntimeType System.RuntimeType::ObjectType RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ObjectType_12; // System.RuntimeType System.RuntimeType::StringType RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___StringType_13; // System.RuntimeType System.RuntimeType::DelegateType RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___DelegateType_14; // System.Type[] System.RuntimeType::s_SICtorParamTypes TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___s_SICtorParamTypes_15; // System.RuntimeType System.RuntimeType::s_typedRef RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___s_typedRef_25; public: inline static int32_t get_offset_of_ValueType_10() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ValueType_10)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ValueType_10() const { return ___ValueType_10; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ValueType_10() { return &___ValueType_10; } inline void set_ValueType_10(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___ValueType_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ValueType_10), (void*)value); } inline static int32_t get_offset_of_EnumType_11() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___EnumType_11)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_EnumType_11() const { return ___EnumType_11; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_EnumType_11() { return &___EnumType_11; } inline void set_EnumType_11(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___EnumType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnumType_11), (void*)value); } inline static int32_t get_offset_of_ObjectType_12() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ObjectType_12)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ObjectType_12() const { return ___ObjectType_12; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ObjectType_12() { return &___ObjectType_12; } inline void set_ObjectType_12(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___ObjectType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ObjectType_12), (void*)value); } inline static int32_t get_offset_of_StringType_13() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___StringType_13)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_StringType_13() const { return ___StringType_13; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_StringType_13() { return &___StringType_13; } inline void set_StringType_13(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___StringType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringType_13), (void*)value); } inline static int32_t get_offset_of_DelegateType_14() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___DelegateType_14)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_DelegateType_14() const { return ___DelegateType_14; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_DelegateType_14() { return &___DelegateType_14; } inline void set_DelegateType_14(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___DelegateType_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelegateType_14), (void*)value); } inline static int32_t get_offset_of_s_SICtorParamTypes_15() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_SICtorParamTypes_15)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_s_SICtorParamTypes_15() const { return ___s_SICtorParamTypes_15; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_s_SICtorParamTypes_15() { return &___s_SICtorParamTypes_15; } inline void set_s_SICtorParamTypes_15(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value) { ___s_SICtorParamTypes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_SICtorParamTypes_15), (void*)value); } inline static int32_t get_offset_of_s_typedRef_25() { return static_cast(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_typedRef_25)); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_s_typedRef_25() const { return ___s_typedRef_25; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_s_typedRef_25() { return &___s_typedRef_25; } inline void set_s_typedRef_25(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { ___s_typedRef_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_typedRef_25), (void*)value); } }; // System.MissingMethodException struct MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 : public MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD { public: // System.String System.MissingMethodException::signature String_t* ___signature_20; public: inline static int32_t get_offset_of_signature_20() { return static_cast(offsetof(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498, ___signature_20)); } inline String_t* get_signature_20() const { return ___signature_20; } inline String_t** get_address_of_signature_20() { return &___signature_20; } inline void set_signature_20(String_t* value) { ___signature_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___signature_20), (void*)value); } }; // System.ReflectionOnlyType struct ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5 : public RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : 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.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F : 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.Reflection.FieldInfo[] struct FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE : public RuntimeArray { public: ALIGN_FIELD (8) FieldInfo_t * m_Items[1]; public: inline FieldInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FieldInfo_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, FieldInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.EventInfo[] struct EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C : public RuntimeArray { public: ALIGN_FIELD (8) EventInfo_t * m_Items[1]; public: inline EventInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EventInfo_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, EventInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline EventInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EventInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EventInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E : public RuntimeArray { public: ALIGN_FIELD (8) PropertyInfo_t * m_Items[1]; public: inline PropertyInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyInfo_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, PropertyInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PropertyInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.ConstructorInfo[] struct ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E : public RuntimeArray { public: ALIGN_FIELD (8) ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * m_Items[1]; public: inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF ** 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, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B : public RuntimeArray { public: ALIGN_FIELD (8) MethodInfo_t * m_Items[1]; public: inline MethodInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MethodInfo_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, MethodInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MethodInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MethodInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MethodInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6 : public RuntimeArray { public: ALIGN_FIELD (8) MemberInfo_t * m_Items[1]; public: inline MemberInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemberInfo_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, MemberInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemberInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemberInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : 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.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * m_Items[1]; public: inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB ** 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, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : 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.Reflection.ExceptionHandlingClause[] struct ExceptionHandlingClauseU5BU5D_tC562797E6F08E0B84335620BBEB44D2C1AC7330C : public RuntimeArray { public: ALIGN_FIELD (8) ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8 * m_Items[1]; public: inline ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8 ** 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, ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.LocalVariableInfo[] struct LocalVariableInfoU5BU5D_t59D4B45F1DDB1A9EEC64CBDC9196352CE87AF7F4 : public RuntimeArray { public: ALIGN_FIELD (8) LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C * m_Items[1]; public: inline LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C ** 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, LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : 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.Reflection.Module[] struct ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E : public RuntimeArray { public: ALIGN_FIELD (8) Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * m_Items[1]; public: inline Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 ** 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, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Runtime.CompilerServices.DecimalConstantAttribute[] struct DecimalConstantAttributeU5BU5D_t09AAA89FCE1454592C73A0B3929DFEA7BB77B5AF : public RuntimeArray { public: ALIGN_FIELD (8) DecimalConstantAttribute_t3DFC057911F4AF28AD6A0472300EBE4C038BD9B5 * m_Items[1]; public: inline DecimalConstantAttribute_t3DFC057911F4AF28AD6A0472300EBE4C038BD9B5 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DecimalConstantAttribute_t3DFC057911F4AF28AD6A0472300EBE4C038BD9B5 ** 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, DecimalConstantAttribute_t3DFC057911F4AF28AD6A0472300EBE4C038BD9B5 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline DecimalConstantAttribute_t3DFC057911F4AF28AD6A0472300EBE4C038BD9B5 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DecimalConstantAttribute_t3DFC057911F4AF28AD6A0472300EBE4C038BD9B5 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DecimalConstantAttribute_t3DFC057911F4AF28AD6A0472300EBE4C038BD9B5 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Runtime.CompilerServices.DateTimeConstantAttribute[] struct DateTimeConstantAttributeU5BU5D_t8F882399C872C247B13FD331A892F3D74E211021 : public RuntimeArray { public: ALIGN_FIELD (8) DateTimeConstantAttribute_t4E7414CDD051958BEA1F01140F38441AA442D9BE * m_Items[1]; public: inline DateTimeConstantAttribute_t4E7414CDD051958BEA1F01140F38441AA442D9BE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DateTimeConstantAttribute_t4E7414CDD051958BEA1F01140F38441AA442D9BE ** 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, DateTimeConstantAttribute_t4E7414CDD051958BEA1F01140F38441AA442D9BE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline DateTimeConstantAttribute_t4E7414CDD051958BEA1F01140F38441AA442D9BE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DateTimeConstantAttribute_t4E7414CDD051958BEA1F01140F38441AA442D9BE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DateTimeConstantAttribute_t4E7414CDD051958BEA1F01140F38441AA442D9BE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Boolean[] struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040 : 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.Exception[] struct ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209 : public RuntimeArray { public: ALIGN_FIELD (8) Exception_t * m_Items[1]; public: inline Exception_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Exception_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, Exception_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Exception_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Exception_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Exception_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : 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.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : 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.RuntimeType[] struct RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * m_Items[1]; public: inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** 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, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Threading.Tasks.Task`1[] struct Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20 : public RuntimeArray { public: ALIGN_FIELD (8) Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * m_Items[1]; public: inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** 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, Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; IL2CPP_EXTERN_C void ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshal_pinvoke(const ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8& unmarshaled, ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshal_pinvoke_back(const ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshaled_pinvoke& marshaled, ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8& unmarshaled); IL2CPP_EXTERN_C void ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshal_pinvoke_cleanup(ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshal_pinvoke(const LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C& unmarshaled, LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshal_pinvoke_back(const LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_pinvoke& marshaled, LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C& unmarshaled); IL2CPP_EXTERN_C void LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshal_pinvoke_cleanup(LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshal_com(const ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8& unmarshaled, ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshaled_com& marshaled); IL2CPP_EXTERN_C void ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshal_com_back(const ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshaled_com& marshaled, ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8& unmarshaled); IL2CPP_EXTERN_C void ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshal_com_cleanup(ExceptionHandlingClause_t112046BB7ECF503629487282AC37B55A6C2FEDC8_marshaled_com& marshaled); IL2CPP_EXTERN_C void LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshal_com(const LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C& unmarshaled, LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_com& marshaled); IL2CPP_EXTERN_C void LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshal_com_back(const LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_com& marshaled, LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C& unmarshaled); IL2CPP_EXTERN_C void LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshal_com_cleanup(LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_com& marshaled); IL2CPP_EXTERN_C void Assembly_t_marshal_pinvoke(const Assembly_t& unmarshaled, Assembly_t_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void Assembly_t_marshal_pinvoke_back(const Assembly_t_marshaled_pinvoke& marshaled, Assembly_t& unmarshaled); IL2CPP_EXTERN_C void Assembly_t_marshal_pinvoke_cleanup(Assembly_t_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void Assembly_t_marshal_com(const Assembly_t& unmarshaled, Assembly_t_marshaled_com& marshaled); IL2CPP_EXTERN_C void Assembly_t_marshal_com_back(const Assembly_t_marshaled_com& marshaled, Assembly_t& unmarshaled); IL2CPP_EXTERN_C void Assembly_t_marshal_com_cleanup(Assembly_t_marshaled_com& marshaled); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // T[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // T System.Reflection.CustomAttributeExtensions::GetCustomAttribute(System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_mA75245E8BF9FAB8A58686B2B26E4FC342453E774_gshared (Assembly_t * ___element0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsValue(TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsValue_mBB6B5B5840E3CC8C34F28CA181A62FD0F3CAD821_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mAE2056CD9A88411E248B0F3F15F38DE2586C6953_gshared (Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * __this, RuntimeObject * ___key0, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mC9C7C41F5539436D21833342201247DD6A6033D2_gshared (Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m1A4458C0445BA92B74500D235137CAF9208993DF_gshared (Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * __this, RuntimeObject * ___key0, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m020F2AE23A2190BE315B11093FED80CF738754AB_gshared (Dictionary_2_tA93B4F31972FED6744B82EC3C419078E966BD3C6 * __this, RuntimeObject * ___key0, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___value1, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * AsyncTaskCache_CreateCacheableTask_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m5F5160505A6EE6A22FFF5538CA8FDEAF541CD461_gshared (int32_t ___result0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * AsyncTaskCache_CreateCacheableTask_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m0AF876A682791C78325B15BEE612FD3586E914F9_gshared (bool ___result0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetStateMachine_m69471716E68A2553BAA340A0A780CD6953E3ECD3_gshared (AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * AsyncTaskMethodBuilder_1_get_Task_mB90A654E7FBAE31DB64597AA0B3B5ED3712E2966_gshared (AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(System.Threading.Tasks.Task`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_mBD219CF220624C992AC67B976E3D8DCE381DF027_gshared (AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 * __this, Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * ___completedTask0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_m8CC12F7B6A27AFFE39709338214C83162CF8D315_gshared (AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 * __this, Exception_t * ___exception0, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.String System.Environment::GetResourceString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method); // System.Void System.ApplicationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationException__ctor_mDC26CE8ECD0DDA5C8FA50C8E8B2614F3B50FC308 (ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Exception::SetErrorCode(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7 (Exception_t * __this, int32_t ___hr0, const RuntimeMethod* method); // System.Void System.ApplicationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationException__ctor_mFF30CCDE8B078E0ED2E206EEB39611840367607A (ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, const RuntimeMethod* method); // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::op_Inequality(System.Reflection.MethodBase,System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_op_Inequality_mA03AE708DD0D76404AED7C36A75741E2A6BC6BF7 (MethodBase_t * ___left0, MethodBase_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::op_Equality(System.Reflection.MethodBase,System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_op_Equality_mB2519FFC5324C515ED0181B94A3FA5D6FE99D736 (MethodBase_t * ___left0, MethodBase_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::op_Inequality(System.Reflection.FieldInfo,System.Reflection.FieldInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE (FieldInfo_t * ___left0, FieldInfo_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::op_Equality(System.Reflection.FieldInfo,System.Reflection.FieldInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Equality_m924E721654B7BDF09AA6E20C6E8D2BC4D4AF9DB7 (FieldInfo_t * ___left0, FieldInfo_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Reflection.EventInfo::op_Inequality(System.Reflection.EventInfo,System.Reflection.EventInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInfo_op_Inequality_mC7E27E2551DF4073E8DC033A89A705596AFF344C (EventInfo_t * ___left0, EventInfo_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Reflection.EventInfo::op_Equality(System.Reflection.EventInfo,System.Reflection.EventInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInfo_op_Equality_m0C524BB18130882AB39B1CF0782D885FEFEB189E (EventInfo_t * ___left0, EventInfo_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Reflection.PropertyInfo::op_Inequality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Inequality_m72FFC34F4BEFB4F18155B0E97F8616597AE9A782 (PropertyInfo_t * ___left0, PropertyInfo_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Reflection.PropertyInfo::op_Equality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Equality_m6E3A0B7912D137F6FA5F53756ED260C9831B70ED (PropertyInfo_t * ___left0, PropertyInfo_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Reflection.MemberInfo::op_Equality(System.Reflection.MemberInfo,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Equality_m9B77A8811138313780ADCD0A9EE018748B9249D9 (MemberInfo_t * ___left0, MemberInfo_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Object::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_Equals_mEEF0C9AADB29464A832CCA4B9B9BFD8E3DC28F7B (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Object::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_GetHashCode_m81DE0CEF2ACADC7D076800D09B2232BC30639F76 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Reflection.MemberInfoSerializationHolder::GetSerializationInfo(System.Runtime.Serialization.SerializationInfo,System.String,System.RuntimeType,System.String,System.String,System.Reflection.MemberTypes,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberInfoSerializationHolder_GetSerializationInfo_mC9529CDC67F8E6F4230BE5D77C57BC925718B869 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, String_t* ___name1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedClass2, String_t* ___signature3, String_t* ___signature24, int32_t ___type5, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___genericArguments6, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::SetType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Reflection.Assembly System.Runtime.Serialization.FormatterServices::LoadAssemblyFromString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * FormatterServices_LoadAssemblyFromString_m05616D847972123FB8DEACB5F94402D3C2B6709C (String_t* ___assemblyName0, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValueNoThrow(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.RuntimeType::op_Equality(System.RuntimeType,System.RuntimeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___left0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___right1, const RuntimeMethod* method); // System.String System.Environment::GetResourceString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB (String_t* ___key0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values1, const RuntimeMethod* method); // System.String System.Reflection.RuntimePropertyInfo::SerializationToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimePropertyInfo_SerializationToString_mAF818C2D98E189CC099719CAD35F33235390E51C (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Reflection.RuntimeConstructorInfo::SerializationToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeConstructorInfo_SerializationToString_m72F364EE32302A742B94ECEFC86EC8D455B32801 (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * __this, const RuntimeMethod* method); // System.String System.Reflection.RuntimeMethodInfo::SerializationToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeMethodInfo_SerializationToString_m80CFD6BDF8363472D44D6472787E7C946949D004 (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * __this, 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_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0 (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.RuntimeMethodHandle::IsNullHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeMethodHandle_IsNullHandle_mDA03892D2377AFCD1ABE8ECF8F846C6D185137F7 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method); // System.IntPtr System.RuntimeMethodHandle::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_inline (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method); // System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromHandleInternalType(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandleInternalType_mE3159FED77FD0AA12A63B2E194D7E3E4F1F81823 (intptr_t ___method_handle0, intptr_t ___type_handle1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831 (const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method); // System.Void System.Reflection.MemberInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberInfo__ctor_m2F662BD5B63738672688109B4BCC552C143B1BCC (MemberInfo_t * __this, 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_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237 (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Reflection.ConstructorInfo::op_Inequality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___left0, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___right1, const RuntimeMethod* method); // System.Boolean System.Reflection.ConstructorInfo::op_Equality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Equality_mB609E9EE55A0CFDE49239997394F2E458DBF8B53 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___left0, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___right1, const RuntimeMethod* method); // System.Boolean System.Reflection.MemberInfo::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_Equals_m5CA2A31776EFF925ED0FC3D402535D5922248F70 (MemberInfo_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Reflection.MemberInfo::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemberInfo_GetHashCode_mE9E59E8B23F151FD6EE2CB98B8F5138AF3B79761 (MemberInfo_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsStatic_m745A9BDA4869DB7CC4886436C52D34855C1270A5 (MethodBase_t * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsByRef() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8 (Type_t * __this, const RuntimeMethod* method); // System.String System.String::TrimEnd(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimEnd_m8D4905B71A4AEBF9D0BC36C6003FC9A5AD630403 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Reflection.MethodBase::ConstructParameters(System.Type[],System.Reflection.CallingConventions,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MethodBase_ConstructParameters_m5E66006D2E329861603510F1E5E0B0E8E1FBA040 (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___parameterTypes0, int32_t ___callingConvention1, bool ___serialization2, const RuntimeMethod* method); // System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromHandleInternalType_native(System.IntPtr,System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandleInternalType_native_mAE8602E096BB380C48DCC9B631029D6B9974477C (intptr_t ___method_handle0, intptr_t ___type_handle1, bool ___genericCheck2, const RuntimeMethod* method); // System.IntPtr System.RuntimeTypeHandle::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_inline (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, const RuntimeMethod* method); // System.Reflection.MethodBody System.Reflection.MethodBase::GetMethodBodyInternal(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBody_t900C79A470F33FA739168B232092420240DC11F2 * MethodBase_GetMethodBodyInternal_mD39D51FD2935954FD0D434313600599D6A173E7F (intptr_t ___handle0, const RuntimeMethod* method); // System.Void System.Reflection.MethodBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodBase__ctor_m1DB9E12C86132DD3C7E192C57571799CB97D74F9 (MethodBase_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_Equals_m849565B74BE0685924729511962242B49C777769 (MethodBase_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Reflection.MethodBase::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodBase_GetHashCode_m55E538F2842D4B18101C291C47380E97B366202F (MethodBase_t * __this, const RuntimeMethod* method); // System.Void System.UnitySerializationHolder::GetUnitySerializationInfo(System.Runtime.Serialization.SerializationInfo,System.Reflection.Missing) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySerializationHolder_GetUnitySerializationInfo_m73DC8BA292A8CD7C89FC189779D656E0A07D4D3D (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7 * ___missing1, const RuntimeMethod* method); // System.Void System.Reflection.Missing::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Missing__ctor_m3CA30E53C76D966EDDA136564100F678F2A8CF31 (Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7 * __this, const RuntimeMethod* method); // System.String System.Reflection.Module::GetGuidInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Module_GetGuidInternal_m894E3D99D678542F546D0A675D233F65F8289246 (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * __this, const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079 (Guid_t * __this, String_t* ___g0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Boolean System.String::StartsWithOrdinalUnchecked(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWithOrdinalUnchecked_mC028BA12B4C1D3EA141134DD13C9DB2F1350CC4B (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Exception System.Reflection.Module::CreateNIE() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Module_CreateNIE_m0A06200E43193425754DE3A21266650E45A0B2C4 (const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Reflection.TypeFilter::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeFilter__ctor_m5F16D7D0AB325EAF8F3DF7D8EFEABD6DC79A5D7F (TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Type System.Reflection.Assembly::InternalGetType(System.Reflection.Module,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Assembly_InternalGetType_m4309A410A2220D32581FD4E80EFB62F6E76C446E (Assembly_t * __this, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * ___module0, String_t* ___name1, bool ___throwOnError2, bool ___ignoreCase3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m272ED26319C09600B1B345D2B475BAA7504BAB7D (List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_m0C361B9404181827FB957485806BE80991B0E980 (List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9 * __this, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9 *, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // T[] System.Collections.Generic.List`1::ToArray() inline ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* List_1_ToArray_mFC4FA944BB38BD0F0432145F3D7FFB3C83CF90DF (List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9 * __this, const RuntimeMethod* method) { return (( ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* (*) (List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9 *, const RuntimeMethod*))List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared)(__this, method); } // System.Void System.Reflection.RuntimeAssembly::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeAssembly__ctor_m52576DE5DF2E3B6BF7053A38E662EAD95ED70641 (RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * __this, const RuntimeMethod* method); // System.Reflection.MethodImplAttributes System.Reflection.MonoMethodInfo::GetMethodImplementationFlags(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoMethodInfo_GetMethodImplementationFlags_mD5B33C8C198680A08CD16E2BC25F0A17E4EF884B (intptr_t ___handle0, const RuntimeMethod* method); // System.Reflection.ParameterInfo[] System.Reflection.MonoMethodInfo::GetParametersInfo(System.IntPtr,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* MonoMethodInfo_GetParametersInfo_mDC367B5AB1F2EB7BDC9006BD0A33D929DC02E20B (intptr_t ___handle0, MemberInfo_t * ___member1, const RuntimeMethod* method); // System.Void System.Reflection.TargetException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetException__ctor_mEF23F45C8180099295F8A9C064268E79C61AE252 (TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E * __this, String_t* ___message0, const RuntimeMethod* method); // System.Object System.Reflection.MonoCMethod::DoInvoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoCMethod_DoInvoke_m0A2CC529EE6F914152DAFBE99DC145499326E382 (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, RuntimeObject * ___obj0, int32_t ___invokeAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method); // System.Reflection.Binder System.Type::get_DefaultBinder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0 (const RuntimeMethod* method); // System.Void System.Reflection.MonoMethod::ConvertValues(System.Reflection.Binder,System.Object[],System.Reflection.ParameterInfo[],System.Globalization.CultureInfo,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoMethod_ConvertValues_m252AFD93859C08712283EE1491410084A08E4340 (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* ___pinfo2, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture3, int32_t ___invokeAttr4, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method); // System.Void System.MemberAccessException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberAccessException__ctor_m9190C2717422BB9A0C877B8C1493A75521AB8101 (MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsAbstract() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsAbstract_m769E8E92F368822B8AB5354BB0D123BDDD605D09 (Type_t * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Object System.Reflection.MonoCMethod::InternalInvoke(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoCMethod_InternalInvoke_m981B9D0BB0DBCDB54D27FC9ACDD3AF3479380DCC (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters1, const RuntimeMethod* method); // System.Object System.Reflection.MonoCMethod::InternalInvoke(System.Object,System.Object[],System.Exception&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoCMethod_InternalInvoke_m114B2C342EE10E62D405951BB8F4549D9E54A690 (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters1, Exception_t ** ___exc2, const RuntimeMethod* method); // System.Void System.Reflection.TargetInvocationException::.ctor(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetInvocationException__ctor_m7C0D8AD4BE352DB396A3674622A9D53EEDD4ACA7 (TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 * __this, Exception_t * ___inner0, const RuntimeMethod* method); // System.Void System.RuntimeMethodHandle::.ctor(System.IntPtr) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_inline (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, intptr_t ___v0, const RuntimeMethod* method); // System.Reflection.MethodAttributes System.Reflection.MonoMethodInfo::GetAttributes(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoMethodInfo_GetAttributes_m3693A733A62F524AE24A2C36E424202D33AABDE7 (intptr_t ___handle0, const RuntimeMethod* method); // System.Reflection.CallingConventions System.Reflection.MonoMethodInfo::GetCallingConvention(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoMethodInfo_GetCallingConvention_mEE3592F4E005CE05558B71E7D161CE3664F5EB21 (intptr_t ___handle0, const RuntimeMethod* method); // System.Type System.Reflection.MonoMethodInfo::GetDeclaringType(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoMethodInfo_GetDeclaringType_m44BCB7E88AD4961B29EACB72F62C99C44693252C (intptr_t ___handle0, const RuntimeMethod* method); // System.String System.Reflection.MonoMethod::get_name(System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoMethod_get_name_m8F112BD816804C49A106331E1318927A161D1B2D (MethodBase_t * ___method0, const RuntimeMethod* method); // System.Boolean System.MonoCustomAttrs::IsDefined(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4 (RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Object[] System.MonoCustomAttrs::GetCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoCustomAttrs_GetCustomAttributes_m6CA0C6509BA75EC908CC1D8B8D66ABAE6B7D6B03 (RuntimeObject* ___obj0, bool ___inherit1, const RuntimeMethod* method); // System.Object[] System.MonoCustomAttrs::GetCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115 (RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Reflection.MethodBody System.Reflection.MethodBase::GetMethodBody(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBody_t900C79A470F33FA739168B232092420240DC11F2 * MethodBase_GetMethodBody_mBCEF1D0DCE979DF10A1279B0A78FB2668E1D5C77 (intptr_t ___handle0, const RuntimeMethod* method); // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::GetCustomAttributes(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributes_mFFDE689A6FB19FC3D930515DB40EAFD217AB1146 (MemberInfo_t * ___target0, const RuntimeMethod* method); // System.Int32 System.Reflection.MonoCMethod::get_core_clr_security_level() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoCMethod_get_core_clr_security_level_mF83E23C71AB1751FFCCFF7441E6A75FE352E33D9 (const RuntimeMethod* method); // System.Void System.Reflection.RuntimeConstructorInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeConstructorInfo__ctor_mBD825F397745F96ED32106B4DBC80EB671177B4A (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * __this, const RuntimeMethod* method); // System.Reflection.MonoEventInfo System.Reflection.MonoEventInfo::GetEventInfo(System.Reflection.MonoEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB MonoEventInfo_GetEventInfo_mF602C1F08D7DFA09BEA1554779DDBD598EECD36E (MonoEvent_t * ___ev0, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsPublic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsPublic_m9DCA641DBE6F06D0DC4A4B2828641A6DEA97F88B (MethodBase_t * __this, const RuntimeMethod* method); // System.Void System.Reflection.RuntimeEventInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeEventInfo__ctor_mF05701361D0C8FD4978D4D80D001F74258B13349 (RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * __this, const RuntimeMethod* method); // System.Void System.Reflection.MonoEventInfo::get_event_info(System.Reflection.MonoEvent,System.Reflection.MonoEventInfo&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoEventInfo_get_event_info_mE809F1407DF8C324AA44F8EA23BD6E7B1A05E712 (MonoEvent_t * ___ev0, MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB * ___info1, const RuntimeMethod* method); // System.Type System.Reflection.MonoField::ResolveType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoField_ResolveType_mB82F5E22A885355554FBB42A77A6CAAF92A83500 (MonoField_t * __this, const RuntimeMethod* method); // System.Type System.Reflection.MonoField::GetParentType(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoField_GetParentType_m0E5E82CBEF1520D4FCAF3DBC4C094157DE08436F (MonoField_t * __this, bool ___declaring0, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::get_IsStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsStatic_mDEB4099D238E5846246F0ACED3FF9AD9C93D8ECA (FieldInfo_t * __this, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::get_IsLiteral() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsLiteral_mBF0F4CCF099C70900570B7CE2F800D1197C85C40 (FieldInfo_t * __this, const RuntimeMethod* method); // System.Void System.Reflection.MonoField::CheckGeneric() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoField_CheckGeneric_mD59862B12548B999D07F7C2AF14F651AAAAD69E4 (MonoField_t * __this, const RuntimeMethod* method); // System.Object System.Reflection.MonoField::GetValueInternal(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoField_GetValueInternal_mF7D9B59083138DABA28AA1F14284BC217CBAEEAF (MonoField_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.FieldAccessException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldAccessException__ctor_mDBE9806F085E392F4198EE67F7326F5E5E951453 (FieldAccessException_tBFF096C9CF3CA2BF95A3D596D7E50EF32B178BDF * __this, String_t* ___message0, const RuntimeMethod* method); // System.Object System.RuntimeType::CheckValue(System.Object,System.Reflection.Binder,System.Globalization.CultureInfo,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, RuntimeObject * ___value0, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder1, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture2, int32_t ___invokeAttr3, const RuntimeMethod* method); // System.Void System.Reflection.MonoField::SetValueInternal(System.Reflection.FieldInfo,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoField_SetValueInternal_mDEB1A974CD097274AC2325E292F0787C0AE0B9F6 (FieldInfo_t * ___fi0, RuntimeObject * ___obj1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Reflection.RtFieldInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RtFieldInfo__ctor_mFFABD71C782AA419A3B4B81F14FD260ACE26B6B5 (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * __this, const RuntimeMethod* method); // System.Void System.Reflection.RuntimeMethodInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeMethodInfo__ctor_m9B0C9B5E50AA4C3E531C5010D65A5081C0121F5B (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * __this, const RuntimeMethod* method); // System.Reflection.MonoMethod System.Reflection.MonoMethod::get_base_method(System.Reflection.MonoMethod,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoMethod_t * MonoMethod_get_base_method_mD105BBC60C5DEBD05F10A040ED66EFC1248C45EE (MonoMethod_t * ___method0, bool ___definition1, const RuntimeMethod* method); // System.Type System.Reflection.MonoMethodInfo::GetReturnType(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoMethodInfo_GetReturnType_m359CEAABA1EB8CE065CA99E0886D2085C7BF3B1D (intptr_t ___handle0, const RuntimeMethod* method); // System.Boolean System.Array::FastCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_FastCopy_m60EEEAC06AB32A37A7FF6C4EB31B2FB54B170097 (RuntimeArray * ___source0, int32_t ___source_idx1, RuntimeArray * ___dest2, int32_t ___dest_idx3, int32_t ___length4, const RuntimeMethod* method); // System.Object System.Reflection.MonoMethod::InternalInvoke(System.Object,System.Object[],System.Exception&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoMethod_InternalInvoke_mB9735487F3062332EFB3EC603138E72E6C8A7789 (MonoMethod_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters1, Exception_t ** ___exc2, const RuntimeMethod* method); // System.Void System.Reflection.TargetParameterCountException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetParameterCountException__ctor_mA1F54E2912E1490C2AB7BA5EE30A8909230221E5 (TargetParameterCountException_tD37468C4274D530299F22A615027D88EA86F3C3C * __this, const RuntimeMethod* method); // System.Reflection.MonoMethodInfo System.Reflection.MonoMethodInfo::GetMethodInfo(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D MonoMethodInfo_GetMethodInfo_mEF25D70871E74C0187DB31805ADA71E037CF48A2 (intptr_t ___handle0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.PreserveSigAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PreserveSigAttribute__ctor_mE2CE5C7457E41DFC1C81ABFBE6F5A87AC0C7E068 (PreserveSigAttribute_t60367CFFE2AFD385EAC54659911B50279DFFA576 * __this, const RuntimeMethod* method); // System.Attribute System.Runtime.InteropServices.DllImportAttribute::GetCustomAttribute(System.Reflection.RuntimeMethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * DllImportAttribute_GetCustomAttribute_mE381EBFF53F2634AF28E0A364E9EC9A68FB9C2CC (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * ___method0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510 (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Reflection.MonoMethod::MakeGenericMethod_impl(System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MonoMethod_MakeGenericMethod_impl_m142C97FB9BF737598A8BA6678ED47ADA33195BBA (MonoMethod_t * __this, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Reflection.MonoMethod::GetGenericMethodDefinition_impl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MonoMethod_GetGenericMethodDefinition_impl_m34B2311BFF9BB7CE3D1FE4147B34DA8C8C398929 (MonoMethod_t * __this, const RuntimeMethod* method); // System.Int32 System.Reflection.MonoMethod::get_core_clr_security_level() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoMethod_get_core_clr_security_level_mE4102DD77F2FF89F7C048BC9089B5E0B9FCBC18F (const RuntimeMethod* method); // System.Void System.Reflection.MonoMethodInfo::get_method_info(System.IntPtr,System.Reflection.MonoMethodInfo&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoMethodInfo_get_method_info_m61E0C5F251784BC59CC3A7A0E62428A1391F4CE9 (intptr_t ___handle0, MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D * ___info1, const RuntimeMethod* method); // System.Int32 System.Reflection.MonoMethodInfo::get_method_attributes(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoMethodInfo_get_method_attributes_mBBC97022049D51317934BE3C8196066D4D0144E3 (intptr_t ___handle0, const RuntimeMethod* method); // System.Reflection.ParameterInfo[] System.Reflection.MonoMethodInfo::get_parameter_info(System.IntPtr,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* MonoMethodInfo_get_parameter_info_m278AB94FF082EF621F6770E960956279C6650A43 (intptr_t ___handle0, MemberInfo_t * ___member1, const RuntimeMethod* method); // System.Reflection.RuntimeAssembly System.Reflection.MonoModule::GetRuntimeAssembly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * MonoModule_GetRuntimeAssembly_m241212F1AB2CA6C6E70568380DC7BDF732D77197 (MonoModule_tEFA7FD29D1F0D372F9BB2474FA77E2520BE63855 * __this, const RuntimeMethod* method); // System.Void System.UnitySerializationHolder::GetUnitySerializationInfo(System.Runtime.Serialization.SerializationInfo,System.Int32,System.String,System.Reflection.RuntimeAssembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySerializationHolder_GetUnitySerializationInfo_m86F654140996546DB4D6D8228BF9FE45E9BAEC3E (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, int32_t ___unityType1, String_t* ___data2, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * ___assembly3, const RuntimeMethod* method); // System.Void System.Reflection.RuntimeModule::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeModule__ctor_mF01EB0A323BF2E2D5D97F1FBC8FE5CD620DEA102 (RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * __this, const RuntimeMethod* method); // System.Void System.Reflection.RuntimeParameterInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeParameterInfo__ctor_m87B9279A47F1F31525E780A69D0ABA6E3B104BBE (RuntimeParameterInfo_t9C57640E9B048F12D422C39B1A4D4BAD39684AD6 * __this, const RuntimeMethod* method); // System.Object System.Reflection.ParameterInfo::GetDefaultValueImpl() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * ParameterInfo_GetDefaultValueImpl_m3DA485ED84215E1B67DB91EF53939D1F6BFE9A97_inline (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method); // System.Decimal System.Runtime.CompilerServices.DecimalConstantAttribute::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 DecimalConstantAttribute_get_Value_mCEFD6C12C165DF69F2C816D6B92533DBC0774D45_inline (DecimalConstantAttribute_t3DFC057911F4AF28AD6A0472300EBE4C038BD9B5 * __this, const RuntimeMethod* method); // System.Void System.Reflection.MonoPropertyInfo::get_property_info(System.Reflection.MonoProperty,System.Reflection.MonoPropertyInfo&,System.Reflection.PInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoPropertyInfo_get_property_info_mA1DA894CC28C6E915C7DA55163708D20A872F838 (MonoProperty_t * ___prop0, MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * ___info1, int32_t ___req_info2, const RuntimeMethod* method); // System.Void System.Reflection.MonoProperty::CachePropertyInfo(System.Reflection.PInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoProperty_CachePropertyInfo_m5372EC45416965C90DBC9D32C1FC3D4AB20A3514 (MonoProperty_t * __this, int32_t ___flags0, const RuntimeMethod* method); // System.Reflection.ParameterInfo System.Reflection.ParameterInfo::New(System.Reflection.ParameterInfo,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * ParameterInfo_New_m13992CB49A5F42E1C184D4D8E8B1ECE61F11691B (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * ___pinfo0, MemberInfo_t * ___member1, const RuntimeMethod* method); // System.Object System.Reflection.MonoPropertyInfo::get_default_value(System.Reflection.MonoProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoPropertyInfo_get_default_value_m9D980CA6684AA348D52C95E6FDE8EC07C1C717BD (MonoProperty_t * ___prop0, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Reflection.MethodInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_mE557F660AC9677F2754EB301CAA37C0B841BE3DE (Type_t * ___type0, MethodInfo_t * ___method1, bool ___throwOnBindFailure2, const RuntimeMethod* method); // System.Void System.MethodAccessException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodAccessException__ctor_mA04BCF385465A563D2B65C08391624EAE14C33C8 (MethodAccessException_tD507764699290F19BF6AF6DEE1E0068927E428EB * __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_m9EC42D4B1F765B882F516EE6D7970D51CF5D80DD (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m32F8BAD2FB740104EC47690E005BDD1ABA32864F (Type_t * ___type0, RuntimeObject * ___firstArgument1, MethodInfo_t * ___method2, bool ___throwOnBindFailure3, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_CopyTo_m455300D414FFB0EBFE53EA4E8BBD31532006EBB7 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Type[] System.Reflection.MonoPropertyInfo::GetTypeModifiers(System.Reflection.MonoProperty,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* MonoPropertyInfo_GetTypeModifiers_m9B44A622CBC47205820098C193F83788AF3719B0 (MonoProperty_t * ___prop0, bool ___optional1, const RuntimeMethod* method); // System.Void System.Reflection.RuntimePropertyInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePropertyInfo__ctor_m59CB2F4A76B4ED21D68749BE97A2B38E2425F621 (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_HasElementType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_HasElementType_m598BEFE66F168CE1D1132C87D394B2EF41F449BF (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsPrimitive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.ParameterInfo::get_IsRetval() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsRetval_m987630F38231D543E9506D59394DC89F2E8CE299 (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Boolean System.Reflection.ParameterInfo::get_IsIn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsIn_m8C26A4EB983C50E71C79ADF86D10B090AA97E59F (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.ParameterInfo::get_IsOut() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOut_mBD413F046E276BBF88D653EA7A261B221420A464 (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.ParameterInfo::get_IsOptional() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOptional_m54B4A2CA619395E36020C512595DA8C7016CAB8D (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.InAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InAttribute__ctor_m14C56FB9709977AFDC5A84D410914F61D61CE679 (InAttribute_t753C98BE87DB84ECCEEB09841007A0D30C8B8A91 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.OptionalAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionalAttribute__ctor_m5A1DD905CB0F68AA9BD7188D9AB9D3B7008B24F9 (OptionalAttribute_t9C49E42A48E6C513B8CFB077C07C7AEF7AF96113 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.OutAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutAttribute__ctor_m7A9BD5C3CB6050AAFEB1BDE6806AAC38A0969492 (OutAttribute_t171E39DD5144590B737DC30724E1886B20B1E94D * __this, const RuntimeMethod* method); // System.Runtime.InteropServices.MarshalAsAttribute System.Runtime.InteropServices.MarshalAsAttribute::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * MarshalAsAttribute_Copy_m916673AE615990412F36D1F15D4B0BE9E7512B19 (MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * __this, const RuntimeMethod* method); // System.Void System.Reflection.MonoParameterInfo::.ctor(System.Reflection.ParameterInfo,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoParameterInfo__ctor_mB160D2600929C6877F5E955CDE12F3C15E322DC8 (MonoParameterInfo_tA4643BB90FBF18515A8935633264C09999B5A613 * __this, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * ___pinfo0, MemberInfo_t * ___member1, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Void* System.IntPtr::ToPointer() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_mC56A17E597E9F767B889DA10DB866F0B96CF0D65_inline (intptr_t* __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsPointer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPointer_mF823CB662C6A04674589640771E6AD6B71093E57 (Type_t * __this, const RuntimeMethod* method); // System.Void System.Reflection.Pointer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pointer__ctor_m6E3CB9F3A61C0F212A619ACBFE81CB31CFD5ADDC (Pointer_t0E8D14E10E1DF10DCA07E2C5BA05B89BF369EC9D * __this, const RuntimeMethod* method); // System.Void System.IntPtr::.ctor(System.Void*) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void IntPtr__ctor_m6360250F4B87C6AE2F0389DA0DEE1983EED73FB6_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.NotImplementedException System.Reflection.PropertyInfo::CreateNIE() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * PropertyInfo_CreateNIE_m43C546B1DF473547ACED2164DDC88E465A74B317 (const RuntimeMethod* method); // System.IntPtr Mono.RuntimePropertyHandle::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimePropertyHandle_get_Value_m7E3310961322C33208B6990B897516AE849FD7C2_inline (RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB * __this, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Reflection.PropertyInfo::internal_from_handle_type(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * PropertyInfo_internal_from_handle_type_m9A6B945031A813C23FF9F39422B1D98EE8079BAA (intptr_t ___event_handle0, intptr_t ___type_handle1, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, 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_mB0550111A1A8D18B697B618F811A5B20C160D949 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, 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_m76F759ED00FA218FFC522C32626B851FDE849AD6 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentUICulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentUICulture_mE132DCAF12CBF24E1FC0AF90BB6F33739F416487 (const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mCE84582533EA9934933F3F1496451F3D9DA652A4 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, RuntimeObject * ___arg24, const RuntimeMethod* method); // System.Void System.RuntimeFieldHandle::SetValue(System.Reflection.RtFieldInfo,System.Object,System.Object,System.RuntimeType,System.Reflection.FieldAttributes,System.RuntimeType,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle_SetValue_m58A09CAD0FEBE3B8AE003AA2AAD9230406262B73 (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * ___field0, RuntimeObject * ___obj1, RuntimeObject * ___value2, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___fieldType3, int32_t ___fieldAttr4, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___declaringType5, bool* ___domainInitialized6, const RuntimeMethod* method); // System.Boolean System.TypedReference::get_IsNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypedReference_get_IsNull_mD2B185E19B07577D8434A7DAD3AF5F9E2D09C532 (TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8 * __this, const RuntimeMethod* method); // System.Void System.RuntimeFieldHandle::SetValueDirect(System.Reflection.RtFieldInfo,System.RuntimeType,System.Void*,System.Object,System.RuntimeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldHandle_SetValueDirect_m24454E1780BB350A036B82D35CA37792DC21A4C7 (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * ___field0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___fieldType1, void* ___pTypedRef2, RuntimeObject * ___value3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___contextType4, const RuntimeMethod* method); // System.Void System.Reflection.RuntimeFieldInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldInfo__ctor_mB40F38D72F5D87132453CBE524BB541A7E653152 (RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * __this, const RuntimeMethod* method); // System.Reflection.Assembly System.Reflection.Assembly::LoadWithPartialName(System.String,System.Security.Policy.Evidence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_LoadWithPartialName_m14762DBDCCDE9BD4187930685203056D9C2BC056 (String_t* ___partialName0, Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * ___securityEvidence1, const RuntimeMethod* method); // System.Reflection.RuntimeAssembly System.Reflection.RuntimeAssembly::LoadWithPartialNameInternal(System.String,System.Security.Policy.Evidence,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * RuntimeAssembly_LoadWithPartialNameInternal_m5D5FB2669D246F0CB75F354E2E035583889F5AEE (String_t* ___partialName0, Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * ___securityEvidence1, int32_t* ___stackMark2, const RuntimeMethod* method); // System.Reflection.AssemblyName System.Reflection.AssemblyName::Create(System.Reflection.Assembly,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * AssemblyName_Create_m770DA7358D03C405E5B1CB07D5F6D4962054C4C5 (Assembly_t * ___assembly0, bool ___fillCodebase1, const RuntimeMethod* method); // System.Void System.Reflection.Assembly::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Assembly__ctor_m41300BAA3154BEAFEB427974120BA78C393E5DCB (Assembly_t * __this, const RuntimeMethod* method); // System.Reflection.RuntimeModule System.Reflection.RuntimeConstructorInfo::GetRuntimeModule() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeConstructorInfo_GetRuntimeModule_m1B2F119E89AA3147FF81382D302180C47CF726F8 (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * __this, const RuntimeMethod* method); // System.Reflection.RuntimeModule System.RuntimeTypeHandle::GetModule(System.RuntimeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeTypeHandle_GetModule_m2C481F1649F28C481380B6C23E9D067394C1B54A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, const RuntimeMethod* method); // System.RuntimeType System.Reflection.RuntimeConstructorInfo::get_ReflectedTypeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeConstructorInfo_get_ReflectedTypeInternal_m0241D26ED8AE99EE02A978C24A2838CDC0D56127 (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * __this, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m471794D56262D9DB5B5A324883030AB16BD39674 (MethodBase_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters1, const RuntimeMethod* method); // System.Void System.Reflection.ConstructorInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstructorInfo__ctor_mB0149250348ADBEF3F0D48AE0671A156097A8F75 (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * __this, const RuntimeMethod* method); // System.Reflection.RuntimeModule System.Reflection.RuntimeEventInfo::GetRuntimeModule() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeEventInfo_GetRuntimeModule_m3BE41472750C4A32E47D7A4742945AF508BE831A (RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * __this, const RuntimeMethod* method); // System.RuntimeType System.Reflection.RuntimeEventInfo::GetDeclaringTypeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeEventInfo_GetDeclaringTypeInternal_m7BA734F88395ECA5E36CD83F3D30DC8DF9A11AF9 (RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * __this, const RuntimeMethod* method); // System.Reflection.RuntimeModule System.RuntimeType::GetRuntimeModule() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeType_GetRuntimeModule_m18DCEF428DCEDB4ED123B629B4583F9888ACFD56 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method); // System.RuntimeType System.Reflection.RuntimeEventInfo::get_ReflectedTypeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeEventInfo_get_ReflectedTypeInternal_mF4ECEC77636FF10840198144A154C9F35C68DF70 (RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * __this, const RuntimeMethod* method); // System.Void System.Reflection.MemberInfoSerializationHolder::GetSerializationInfo(System.Runtime.Serialization.SerializationInfo,System.String,System.RuntimeType,System.String,System.Reflection.MemberTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberInfoSerializationHolder_GetSerializationInfo_mB0FA496C6BD0AA14816C8815D44BEBCE3B0150A2 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, String_t* ___name1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedClass2, String_t* ___signature3, int32_t ___type4, const RuntimeMethod* method); // System.Void System.Reflection.EventInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventInfo__ctor_m4727DEE83D8B673F1ECBAD2ED19EE08C64D0EC3B (EventInfo_t * __this, const RuntimeMethod* method); // System.Reflection.RuntimeModule System.Reflection.RuntimeFieldInfo::GetRuntimeModule() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeFieldInfo_GetRuntimeModule_m9D4303B7CAC3B4CE1B8558200B6B2863FA274A75 (RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * __this, const RuntimeMethod* method); // System.RuntimeType System.Reflection.RuntimeFieldInfo::GetDeclaringTypeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeFieldInfo_GetDeclaringTypeInternal_m8325660CADABFA47D55C9CD649176638BE521046 (RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * __this, const RuntimeMethod* method); // System.RuntimeType System.Reflection.RuntimeFieldInfo::get_ReflectedTypeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeFieldInfo_get_ReflectedTypeInternal_m427576551AF06F73D6816805A700B296AADE2DE7 (RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * __this, const RuntimeMethod* method); // System.Void System.Reflection.FieldInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldInfo__ctor_mA7155594B8A101D076F12CC45AE64020834924DB (FieldInfo_t * __this, const RuntimeMethod* method); // System.Reflection.RuntimeModule System.Reflection.RuntimeMethodInfo::GetRuntimeModule() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeMethodInfo_GetRuntimeModule_m61BFAB8899FA0C711DA23D67177B0D96B9AD72CC (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * __this, const RuntimeMethod* method); // System.String System.RuntimeMethodHandle::ConstructInstantiation(System.Reflection.RuntimeMethodInfo,System.TypeNameFormatFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeMethodHandle_ConstructInstantiation_m86D2B7435447EAA7331C6217AF385968791D569A (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * ___method0, int32_t ___format1, const RuntimeMethod* method); // System.Void System.Reflection.ParameterInfo::FormatParameters(System.Text.StringBuilder,System.Reflection.ParameterInfo[],System.Reflection.CallingConventions,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterInfo_FormatParameters_mD1712B88B705D6AA18EDEFE1227BA604B9C0FE4D (StringBuilder_t * ___sb0, ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* ___p1, int32_t ___callingConvention2, bool ___serialization3, const RuntimeMethod* method); // System.String System.Type::FormatTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Type_FormatTypeName_m9845F584741FE37DA0F8EAA8AE6FE2976A914FB5 (Type_t * __this, const RuntimeMethod* method); // System.RuntimeType System.Reflection.RuntimeMethodInfo::get_ReflectedTypeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeMethodInfo_get_ReflectedTypeInternal_m18169F69461CDC0C734C133A0C780CD99B055B0F (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * __this, const RuntimeMethod* method); // System.Void System.Reflection.MethodInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodInfo__ctor_m31D0E4C8AC4F83DA1056313CB7143CC5D57AB965 (MethodInfo_t * __this, const RuntimeMethod* method); // System.Void System.Reflection.Module::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Module__ctor_m71D916FA53EDBEFDC8520503C6D1E9E6D7CDE9D8 (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * __this, const RuntimeMethod* method); // System.Void System.Reflection.ParameterInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterInfo__ctor_m2AF790FFE7F39539A5B5C3975B94C4B4B69DDB45 (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method); // System.Reflection.RuntimeModule System.Reflection.RuntimePropertyInfo::GetRuntimeModule() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimePropertyInfo_GetRuntimeModule_mC29DC3CE3249A6FB64B930C5BF6DAAC221482DF9 (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, const RuntimeMethod* method); // System.RuntimeType System.Reflection.RuntimePropertyInfo::GetDeclaringTypeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimePropertyInfo_GetDeclaringTypeInternal_m171F9CCE935BE25BCFDAA7EEC19F6420D0472990 (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, const RuntimeMethod* method); // System.String System.Reflection.RuntimePropertyInfo::FormatNameAndSig(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimePropertyInfo_FormatNameAndSig_m05468A9394B8ED62F07F659361E89910DD5F1744 (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, bool ___serialization0, const RuntimeMethod* method); // System.RuntimeType System.Reflection.RuntimePropertyInfo::get_ReflectedTypeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimePropertyInfo_get_ReflectedTypeInternal_mE2A32DD7025A3D3198B640FA672DD9A54D7BB18C (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, const RuntimeMethod* method); // System.Void System.Reflection.PropertyInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyInfo__ctor_mDC863EE09FBBA50C54674597B8BDCEF4BF43E5EC (PropertyInfo_t * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfo::GetBoolean(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method); // System.Void System.ApplicationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationException__ctor_m367884FC6156A7F473CC3CE5BA78F8EC5180CADD (ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 * __this, const RuntimeMethod* method); // System.Void System.ApplicationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationException__ctor_m0AF8988654AD1CA2DCA8EC12E6D46563E4EE703F (ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Type::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Type__ctor_m55A9DC11F422D2DFDA1501FEC589D5823AB86CEE (Type_t * __this, const RuntimeMethod* method); // System.Void System.RuntimeType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType__ctor_mD8F1F9AE970064E9EE4BE90D2EF5744DC347FC03 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, const RuntimeMethod* method); // System.Void System.EventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7 (EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * __this, const RuntimeMethod* method); // System.Int32 System.Resources.FastResourceComparer::HashFunction(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastResourceComparer_HashFunction_m2E946F7595547908A3BE54BA30D38A0C14CA16E6 (String_t* ___key0, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Int32 System.Resources.FastResourceComparer::CompareOrdinal(System.String,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastResourceComparer_CompareOrdinal_m33D7C7847240C5F216C49AA35588D656343F385C (String_t* ___a0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes1, int32_t ___bCharLength2, const RuntimeMethod* method); // System.Void System.Resources.FastResourceComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastResourceComparer__ctor_m7AFCA86A2030953FB8DB45DDAC43F6625A4A9BD7 (FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63 * __this, const RuntimeMethod* method); // System.String System.Resources.ResourceManager/ResourceManagerMediator::GetResourceFileName(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceManagerMediator_GetResourceFileName_m662A7AAD0A6CDDF898CBA67FBA7E3F7EEF890F28 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method); // System.String System.Resources.FileBasedResourceGroveler::FindResourceFile(System.Globalization.CultureInfo,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBasedResourceGroveler_FindResourceFile_m0FC4FFF742EA77CCE36FAD0190F71C9ACF16F266 (FileBasedResourceGroveler_t5388832AB2A2451FCFA494B4BC4DA20F07B1E5C9 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, String_t* ___fileName1, const RuntimeMethod* method); // System.Boolean System.Globalization.CultureInfo::get_HasInvariantCultureName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_get_HasInvariantCultureName_m0C125F4051A3E515BE0ED9F81376BC6BFCDC8509 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318 (const RuntimeMethod* method); // System.String System.Resources.ResourceManager/ResourceManagerMediator::get_BaseNameField() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceManagerMediator_get_BaseNameField_m2C59ECAC6BC4F30717E0B308562C9D1AB1FACE0A (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method); // System.Type System.Resources.ResourceManager/ResourceManagerMediator::get_LocationInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ResourceManagerMediator_get_LocationInfo_mCADB8AB95DA99E7286C8706995D4C3C909A3A297 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, const RuntimeMethod* method); // System.Void System.Resources.MissingManifestResourceException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingManifestResourceException__ctor_m4AD435D97F8096A6A136E1AB13A96AAF086F0FFC (MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Resources.ResourceSet System.Resources.FileBasedResourceGroveler::CreateResourceSet(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * FileBasedResourceGroveler_CreateResourceSet_mAF96722BE8FEDB683DAC14FEE91E88F7750D4772 (FileBasedResourceGroveler_t5388832AB2A2451FCFA494B4BC4DA20F07B1E5C9 * __this, String_t* ___file0, const RuntimeMethod* method); // System.String System.Resources.ResourceManager/ResourceManagerMediator::get_ModuleDir() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceManagerMediator_get_ModuleDir_m134CD2B8720897EBAE905212B954879BB2340189 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method); // System.String System.IO.Path::Combine(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311 (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB (String_t* ___path0, const RuntimeMethod* method); // System.Type System.Resources.ResourceManager/ResourceManagerMediator::get_UserResourceSet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ResourceManagerMediator_get_UserResourceSet_m553D5578FC18DEA54DF46779CA958304C6376E02 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method); // System.Void System.Resources.RuntimeResourceSet::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeResourceSet__ctor_m531D864E5A93D9BEFD6E453BA71BCE552B1DFD8B (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * __this, String_t* ___fileName0, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_mEE50708E1E8AAD4E5021A2FFDB992DDF65727E17 (Type_t * ___type0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC40AA9579B996C6FBAE023590139C16304D81DC6 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Resources.ManifestBasedResourceGroveler::UltimateFallbackFixup(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ManifestBasedResourceGroveler_UltimateFallbackFixup_m4DBE7B983602B2F7F363D88BA70D0E1E227E97C8 (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___lookForCulture0, const RuntimeMethod* method); // System.Resources.UltimateResourceFallbackLocation System.Resources.ResourceManager/ResourceManagerMediator::get_FallbackLoc() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceManagerMediator_get_FallbackLoc_m002269F0045D104C17D9365A613C5D8B3BDFFD43 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method); // System.Reflection.RuntimeAssembly System.Resources.ResourceManager/ResourceManagerMediator::get_MainAssembly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * ResourceManagerMediator_get_MainAssembly_m15E30104A21712E9D1CEB7BAACA527CF96F572D8 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method); // System.Reflection.RuntimeAssembly System.Resources.ManifestBasedResourceGroveler::GetSatelliteAssembly(System.Globalization.CultureInfo,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * ManifestBasedResourceGroveler_GetSatelliteAssembly_m73F1B392DEB37C27BEB5B1A849B7D2AEE22D5124 (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___lookForCulture0, int32_t* ___stackMark1, const RuntimeMethod* method); // System.Boolean System.Reflection.Assembly::op_Equality(System.Reflection.Assembly,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316 (Assembly_t * ___left0, Assembly_t * ___right1, const RuntimeMethod* method); // System.Void System.Resources.ManifestBasedResourceGroveler::HandleSatelliteMissing() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManifestBasedResourceGroveler_HandleSatelliteMissing_mF1AAC4FD772935EAA3317F059F6AEE1F61D13F65 (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Assembly::op_Inequality(System.Reflection.Assembly,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_op_Inequality_m6949ED5777CC2840BF1EBD907C35A20E25F22F7B (Assembly_t * ___left0, Assembly_t * ___right1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m537481311DAE1B92D7AEE832DF040976B4452AC2 (Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * __this, String_t* ___key0, ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 *, String_t*, ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.IO.Stream System.Resources.ManifestBasedResourceGroveler::GetManifestResourceStream(System.Reflection.RuntimeAssembly,System.String,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ManifestBasedResourceGroveler_GetManifestResourceStream_m4F594F63C088B543D8B61D994BEF163B7EFF8AEC (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * ___satellite0, String_t* ___fileName1, int32_t* ___stackMark2, const RuntimeMethod* method); // System.Resources.ResourceSet System.Resources.ManifestBasedResourceGroveler::CreateResourceSet(System.IO.Stream,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * ManifestBasedResourceGroveler_CreateResourceSet_mD41FB15678D106A250AD4EF420E87DD88C61507C (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___store0, Assembly_t * ___assembly1, const RuntimeMethod* method); // System.Void System.Resources.ManifestBasedResourceGroveler::HandleResourceStreamMissing(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManifestBasedResourceGroveler_HandleResourceStreamMissing_m6412E6B2D71AA4E73CBE197154C46879D99E38EA (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, String_t* ___fileName0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Resources.ResourceManager/ResourceManagerMediator::get_NeutralResourcesCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ResourceManagerMediator_get_NeutralResourcesCulture_m446616F81140B1838CCB91926614C90338368B5D (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method); // System.Boolean System.Resources.ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute(System.Reflection.Assembly,System.String&,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ManifestBasedResourceGroveler_GetNeutralResourcesLanguageAttribute_m090B3FA8F5A3DA6028C4EDF9F8970E8AF0913E34 (Assembly_t * ___assembly0, String_t** ___cultureName1, int16_t* ___fallbackLocation2, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::GetCultureInfo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_GetCultureInfo_mC35FFFC4C2C9F4A4D5BC19E483464978E25E7350 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1BF85DCCECA37FCD88A0884AF3C4D03566911BF0 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.IO.BinaryReader::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryReader__ctor_mD134893EA93809AFA29B025FF7439B82C35FE55F (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___input0, const RuntimeMethod* method); // System.String System.Reflection.Assembly::GetSimpleName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_GetSimpleName_m643415B84FE6EF046D2C368C95917F1B36A8249B (Assembly_t * __this, const RuntimeMethod* method); // System.Boolean System.Resources.ManifestBasedResourceGroveler::CanUseDefaultResourceClasses(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ManifestBasedResourceGroveler_CanUseDefaultResourceClasses_m307B4A3CCD2AF6124B01B3CD2427763A6E97378A (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, String_t* ___readerTypeName0, String_t* ___resSetTypeName1, const RuntimeMethod* method); // System.Void System.Resources.RuntimeResourceSet::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeResourceSet__ctor_m1B73A2C81E85ACE4DA7E09C1B2A95E443F5F5270 (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, const RuntimeMethod* method); // System.Type System.Type::GetType(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetType_m8A8A6481B24551476F2AF999A970AD705BA68C7A (String_t* ___typeName0, bool ___throwOnError1); // System.Type System.Type::GetType(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetType_m77EF3A5A858B45C53D8BF27C74FA00CA83B53E59 (String_t* ___typeName0, bool ___throwOnError1, bool ___ignoreCase2); // System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m328643EF5AC04AA6C24BFADFCAB54E99DE5CA00F (Type_t * ___type0, int32_t ___bindingAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___activationAttributes5, const RuntimeMethod* method); // System.Reflection.RuntimeAssembly System.Resources.ResourceManager/ResourceManagerMediator::get_CallingAssembly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * ResourceManagerMediator_get_CallingAssembly_mCD281D72F52E08479FAEF122D50703A139A78A2F (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method); // System.IO.Stream System.Reflection.Assembly::GetManifestResourceStream(System.Type,System.String,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Assembly_GetManifestResourceStream_mEDE767C4803840FF7CD47AB65B3FF40EF2EB00F4 (Assembly_t * __this, Type_t * ___type0, String_t* ___name1, bool ___skipSecurityCheck2, int32_t* ___stackMark3, const RuntimeMethod* method); // System.IO.Stream System.Resources.ManifestBasedResourceGroveler::CaseInsensitiveManifestResourceStreamLookup(System.Reflection.RuntimeAssembly,System.String) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ManifestBasedResourceGroveler_CaseInsensitiveManifestResourceStreamLookup_m5D0F37E3842BCEAF9D0F308EEE7ADFD9C416BF65 (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * ___satellite0, String_t* ___name1, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.IO.Stream System.Reflection.Assembly::GetManifestResourceStream(System.String,System.Threading.StackCrawlMark&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Assembly_GetManifestResourceStream_mD51BBAD59400EC328A259ACE6A01D5EE58973155 (Assembly_t * __this, String_t* ___name0, int32_t* ___stackMark1, bool ___skipSecurityCheck2, const RuntimeMethod* method); // System.Boolean System.Resources.ResourceManager/ResourceManagerMediator::get_LookedForSatelliteContractVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResourceManagerMediator_get_LookedForSatelliteContractVersion_mFC9AEE2D51AAF62CA26AB9181E3C770511A45D1B (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method); // System.Version System.Resources.ResourceManager/ResourceManagerMediator::ObtainSatelliteContractVersion(System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ResourceManagerMediator_ObtainSatelliteContractVersion_m4846347F64EB97E160C732AF43441B95DF408ED9 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, Assembly_t * ___a0, const RuntimeMethod* method); // System.Void System.Resources.ResourceManager/ResourceManagerMediator::set_SatelliteContractVersion(System.Version) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManagerMediator_set_SatelliteContractVersion_mDEB8B6B244329D4314D60547A70AC970670C9CD0 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___value0, const RuntimeMethod* method); // System.Void System.Resources.ResourceManager/ResourceManagerMediator::set_LookedForSatelliteContractVersion(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManagerMediator_set_LookedForSatelliteContractVersion_m337175C3E48435B5B1DD5E3D8AAF09E5ACDDEA21 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, bool ___value0, const RuntimeMethod* method); // System.String System.Resources.ManifestBasedResourceGroveler::GetSatelliteAssemblyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ManifestBasedResourceGroveler_GetSatelliteAssemblyName_m7A561F80A56A15483BADE14178F95C0F37693186 (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, const RuntimeMethod* method); // System.Version System.Resources.ResourceManager/ResourceManagerMediator::get_SatelliteContractVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ResourceManagerMediator_get_SatelliteContractVersion_mFB0B0520B532EE1DA3A8977663F4B7D99D9D2F46 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method); // System.Reflection.RuntimeAssembly System.Reflection.Assembly::InternalGetSatelliteAssembly(System.String,System.Globalization.CultureInfo,System.Version,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * Assembly_InternalGetSatelliteAssembly_mAD76294936326FF69763EC03F609CE3498CF887C (Assembly_t * __this, String_t* ___name0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version2, bool ___throwOnFileNotFound3, int32_t* ___stackMark4, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyName::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, String_t* ___assemblyName0, const RuntimeMethod* method); // System.Boolean System.Resources.ResourceManager::CompareNames(System.String,System.String,System.Reflection.AssemblyName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResourceManager_CompareNames_m0ED5EAF80630F3031452D76831ECEA09C92092C6 (String_t* ___asmTypeName10, String_t* ___typeName21, AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * ___asmName22, const RuntimeMethod* method); // System.Boolean System.Version::op_Inequality(System.Version,System.Version) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Version_op_Inequality_mBF83F266057D2C028BA2F423372DA7E738B25CD0 (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___v10, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___v21, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyName::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName__ctor_mF1233521F13623EC87A886B14BC90C639FBBB972 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method); // System.Byte[] System.Reflection.Assembly::GetPublicKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Assembly_GetPublicKey_m34B4DF6F326BFD9EB3C4AAA5202BF71EF9061419 (Assembly_t * __this, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyName::SetPublicKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName_SetPublicKey_m402F60CC8A40481E3F027E213C3030537EEDA374 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___publicKey0, const RuntimeMethod* method); // System.Byte[] System.Reflection.AssemblyName::GetPublicKeyToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* AssemblyName_GetPublicKeyToken_mE19B825DA45B1A3310CC59C06F50976EF4C6B1B0 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25 (uint8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Resources.MissingSatelliteAssemblyException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingSatelliteAssemblyException__ctor_mB533A2C29EC15FEE64852662511B8F3B7672E065 (MissingSatelliteAssemblyException_t98014B55F8D76D2D98243B3345BF19043B502120 * __this, String_t* ___message0, String_t* ___cultureName1, const RuntimeMethod* method); // System.String System.Resources.ResourceManager/ResourceManagerMediator::get_BaseName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceManagerMediator_get_BaseName_mD88EF855A77CAE07D788B533183CE2399B506764 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method); // System.Void System.Environment::FailFast(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Environment_FailFast_mAAC3E58BB4725CF25EFB13BE6AFB4418AC32C176 (String_t* ___message0, const RuntimeMethod* method); // System.String System.Char::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8 (Il2CppChar* __this, const RuntimeMethod* method); // T System.Reflection.CustomAttributeExtensions::GetCustomAttribute(System.Reflection.Assembly) inline NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26 * CustomAttributeExtensions_GetCustomAttribute_TisNeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26_m0375FE67CEB360A0F6F7788A20645FC63D246D2F (Assembly_t * ___element0, const RuntimeMethod* method) { return (( NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26 * (*) (Assembly_t *, const RuntimeMethod*))CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_mA75245E8BF9FAB8A58686B2B26E4FC342453E774_gshared)(___element0, method); } // System.String System.Resources.NeutralResourcesLanguageAttribute::get_CultureName() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NeutralResourcesLanguageAttribute_get_CultureName_m721F74C770FD6CB4E388BBC94FF3CA2636FE2E70_inline (NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26 * __this, const RuntimeMethod* method); // System.Resources.UltimateResourceFallbackLocation System.Resources.NeutralResourcesLanguageAttribute::get_Location() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NeutralResourcesLanguageAttribute_get_Location_mCCD2EA7764CA5831DB01F787287DE29B37D7805D_inline (NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26 * __this, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0 (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Resources.ResourceFallbackManager::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResourceFallbackManager_GetEnumerator_m93C691CB0FA9F2824CE37039D41B41B15349D8B2 (ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * __this, const RuntimeMethod* method); // System.Void System.Resources.ResourceFallbackManager/d__5::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__5__ctor_m584A71C0FA005BC9E52F7F4F4C7EEA86E6B04CFA (U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method); // System.Void System.Resources.ResourceLocator::.ctor(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceLocator__ctor_m117CC55E99954CC1ED8B8D5138B3BE4E8ED0F694 (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * __this, int32_t ___dataPos0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Int32 System.Resources.ResourceLocator::get_DataPosition() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ResourceLocator_get_DataPosition_mD4231A2CE03010DB5E270120B18F86C13E82F59B_inline (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * __this, const RuntimeMethod* method); // System.Object System.Resources.ResourceLocator::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * ResourceLocator_get_Value_mF1002747C81B5FFCF67CBEEA377ABAB91CA57B92_inline (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * __this, const RuntimeMethod* method); // System.Void System.Resources.ResourceLocator::set_Value(System.Object) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ResourceLocator_set_Value_mB4C2215C8A53B0B9B09719222D7B66E84B579B2B_inline (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Reflection.Assembly System.Reflection.Assembly::GetCallingAssembly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_GetCallingAssembly_m0DB9F5D2B9770113FF2E239A9EB0DB0EC3A6E384 (const RuntimeMethod* method); // System.Void System.Resources.ResourceManager::Init() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ResourceManager_Init_m9A491CE49BD73DCECCA21B440830582D950EABDE (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, const RuntimeMethod* method); // System.Void System.Resources.ResourceManager/CultureNameResourceSetPair::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureNameResourceSetPair__ctor_mE1546E886DB16DD2BF9120A3466F88E67477CC5E (CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * __this, const RuntimeMethod* method); // System.Void System.Resources.ResourceManager/ResourceManagerMediator::.ctor(System.Resources.ResourceManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManagerMediator__ctor_mEF961378C326F3D704A5D18AA5EF6126714F2944 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * ___rm0, const RuntimeMethod* method); // System.Void System.Resources.ManifestBasedResourceGroveler::.ctor(System.Resources.ResourceManager/ResourceManagerMediator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManifestBasedResourceGroveler__ctor_m135A8D99342859A2D201EFF6BBD4168618269F02 (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * ___mediator0, const RuntimeMethod* method); // System.Void System.Resources.ResourceManager::SetAppXConfiguration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_SetAppXConfiguration_mD3FC0285AF4B421A52E1026CBC3F03F0109C5868 (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, const RuntimeMethod* method); // System.Void System.Resources.ResourceManager::CommonAssemblyInit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_CommonAssemblyInit_m475B7ADB1BA1EFDD7CBEDE8CCA3DED2D11E0F39E (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m2DBFD0C9BB2A9A4B2E9D9DDF5C724BF9847D4C3B (Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method); } // System.Void System.Resources.FileBasedResourceGroveler::.ctor(System.Resources.ResourceManager/ResourceManagerMediator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBasedResourceGroveler__ctor_mB2921550897D1882259D9DFA7DCCB7A92D6499F3 (FileBasedResourceGroveler_t5388832AB2A2451FCFA494B4BC4DA20F07B1E5C9 * __this, ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * ___mediator0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Resources.ManifestBasedResourceGroveler::GetNeutralResourcesLanguage(System.Reflection.Assembly,System.Resources.UltimateResourceFallbackLocation&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ManifestBasedResourceGroveler_GetNeutralResourcesLanguage_mA24984FDA62CA9C66C74FACBFAE5BD703167A3EB (Assembly_t * ___a0, int32_t* ___fallbackLocation1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method); // System.Boolean System.Globalization.CultureInfo::VerifyCultureName(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_VerifyCultureName_m41E3E56452EBF3EB9D7F784AB8A384D042957CD4 (String_t* ___cultureName0, bool ___throwException1, const RuntimeMethod* method); // System.Void System.Resources.ResourceManager::AddResourceSet(System.Collections.Generic.Dictionary`2,System.String,System.Resources.ResourceSet&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_AddResourceSet_mF40F7D0C33C4391685F2855DA6706C63EC4E90F7 (Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * ___localResourceSets0, String_t* ___cultureName1, ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE ** ___rs2, const RuntimeMethod* method); // System.Resources.ResourceSet System.Resources.ResourceManager::InternalGetResourceSet(System.Globalization.CultureInfo,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * ResourceManager_InternalGetResourceSet_m9A27B04E5A4CE4AC8B99FDAE44B94F366062F87B (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___requestedCulture0, bool ___createIfNotExists1, bool ___tryParents2, int32_t* ___stackMark3, const RuntimeMethod* method); // System.Void System.Resources.ResourceFallbackManager::.ctor(System.Globalization.CultureInfo,System.Globalization.CultureInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceFallbackManager__ctor_m75E783DBA7D3BF4AA654303102614C54EEF9E3D2 (ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___startingCulture0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___neutralResourcesCulture1, bool ___useParents2, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsValue(TValue) inline bool Dictionary_2_ContainsValue_mF74660F05E60A26AAA49429B4DEC83F9D21BDC62 (Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * __this, ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * ___value0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 *, ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *, const RuntimeMethod*))Dictionary_2_ContainsValue_mBB6B5B5840E3CC8C34F28CA181A62FD0F3CAD821_gshared)(__this, ___value0, method); } // System.Void System.Resources.ResourceSet::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceSet_Dispose_mD79BEBA639CD14A05DB03449084CC23C94EF6EDA (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_m182C36EC44ACCA67A2C60117E7E75516C3EADE89 (Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * __this, String_t* ___key0, ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 *, String_t*, ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, method); } // System.Void System.ArgumentNullException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::GetCustomAttributes(System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributes_mBBAF52806BF1845EFFEF6999FFD1142B9B9B0B10 (Assembly_t * ___target0, const RuntimeMethod* method); // System.Object System.Reflection.CustomAttributeTypedArgument::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * CustomAttributeTypedArgument_get_Value_m11CEBA0F1359637E888E86CB46188B6F3B0C7553_inline (CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 * __this, const RuntimeMethod* method); // System.String System.Resources.SatelliteContractVersionAttribute::get_Version() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SatelliteContractVersionAttribute_get_Version_mF5FBD4568C4445121E0A31E7BE50F47F5CCC10AE_inline (SatelliteContractVersionAttribute_tF05E6DCCDC8C9ED9EC7611F1EDBA5295AA24EBA3 * __this, const RuntimeMethod* method); // System.Void System.Version::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version__ctor_mC1DA3D718E1D0AC5D640C5F78AB693CA40FF2889 (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __this, String_t* ___version0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, int32_t ___comparisonType5, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B (Il2CppChar ___c0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.String System.Reflection.AssemblyName::get_Name() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Reflection.AssemblyName::get_CultureInfo() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * AssemblyName_get_CultureInfo_m611D937A0D0CAEFCAA2F4BCCE7BA936A61A4F6D1_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method); // System.Threading.Thread System.Threading.Thread::get_CurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E (const RuntimeMethod* method); // System.Globalization.CultureInfo System.Threading.Thread::GetCurrentUICultureNoAppX() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * Thread_GetCurrentUICultureNoAppX_m3443520354B118E074F79BF5D5BDBB5B6E31B5AB (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method); // System.Resources.ResourceSet System.Resources.ResourceManager::GetFirstResourceSet(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * ResourceManager_GetFirstResourceSet_m1A67BF46D303498D8A68937A68E3F5B2E4854B66 (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method); // System.Version System.Resources.ResourceManager::GetSatelliteContractVersion(System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ResourceManager_GetSatelliteContractVersion_mCB84CB98869B7E101080CAB51164BCBA002E003C (Assembly_t * ___a0, const RuntimeMethod* method); // System.Resources.UltimateResourceFallbackLocation System.Resources.ResourceManager::get_FallbackLocation() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ResourceManager_get_FallbackLocation_mB6CCD60835B83592996520EC990B4D4DF6BB546B_inline (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method); // System.Void System.IO.BinaryReader::.ctor(System.IO.Stream,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryReader__ctor_m8086092A91D507C32ADD5D87902115AD36832C6D (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___input0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method); // System.Void System.Resources.ResourceReader::ReadResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_ReadResources_m872B83050219E10B4E6B13BF0CAFF9710DEE7A97 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, const RuntimeMethod* method); // System.Void System.Resources.ResourceReader::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_Dispose_mD2EAB1F62FCC021BED7DA702D8E61916EC4515DF (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.Resources.ResourceReader::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_Close_mCD281029D1B483C1D2A4C7A94AEDBFFED4CA195F (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, const RuntimeMethod* method); // System.Int32 System.IO.BinaryReader::Read7BitEncodedInt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinaryReader_Read7BitEncodedInt_m97D45D9C52F505E7EA264FE6CE0129C411A25461 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method); // System.Void System.BadImageFormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Resources.ResourceReader::ReadUnalignedI4(System.Int32*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceReader_ReadUnalignedI4_mD66AA7E11EE39528D53F8A7BACF91FEA4F4B4FD4 (int32_t* ___p0, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* ___message0, const RuntimeMethod* method); // System.Collections.IDictionaryEnumerator System.Resources.ResourceReader::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResourceReader_GetEnumerator_mBDB435F09D42C1B9A3073379600FAE51958090F5 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, const RuntimeMethod* method); // System.Void System.Resources.ResourceReader/ResourceEnumerator::.ctor(System.Resources.ResourceReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceEnumerator__ctor_m332EA0C7EFA41649166DB61965183A85A3A0B38F (ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * __this, ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * ___reader0, const RuntimeMethod* method); // System.Int32 System.Resources.ResourceReader::GetNameHash(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceReader_GetNameHash_mFB861313A4C585FADF30D7945A33DB37C2273AE1 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Resources.ResourceReader::GetNamePosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceReader_GetNamePosition_m60F4376D8A95E4A0D03A30793E84296E81514F62 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Resources.ResourceReader::CompareStringEqualsName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResourceReader_CompareStringEqualsName_m9D59E35DFD8AD902C319287BFAD9D1EAAFCF90EE (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Byte* System.IO.UnmanagedMemoryStream::get_PositionPointer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* UnmanagedMemoryStream_get_PositionPointer_m679CDF3178C1512CA36CAB5FD1A39F5A398A2ADB (UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * __this, const RuntimeMethod* method); // System.Int32 System.Resources.FastResourceComparer::CompareOrdinal(System.Byte*,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastResourceComparer_CompareOrdinal_m7C3EE66240D057EB55D6BEB50A314CA9E8B847F4 (uint8_t* ___a0, int32_t ___byteLen1, String_t* ___b2, const RuntimeMethod* method); // System.Int32 System.Resources.FastResourceComparer::CompareOrdinal(System.Byte[],System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastResourceComparer_CompareOrdinal_mA2144F9F07CB92D6D28638159C0908ECBAAD1684 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___aCharLength1, String_t* ___b2, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.IO.EndOfStreamException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_m6C04807A20CAA05C763225A3EC2F79B756FFBAC6 (EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F * __this, String_t* ___message0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Unicode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA (const RuntimeMethod* method); // System.Void System.Resources.ResourceReader::SkipString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_SkipString_m46DC50BEA341252F80ED2AC5E1A1B2D9D58DEC33 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, const RuntimeMethod* method); // System.Object System.Resources.ResourceReader::LoadObjectV1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_LoadObjectV1_mE75B7EABC5937183B865AB195145F9BE76B30349 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___pos0, const RuntimeMethod* method); // System.Object System.Resources.ResourceReader::LoadObjectV2(System.Int32,System.Resources.ResourceTypeCode&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_LoadObjectV2_m69E0E901142A23D9198553FC3C8B085E4520594D (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___pos0, int32_t* ___typeCode1, const RuntimeMethod* method); // System.RuntimeType System.Resources.ResourceReader::FindType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ResourceReader_FindType_m336652B9B8E9AEA736F87783B9567F10401EED08 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___typeIndex0, const RuntimeMethod* method); // System.Object System.Resources.ResourceReader::_LoadObjectV1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader__LoadObjectV1_m3E37D99B7869C0FDCB8A13D3F039953892841144 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___pos0, const RuntimeMethod* method); // System.Void System.BadImageFormatException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BadImageFormatException__ctor_m3A8BBD5E4BDDF39C98370C07015B4EADE131A1F1 (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___ticks0, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int64) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, int64_t ___ticks0, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m01C926530B02CEC0643588B70AB93F62EA7A1AE8 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bits0, const RuntimeMethod* method); // System.Object System.Resources.ResourceReader::DeserializeObject(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_DeserializeObject_mEE6AF3D203FFEE20F86DD6468C5556467709D0D1 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___typeIndex0, const RuntimeMethod* method); // System.Object System.Resources.ResourceReader::_LoadObjectV2(System.Int32,System.Resources.ResourceTypeCode&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader__LoadObjectV2_mE4892C92DD8445C200121919397E9DD0365E1FD9 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___pos0, int32_t* ___typeCode1, const RuntimeMethod* method); // System.DateTime System.DateTime::FromBinary(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_FromBinary_m5A34F3CF87443A48B220F77B685C35B8A534E973 (int64_t ___dateData0, const RuntimeMethod* method); // System.Void System.IO.PinnedBufferMemoryStream::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PinnedBufferMemoryStream__ctor_m79A845DB8C49B20AD09F2AF704123771A8AEC9D4 (PinnedBufferMemoryStream_t2B64686A5B889DF38F012632D00C933752FE5A25 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, const RuntimeMethod* method); // System.Void System.IO.UnmanagedMemoryStream::.ctor(System.Byte*,System.Int64,System.Int64,System.IO.FileAccess,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemoryStream__ctor_mDAB26A2823AF7D8CD45A0119BAE6B5549A9581C5 (UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * __this, uint8_t* ___pointer0, int64_t ___length1, int64_t ___capacity2, int32_t ___access3, bool ___skipSecurityCheck4, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Deserialize(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BinaryFormatter_Deserialize_m20A831B13DF5C3F031F2141730291630A16A32AD (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___serializationStream0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.StreamingContext::.ctor(System.Runtime.Serialization.StreamingContextStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamingContext__ctor_m1505F2EEF0153F36F3A6FF192B6FB778AA02A8BA (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::.ctor(System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryFormatter__ctor_m89DA9542D935A5F3272C49D26984E68FEF2D8713 (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * __this, RuntimeObject* ___selector0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method); // System.Void System.Resources.ResourceReader::_ReadResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader__ReadResources_m91B54107F4DDCC4156EE89903F4125713B699C52 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, const RuntimeMethod* method); // System.String System.Resources.ResourceReader::AllocateStringForNameIndex(System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceReader_AllocateStringForNameIndex_m1C5E953B681E1B33DE3519542B6E8F2FCC08B5F1 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___index0, int32_t* ___dataOffset1, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Resources.ResourceReader/ResourceEnumerator::get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 ResourceEnumerator_get_Entry_mFE1ABE5691EDD95C756BAD75AED222D2CA6FC9C3 (ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_mD38CD097655DBED69787BE280C81E38279549A14 (Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * __this, String_t* ___key0, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 *, String_t*, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *, const RuntimeMethod*))Dictionary_2_TryGetValue_mAE2056CD9A88411E248B0F3F15F38DE2586C6953_gshared)(__this, ___key0, ___value1, method); } // System.Object System.Resources.ResourceReader::GetValueForNameIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_GetValueForNameIndex_m338A2D9EF12007CA2933D1F0425CA51A2CCD10A3 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Object System.Resources.ResourceReader::LoadObject(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_LoadObject_mB16EB48B92B11E692E424B65E77A2C83DD359032 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___pos0, const RuntimeMethod* method); // System.Void System.Collections.DictionaryEntry::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Resources.ResourceSet::CommonInit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceSet_CommonInit_m668B9A9BA4DB9CB2C3C975BEAC2A8CD54A62493F (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, const RuntimeMethod* method); // System.Collections.IDictionaryEnumerator System.Resources.ResourceSet::GetEnumeratorHelper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResourceSet_GetEnumeratorHelper_mFB1A5645584BF92F69F8211753D49874AA39F873 (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, String_t* ___message1, const RuntimeMethod* method); // System.Object System.Resources.ResourceSet::GetObjectInternal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceSet_GetObjectInternal_m64239DA3F131E1454744EBB16B5BA6DD7112E18E (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, String_t* ___name0, const RuntimeMethod* method); // System.Object System.Resources.ResourceSet::GetCaseInsensitiveObjectInternal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceSet_GetCaseInsensitiveObjectInternal_mBED629356689D4FA89C8CF972091622005CA4850 (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, String_t* ___name0, const RuntimeMethod* method); // System.StringComparer System.StringComparer::get_OrdinalIgnoreCase() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline (const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m97E445FF917A8828D5927A66E70CF89394A16D4A (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, RuntimeObject* ___equalityComparer0, const RuntimeMethod* method); // System.Void System.Resources.ResourceSet::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceSet__ctor_m9A0002B5C6E94D901E63C0B0CEF4E397FE91F62A (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, bool ___junk0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) inline void Dictionary_2__ctor_m3ED72361A7CE26968996D1FEF8F9739E3EA00F7F (Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 *, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_mC9C7C41F5539436D21833342201247DD6A6033D2_gshared)(__this, ___comparer0, method); } // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_mB254658F1E758D76B41C942CB91BDF38FD544C83 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, const RuntimeMethod* method); // System.Void System.Resources.ResourceReader::.ctor(System.IO.Stream,System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader__ctor_mF57230EBDF59341DD7DD5A7AAEBE25B8677BF768 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * ___resCache1, const RuntimeMethod* method); // System.Void System.Resources.ResourceSet::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceSet_Dispose_mA34EB8EA3D3DFAB6199EC8FFDAFA7C3201B7A642 (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, bool ___disposing0, const RuntimeMethod* method); // System.Collections.IDictionaryEnumerator System.Resources.RuntimeResourceSet::GetEnumeratorHelper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeResourceSet_GetEnumeratorHelper_m15ED969AD90F7F9906AC8AB086DACD9F8C44203F (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * __this, const RuntimeMethod* method); // System.Object System.Resources.RuntimeResourceSet::GetObject(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeResourceSet_GetObject_mF51E5B04E39C773FCA4171BB9FFE99531ADC8307 (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * __this, String_t* ___key0, bool ___ignoreCase1, bool ___isString2, const RuntimeMethod* method); // System.Int32 System.Resources.ResourceReader::FindPosForResource(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceReader_FindPosForResource_m5BF84B80BDC8951B4A2E2D44639C921E89073C7F (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.Resources.ResourceReader::LoadString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceReader_LoadString_mB0C772B31F06AD45EC57F29486CDA6ECCACB4BF4 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___pos0, const RuntimeMethod* method); // System.Object System.Resources.ResourceReader::LoadObject(System.Int32,System.Resources.ResourceTypeCode&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_LoadObject_mEC5DE385B0D288BDD2C650AFEE9E0CFF7D68B3D0 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___pos0, int32_t* ___typeCode1, const RuntimeMethod* method); // System.Boolean System.Resources.ResourceLocator::CanCache(System.Resources.ResourceTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResourceLocator_CanCache_m9D7FCA4F1B5C7F74234F9D7D6A40A83175C1C032 (int32_t ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_mD43DF743618C13D3423CB1C156CCF6EA086F52D5 (Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * __this, String_t* ___key0, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 *, String_t*, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C , const RuntimeMethod*))Dictionary_2_set_Item_m1A4458C0445BA92B74500D235137CAF9208993DF_gshared)(__this, ___key0, ___value1, method); } // System.Object System.Collections.DictionaryEntry::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_m2DA1C6A89288329B197B5ADCCFC9C52EC4103456 (Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * __this, String_t* ___key0, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 *, String_t*, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C , const RuntimeMethod*))Dictionary_2_Add_m020F2AE23A2190BE315B11093FED80CF738754AB_gshared)(__this, ___key0, ___value1, method); } // System.Resources.ResourceReader/ResourceEnumerator System.Resources.ResourceReader::GetEnumeratorInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * ResourceReader_GetEnumeratorInternal_m06513594F9F6CDC2727DE7CEF29B9A79E50AB97A (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, const RuntimeMethod* method); // System.Object System.Resources.ResourceReader/ResourceEnumerator::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceEnumerator_get_Key_m0BB2A5342EF1CA72A6622BE68C137F423CD12BE4 (ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * __this, const RuntimeMethod* method); // System.Int32 System.Resources.ResourceReader/ResourceEnumerator::get_DataPosition() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ResourceEnumerator_get_DataPosition_m3D779FD24325B2CA8F8A8C02405853B43C1A03B1_inline (ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * __this, const RuntimeMethod* method); // System.Boolean System.Resources.ResourceReader/ResourceEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResourceEnumerator_MoveNext_m6A3D37C26CF53095AC59EC0B83DD8EC071935606 (ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * __this, const RuntimeMethod* method); // System.Object System.Resources.RuntimeResourceSet::ResolveResourceLocator(System.Resources.ResourceLocator,System.String,System.Collections.Generic.Dictionary`2,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeResourceSet_ResolveResourceLocator_m87D2722C39FB1C7955864380748853035DCEBB36 (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * __this, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___resLocation0, String_t* ___key1, Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * ___copyOfCache2, bool ___keyInWrongCase3, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncMethodBuilderCore_SetStateMachine_m92D9A4AB24A2502F03512F543EA5F7C39A5336B6 (AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Diagnostics.Debugger::NotifyOfCrossThreadDependency() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debugger_NotifyOfCrossThreadDependency_m8387594B996D7068C44BA22E2D85266D3BAF4307 (const RuntimeMethod* method); // System.Threading.ExecutionContext System.Threading.ExecutionContext::FastCapture() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ExecutionContext_FastCapture_m45BB22D28452F5CF987B1D0C33EE75FB801D9856 (const RuntimeMethod* method); // System.Boolean System.Threading.ExecutionContext::get_IsPreAllocatedDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecutionContext_get_IsPreAllocatedDefault_mFD07D73B6F109B0CC3444D45542A6A63D4B373D4 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner::.ctor(System.Threading.ExecutionContext,System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MoveNextRunner__ctor_m779B6AB21846739811D73AA05D92EA7B5506FF09 (MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A * __this, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___context0, RuntimeObject* ___stateMachine1, const RuntimeMethod* method); // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::OutputAsyncCausalityEvents(System.Threading.Tasks.Task,System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * AsyncMethodBuilderCore_OutputAsyncCausalityEvents_m990A7FDAB59D03EFCE7BF3AB57BA7669E38209A6 (AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___innerTask0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___continuation1, const RuntimeMethod* method); // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::GetCompletionAction(System.Threading.Tasks.Task,System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * AsyncMethodBuilderCore_GetCompletionAction_mB3B95AFDC67BFA14476429E35225C7221256DB6B (AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___taskForTracing0, MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A ** ___runnerToInitialize1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m1FEEA75D3B5B48FF9F50E3A29B8FBC8A013DDC08 (U3CU3Ec__DisplayClass4_0_t91BE7D82E3148DC17AD2CF3AFA190EE3018F2368 * __this, const RuntimeMethod* method); // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::CreateContinuationWrapper(System.Action,System.Action,System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * AsyncMethodBuilderCore_CreateContinuationWrapper_mF34EF435AD6F1F24255D59B1CF4F9BE5853EFD44 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___continuation0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___invokeAction1, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___innerTask2, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.AsyncCausalityTracer::get_LoggingOn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7 (const RuntimeMethod* method); // System.Int32 System.Threading.Tasks.Task::get_Id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AsyncCausalityTracer::TraceOperationCreation(System.Threading.Tasks.CausalityTraceLevel,System.Int32,System.String,System.UInt64) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AsyncCausalityTracer_TraceOperationCreation_m7B5DBD272BC20E986A5120FBF6665241BBACF060 (int32_t ___traceLevel0, int32_t ___taskId1, String_t* ___operationName2, uint64_t ___relatedContext3, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.Task::AddToActiveTasks(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_AddToActiveTasks_m840B00A5EE550016686305EDB927B9A7FE37C421 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___task0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore::PostBoxInitialization(System.Runtime.CompilerServices.IAsyncStateMachine,System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner,System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncMethodBuilderCore_PostBoxInitialization_mE935AC678191E0DD24290C8E986645E81BA18387 (AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * __this, RuntimeObject* ___stateMachine0, MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A * ___runner1, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___builtTask2, const RuntimeMethod* method); // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Runtime.ExceptionServices.ExceptionDispatchInfo::Capture(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * ExceptionDispatchInfo_Capture_m8E5F721466EDFE9AA8BC532F9AE7A859E0766E23 (Exception_t * ___source0, const RuntimeMethod* method); // System.Void System.Threading.SendOrPostCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SendOrPostCallback__ctor_mA3A6885EC5474314128A4FDE77E93F8B7EEC2619 (SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.AggregateException::.ctor(System.Exception[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AggregateException__ctor_m4BE6D1A4009BE2081C418E517FFDFE415B6CF908 (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * __this, ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* ___innerExceptions0, const RuntimeMethod* method); // System.Void System.Threading.WaitCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_mF344DA7B44CDBE8C7163C1539D429F27E8553185 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___callBack0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore/ContinuationWrapper::.ctor(System.Action,System.Action,System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContinuationWrapper__ctor_m74A7C5DF68BC9A8DD43CD9F3E550C09A8364560F (ContinuationWrapper_tCC429E05B578FB77DAD5970B18B3DD07748DB201 * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___continuation0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___invokeAction1, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___innerTask2, const RuntimeMethod* method); // System.Object System.Delegate::get_Target() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline (Delegate_t * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m1B0CDD3613B616408407020B90334694D751D293 (U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079 * __this, const RuntimeMethod* method); // System.Void System.Runtime.ExceptionServices.ExceptionDispatchInfo::Throw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionDispatchInfo_Throw_m9630C06EF8D7CDF5BD5DC76144CD98C4D9E8D26F (ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AsyncCausalityTracer::TraceSynchronousWorkStart(System.Threading.Tasks.CausalityTraceLevel,System.Int32,System.Threading.Tasks.CausalitySynchronousWork) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AsyncCausalityTracer_TraceSynchronousWorkStart_m1A1EE1813BE623AF47CA240A8DA14DAE98A6279D (int32_t ___traceLevel0, int32_t ___taskId1, int32_t ___work2, const RuntimeMethod* method); // System.Void System.Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AsyncCausalityTracer::TraceSynchronousWorkCompletion(System.Threading.Tasks.CausalityTraceLevel,System.Threading.Tasks.CausalitySynchronousWork) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AsyncCausalityTracer_TraceSynchronousWorkCompletion_m55EB5CB50B1797EDC8071C3D1BF3FDEB92D5025C (int32_t ___traceLevel0, int32_t ___work1, const RuntimeMethod* method); // System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncMethodBuilderCore::TryGetContinuationTask(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * AsyncMethodBuilderCore_TryGetContinuationTask_mB59A1A2590DAA564DB02F17099F42E52A023D16F (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action0, const RuntimeMethod* method); // System.Void System.Threading.ContextCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextCallback__ctor_m079F8FC3EE21C47D9FDD09FD90C14BDD34539493 (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::Run(System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_Run_mFF76DDA6501D993EB4A4B79EFDAF1F6476920945 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___executionContext0, ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___callback1, RuntimeObject * ___state2, bool ___preserveSyncCtx3, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_Dispose_mC5B9EB90B72938BC56CE08155CC5DFAF40F16A69 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.StateMachineAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StateMachineAttribute__ctor_m7EEDA6960D8103D94DF9D0AB22BDF8CC202C2608 (StateMachineAttribute_t0F08DD69D5AB4A30C6A13E245143DD5335A4DA93 * __this, Type_t * ___stateMachineType0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask(TResult) inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * AsyncTaskCache_CreateCacheableTask_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m5F5160505A6EE6A22FFF5538CA8FDEAF541CD461 (int32_t ___result0, const RuntimeMethod* method) { return (( Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * (*) (int32_t, const RuntimeMethod*))AsyncTaskCache_CreateCacheableTask_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m5F5160505A6EE6A22FFF5538CA8FDEAF541CD461_gshared)(___result0, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask(TResult) inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * AsyncTaskCache_CreateCacheableTask_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m0AF876A682791C78325B15BEE612FD3586E914F9 (bool ___result0, const RuntimeMethod* method) { return (( Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * (*) (bool, const RuntimeMethod*))AsyncTaskCache_CreateCacheableTask_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m0AF876A682791C78325B15BEE612FD3586E914F9_gshared)(___result0, method); } // System.Threading.Tasks.Task`1[] System.Runtime.CompilerServices.AsyncTaskCache::CreateInt32Tasks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20* AsyncTaskCache_CreateInt32Tasks_m697579149683F8624A776EB276964219C4DBA769 (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void AsyncTaskMethodBuilder_1_SetStateMachine_m69471716E68A2553BAA340A0A780CD6953E3ECD3 (AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 *, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m69471716E68A2553BAA340A0A780CD6953E3ECD3_gshared)(__this, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetStateMachine_mB5DD68F7C49EA6D452AEBA02B1B98AED898C3C25 (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * AsyncTaskMethodBuilder_1_get_Task_mB90A654E7FBAE31DB64597AA0B3B5ED3712E2966 (AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 * __this, const RuntimeMethod* method) { return (( Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * (*) (AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mB90A654E7FBAE31DB64597AA0B3B5ED3712E2966_gshared)(__this, method); } // System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncTaskMethodBuilder::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * AsyncTaskMethodBuilder_get_Task_m3E45BC00F7D224FEA04AB9BF26DB52E131D33022 (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(System.Threading.Tasks.Task`1) inline void AsyncTaskMethodBuilder_1_SetResult_mBD219CF220624C992AC67B976E3D8DCE381DF027 (AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 * __this, Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * ___completedTask0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 *, Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mBD219CF220624C992AC67B976E3D8DCE381DF027_gshared)(__this, ___completedTask0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetResult_m151016FB698F3BB34A73BAE693A97513A7E4C838 (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_m8CC12F7B6A27AFFE39709338214C83162CF8D315 (AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 * __this, Exception_t * ___exception0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 *, Exception_t *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_m8CC12F7B6A27AFFE39709338214C83162CF8D315_gshared)(__this, ___exception0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetException_m370C484922A63A6EF96E241D1370B8814F1F2D6B (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, Exception_t * ___exception0, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.TypeInfo System.Reflection.IntrospectionExtensions::GetTypeInfo(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC * IntrospectionExtensions_GetTypeInfo_mB8CD288832A36F852B99899A8506689F9B0D8D09 (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IntrospectionExtensions_GetTypeInfo_mB8CD288832A36F852B99899A8506689F9B0D8D09_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, IntrospectionExtensions_GetTypeInfo_mB8CD288832A36F852B99899A8506689F9B0D8D09_RuntimeMethod_var); } IL_0014: { Type_t * L_3 = ___type0; V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_3, IReflectableType_tF55476BF742AEF844DFDD64066D7CB2DE3FFE147_il2cpp_TypeInfo_var)); RuntimeObject* L_4 = V_0; if (L_4) { goto IL_0020; } } { return (TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC *)NULL; } IL_0020: { RuntimeObject* L_5 = V_0; NullCheck(L_5); TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC * L_6 = InterfaceFuncInvoker0< TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC * >::Invoke(0 /* System.Reflection.TypeInfo System.Reflection.IReflectableType::GetTypeInfo() */, IReflectableType_tF55476BF742AEF844DFDD64066D7CB2DE3FFE147_il2cpp_TypeInfo_var, L_5); 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.Reflection.InvalidFilterCriteriaException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidFilterCriteriaException__ctor_m19A5E11E9E48DC6C441CD65E1636D9E41B12751D (InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvalidFilterCriteriaException__ctor_m19A5E11E9E48DC6C441CD65E1636D9E41B12751D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralE908E287CEF26B413F6CFBDDCB372F6C4FCA8855, /*hidden argument*/NULL); ApplicationException__ctor_mDC26CE8ECD0DDA5C8FA50C8E8B2614F3B50FC308(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146232831), /*hidden argument*/NULL); return; } } // System.Void System.Reflection.InvalidFilterCriteriaException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidFilterCriteriaException__ctor_m8A7E7373F5BFA58916AA7A8D99E49AA3C6861031 (InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; ApplicationException__ctor_mDC26CE8ECD0DDA5C8FA50C8E8B2614F3B50FC308(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146232831), /*hidden argument*/NULL); return; } } // System.Void System.Reflection.InvalidFilterCriteriaException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidFilterCriteriaException__ctor_mAA781ADD233CC8A0F49F90ADAEA5AC86842F5CC5 (InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; ApplicationException__ctor_mFF30CCDE8B078E0ED2E206EEB39611840367607A(__this, L_0, L_1, /*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 // Conversion methods for marshalling of: System.Reflection.LocalVariableInfo IL2CPP_EXTERN_C void LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshal_pinvoke(const LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C& unmarshaled, LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_pinvoke& marshaled) { Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'LocalVariableInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL); } IL2CPP_EXTERN_C void LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshal_pinvoke_back(const LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_pinvoke& marshaled, LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C& unmarshaled) { Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'LocalVariableInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.LocalVariableInfo IL2CPP_EXTERN_C void LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshal_pinvoke_cleanup(LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.LocalVariableInfo IL2CPP_EXTERN_C void LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshal_com(const LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C& unmarshaled, LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_com& marshaled) { Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'LocalVariableInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL); } IL2CPP_EXTERN_C void LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshal_com_back(const LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_com& marshaled, LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C& unmarshaled) { Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'LocalVariableInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.LocalVariableInfo IL2CPP_EXTERN_C void LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshal_com_cleanup(LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C_marshaled_com& marshaled) { } // System.Void System.Reflection.LocalVariableInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariableInfo__ctor_mA61F5036B7595A4E5769559C6D1333A043DD3DE1 (LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.String System.Reflection.LocalVariableInfo::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LocalVariableInfo_ToString_m47E03AF34786D3191429B7070E2CDDF8B4CF94F0 (LocalVariableInfo_t9DBEDBE3F55EEEA102C20A450433E3ECB255858C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LocalVariableInfo_ToString_m47E03AF34786D3191429B7070E2CDDF8B4CF94F0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_is_pinned_1(); if (!L_0) { goto IL_0024; } } { Type_t * L_1 = __this->get_type_0(); uint16_t L_2 = __this->get_position_2(); uint16_t L_3 = L_2; RuntimeObject * L_4 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_3); String_t* L_5 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteral85A227CD4E299FBF0B9D68FC5BEDC2559DDED4AE, L_1, L_4, /*hidden argument*/NULL); return L_5; } IL_0024: { Type_t * L_6 = __this->get_type_0(); uint16_t L_7 = __this->get_position_2(); uint16_t L_8 = L_7; RuntimeObject * L_9 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_8); String_t* L_10 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteral4AEC5D0A8B19CED88792A4A0C1E652F4023683E8, L_6, L_9, /*hidden argument*/NULL); return L_10; } } #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.Reflection.ManifestResourceInfo::.ctor(System.Reflection.Assembly,System.String,System.Reflection.ResourceLocation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManifestResourceInfo__ctor_m718EB1020E137DE89B5A49D307E20563599FA2C4 (ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * __this, Assembly_t * ___containingAssembly0, String_t* ___containingFileName1, int32_t ___resourceLocation2, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); Assembly_t * L_0 = ___containingAssembly0; __this->set__containingAssembly_0(L_0); String_t* L_1 = ___containingFileName1; __this->set__containingFileName_1(L_1); int32_t L_2 = ___resourceLocation2; __this->set__resourceLocation_2(L_2); return; } } // System.Reflection.Assembly System.Reflection.ManifestResourceInfo::get_ReferencedAssembly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * ManifestResourceInfo_get_ReferencedAssembly_m6C9A8F9BC73E0C8E859791D0CE4D505C937C6870 (ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * __this, const RuntimeMethod* method) { { Assembly_t * L_0 = __this->get__containingAssembly_0(); return L_0; } } // System.String System.Reflection.ManifestResourceInfo::get_FileName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ManifestResourceInfo_get_FileName_m5337FA0E05FEAFF1CDD7D3F16B05DE7361780E69 (ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__containingFileName_1(); return L_0; } } // System.Reflection.ResourceLocation System.Reflection.ManifestResourceInfo::get_ResourceLocation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ManifestResourceInfo_get_ResourceLocation_m0E6E4A553641E713861BBB8D15DB29C15FD4CF79 (ManifestResourceInfo_t51E1AF95BE39E097026EEDEF8918BAF96D21AD7B * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__resourceLocation_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.MemberFilter::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberFilter__ctor_m6E469D6D66E850D3C8C0492FBAE858D81DA66CA0 (MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Boolean System.Reflection.MemberFilter::Invoke(System.Reflection.MemberInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberFilter_Invoke_m6EA5106FDF5F7895D03A4D4555CF58DD96720DDC (MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * __this, MemberInfo_t * ___m0, RuntimeObject * ___filterCriteria1, const RuntimeMethod* method) { bool result = false; DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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 bool (*FunctionPointerType) (MemberInfo_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___m0, ___filterCriteria1, targetMethod); } else { // closed typedef bool (*FunctionPointerType) (void*, MemberInfo_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___m0, ___filterCriteria1, targetMethod); } } else if (___parameterCount != 2) { // open if (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 = GenericInterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(targetMethod, ___m0, ___filterCriteria1); else result = GenericVirtFuncInvoker1< bool, RuntimeObject * >::Invoke(targetMethod, ___m0, ___filterCriteria1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___m0, ___filterCriteria1); else result = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___m0, ___filterCriteria1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef bool (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___filterCriteria1) - 1), targetMethod); } else { typedef bool (*FunctionPointerType) (MemberInfo_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___m0, ___filterCriteria1, targetMethod); } } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef bool (*FunctionPointerType) (MemberInfo_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___m0, ___filterCriteria1, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< bool, MemberInfo_t *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___m0, ___filterCriteria1); else result = GenericVirtFuncInvoker2< bool, MemberInfo_t *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___m0, ___filterCriteria1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< bool, MemberInfo_t *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___m0, ___filterCriteria1); else result = VirtFuncInvoker2< bool, MemberInfo_t *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___m0, ___filterCriteria1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef bool (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___m0) - 1), ___filterCriteria1, targetMethod); } else { typedef bool (*FunctionPointerType) (void*, MemberInfo_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___m0, ___filterCriteria1, targetMethod); } } } } return result; } // System.IAsyncResult System.Reflection.MemberFilter::BeginInvoke(System.Reflection.MemberInfo,System.Object,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MemberFilter_BeginInvoke_m85A400EB6D1C811494DF0EDEF85FB13BB2CD15A0 (MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * __this, MemberInfo_t * ___m0, RuntimeObject * ___filterCriteria1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___m0; __d_args[1] = ___filterCriteria1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Boolean System.Reflection.MemberFilter::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberFilter_EndInvoke_m90FD7A62E76DF581EE3C313855A6B059ADE397A2 (MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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.Reflection.MemberInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberInfo__ctor_m2F662BD5B63738672688109B4BCC552C143B1BCC (MemberInfo_t * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IList`1 System.Reflection.MemberInfo::GetCustomAttributesData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MemberInfo_GetCustomAttributesData_m7E53B3C70B52B49C26F593E8477DFD3449900A2B (MemberInfo_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberInfo_GetCustomAttributesData_m7E53B3C70B52B49C26F593E8477DFD3449900A2B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, MemberInfo_GetCustomAttributesData_m7E53B3C70B52B49C26F593E8477DFD3449900A2B_RuntimeMethod_var); } } // System.Int32 System.Reflection.MemberInfo::get_MetadataToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemberInfo_get_MetadataToken_m27765BF563288CD40CD4C885FEC2A3AE8EDA5A52 (MemberInfo_t * __this, const RuntimeMethod* method) { typedef int32_t (*MemberInfo_get_MetadataToken_m27765BF563288CD40CD4C885FEC2A3AE8EDA5A52_ftn) (MemberInfo_t *); using namespace il2cpp::icalls; return ((MemberInfo_get_MetadataToken_m27765BF563288CD40CD4C885FEC2A3AE8EDA5A52_ftn)mscorlib::System::Reflection::MemberInfo::get_MetadataToken) (__this); } // System.Reflection.Module System.Reflection.MemberInfo::get_Module() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * MemberInfo_get_Module_m3D0A742BE64B8BD057BFC3307EEC639C585F759E (MemberInfo_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberInfo_get_Module_m3D0A742BE64B8BD057BFC3307EEC639C585F759E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { if (!((Type_t *)IsInstClass((RuntimeObject*)__this, Type_t_il2cpp_TypeInfo_var))) { goto IL_0014; } } { NullCheck(((Type_t *)CastclassClass((RuntimeObject*)__this, Type_t_il2cpp_TypeInfo_var))); Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_0 = VirtFuncInvoker0< Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * >::Invoke(16 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, ((Type_t *)CastclassClass((RuntimeObject*)__this, Type_t_il2cpp_TypeInfo_var))); return L_0; } IL_0014: { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_1 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, MemberInfo_get_Module_m3D0A742BE64B8BD057BFC3307EEC639C585F759E_RuntimeMethod_var); } } // System.Boolean System.Reflection.MemberInfo::op_Equality(System.Reflection.MemberInfo,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Equality_m9B77A8811138313780ADCD0A9EE018748B9249D9 (MemberInfo_t * ___left0, MemberInfo_t * ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberInfo_op_Equality_m9B77A8811138313780ADCD0A9EE018748B9249D9_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; MethodBase_t * V_2 = NULL; MethodBase_t * V_3 = NULL; FieldInfo_t * V_4 = NULL; FieldInfo_t * V_5 = NULL; EventInfo_t * V_6 = NULL; EventInfo_t * V_7 = NULL; PropertyInfo_t * V_8 = NULL; PropertyInfo_t * V_9 = NULL; { MemberInfo_t * L_0 = ___left0; MemberInfo_t * L_1 = ___right1; if ((!(((RuntimeObject*)(MemberInfo_t *)L_0) == ((RuntimeObject*)(MemberInfo_t *)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { MemberInfo_t * L_2 = ___left0; if (!L_2) { goto IL_000c; } } { MemberInfo_t * L_3 = ___right1; if (L_3) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { MemberInfo_t * L_4 = ___left0; Type_t * L_5 = ((Type_t *)IsInstClass((RuntimeObject*)L_4, Type_t_il2cpp_TypeInfo_var)); V_0 = L_5; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_5, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0036; } } { MemberInfo_t * L_7 = ___right1; Type_t * L_8 = ((Type_t *)IsInstClass((RuntimeObject*)L_7, Type_t_il2cpp_TypeInfo_var)); V_1 = L_8; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_8, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0036; } } { Type_t * L_10 = V_0; Type_t * L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_12 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_10, L_11, /*hidden argument*/NULL); return L_12; } IL_0036: { MemberInfo_t * L_13 = ___left0; MethodBase_t * L_14 = ((MethodBase_t *)IsInstClass((RuntimeObject*)L_13, MethodBase_t_il2cpp_TypeInfo_var)); V_2 = L_14; bool L_15 = MethodBase_op_Inequality_mA03AE708DD0D76404AED7C36A75741E2A6BC6BF7(L_14, (MethodBase_t *)NULL, /*hidden argument*/NULL); if (!L_15) { goto IL_005e; } } { MemberInfo_t * L_16 = ___right1; MethodBase_t * L_17 = ((MethodBase_t *)IsInstClass((RuntimeObject*)L_16, MethodBase_t_il2cpp_TypeInfo_var)); V_3 = L_17; bool L_18 = MethodBase_op_Inequality_mA03AE708DD0D76404AED7C36A75741E2A6BC6BF7(L_17, (MethodBase_t *)NULL, /*hidden argument*/NULL); if (!L_18) { goto IL_005e; } } { MethodBase_t * L_19 = V_2; MethodBase_t * L_20 = V_3; bool L_21 = MethodBase_op_Equality_mB2519FFC5324C515ED0181B94A3FA5D6FE99D736(L_19, L_20, /*hidden argument*/NULL); return L_21; } IL_005e: { MemberInfo_t * L_22 = ___left0; FieldInfo_t * L_23 = ((FieldInfo_t *)IsInstClass((RuntimeObject*)L_22, FieldInfo_t_il2cpp_TypeInfo_var)); V_4 = L_23; bool L_24 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_23, (FieldInfo_t *)NULL, /*hidden argument*/NULL); if (!L_24) { goto IL_008a; } } { MemberInfo_t * L_25 = ___right1; FieldInfo_t * L_26 = ((FieldInfo_t *)IsInstClass((RuntimeObject*)L_25, FieldInfo_t_il2cpp_TypeInfo_var)); V_5 = L_26; bool L_27 = FieldInfo_op_Inequality_mB88B704E9238C7A9FD42274FCFEFA7CFABBF16EE(L_26, (FieldInfo_t *)NULL, /*hidden argument*/NULL); if (!L_27) { goto IL_008a; } } { FieldInfo_t * L_28 = V_4; FieldInfo_t * L_29 = V_5; bool L_30 = FieldInfo_op_Equality_m924E721654B7BDF09AA6E20C6E8D2BC4D4AF9DB7(L_28, L_29, /*hidden argument*/NULL); return L_30; } IL_008a: { MemberInfo_t * L_31 = ___left0; EventInfo_t * L_32 = ((EventInfo_t *)IsInstClass((RuntimeObject*)L_31, EventInfo_t_il2cpp_TypeInfo_var)); V_6 = L_32; bool L_33 = EventInfo_op_Inequality_mC7E27E2551DF4073E8DC033A89A705596AFF344C(L_32, (EventInfo_t *)NULL, /*hidden argument*/NULL); if (!L_33) { goto IL_00b6; } } { MemberInfo_t * L_34 = ___right1; EventInfo_t * L_35 = ((EventInfo_t *)IsInstClass((RuntimeObject*)L_34, EventInfo_t_il2cpp_TypeInfo_var)); V_7 = L_35; bool L_36 = EventInfo_op_Inequality_mC7E27E2551DF4073E8DC033A89A705596AFF344C(L_35, (EventInfo_t *)NULL, /*hidden argument*/NULL); if (!L_36) { goto IL_00b6; } } { EventInfo_t * L_37 = V_6; EventInfo_t * L_38 = V_7; bool L_39 = EventInfo_op_Equality_m0C524BB18130882AB39B1CF0782D885FEFEB189E(L_37, L_38, /*hidden argument*/NULL); return L_39; } IL_00b6: { MemberInfo_t * L_40 = ___left0; PropertyInfo_t * L_41 = ((PropertyInfo_t *)IsInstClass((RuntimeObject*)L_40, PropertyInfo_t_il2cpp_TypeInfo_var)); V_8 = L_41; bool L_42 = PropertyInfo_op_Inequality_m72FFC34F4BEFB4F18155B0E97F8616597AE9A782(L_41, (PropertyInfo_t *)NULL, /*hidden argument*/NULL); if (!L_42) { goto IL_00e2; } } { MemberInfo_t * L_43 = ___right1; PropertyInfo_t * L_44 = ((PropertyInfo_t *)IsInstClass((RuntimeObject*)L_43, PropertyInfo_t_il2cpp_TypeInfo_var)); V_9 = L_44; bool L_45 = PropertyInfo_op_Inequality_m72FFC34F4BEFB4F18155B0E97F8616597AE9A782(L_44, (PropertyInfo_t *)NULL, /*hidden argument*/NULL); if (!L_45) { goto IL_00e2; } } { PropertyInfo_t * L_46 = V_8; PropertyInfo_t * L_47 = V_9; bool L_48 = PropertyInfo_op_Equality_m6E3A0B7912D137F6FA5F53756ED260C9831B70ED(L_46, L_47, /*hidden argument*/NULL); return L_48; } IL_00e2: { return (bool)0; } } // System.Boolean System.Reflection.MemberInfo::op_Inequality(System.Reflection.MemberInfo,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Inequality_mAFFDD84E1AF346532192B32FA8787E64072B4F5B (MemberInfo_t * ___left0, MemberInfo_t * ___right1, const RuntimeMethod* method) { { MemberInfo_t * L_0 = ___left0; MemberInfo_t * L_1 = ___right1; bool L_2 = MemberInfo_op_Equality_m9B77A8811138313780ADCD0A9EE018748B9249D9(L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.MemberInfo::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_Equals_m5CA2A31776EFF925ED0FC3D402535D5922248F70 (MemberInfo_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; bool L_1 = Object_Equals_mEEF0C9AADB29464A832CCA4B9B9BFD8E3DC28F7B(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Reflection.MemberInfo::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemberInfo_GetHashCode_mE9E59E8B23F151FD6EE2CB98B8F5138AF3B79761 (MemberInfo_t * __this, const RuntimeMethod* method) { { int32_t L_0 = Object_GetHashCode_m81DE0CEF2ACADC7D076800D09B2232BC30639F76(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Reflection.MemberInfoSerializationHolder::GetSerializationInfo(System.Runtime.Serialization.SerializationInfo,System.String,System.RuntimeType,System.String,System.Reflection.MemberTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberInfoSerializationHolder_GetSerializationInfo_mB0FA496C6BD0AA14816C8815D44BEBCE3B0150A2 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, String_t* ___name1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedClass2, String_t* ___signature3, int32_t ___type4, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; String_t* L_1 = ___name1; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_2 = ___reflectedClass2; String_t* L_3 = ___signature3; int32_t L_4 = ___type4; MemberInfoSerializationHolder_GetSerializationInfo_mC9529CDC67F8E6F4230BE5D77C57BC925718B869(L_0, L_1, L_2, L_3, (String_t*)NULL, L_4, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.MemberInfoSerializationHolder::GetSerializationInfo(System.Runtime.Serialization.SerializationInfo,System.String,System.RuntimeType,System.String,System.String,System.Reflection.MemberTypes,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberInfoSerializationHolder_GetSerializationInfo_mC9529CDC67F8E6F4230BE5D77C57BC925718B869 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, String_t* ___name1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___reflectedClass2, String_t* ___signature3, String_t* ___signature24, int32_t ___type5, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___genericArguments6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberInfoSerializationHolder_GetSerializationInfo_mC9529CDC67F8E6F4230BE5D77C57BC925718B869_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, MemberInfoSerializationHolder_GetSerializationInfo_mC9529CDC67F8E6F4230BE5D77C57BC925718B869_RuntimeMethod_var); } IL_000e: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_2 = ___reflectedClass2; NullCheck(L_2); Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_3 = VirtFuncInvoker0< Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * >::Invoke(16 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_2); NullCheck(L_3); Assembly_t * L_4 = VirtFuncInvoker0< Assembly_t * >::Invoke(10 /* System.Reflection.Assembly System.Reflection.Module::get_Assembly() */, L_3); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_4); V_0 = L_5; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_6 = ___reflectedClass2; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_6); V_1 = L_7; SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = { reinterpret_cast (MemberInfoSerializationHolder_t86805EF45CB9FB7986619A3F3625A2A3B6C1B641_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_9, /*hidden argument*/NULL); NullCheck(L_8); SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784(L_8, L_10, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_11 = ___info0; String_t* L_12 = ___name1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_14 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_13, /*hidden argument*/NULL); NullCheck(L_11); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_11, _stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA, L_12, L_14, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_15 = ___info0; String_t* L_16 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_17 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_18 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_17, /*hidden argument*/NULL); NullCheck(L_15); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_15, _stringLiteralF0541457E2B7EF76AA2DDC177C44B4FF6B95E9C5, L_16, L_18, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_19 = ___info0; String_t* L_20 = V_1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_21, /*hidden argument*/NULL); NullCheck(L_19); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_19, _stringLiteralEEEC90853FC9B89566DD858A99CEE46219C6FB39, L_20, L_22, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_23 = ___info0; String_t* L_24 = ___signature3; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_25 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_26 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_25, /*hidden argument*/NULL); NullCheck(L_23); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_23, _stringLiteral2F32BE1DC74166373C988EC03B0BD86F0A576919, L_24, L_26, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_27 = ___info0; String_t* L_28 = ___signature24; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_29, /*hidden argument*/NULL); NullCheck(L_27); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_27, _stringLiteral6D6A3B4A8C86B1FD46513CE15065F6AF3BF94832, L_28, L_30, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_31 = ___info0; int32_t L_32 = ___type5; NullCheck(L_31); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_31, _stringLiteralCB61F9B524B5529550CC74D1B865778C5190B46E, L_32, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_33 = ___info0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_34 = ___genericArguments6; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_35 = { reinterpret_cast (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_0_0_0_var) }; Type_t * L_36 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_35, /*hidden argument*/NULL); NullCheck(L_33); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_33, _stringLiteralF221811315A6A4EB975642C56E41ECFB1B78BF7A, (RuntimeObject *)(RuntimeObject *)L_34, L_36, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.MemberInfoSerializationHolder::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberInfoSerializationHolder__ctor_m3C417946DDD111E06958A8D8862469E7AB51D979 (MemberInfoSerializationHolder_t86805EF45CB9FB7986619A3F3625A2A3B6C1B641 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberInfoSerializationHolder__ctor_m3C417946DDD111E06958A8D8862469E7AB51D979_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Assembly_t * V_1 = NULL; String_t* G_B4_0 = NULL; String_t* G_B3_0 = NULL; String_t* G_B5_0 = NULL; { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, MemberInfoSerializationHolder__ctor_m3C417946DDD111E06958A8D8862469E7AB51D979_RuntimeMethod_var); } IL_0014: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; NullCheck(L_2); String_t* L_3 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_2, _stringLiteralF0541457E2B7EF76AA2DDC177C44B4FF6B95E9C5, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0; NullCheck(L_4); String_t* L_5 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_4, _stringLiteralEEEC90853FC9B89566DD858A99CEE46219C6FB39, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = L_3; G_B3_0 = L_6; if (!L_6) { G_B4_0 = L_6; goto IL_0031; } } { String_t* L_7 = V_0; G_B4_0 = G_B3_0; if (L_7) { G_B5_0 = G_B3_0; goto IL_0041; } } IL_0031: { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8944FFAD1E8C07AABD7BA714D715171EAAD5687C, /*hidden argument*/NULL); SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_9 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var); SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, MemberInfoSerializationHolder__ctor_m3C417946DDD111E06958A8D8862469E7AB51D979_RuntimeMethod_var); } IL_0041: { IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t5148825402E5545974E9C2BAC017D843551A880E_il2cpp_TypeInfo_var); Assembly_t * L_10 = FormatterServices_LoadAssemblyFromString_m05616D847972123FB8DEACB5F94402D3C2B6709C(G_B5_0, /*hidden argument*/NULL); V_1 = L_10; Assembly_t * L_11 = V_1; String_t* L_12 = V_0; NullCheck(L_11); Type_t * L_13 = VirtFuncInvoker3< Type_t *, String_t*, bool, bool >::Invoke(26 /* System.Type System.Reflection.Assembly::GetType(System.String,System.Boolean,System.Boolean) */, L_11, L_12, (bool)1, (bool)0); __this->set_m_reflectedType_1(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_13, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___info0; NullCheck(L_14); String_t* L_15 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_14, _stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA, /*hidden argument*/NULL); __this->set_m_memberName_0(L_15); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_16 = ___info0; NullCheck(L_16); String_t* L_17 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_16, _stringLiteral2F32BE1DC74166373C988EC03B0BD86F0A576919, /*hidden argument*/NULL); __this->set_m_signature_2(L_17); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_18 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_19 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_19, /*hidden argument*/NULL); NullCheck(L_18); RuntimeObject * L_21 = SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF(L_18, _stringLiteral6D6A3B4A8C86B1FD46513CE15065F6AF3BF94832, L_20, /*hidden argument*/NULL); __this->set_m_signature2_3(((String_t*)CastclassSealed((RuntimeObject*)L_21, String_t_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_22 = ___info0; NullCheck(L_22); int32_t L_23 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_22, _stringLiteralCB61F9B524B5529550CC74D1B865778C5190B46E, /*hidden argument*/NULL); __this->set_m_memberType_4(L_23); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_24 = ___info0; __this->set_m_info_5(L_24); return; } } // System.Void System.Reflection.MemberInfoSerializationHolder::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberInfoSerializationHolder_GetObjectData_m61606EA38523A0E957F282F6FDA3A6C32F973DCD (MemberInfoSerializationHolder_t86805EF45CB9FB7986619A3F3625A2A3B6C1B641 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberInfoSerializationHolder_GetObjectData_m61606EA38523A0E957F282F6FDA3A6C32F973DCD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral1F6BF92BD503484B667BB1D862FD10AF914D8A56, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, MemberInfoSerializationHolder_GetObjectData_m61606EA38523A0E957F282F6FDA3A6C32F973DCD_RuntimeMethod_var); } } // System.Object System.Reflection.MemberInfoSerializationHolder::GetRealObject(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MemberInfoSerializationHolder_GetRealObject_mF395D348A0F1C3C136164A284D559227A1C16681 (MemberInfoSerializationHolder_t86805EF45CB9FB7986619A3F3625A2A3B6C1B641 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberInfoSerializationHolder_GetRealObject_mF395D348A0F1C3C136164A284D559227A1C16681_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* V_2 = NULL; EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* V_3 = NULL; PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* V_4 = NULL; int32_t V_5 = 0; ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* V_6 = NULL; int32_t V_7 = 0; MethodInfo_t * V_8 = NULL; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_9 = NULL; MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* V_10 = NULL; int32_t V_11 = 0; MethodInfo_t * V_12 = NULL; { String_t* L_0 = __this->get_m_memberName_0(); if (!L_0) { goto IL_001e; } } { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_1 = __this->get_m_reflectedType_1(); IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); bool L_2 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_1, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL); if (L_2) { goto IL_001e; } } { int32_t L_3 = __this->get_m_memberType_4(); if (L_3) { goto IL_002e; } } IL_001e: { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8944FFAD1E8C07AABD7BA714D715171EAAD5687C, /*hidden argument*/NULL); SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_5 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var); SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, MemberInfoSerializationHolder_GetRealObject_mF395D348A0F1C3C136164A284D559227A1C16681_RuntimeMethod_var); } IL_002e: { V_0 = ((int32_t)262204); int32_t L_6 = __this->get_m_memberType_4(); V_1 = L_6; int32_t L_7 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))) { case 0: { goto IL_01b2; } case 1: { goto IL_00a7; } case 2: { goto IL_0413; } case 3: { goto IL_0067; } } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)8))) { goto IL_0270; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)16)))) { goto IL_00e7; } } { goto IL_0413; } IL_0067: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_10 = __this->get_m_reflectedType_1(); String_t* L_11 = __this->get_m_memberName_0(); int32_t L_12 = V_0; NullCheck(L_10); MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_13 = VirtFuncInvoker3< MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*, String_t*, int32_t, int32_t >::Invoke(63 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) */, L_10, L_11, 4, L_12); V_2 = ((FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE*)IsInst((RuntimeObject*)L_13, FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE_il2cpp_TypeInfo_var)); FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_14 = V_2; NullCheck(L_14); if ((((RuntimeArray*)L_14)->max_length)) { goto IL_00a3; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15; String_t* L_17 = __this->get_m_memberName_0(); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_17); String_t* L_18 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralBC6D09F2B09480E176121D8D4797C168398422CE, L_16, /*hidden argument*/NULL); SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_19 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var); SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, MemberInfoSerializationHolder_GetRealObject_mF395D348A0F1C3C136164A284D559227A1C16681_RuntimeMethod_var); } IL_00a3: { FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_20 = V_2; NullCheck(L_20); int32_t L_21 = 0; FieldInfo_t * L_22 = (L_20)->GetAt(static_cast(L_21)); return L_22; } IL_00a7: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_23 = __this->get_m_reflectedType_1(); String_t* L_24 = __this->get_m_memberName_0(); int32_t L_25 = V_0; NullCheck(L_23); MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_26 = VirtFuncInvoker3< MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*, String_t*, int32_t, int32_t >::Invoke(63 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) */, L_23, L_24, 2, L_25); V_3 = ((EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C*)IsInst((RuntimeObject*)L_26, EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C_il2cpp_TypeInfo_var)); EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* L_27 = V_3; NullCheck(L_27); if ((((RuntimeArray*)L_27)->max_length)) { goto IL_00e3; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_28 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_29 = L_28; String_t* L_30 = __this->get_m_memberName_0(); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_30); (L_29)->SetAt(static_cast(0), (RuntimeObject *)L_30); String_t* L_31 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralBC6D09F2B09480E176121D8D4797C168398422CE, L_29, /*hidden argument*/NULL); SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_32 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var); SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_32, L_31, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, MemberInfoSerializationHolder_GetRealObject_mF395D348A0F1C3C136164A284D559227A1C16681_RuntimeMethod_var); } IL_00e3: { EventInfoU5BU5D_t507AD5C5E08DCF89B8FCAC6A8897F3152D03433C* L_33 = V_3; NullCheck(L_33); int32_t L_34 = 0; EventInfo_t * L_35 = (L_33)->GetAt(static_cast(L_34)); return L_35; } IL_00e7: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_36 = __this->get_m_reflectedType_1(); String_t* L_37 = __this->get_m_memberName_0(); int32_t L_38 = V_0; NullCheck(L_36); MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_39 = VirtFuncInvoker3< MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*, String_t*, int32_t, int32_t >::Invoke(63 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) */, L_36, L_37, ((int32_t)16), L_38); V_4 = ((PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E*)IsInst((RuntimeObject*)L_39, PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E_il2cpp_TypeInfo_var)); PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_40 = V_4; NullCheck(L_40); if ((((RuntimeArray*)L_40)->max_length)) { goto IL_0126; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = L_41; String_t* L_43 = __this->get_m_memberName_0(); NullCheck(L_42); ArrayElementTypeCheck (L_42, L_43); (L_42)->SetAt(static_cast(0), (RuntimeObject *)L_43); String_t* L_44 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralBC6D09F2B09480E176121D8D4797C168398422CE, L_42, /*hidden argument*/NULL); SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_45 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var); SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_45, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, MemberInfoSerializationHolder_GetRealObject_mF395D348A0F1C3C136164A284D559227A1C16681_RuntimeMethod_var); } IL_0126: { PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_46 = V_4; NullCheck(L_46); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_46)->max_length))))) == ((uint32_t)1)))) { goto IL_0132; } } { PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_47 = V_4; NullCheck(L_47); int32_t L_48 = 0; PropertyInfo_t * L_49 = (L_47)->GetAt(static_cast(L_48)); return L_49; } IL_0132: { PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_50 = V_4; NullCheck(L_50); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length))))) <= ((int32_t)1))) { goto IL_0193; } } { V_5 = 0; goto IL_018b; } IL_013e: { String_t* L_51 = __this->get_m_signature2_3(); if (!L_51) { goto IL_0168; } } { PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_52 = V_4; int32_t L_53 = V_5; NullCheck(L_52); int32_t L_54 = L_53; PropertyInfo_t * L_55 = (L_52)->GetAt(static_cast(L_54)); NullCheck(((RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 *)CastclassClass((RuntimeObject*)L_55, RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4_il2cpp_TypeInfo_var))); String_t* L_56 = RuntimePropertyInfo_SerializationToString_mAF818C2D98E189CC099719CAD35F33235390E51C(((RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 *)CastclassClass((RuntimeObject*)L_55, RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_57 = __this->get_m_signature2_3(); NullCheck(L_56); bool L_58 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_56, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_0185; } } { PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_59 = V_4; int32_t L_60 = V_5; NullCheck(L_59); int32_t L_61 = L_60; PropertyInfo_t * L_62 = (L_59)->GetAt(static_cast(L_61)); return L_62; } IL_0168: { PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_63 = V_4; int32_t L_64 = V_5; NullCheck(L_63); int32_t L_65 = L_64; PropertyInfo_t * L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_66); String_t* L_67 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_66); String_t* L_68 = __this->get_m_signature_2(); NullCheck(L_67); bool L_69 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_67, L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_0185; } } { PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_70 = V_4; int32_t L_71 = V_5; NullCheck(L_70); int32_t L_72 = L_71; PropertyInfo_t * L_73 = (L_70)->GetAt(static_cast(L_72)); return L_73; } IL_0185: { int32_t L_74 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); } IL_018b: { int32_t L_75 = V_5; PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_76 = V_4; NullCheck(L_76); if ((((int32_t)L_75) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_76)->max_length))))))) { goto IL_013e; } } IL_0193: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_77 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_78 = L_77; String_t* L_79 = __this->get_m_memberName_0(); NullCheck(L_78); ArrayElementTypeCheck (L_78, L_79); (L_78)->SetAt(static_cast(0), (RuntimeObject *)L_79); String_t* L_80 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralBC6D09F2B09480E176121D8D4797C168398422CE, L_78, /*hidden argument*/NULL); SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_81 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var); SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_81, L_80, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, MemberInfoSerializationHolder_GetRealObject_mF395D348A0F1C3C136164A284D559227A1C16681_RuntimeMethod_var); } IL_01b2: { String_t* L_82 = __this->get_m_signature_2(); if (L_82) { goto IL_01ca; } } { String_t* L_83 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2362358F0604374E643D9238C9FFECE732A9A33D, /*hidden argument*/NULL); SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_84 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var); SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_84, L_83, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_84, MemberInfoSerializationHolder_GetRealObject_mF395D348A0F1C3C136164A284D559227A1C16681_RuntimeMethod_var); } IL_01ca: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_85 = __this->get_m_reflectedType_1(); String_t* L_86 = __this->get_m_memberName_0(); int32_t L_87 = V_0; NullCheck(L_85); MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_88 = VirtFuncInvoker3< MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*, String_t*, int32_t, int32_t >::Invoke(63 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) */, L_85, L_86, 1, L_87); V_6 = ((ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E*)IsInst((RuntimeObject*)L_88, ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E_il2cpp_TypeInfo_var)); ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_89 = V_6; NullCheck(L_89); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_89)->max_length))))) == ((uint32_t)1)))) { goto IL_01f0; } } { ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_90 = V_6; NullCheck(L_90); int32_t L_91 = 0; ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_92 = (L_90)->GetAt(static_cast(L_91)); return L_92; } IL_01f0: { ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_93 = V_6; NullCheck(L_93); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_93)->max_length))))) <= ((int32_t)1))) { goto IL_0251; } } { V_7 = 0; goto IL_0249; } IL_01fc: { String_t* L_94 = __this->get_m_signature2_3(); if (!L_94) { goto IL_0226; } } { ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_95 = V_6; int32_t L_96 = V_7; NullCheck(L_95); int32_t L_97 = L_96; ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_98 = (L_95)->GetAt(static_cast(L_97)); NullCheck(((RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D *)CastclassClass((RuntimeObject*)L_98, RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D_il2cpp_TypeInfo_var))); String_t* L_99 = RuntimeConstructorInfo_SerializationToString_m72F364EE32302A742B94ECEFC86EC8D455B32801(((RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D *)CastclassClass((RuntimeObject*)L_98, RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_100 = __this->get_m_signature2_3(); NullCheck(L_99); bool L_101 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_99, L_100, /*hidden argument*/NULL); if (!L_101) { goto IL_0243; } } { ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_102 = V_6; int32_t L_103 = V_7; NullCheck(L_102); int32_t L_104 = L_103; ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_105 = (L_102)->GetAt(static_cast(L_104)); return L_105; } IL_0226: { ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_106 = V_6; int32_t L_107 = V_7; NullCheck(L_106); int32_t L_108 = L_107; ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_109 = (L_106)->GetAt(static_cast(L_108)); NullCheck(L_109); String_t* L_110 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_109); String_t* L_111 = __this->get_m_signature_2(); NullCheck(L_110); bool L_112 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_110, L_111, /*hidden argument*/NULL); if (!L_112) { goto IL_0243; } } { ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_113 = V_6; int32_t L_114 = V_7; NullCheck(L_113); int32_t L_115 = L_114; ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_116 = (L_113)->GetAt(static_cast(L_115)); return L_116; } IL_0243: { int32_t L_117 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)1)); } IL_0249: { int32_t L_118 = V_7; ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_119 = V_6; NullCheck(L_119); if ((((int32_t)L_118) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_119)->max_length))))))) { goto IL_01fc; } } IL_0251: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_120 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_121 = L_120; String_t* L_122 = __this->get_m_memberName_0(); NullCheck(L_121); ArrayElementTypeCheck (L_121, L_122); (L_121)->SetAt(static_cast(0), (RuntimeObject *)L_122); String_t* L_123 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralBC6D09F2B09480E176121D8D4797C168398422CE, L_121, /*hidden argument*/NULL); SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_124 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var); SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_124, L_123, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_124, MemberInfoSerializationHolder_GetRealObject_mF395D348A0F1C3C136164A284D559227A1C16681_RuntimeMethod_var); } IL_0270: { V_8 = (MethodInfo_t *)NULL; String_t* L_125 = __this->get_m_signature_2(); if (L_125) { goto IL_028b; } } { String_t* L_126 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2362358F0604374E643D9238C9FFECE732A9A33D, /*hidden argument*/NULL); SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_127 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var); SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_127, L_126, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_127, MemberInfoSerializationHolder_GetRealObject_mF395D348A0F1C3C136164A284D559227A1C16681_RuntimeMethod_var); } IL_028b: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_128 = __this->get_m_info_5(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_129 = { reinterpret_cast (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_130 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_129, /*hidden argument*/NULL); NullCheck(L_128); RuntimeObject * L_131 = SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF(L_128, _stringLiteralF221811315A6A4EB975642C56E41ECFB1B78BF7A, L_130, /*hidden argument*/NULL); V_9 = ((TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)IsInst((RuntimeObject*)L_131, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var)); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_132 = __this->get_m_reflectedType_1(); String_t* L_133 = __this->get_m_memberName_0(); int32_t L_134 = V_0; NullCheck(L_132); MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_135 = VirtFuncInvoker3< MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*, String_t*, int32_t, int32_t >::Invoke(63 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) */, L_132, L_133, 8, L_134); V_10 = ((MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)IsInst((RuntimeObject*)L_135, MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B_il2cpp_TypeInfo_var)); MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_136 = V_10; NullCheck(L_136); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_136)->max_length))))) == ((uint32_t)1)))) { goto IL_02d8; } } { MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_137 = V_10; NullCheck(L_137); int32_t L_138 = 0; MethodInfo_t * L_139 = (L_137)->GetAt(static_cast(L_138)); V_8 = L_139; goto IL_03bf; } IL_02d8: { MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_140 = V_10; NullCheck(L_140); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_140)->max_length))))) <= ((int32_t)1))) { goto IL_03bf; } } { V_11 = 0; goto IL_03b4; } IL_02ea: { String_t* L_141 = __this->get_m_signature2_3(); if (!L_141) { goto IL_031a; } } { MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_142 = V_10; int32_t L_143 = V_11; NullCheck(L_142); int32_t L_144 = L_143; MethodInfo_t * L_145 = (L_142)->GetAt(static_cast(L_144)); NullCheck(((RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E *)CastclassClass((RuntimeObject*)L_145, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var))); String_t* L_146 = RuntimeMethodInfo_SerializationToString_m80CFD6BDF8363472D44D6472787E7C946949D004(((RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E *)CastclassClass((RuntimeObject*)L_145, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_147 = __this->get_m_signature2_3(); NullCheck(L_146); bool L_148 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_146, L_147, /*hidden argument*/NULL); if (!L_148) { goto IL_033d; } } { MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_149 = V_10; int32_t L_150 = V_11; NullCheck(L_149); int32_t L_151 = L_150; MethodInfo_t * L_152 = (L_149)->GetAt(static_cast(L_151)); V_8 = L_152; goto IL_03bf; } IL_031a: { MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_153 = V_10; int32_t L_154 = V_11; NullCheck(L_153); int32_t L_155 = L_154; MethodInfo_t * L_156 = (L_153)->GetAt(static_cast(L_155)); NullCheck(L_156); String_t* L_157 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_156); String_t* L_158 = __this->get_m_signature_2(); NullCheck(L_157); bool L_159 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_157, L_158, /*hidden argument*/NULL); if (!L_159) { goto IL_033d; } } { MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_160 = V_10; int32_t L_161 = V_11; NullCheck(L_160); int32_t L_162 = L_161; MethodInfo_t * L_163 = (L_160)->GetAt(static_cast(L_162)); V_8 = L_163; goto IL_03bf; } IL_033d: { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_164 = V_9; if (!L_164) { goto IL_03ae; } } { MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_165 = V_10; int32_t L_166 = V_11; NullCheck(L_165); int32_t L_167 = L_166; MethodInfo_t * L_168 = (L_165)->GetAt(static_cast(L_167)); NullCheck(L_168); bool L_169 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, L_168); if (!L_169) { goto IL_03ae; } } { MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_170 = V_10; int32_t L_171 = V_11; NullCheck(L_170); int32_t L_172 = L_171; MethodInfo_t * L_173 = (L_170)->GetAt(static_cast(L_172)); NullCheck(L_173); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_174 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(24 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, L_173); NullCheck(L_174); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_175 = V_9; NullCheck(L_175); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_174)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_175)->max_length)))))))) { goto IL_03ae; } } { MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_176 = V_10; int32_t L_177 = V_11; NullCheck(L_176); int32_t L_178 = L_177; MethodInfo_t * L_179 = (L_176)->GetAt(static_cast(L_178)); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_180 = V_9; NullCheck(L_179); MethodInfo_t * L_181 = VirtFuncInvoker1< MethodInfo_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(42 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::MakeGenericMethod(System.Type[]) */, L_179, L_180); V_12 = L_181; String_t* L_182 = __this->get_m_signature2_3(); if (!L_182) { goto IL_0394; } } { MethodInfo_t * L_183 = V_12; NullCheck(((RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E *)CastclassClass((RuntimeObject*)L_183, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var))); String_t* L_184 = RuntimeMethodInfo_SerializationToString_m80CFD6BDF8363472D44D6472787E7C946949D004(((RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E *)CastclassClass((RuntimeObject*)L_183, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_185 = __this->get_m_signature2_3(); NullCheck(L_184); bool L_186 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_184, L_185, /*hidden argument*/NULL); if (!L_186) { goto IL_03ae; } } { MethodInfo_t * L_187 = V_12; V_8 = L_187; goto IL_03bf; } IL_0394: { MethodInfo_t * L_188 = V_12; NullCheck(L_188); String_t* L_189 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_188); String_t* L_190 = __this->get_m_signature_2(); NullCheck(L_189); bool L_191 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_189, L_190, /*hidden argument*/NULL); if (!L_191) { goto IL_03ae; } } { MethodInfo_t * L_192 = V_12; V_8 = L_192; goto IL_03bf; } IL_03ae: { int32_t L_193 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_193, (int32_t)1)); } IL_03b4: { int32_t L_194 = V_11; MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_195 = V_10; NullCheck(L_195); if ((((int32_t)L_194) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_195)->max_length))))))) { goto IL_02ea; } } IL_03bf: { MethodInfo_t * L_196 = V_8; bool L_197 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_196, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_197) { goto IL_03e8; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_198 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_199 = L_198; String_t* L_200 = __this->get_m_memberName_0(); NullCheck(L_199); ArrayElementTypeCheck (L_199, L_200); (L_199)->SetAt(static_cast(0), (RuntimeObject *)L_200); String_t* L_201 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralBC6D09F2B09480E176121D8D4797C168398422CE, L_199, /*hidden argument*/NULL); SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_202 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var); SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_202, L_201, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_202, MemberInfoSerializationHolder_GetRealObject_mF395D348A0F1C3C136164A284D559227A1C16681_RuntimeMethod_var); } IL_03e8: { MethodInfo_t * L_203 = V_8; NullCheck(L_203); bool L_204 = VirtFuncInvoker0< bool >::Invoke(25 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() */, L_203); if (L_204) { goto IL_03f4; } } { MethodInfo_t * L_205 = V_8; return L_205; } IL_03f4: { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_206 = V_9; if (L_206) { goto IL_03fb; } } { MethodInfo_t * L_207 = V_8; return L_207; } IL_03fb: { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_208 = V_9; NullCheck(L_208); int32_t L_209 = 0; Type_t * L_210 = (L_208)->GetAt(static_cast(L_209)); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_211 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_210, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_211) { goto IL_0409; } } { return NULL; } IL_0409: { MethodInfo_t * L_212 = V_8; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_213 = V_9; NullCheck(L_212); MethodInfo_t * L_214 = VirtFuncInvoker1< MethodInfo_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(42 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::MakeGenericMethod(System.Type[]) */, L_212, L_213); return L_214; } IL_0413: { String_t* L_215 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralE18D5C9C0F2C209367E78AB9DB933754EA826F10, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_216 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_216, L_215, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_216, MemberInfoSerializationHolder_GetRealObject_mF395D348A0F1C3C136164A284D559227A1C16681_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 #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.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromHandle(System.RuntimeMethodHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandle_mA6FE34365BF5FA1A149499262C29FF23A55C8878 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F ___handle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBase_GetMethodFromHandle_mA6FE34365BF5FA1A149499262C29FF23A55C8878_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodBase_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = RuntimeMethodHandle_IsNullHandle_mDA03892D2377AFCD1ABE8ECF8F846C6D185137F7((RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)(&___handle0), /*hidden argument*/NULL); if (!L_0) { goto IL_0019; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral43CD1760645DEAC8D9320A491A0AA53D189F6230, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, MethodBase_GetMethodFromHandle_mA6FE34365BF5FA1A149499262C29FF23A55C8878_RuntimeMethod_var); } IL_0019: { intptr_t L_3 = RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_inline((RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)(&___handle0), /*hidden argument*/NULL); MethodBase_t * L_4 = MethodBase_GetMethodFromHandleInternalType_mE3159FED77FD0AA12A63B2E194D7E3E4F1F81823((intptr_t)L_3, (intptr_t)(0), /*hidden argument*/NULL); V_0 = L_4; MethodBase_t * L_5 = V_0; bool L_6 = MethodBase_op_Equality_mB2519FFC5324C515ED0181B94A3FA5D6FE99D736(L_5, (MethodBase_t *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_003f; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_7, _stringLiteral43CD1760645DEAC8D9320A491A0AA53D189F6230, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, MethodBase_GetMethodFromHandle_mA6FE34365BF5FA1A149499262C29FF23A55C8878_RuntimeMethod_var); } IL_003f: { MethodBase_t * L_8 = V_0; NullCheck(L_8); Type_t * L_9 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_8); V_1 = L_9; Type_t * L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_10, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_0078; } } { Type_t * L_12 = V_1; NullCheck(L_12); bool L_13 = VirtFuncInvoker0< bool >::Invoke(81 /* System.Boolean System.Type::get_IsGenericType() */, L_12); if (!L_13) { goto IL_0078; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL); String_t* L_15 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral888142687433D0F0BF99E16C8C64F9443FA1F35E, /*hidden argument*/NULL); MethodBase_t * L_16 = V_0; Type_t * L_17 = V_1; NullCheck(L_17); Type_t * L_18 = VirtFuncInvoker0< Type_t * >::Invoke(106 /* System.Type System.Type::GetGenericTypeDefinition() */, L_17); String_t* L_19 = String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435(L_14, L_15, L_16, L_18, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_20 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_20, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, MethodBase_GetMethodFromHandle_mA6FE34365BF5FA1A149499262C29FF23A55C8878_RuntimeMethod_var); } IL_0078: { MethodBase_t * L_21 = V_0; return L_21; } } // System.Void System.Reflection.MethodBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodBase__ctor_m1DB9E12C86132DD3C7E192C57571799CB97D74F9 (MethodBase_t * __this, const RuntimeMethod* method) { { MemberInfo__ctor_m2F662BD5B63738672688109B4BCC552C143B1BCC(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Reflection.MethodBase::op_Equality(System.Reflection.MethodBase,System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_op_Equality_mB2519FFC5324C515ED0181B94A3FA5D6FE99D736 (MethodBase_t * ___left0, MethodBase_t * ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBase_op_Equality_mB2519FFC5324C515ED0181B94A3FA5D6FE99D736_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; MethodInfo_t * V_1 = NULL; ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * V_2 = NULL; ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * V_3 = NULL; { MethodBase_t * L_0 = ___left0; MethodBase_t * L_1 = ___right1; if ((!(((RuntimeObject*)(MethodBase_t *)L_0) == ((RuntimeObject*)(MethodBase_t *)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { MethodBase_t * L_2 = ___left0; if (!L_2) { goto IL_000c; } } { MethodBase_t * L_3 = ___right1; if (L_3) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { MethodBase_t * L_4 = ___left0; MethodInfo_t * L_5 = ((MethodInfo_t *)IsInstClass((RuntimeObject*)L_4, MethodInfo_t_il2cpp_TypeInfo_var)); V_0 = L_5; bool L_6 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_5, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0036; } } { MethodBase_t * L_7 = ___right1; MethodInfo_t * L_8 = ((MethodInfo_t *)IsInstClass((RuntimeObject*)L_7, MethodInfo_t_il2cpp_TypeInfo_var)); V_1 = L_8; bool L_9 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_8, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0036; } } { MethodInfo_t * L_10 = V_0; MethodInfo_t * L_11 = V_1; bool L_12 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_10, L_11, /*hidden argument*/NULL); return L_12; } IL_0036: { MethodBase_t * L_13 = ___left0; ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_14 = ((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)IsInstClass((RuntimeObject*)L_13, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var)); V_2 = L_14; IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var); bool L_15 = ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4(L_14, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL); if (!L_15) { goto IL_005e; } } { MethodBase_t * L_16 = ___right1; ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_17 = ((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)IsInstClass((RuntimeObject*)L_16, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var)); V_3 = L_17; IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var); bool L_18 = ConstructorInfo_op_Inequality_m7BACC92FB27D1999A084F5346451CEE9FD0445E4(L_17, (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)NULL, /*hidden argument*/NULL); if (!L_18) { goto IL_005e; } } { ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_19 = V_2; ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_20 = V_3; IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var); bool L_21 = ConstructorInfo_op_Equality_mB609E9EE55A0CFDE49239997394F2E458DBF8B53(L_19, L_20, /*hidden argument*/NULL); return L_21; } IL_005e: { return (bool)0; } } // System.Boolean System.Reflection.MethodBase::op_Inequality(System.Reflection.MethodBase,System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_op_Inequality_mA03AE708DD0D76404AED7C36A75741E2A6BC6BF7 (MethodBase_t * ___left0, MethodBase_t * ___right1, const RuntimeMethod* method) { { MethodBase_t * L_0 = ___left0; MethodBase_t * L_1 = ___right1; bool L_2 = MethodBase_op_Equality_mB2519FFC5324C515ED0181B94A3FA5D6FE99D736(L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.MethodBase::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_Equals_m849565B74BE0685924729511962242B49C777769 (MethodBase_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; bool L_1 = MemberInfo_Equals_m5CA2A31776EFF925ED0FC3D402535D5922248F70(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Reflection.MethodBase::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodBase_GetHashCode_m55E538F2842D4B18101C291C47380E97B366202F (MethodBase_t * __this, const RuntimeMethod* method) { { int32_t L_0 = MemberInfo_GetHashCode_mE9E59E8B23F151FD6EE2CB98B8F5138AF3B79761(__this, /*hidden argument*/NULL); return L_0; } } // System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* MethodBase_GetParametersNoCopy_mEB0CB24B1A97F89CF121FB04BBB374C671C79533 (MethodBase_t * __this, const RuntimeMethod* method) { { ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_0 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(18 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, __this); return L_0; } } // System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodBase_get_CallingConvention_m0B6E398BD8148CDA8D357C08D47B9A98EBF0AE6C (MethodBase_t * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Type[] System.Reflection.MethodBase::GetGenericArguments() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* MethodBase_GetGenericArguments_m119E2D695419E6B77E952FB4A4869248FDE4C4D8 (MethodBase_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBase_GetGenericArguments_m119E2D695419E6B77E952FB4A4869248FDE4C4D8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3B2735839D1797305D98210526CD0E0525FA22A9, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, MethodBase_GetGenericArguments_m119E2D695419E6B77E952FB4A4869248FDE4C4D8_RuntimeMethod_var); } } // System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsGenericMethodDefinition_mA9BEE942B9FC65ED8186F3F4A62BBBED854A278E (MethodBase_t * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.MethodBase::get_ContainsGenericParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_ContainsGenericParameters_m773258EE3DF74D5FE905ABE66F7A22983F001516 (MethodBase_t * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsGenericMethod_m43ED23754B375E78608E2943223C1E0168517DEF (MethodBase_t * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Reflection.MethodBase::get_IsSecurityCritical() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsSecurityCritical_mCB7DFEB7B27A81F2A3DACF9B7C10A14240BDEA34 (MethodBase_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBase_get_IsSecurityCritical_mCB7DFEB7B27A81F2A3DACF9B7C10A14240BDEA34_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, MethodBase_get_IsSecurityCritical_mCB7DFEB7B27A81F2A3DACF9B7C10A14240BDEA34_RuntimeMethod_var); } } // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m471794D56262D9DB5B5A324883030AB16BD39674 (MethodBase_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = ___parameters1; RuntimeObject * L_2 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(22 /* System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, __this, L_0, 0, (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)NULL, L_1, (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL); return L_2; } } // System.Boolean System.Reflection.MethodBase::get_IsPublic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsPublic_m9DCA641DBE6F06D0DC4A4B2828641A6DEA97F88B (MethodBase_t * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.MethodAttributes System.Reflection.MethodBase::get_Attributes() */, __this); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)7))) == ((int32_t)6))? 1 : 0); } } // System.Boolean System.Reflection.MethodBase::get_IsStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsStatic_m745A9BDA4869DB7CC4886436C52D34855C1270A5 (MethodBase_t * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.MethodAttributes System.Reflection.MethodBase::get_Attributes() */, __this); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Reflection.MethodBase::get_IsVirtual() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsVirtual_m60B52F086B75D675CAB423C351C3B0CA062675F4 (MethodBase_t * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.MethodAttributes System.Reflection.MethodBase::get_Attributes() */, __this); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Reflection.MethodBase::get_IsAbstract() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsAbstract_mFE6CAF80BCF511BE090A541FD179CF5C418176A0 (MethodBase_t * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.MethodAttributes System.Reflection.MethodBase::get_Attributes() */, __this); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)1024)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Reflection.MethodBase::get_IsConstructor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsConstructor_mB9D1652FC7716077DAADB6F5F0F1BE6E7199413C (MethodBase_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBase_get_IsConstructor_mB9D1652FC7716077DAADB6F5F0F1BE6E7199413C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { if (!((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)IsInstClass((RuntimeObject*)__this, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var))) { goto IL_0024; } } { bool L_0 = MethodBase_get_IsStatic_m745A9BDA4869DB7CC4886436C52D34855C1270A5(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0024; } } { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.MethodAttributes System.Reflection.MethodBase::get_Attributes() */, __this); return (bool)((((int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)4096)))) == ((int32_t)((int32_t)4096)))? 1 : 0); } IL_0024: { return (bool)0; } } // System.Reflection.MethodBody System.Reflection.MethodBase::GetMethodBody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBody_t900C79A470F33FA739168B232092420240DC11F2 * MethodBase_GetMethodBody_m2B779D234C6BCE385599BADD67DAC94189F22E10 (MethodBase_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBase_GetMethodBody_m2B779D234C6BCE385599BADD67DAC94189F22E10_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, MethodBase_GetMethodBody_m2B779D234C6BCE385599BADD67DAC94189F22E10_RuntimeMethod_var); } } // System.String System.Reflection.MethodBase::ConstructParameters(System.Type[],System.Reflection.CallingConventions,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MethodBase_ConstructParameters_m5E66006D2E329861603510F1E5E0B0E8E1FBA040 (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___parameterTypes0, int32_t ___callingConvention1, bool ___serialization2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBase_ConstructParameters_m5E66006D2E329861603510F1E5E0B0E8E1FBA040_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; V_2 = 0; goto IL_0065; } IL_0010: { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = ___parameterTypes0; int32_t L_2 = V_2; NullCheck(L_1); int32_t L_3 = L_2; Type_t * L_4 = (L_1)->GetAt(static_cast(L_3)); StringBuilder_t * L_5 = V_0; String_t* L_6 = V_1; NullCheck(L_5); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_5, L_6, /*hidden argument*/NULL); Type_t * L_7 = L_4; bool L_8 = ___serialization2; NullCheck(L_7); String_t* L_9 = VirtFuncInvoker1< String_t*, bool >::Invoke(117 /* System.String System.Type::FormatTypeName(System.Boolean) */, L_7, L_8); V_3 = L_9; NullCheck(L_7); bool L_10 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(L_7, /*hidden argument*/NULL); if (!L_10) { goto IL_0053; } } { bool L_11 = ___serialization2; if (L_11) { goto IL_0053; } } { StringBuilder_t * L_12 = V_0; String_t* L_13 = V_3; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = L_14; NullCheck(L_15); (L_15)->SetAt(static_cast(0), (Il2CppChar)((int32_t)38)); NullCheck(L_13); String_t* L_16 = String_TrimEnd_m8D4905B71A4AEBF9D0BC36C6003FC9A5AD630403(L_13, L_15, /*hidden argument*/NULL); NullCheck(L_12); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, L_16, /*hidden argument*/NULL); StringBuilder_t * L_17 = V_0; NullCheck(L_17); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_17, _stringLiteral35F1E58B08D4CDF80779B991D9BFE2258616A0C7, /*hidden argument*/NULL); goto IL_005b; } IL_0053: { StringBuilder_t * L_18 = V_0; String_t* L_19 = V_3; NullCheck(L_18); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_18, L_19, /*hidden argument*/NULL); } IL_005b: { V_1 = _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46; int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0065: { int32_t L_21 = V_2; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_22 = ___parameterTypes0; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))))))) { goto IL_0010; } } { int32_t L_23 = ___callingConvention1; if ((!(((uint32_t)((int32_t)((int32_t)L_23&(int32_t)2))) == ((uint32_t)2)))) { goto IL_0085; } } { StringBuilder_t * L_24 = V_0; String_t* L_25 = V_1; NullCheck(L_24); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_24, L_25, /*hidden argument*/NULL); StringBuilder_t * L_26 = V_0; NullCheck(L_26); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_26, _stringLiteral6EAE3A5B062C6D0D79F070C26E6D62486B40CB46, /*hidden argument*/NULL); } IL_0085: { StringBuilder_t * L_27 = V_0; NullCheck(L_27); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_27); return L_28; } } // System.String System.Reflection.MethodBase::FormatNameAndSig(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MethodBase_FormatNameAndSig_m601040ACD9C89A76CDA008569F42DF889761C4C3 (MethodBase_t * __this, bool ___serialization0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBase_FormatNameAndSig_m601040ACD9C89A76CDA008569F42DF889761C4C3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, __this); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3(L_1, L_0, /*hidden argument*/NULL); StringBuilder_t * L_2 = L_1; NullCheck(L_2); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_2, _stringLiteral28ED3A797DA3C48C309A4EF792147F3C56CFEC40, /*hidden argument*/NULL); StringBuilder_t * L_3 = L_2; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(37 /* System.Type[] System.Reflection.MethodBase::GetParameterTypes() */, __this); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, __this); bool L_6 = ___serialization0; String_t* L_7 = MethodBase_ConstructParameters_m5E66006D2E329861603510F1E5E0B0E8E1FBA040(L_4, L_5, L_6, /*hidden argument*/NULL); NullCheck(L_3); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, L_7, /*hidden argument*/NULL); StringBuilder_t * L_8 = L_3; NullCheck(L_8); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_8, _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); return L_9; } } // System.Type[] System.Reflection.MethodBase::GetParameterTypes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* MethodBase_GetParameterTypes_m322931FCFEF980AF0BF89C7A40674457C2ADD7DF (MethodBase_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBase_GetParameterTypes_m322931FCFEF980AF0BF89C7A40674457C2ADD7DF_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_0 = NULL; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_1 = NULL; int32_t V_2 = 0; { ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_0 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(17 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, __this); V_0 = L_0; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_1 = V_0; NullCheck(L_1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))); V_1 = L_2; V_2 = 0; goto IL_0023; } IL_0014: { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = V_1; int32_t L_4 = V_2; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_5 = V_0; int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); Type_t * L_9 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_8); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_9); (L_3)->SetAt(static_cast(L_4), (Type_t *)L_9); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0023: { int32_t L_11 = V_2; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_12 = V_0; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))))) { goto IL_0014; } } { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_13 = V_1; return L_13; } } // System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* MethodBase_GetParametersInternal_mAC7A5F3B37C7605F426F3D2A1C818514449E80CA (MethodBase_t * __this, const RuntimeMethod* method) { { ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_0 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(18 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, __this); return L_0; } } // System.Int32 System.Reflection.MethodBase::GetParametersCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodBase_GetParametersCount_mCDD6085C2EAB36C76260FEF59EB66CC92229D199 (MethodBase_t * __this, const RuntimeMethod* method) { { ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_0 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(38 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersInternal() */, __this); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))); } } // System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromHandleNoGenericCheck(System.RuntimeMethodHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandleNoGenericCheck_m9164B80E67B5B0E8AB9A28ACDD6BDEEB04BA088C (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F ___handle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodBase_GetMethodFromHandleNoGenericCheck_m9164B80E67B5B0E8AB9A28ACDD6BDEEB04BA088C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_inline((RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)(&___handle0), /*hidden argument*/NULL); MethodBase_t * L_1 = MethodBase_GetMethodFromHandleInternalType_native_mAE8602E096BB380C48DCC9B631029D6B9974477C((intptr_t)L_0, (intptr_t)(0), (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromHandleNoGenericCheck(System.RuntimeMethodHandle,System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandleNoGenericCheck_m2889FEAC3D9354D34642A904DCEC82CDBBE7AC78 (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F ___handle0, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___reflectedType1, const RuntimeMethod* method) { { intptr_t L_0 = RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_inline((RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F *)(&___handle0), /*hidden argument*/NULL); intptr_t L_1 = RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_inline((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&___reflectedType1), /*hidden argument*/NULL); MethodBase_t * L_2 = MethodBase_GetMethodFromHandleInternalType_native_mAE8602E096BB380C48DCC9B631029D6B9974477C((intptr_t)L_0, (intptr_t)L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.Reflection.MethodBody System.Reflection.MethodBase::GetMethodBodyInternal(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBody_t900C79A470F33FA739168B232092420240DC11F2 * MethodBase_GetMethodBodyInternal_mD39D51FD2935954FD0D434313600599D6A173E7F (intptr_t ___handle0, const RuntimeMethod* method) { typedef MethodBody_t900C79A470F33FA739168B232092420240DC11F2 * (*MethodBase_GetMethodBodyInternal_mD39D51FD2935954FD0D434313600599D6A173E7F_ftn) (intptr_t); using namespace il2cpp::icalls; return ((MethodBase_GetMethodBodyInternal_mD39D51FD2935954FD0D434313600599D6A173E7F_ftn)mscorlib::System::Reflection::MethodBase::GetMethodBodyInternal) (___handle0); } // System.Reflection.MethodBody System.Reflection.MethodBase::GetMethodBody(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBody_t900C79A470F33FA739168B232092420240DC11F2 * MethodBase_GetMethodBody_mBCEF1D0DCE979DF10A1279B0A78FB2668E1D5C77 (intptr_t ___handle0, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; MethodBody_t900C79A470F33FA739168B232092420240DC11F2 * L_1 = MethodBase_GetMethodBodyInternal_mD39D51FD2935954FD0D434313600599D6A173E7F((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromHandleInternalType(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandleInternalType_mE3159FED77FD0AA12A63B2E194D7E3E4F1F81823 (intptr_t ___method_handle0, intptr_t ___type_handle1, const RuntimeMethod* method) { { intptr_t L_0 = ___method_handle0; intptr_t L_1 = ___type_handle1; MethodBase_t * L_2 = MethodBase_GetMethodFromHandleInternalType_native_mAE8602E096BB380C48DCC9B631029D6B9974477C((intptr_t)L_0, (intptr_t)L_1, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromHandleInternalType_native(System.IntPtr,System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandleInternalType_native_mAE8602E096BB380C48DCC9B631029D6B9974477C (intptr_t ___method_handle0, intptr_t ___type_handle1, bool ___genericCheck2, const RuntimeMethod* method) { typedef MethodBase_t * (*MethodBase_GetMethodFromHandleInternalType_native_mAE8602E096BB380C48DCC9B631029D6B9974477C_ftn) (intptr_t, intptr_t, bool); using namespace il2cpp::icalls; return ((MethodBase_GetMethodFromHandleInternalType_native_mAE8602E096BB380C48DCC9B631029D6B9974477C_ftn)mscorlib::System::Reflection::MethodBase::GetMethodFromHandleInternalType_native) (___method_handle0, ___type_handle1, ___genericCheck2); } #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 // Conversion methods for marshalling of: System.Reflection.MethodBody IL2CPP_EXTERN_C void MethodBody_t900C79A470F33FA739168B232092420240DC11F2_marshal_pinvoke(const MethodBody_t900C79A470F33FA739168B232092420240DC11F2& unmarshaled, MethodBody_t900C79A470F33FA739168B232092420240DC11F2_marshaled_pinvoke& marshaled) { Exception_t* ___clauses_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'clauses' of type 'MethodBody': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___clauses_0Exception, NULL); } IL2CPP_EXTERN_C void MethodBody_t900C79A470F33FA739168B232092420240DC11F2_marshal_pinvoke_back(const MethodBody_t900C79A470F33FA739168B232092420240DC11F2_marshaled_pinvoke& marshaled, MethodBody_t900C79A470F33FA739168B232092420240DC11F2& unmarshaled) { Exception_t* ___clauses_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'clauses' of type 'MethodBody': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___clauses_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.MethodBody IL2CPP_EXTERN_C void MethodBody_t900C79A470F33FA739168B232092420240DC11F2_marshal_pinvoke_cleanup(MethodBody_t900C79A470F33FA739168B232092420240DC11F2_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.MethodBody IL2CPP_EXTERN_C void MethodBody_t900C79A470F33FA739168B232092420240DC11F2_marshal_com(const MethodBody_t900C79A470F33FA739168B232092420240DC11F2& unmarshaled, MethodBody_t900C79A470F33FA739168B232092420240DC11F2_marshaled_com& marshaled) { Exception_t* ___clauses_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'clauses' of type 'MethodBody': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___clauses_0Exception, NULL); } IL2CPP_EXTERN_C void MethodBody_t900C79A470F33FA739168B232092420240DC11F2_marshal_com_back(const MethodBody_t900C79A470F33FA739168B232092420240DC11F2_marshaled_com& marshaled, MethodBody_t900C79A470F33FA739168B232092420240DC11F2& unmarshaled) { Exception_t* ___clauses_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'clauses' of type 'MethodBody': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___clauses_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.MethodBody IL2CPP_EXTERN_C void MethodBody_t900C79A470F33FA739168B232092420240DC11F2_marshal_com_cleanup(MethodBody_t900C79A470F33FA739168B232092420240DC11F2_marshaled_com& marshaled) { } // System.Void System.Reflection.MethodBody::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodBody__ctor_m819B1D34A9900407DB3A0AA0B8EA031E107CDED5 (MethodBody_t900C79A470F33FA739168B232092420240DC11F2 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Byte[] System.Reflection.MethodBody::GetILAsByteArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* MethodBody_GetILAsByteArray_m793F81E907419E5099E8128F654C5C48B718F356 (MethodBody_t900C79A470F33FA739168B232092420240DC11F2 * __this, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_il_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.Reflection.MethodInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodInfo__ctor_m31D0E4C8AC4F83DA1056313CB7143CC5D57AB965 (MethodInfo_t * __this, const RuntimeMethod* method) { { MethodBase__ctor_m1DB9E12C86132DD3C7E192C57571799CB97D74F9(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Reflection.MethodInfo::op_Equality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0 (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodInfo_t * L_0 = ___left0; MethodInfo_t * L_1 = ___right1; if ((!(((RuntimeObject*)(MethodInfo_t *)L_0) == ((RuntimeObject*)(MethodInfo_t *)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { MethodInfo_t * L_2 = ___left0; if (!L_2) { goto IL_001c; } } { MethodInfo_t * L_3 = ___right1; if (!L_3) { goto IL_001c; } } { MethodInfo_t * L_4 = ___left0; if (((RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E *)IsInstClass((RuntimeObject*)L_4, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var))) { goto IL_001c; } } { MethodInfo_t * L_5 = ___right1; if (!((RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E *)IsInstClass((RuntimeObject*)L_5, RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E_il2cpp_TypeInfo_var))) { goto IL_001e; } } IL_001c: { return (bool)0; } IL_001e: { MethodInfo_t * L_6 = ___left0; MethodInfo_t * L_7 = ___right1; NullCheck(L_6); bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_6, L_7); return L_8; } } // System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237 (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method) { { MethodInfo_t * L_0 = ___left0; MethodInfo_t * L_1 = ___right1; bool L_2 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Reflection.MethodInfo::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_Equals_m7CDAEF29A53EB7D08025475B1960F09733791225 (MethodInfo_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; bool L_1 = MethodBase_Equals_m849565B74BE0685924729511962242B49C777769(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Reflection.MethodInfo::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodInfo_GetHashCode_m58E14115EC0BD888FFB4A84370ED0631CC8E3AEF (MethodInfo_t * __this, const RuntimeMethod* method) { { int32_t L_0 = MethodBase_GetHashCode_m55E538F2842D4B18101C291C47380E97B366202F(__this, /*hidden argument*/NULL); return L_0; } } // System.Reflection.MemberTypes System.Reflection.MethodInfo::get_MemberType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MethodInfo_get_MemberType_mBA55400A9DECF103BC18D6615E277EB9B2A5BEDB (MethodInfo_t * __this, const RuntimeMethod* method) { { return (int32_t)(8); } } // System.Type System.Reflection.MethodInfo::get_ReturnType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MethodInfo_get_ReturnType_mE7B46E2D5CDBBC2B020F3E12957576CE7EB66BCA (MethodInfo_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodInfo_get_ReturnType_mE7B46E2D5CDBBC2B020F3E12957576CE7EB66BCA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, MethodInfo_get_ReturnType_mE7B46E2D5CDBBC2B020F3E12957576CE7EB66BCA_RuntimeMethod_var); } } // System.Type[] System.Reflection.MethodInfo::GetGenericArguments() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* MethodInfo_GetGenericArguments_m462C0A135169CE9652413E23E6F33805D0844AB6 (MethodInfo_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodInfo_GetGenericArguments_m462C0A135169CE9652413E23E6F33805D0844AB6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3B2735839D1797305D98210526CD0E0525FA22A9, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, MethodInfo_GetGenericArguments_m462C0A135169CE9652413E23E6F33805D0844AB6_RuntimeMethod_var); } } // System.Reflection.MethodInfo System.Reflection.MethodInfo::GetGenericMethodDefinition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MethodInfo_GetGenericMethodDefinition_mDE6EB66DD7E8214FE03CE85402E2813B06674E64 (MethodInfo_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodInfo_GetGenericMethodDefinition_mDE6EB66DD7E8214FE03CE85402E2813B06674E64_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3B2735839D1797305D98210526CD0E0525FA22A9, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, MethodInfo_GetGenericMethodDefinition_mDE6EB66DD7E8214FE03CE85402E2813B06674E64_RuntimeMethod_var); } } // System.Reflection.MethodInfo System.Reflection.MethodInfo::MakeGenericMethod(System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MethodInfo_MakeGenericMethod_mEA2F41C8A4323CC1CA928EAA43C67896D3DD8B35 (MethodInfo_t * __this, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___typeArguments0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodInfo_MakeGenericMethod_mEA2F41C8A4323CC1CA928EAA43C67896D3DD8B35_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3B2735839D1797305D98210526CD0E0525FA22A9, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, MethodInfo_MakeGenericMethod_mEA2F41C8A4323CC1CA928EAA43C67896D3DD8B35_RuntimeMethod_var); } } // System.Reflection.MethodInfo System.Reflection.MethodInfo::GetBaseMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MethodInfo_GetBaseMethod_mF9D2F2CB1592AB9201CD68B25F5E9275DAFD3EB5 (MethodInfo_t * __this, const RuntimeMethod* method) { { return __this; } } #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.Reflection.Missing::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Missing__ctor_m3CA30E53C76D966EDDA136564100F678F2A8CF31 (Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Missing::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Missing_System_Runtime_Serialization_ISerializable_GetObjectData_m7579189B12AFF9080CA0829F3ABDE1BA08F327D9 (Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Missing_System_Runtime_Serialization_ISerializable_GetObjectData_m7579189B12AFF9080CA0829F3ABDE1BA08F327D9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Missing_System_Runtime_Serialization_ISerializable_GetObjectData_m7579189B12AFF9080CA0829F3ABDE1BA08F327D9_RuntimeMethod_var); } IL_000e: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; UnitySerializationHolder_GetUnitySerializationInfo_m73DC8BA292A8CD7C89FC189779D656E0A07D4D3D(L_2, __this, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Missing::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Missing__cctor_m4EB3070BCE427C7E37C887DD7F872BB6C8F67EA6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Missing__cctor_m4EB3070BCE427C7E37C887DD7F872BB6C8F67EA6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7 * L_0 = (Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7 *)il2cpp_codegen_object_new(Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7_il2cpp_TypeInfo_var); Missing__ctor_m3CA30E53C76D966EDDA136564100F678F2A8CF31(L_0, /*hidden argument*/NULL); ((Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7_StaticFields*)il2cpp_codegen_static_fields_for(Missing_t81434A5DBDCCA844BD22E1659DDE1EE7DE8B4ED7_il2cpp_TypeInfo_var))->set_Value_0(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 // Conversion methods for marshalling of: System.Reflection.Module IL2CPP_EXTERN_C void Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshal_pinvoke(const Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7& unmarshaled, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshaled_pinvoke& marshaled) { Exception_t* ___assembly_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'assembly' of type 'Module': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___assembly_3Exception, NULL); } IL2CPP_EXTERN_C void Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshal_pinvoke_back(const Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshaled_pinvoke& marshaled, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7& unmarshaled) { Exception_t* ___assembly_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'assembly' of type 'Module': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___assembly_3Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.Module IL2CPP_EXTERN_C void Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshal_pinvoke_cleanup(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.Module IL2CPP_EXTERN_C void Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshal_com(const Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7& unmarshaled, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshaled_com& marshaled) { Exception_t* ___assembly_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'assembly' of type 'Module': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___assembly_3Exception, NULL); } IL2CPP_EXTERN_C void Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshal_com_back(const Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshaled_com& marshaled, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7& unmarshaled) { Exception_t* ___assembly_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'assembly' of type 'Module': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___assembly_3Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.Module IL2CPP_EXTERN_C void Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshal_com_cleanup(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshaled_com& marshaled) { } // System.Void System.Reflection.Module::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Module__ctor_m71D916FA53EDBEFDC8520503C6D1E9E6D7CDE9D8 (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Module::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Module_GetObjectData_m81DBED447DE80D2D2D2FC78993C1CCEBB5898B14 (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module_GetObjectData_m81DBED447DE80D2D2D2FC78993C1CCEBB5898B14_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Module_GetObjectData_m81DBED447DE80D2D2D2FC78993C1CCEBB5898B14_RuntimeMethod_var); } } // System.String System.Reflection.Module::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Module_ToString_mCDE70005AFB6B582DDF0EB44719D5DE3F21FA972 (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_5(); return L_0; } } // System.Guid System.Reflection.Module::GetModuleVersionId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Module_GetModuleVersionId_mD03D86F031C4460BCDEB9828FC6268D5A4BAB93C (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * __this, const RuntimeMethod* method) { { String_t* L_0 = Module_GetGuidInternal_m894E3D99D678542F546D0A675D233F65F8289246(__this, /*hidden argument*/NULL); Guid_t L_1; memset((&L_1), 0, sizeof(L_1)); Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Reflection.Module::filter_by_type_name(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Module_filter_by_type_name_mA8EE473B29BFF299F7D07D39ED5C4E064461AC08 (Type_t * ___m0, RuntimeObject * ___filterCriteria1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module_filter_by_type_name_mA8EE473B29BFF299F7D07D39ED5C4E064461AC08_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___filterCriteria1; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_003d; } } { String_t* L_3 = V_0; String_t* L_4 = V_0; NullCheck(L_4); int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL); NullCheck(L_3); Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)42))))) { goto IL_003d; } } { Type_t * L_7 = ___m0; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7); String_t* L_9 = V_0; String_t* L_10 = V_0; NullCheck(L_10); int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_12 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_9, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_8); bool L_13 = String_StartsWithOrdinalUnchecked_mC028BA12B4C1D3EA141134DD13C9DB2F1350CC4B(L_8, L_12, /*hidden argument*/NULL); return L_13; } IL_003d: { Type_t * L_14 = ___m0; NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_14); String_t* L_16 = V_0; bool L_17 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, L_16, /*hidden argument*/NULL); return L_17; } } // System.Boolean System.Reflection.Module::filter_by_type_name_ignore_case(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Module_filter_by_type_name_ignore_case_mEB66D173BE2A72B696425F36BAD3B8565EC05B3D (Type_t * ___m0, RuntimeObject * ___filterCriteria1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module_filter_by_type_name_ignore_case_mEB66D173BE2A72B696425F36BAD3B8565EC05B3D_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___filterCriteria1; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_003e; } } { String_t* L_3 = V_0; String_t* L_4 = V_0; NullCheck(L_4); int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL); NullCheck(L_3); Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)42))))) { goto IL_003e; } } { Type_t * L_7 = ___m0; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7); String_t* L_9 = V_0; String_t* L_10 = V_0; NullCheck(L_10); int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_12 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_9, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_8); bool L_13 = String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49(L_8, L_12, 5, /*hidden argument*/NULL); return L_13; } IL_003e: { Type_t * L_14 = ___m0; NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_14); String_t* L_16 = V_0; int32_t L_17 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_15, L_16, 5, /*hidden argument*/NULL); return (bool)((((int32_t)L_17) == ((int32_t)0))? 1 : 0); } } // System.String System.Reflection.Module::GetGuidInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Module_GetGuidInternal_m894E3D99D678542F546D0A675D233F65F8289246 (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * __this, const RuntimeMethod* method) { typedef String_t* (*Module_GetGuidInternal_m894E3D99D678542F546D0A675D233F65F8289246_ftn) (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 *); using namespace il2cpp::icalls; return ((Module_GetGuidInternal_m894E3D99D678542F546D0A675D233F65F8289246_ftn)mscorlib::System::Reflection::Module::GetGuidInternal) (__this); } // System.Boolean System.Reflection.Module::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Module_Equals_mA81853282DA2BB28CD94BBA76776FA069F45E39A (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___o0; return (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 *)__this))? 1 : 0); } } // System.Int32 System.Reflection.Module::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Module_GetHashCode_m563831FD217BB5B11F0CCDC5B3062E5CCBC2B51E (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * __this, const RuntimeMethod* method) { { int32_t L_0 = Object_GetHashCode_m81DE0CEF2ACADC7D076800D09B2232BC30639F76(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Reflection.Module::op_Equality(System.Reflection.Module,System.Reflection.Module) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Module_op_Equality_m3AEF6BCA2C1DA42DEF271D9C168AD6F5DFFA497A (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * ___left0, Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * ___right1, const RuntimeMethod* method) { { Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_0 = ___left0; Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_1 = ___right1; if ((!(((RuntimeObject*)(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 *)L_0) == ((RuntimeObject*)(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 *)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_2 = ___left0; Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_3 = ___right1; if (!((int32_t)((int32_t)((((RuntimeObject*)(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)^(int32_t)((((RuntimeObject*)(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)))) { goto IL_0013; } } { return (bool)0; } IL_0013: { Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_4 = ___left0; Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_5 = ___right1; NullCheck(L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5); return L_6; } } // System.Reflection.Assembly System.Reflection.Module::get_Assembly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Module_get_Assembly_mA289C7E7A6C8332AEEBE73F48A4E66E7EE7EC3E4 (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module_get_Assembly_mA289C7E7A6C8332AEEBE73F48A4E66E7EE7EC3E4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_il2cpp_TypeInfo_var); Exception_t * L_0 = Module_CreateNIE_m0A06200E43193425754DE3A21266650E45A0B2C4(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Module_get_Assembly_mA289C7E7A6C8332AEEBE73F48A4E66E7EE7EC3E4_RuntimeMethod_var); } } // System.String System.Reflection.Module::get_ScopeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Module_get_ScopeName_m28CFC5B3F5B1DD2BB86F3A9178FD101E488E266E (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module_get_ScopeName_m28CFC5B3F5B1DD2BB86F3A9178FD101E488E266E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_il2cpp_TypeInfo_var); Exception_t * L_0 = Module_CreateNIE_m0A06200E43193425754DE3A21266650E45A0B2C4(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Module_get_ScopeName_m28CFC5B3F5B1DD2BB86F3A9178FD101E488E266E_RuntimeMethod_var); } } // System.Guid System.Reflection.Module::get_ModuleVersionId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Module_get_ModuleVersionId_mC3EC38D93A962E01B4679ADE105620A75E19389C (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module_get_ModuleVersionId_mC3EC38D93A962E01B4679ADE105620A75E19389C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_il2cpp_TypeInfo_var); Exception_t * L_0 = Module_CreateNIE_m0A06200E43193425754DE3A21266650E45A0B2C4(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Module_get_ModuleVersionId_mC3EC38D93A962E01B4679ADE105620A75E19389C_RuntimeMethod_var); } } // System.Exception System.Reflection.Module::CreateNIE() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Module_CreateNIE_m0A06200E43193425754DE3A21266650E45A0B2C4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module_CreateNIE_m0A06200E43193425754DE3A21266650E45A0B2C4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_0, _stringLiteralC169539BFD4F3CCCA8FFDB4DD310F3117C71F9FA, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Reflection.Module::IsResource() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Module_IsResource_m2BFBDC77DE774AA46D1271390F114E6FBB7C4C04 (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module_IsResource_m2BFBDC77DE774AA46D1271390F114E6FBB7C4C04_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_il2cpp_TypeInfo_var); Exception_t * L_0 = Module_CreateNIE_m0A06200E43193425754DE3A21266650E45A0B2C4(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Module_IsResource_m2BFBDC77DE774AA46D1271390F114E6FBB7C4C04_RuntimeMethod_var); } } // System.Object[] System.Reflection.Module::GetCustomAttributes(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Module_GetCustomAttributes_mABC19822E261F625AC3B08F9CCFFD583D7876FDC (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module_GetCustomAttributes_mABC19822E261F625AC3B08F9CCFFD583D7876FDC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_il2cpp_TypeInfo_var); Exception_t * L_0 = Module_CreateNIE_m0A06200E43193425754DE3A21266650E45A0B2C4(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Module_GetCustomAttributes_mABC19822E261F625AC3B08F9CCFFD583D7876FDC_RuntimeMethod_var); } } // System.Object[] System.Reflection.Module::GetCustomAttributes(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Module_GetCustomAttributes_m6E5C390EA2A39F22F97998EFEF47104C91138523 (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module_GetCustomAttributes_m6E5C390EA2A39F22F97998EFEF47104C91138523_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_il2cpp_TypeInfo_var); Exception_t * L_0 = Module_CreateNIE_m0A06200E43193425754DE3A21266650E45A0B2C4(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Module_GetCustomAttributes_m6E5C390EA2A39F22F97998EFEF47104C91138523_RuntimeMethod_var); } } // System.Boolean System.Reflection.Module::IsDefined(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Module_IsDefined_m654CB7C80A83019D597A8D3A0C592831D1D539C7 (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module_IsDefined_m654CB7C80A83019D597A8D3A0C592831D1D539C7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_il2cpp_TypeInfo_var); Exception_t * L_0 = Module_CreateNIE_m0A06200E43193425754DE3A21266650E45A0B2C4(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Module_IsDefined_m654CB7C80A83019D597A8D3A0C592831D1D539C7_RuntimeMethod_var); } } // System.Void System.Reflection.Module::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Module__cctor_m4A0A44E37C8BDD8EB2F96A9D1DE991DE347C9FC7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Module__cctor_m4A0A44E37C8BDD8EB2F96A9D1DE991DE347C9FC7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * L_0 = (TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 *)il2cpp_codegen_object_new(TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18_il2cpp_TypeInfo_var); TypeFilter__ctor_m5F16D7D0AB325EAF8F3DF7D8EFEABD6DC79A5D7F(L_0, NULL, (intptr_t)((intptr_t)Module_filter_by_type_name_mA8EE473B29BFF299F7D07D39ED5C4E064461AC08_RuntimeMethod_var), /*hidden argument*/NULL); ((Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_StaticFields*)il2cpp_codegen_static_fields_for(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_il2cpp_TypeInfo_var))->set_FilterTypeName_0(L_0); TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * L_1 = (TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 *)il2cpp_codegen_object_new(TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18_il2cpp_TypeInfo_var); TypeFilter__ctor_m5F16D7D0AB325EAF8F3DF7D8EFEABD6DC79A5D7F(L_1, NULL, (intptr_t)((intptr_t)Module_filter_by_type_name_ignore_case_mEB66D173BE2A72B696425F36BAD3B8565EC05B3D_RuntimeMethod_var), /*hidden argument*/NULL); ((Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_StaticFields*)il2cpp_codegen_static_fields_for(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_il2cpp_TypeInfo_var))->set_FilterTypeNameIgnoreCase_1(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.Type System.Reflection.MonoAssembly::GetType(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoAssembly_GetType_m5ABB66A67517DEC307A062F010070BDF7323DAE8 (MonoAssembly_tF772D342A52019C494DBB9658F721AF7C6C6B67B * __this, String_t* ___name0, bool ___throwOnError1, bool ___ignoreCase2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoAssembly_GetType_m5ABB66A67517DEC307A062F010070BDF7323DAE8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (L_0) { goto IL_000a; } } { String_t* L_1 = ___name0; ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, MonoAssembly_GetType_m5ABB66A67517DEC307A062F010070BDF7323DAE8_RuntimeMethod_var); } IL_000a: { String_t* L_3 = ___name0; NullCheck(L_3); int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0022; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_5, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, _stringLiteral6B41F8DF91382F708E7DF786E09102A59A193AF2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, MonoAssembly_GetType_m5ABB66A67517DEC307A062F010070BDF7323DAE8_RuntimeMethod_var); } IL_0022: { String_t* L_6 = ___name0; bool L_7 = ___throwOnError1; bool L_8 = ___ignoreCase2; Type_t * L_9 = Assembly_InternalGetType_m4309A410A2220D32581FD4E80EFB62F6E76C446E(__this, (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 *)NULL, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Reflection.Module System.Reflection.MonoAssembly::GetModule(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * MonoAssembly_GetModule_m444FD4A5191840C55B50157B9B201ACE468823D6 (MonoAssembly_tF772D342A52019C494DBB9658F721AF7C6C6B67B * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoAssembly_GetModule_m444FD4A5191840C55B50157B9B201ACE468823D6_MetadataUsageId); s_Il2CppMethodInitialized = true; } ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* V_0 = NULL; int32_t V_1 = 0; Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * V_2 = NULL; { String_t* L_0 = ___name0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, MonoAssembly_GetModule_m444FD4A5191840C55B50157B9B201ACE468823D6_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___name0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0021; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteral1D9C785179BEA8325529C0DCA72123E6B21A1AF7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, MonoAssembly_GetModule_m444FD4A5191840C55B50157B9B201ACE468823D6_RuntimeMethod_var); } IL_0021: { ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* L_5 = VirtFuncInvoker1< ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E*, bool >::Invoke(28 /* System.Reflection.Module[] System.Reflection.Assembly::GetModules(System.Boolean) */, __this, (bool)1); V_0 = L_5; V_1 = 0; goto IL_0045; } IL_002d: { ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_9 = (L_6)->GetAt(static_cast(L_8)); V_2 = L_9; Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_10 = V_2; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Reflection.Module::get_ScopeName() */, L_10); String_t* L_12 = ___name0; bool L_13 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0041; } } { Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_14 = V_2; return L_14; } IL_0041: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0045: { int32_t L_16 = V_1; ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* L_17 = V_0; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))))) { goto IL_002d; } } { return (Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 *)NULL; } } // System.Reflection.Module[] System.Reflection.MonoAssembly::GetModules(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* MonoAssembly_GetModules_m33FECB5B0486F1E38CB874D1F9C476D9FC9FA9A8 (MonoAssembly_tF772D342A52019C494DBB9658F721AF7C6C6B67B * __this, bool ___getResourceModules0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoAssembly_GetModules_m33FECB5B0486F1E38CB874D1F9C476D9FC9FA9A8_MetadataUsageId); s_Il2CppMethodInitialized = true; } ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* V_0 = NULL; List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9 * V_1 = NULL; ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* V_2 = NULL; int32_t V_3 = 0; Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * V_4 = NULL; { ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* L_0 = VirtFuncInvoker0< ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* >::Invoke(22 /* System.Reflection.Module[] System.Reflection.Assembly::GetModulesInternal() */, __this); V_0 = L_0; bool L_1 = ___getResourceModules0; if (L_1) { goto IL_0040; } } { ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* L_2 = V_0; NullCheck(L_2); List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9 * L_3 = (List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9 *)il2cpp_codegen_object_new(List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9_il2cpp_TypeInfo_var); List_1__ctor_m272ED26319C09600B1B345D2B475BAA7504BAB7D(L_3, (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), /*hidden argument*/List_1__ctor_m272ED26319C09600B1B345D2B475BAA7504BAB7D_RuntimeMethod_var); V_1 = L_3; ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* L_4 = V_0; V_2 = L_4; V_3 = 0; goto IL_0033; } IL_0019: { ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* L_5 = V_2; int32_t L_6 = V_3; NullCheck(L_5); int32_t L_7 = L_6; Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_8 = (L_5)->GetAt(static_cast(L_7)); V_4 = L_8; Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_9 = V_4; NullCheck(L_9); bool L_10 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Reflection.Module::IsResource() */, L_9); if (L_10) { goto IL_002f; } } { List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9 * L_11 = V_1; Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_12 = V_4; NullCheck(L_11); List_1_Add_m0C361B9404181827FB957485806BE80991B0E980(L_11, L_12, /*hidden argument*/List_1_Add_m0C361B9404181827FB957485806BE80991B0E980_RuntimeMethod_var); } IL_002f: { int32_t L_13 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0033: { int32_t L_14 = V_3; ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* L_15 = V_2; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))))))) { goto IL_0019; } } { List_1_tAF9C987C757C5F6E3F8666D8A3761FFA650D5BB9 * L_16 = V_1; NullCheck(L_16); ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* L_17 = List_1_ToArray_mFC4FA944BB38BD0F0432145F3D7FFB3C83CF90DF(L_16, /*hidden argument*/List_1_ToArray_mFC4FA944BB38BD0F0432145F3D7FFB3C83CF90DF_RuntimeMethod_var); return L_17; } IL_0040: { ModuleU5BU5D_t5A96D0D19A757DE3D576E4EB81BE0FD6326DBB6E* L_18 = V_0; return L_18; } } // System.Void System.Reflection.MonoAssembly::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoAssembly__ctor_m0E8B63435E7AFBC62C60EA245C833ACB03348777 (MonoAssembly_tF772D342A52019C494DBB9658F721AF7C6C6B67B * __this, const RuntimeMethod* method) { { RuntimeAssembly__ctor_m52576DE5DF2E3B6BF7053A38E662EAD95ED70641(__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.Reflection.MethodImplAttributes System.Reflection.MonoCMethod::GetMethodImplementationFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoCMethod_GetMethodImplementationFlags_m39072031A8EDB6A57A36035574620F4706097F65 (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_2(); int32_t L_1 = MonoMethodInfo_GetMethodImplementationFlags_mD5B33C8C198680A08CD16E2BC25F0A17E4EF884B((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.ParameterInfo[] System.Reflection.MonoCMethod::GetParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* MonoCMethod_GetParameters_mE9DDF7FDEF46E4DE27506EB51549E782458FAB74 (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_2(); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_1 = MonoMethodInfo_GetParametersInfo_mDC367B5AB1F2EB7BDC9006BD0A33D929DC02E20B((intptr_t)L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Reflection.ParameterInfo[] System.Reflection.MonoCMethod::GetParametersInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* MonoCMethod_GetParametersInternal_mE2583ACED275F8FEF3DDE4F2D3D648ED2D65301B (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_2(); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_1 = MonoMethodInfo_GetParametersInfo_mDC367B5AB1F2EB7BDC9006BD0A33D929DC02E20B((intptr_t)L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Reflection.MonoCMethod::GetParametersCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoCMethod_GetParametersCount_mCC5586A76F7C1486F9D62A204EA70F6C00651215 (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, const RuntimeMethod* method) { ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_0 = NULL; { intptr_t L_0 = __this->get_mhandle_2(); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_1 = MonoMethodInfo_GetParametersInfo_mDC367B5AB1F2EB7BDC9006BD0A33D929DC02E20B((intptr_t)L_0, __this, /*hidden argument*/NULL); V_0 = L_1; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_2 = V_0; if (!L_2) { goto IL_0014; } } { ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_3 = V_0; NullCheck(L_3); return (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))); } IL_0014: { return 0; } } // System.Object System.Reflection.MonoCMethod::InternalInvoke(System.Object,System.Object[],System.Exception&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoCMethod_InternalInvoke_m114B2C342EE10E62D405951BB8F4549D9E54A690 (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters1, Exception_t ** ___exc2, const RuntimeMethod* method) { typedef RuntimeObject * (*MonoCMethod_InternalInvoke_m114B2C342EE10E62D405951BB8F4549D9E54A690_ftn) (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 *, RuntimeObject *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Exception_t **); using namespace il2cpp::icalls; return ((MonoCMethod_InternalInvoke_m114B2C342EE10E62D405951BB8F4549D9E54A690_ftn)mscorlib::System::Reflection::MonoCMethod::InternalInvoke) (__this, ___obj0, ___parameters1, ___exc2); } // System.Object System.Reflection.MonoCMethod::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoCMethod_Invoke_mFF1B051F2442785A3EF1407793C4607941A54EF0 (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, RuntimeObject * ___obj0, int32_t ___invokeAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCMethod_Invoke_mFF1B051F2442785A3EF1407793C4607941A54EF0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0016; } } { bool L_1 = MethodBase_get_IsStatic_m745A9BDA4869DB7CC4886436C52D34855C1270A5(__this, /*hidden argument*/NULL); if (L_1) { goto IL_002f; } } { TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E * L_2 = (TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E *)il2cpp_codegen_object_new(TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E_il2cpp_TypeInfo_var); TargetException__ctor_mEF23F45C8180099295F8A9C064268E79C61AE252(L_2, _stringLiteral17F02945AA4BE55589522E255E9D67E8C0B1D3D0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, MonoCMethod_Invoke_mFF1B051F2442785A3EF1407793C4607941A54EF0_RuntimeMethod_var); } IL_0016: { Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); RuntimeObject * L_4 = ___obj0; NullCheck(L_3); bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(114 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_3, L_4); if (L_5) { goto IL_002f; } } { TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E * L_6 = (TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E *)il2cpp_codegen_object_new(TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E_il2cpp_TypeInfo_var); TargetException__ctor_mEF23F45C8180099295F8A9C064268E79C61AE252(L_6, _stringLiteralE0743BE5BA0142E941C314FFDFCB2310166C8B9F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, MonoCMethod_Invoke_mFF1B051F2442785A3EF1407793C4607941A54EF0_RuntimeMethod_var); } IL_002f: { RuntimeObject * L_7 = ___obj0; int32_t L_8 = ___invokeAttr1; Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_9 = ___binder2; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = ___parameters3; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = ___culture4; RuntimeObject * L_12 = MonoCMethod_DoInvoke_m0A2CC529EE6F914152DAFBE99DC145499326E382(__this, L_7, L_8, L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Object System.Reflection.MonoCMethod::DoInvoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoCMethod_DoInvoke_m0A2CC529EE6F914152DAFBE99DC145499326E382 (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, RuntimeObject * ___obj0, int32_t ___invokeAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCMethod_DoInvoke_m0A2CC529EE6F914152DAFBE99DC145499326E382_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_0 = NULL; { Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_0 = ___binder2; if (L_0) { goto IL_000a; } } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_1 = Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0(/*hidden argument*/NULL); ___binder2 = L_1; } IL_000a: { intptr_t L_2 = __this->get_mhandle_2(); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_3 = MonoMethodInfo_GetParametersInfo_mDC367B5AB1F2EB7BDC9006BD0A33D929DC02E20B((intptr_t)L_2, __this, /*hidden argument*/NULL); V_0 = L_3; Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_4 = ___binder2; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = ___parameters3; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_6 = V_0; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = ___culture4; int32_t L_8 = ___invokeAttr1; MonoMethod_ConvertValues_m252AFD93859C08712283EE1491410084A08E4340(L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); RuntimeObject * L_9 = ___obj0; if (L_9) { goto IL_004e; } } { Type_t * L_10 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); NullCheck(L_10); bool L_11 = VirtFuncInvoker0< bool >::Invoke(85 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_10); if (!L_11) { goto IL_004e; } } { Type_t * L_12 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); String_t* L_13 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(_stringLiteral793A20E2A24A2D530A3768C4A8BE84AD914B73EE, L_12, _stringLiteral5CE35185A9E2F2748800F6D0FCFD78A99BF75027, /*hidden argument*/NULL); MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 * L_14 = (MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 *)il2cpp_codegen_object_new(MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0_il2cpp_TypeInfo_var); MemberAccessException__ctor_m9190C2717422BB9A0C877B8C1493A75521AB8101(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, MonoCMethod_DoInvoke_m0A2CC529EE6F914152DAFBE99DC145499326E382_RuntimeMethod_var); } IL_004e: { int32_t L_15 = ___invokeAttr1; if (!((int32_t)((int32_t)L_15&(int32_t)((int32_t)512)))) { goto IL_007a; } } { Type_t * L_16 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); NullCheck(L_16); bool L_17 = Type_get_IsAbstract_m769E8E92F368822B8AB5354BB0D123BDDD605D09(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_007a; } } { Type_t * L_18 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); String_t* L_19 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral18DDD077CFA2954859F175D0B269B6139F6C8DFF, L_18, /*hidden argument*/NULL); MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 * L_20 = (MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 *)il2cpp_codegen_object_new(MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0_il2cpp_TypeInfo_var); MemberAccessException__ctor_m9190C2717422BB9A0C877B8C1493A75521AB8101(L_20, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, MonoCMethod_DoInvoke_m0A2CC529EE6F914152DAFBE99DC145499326E382_RuntimeMethod_var); } IL_007a: { RuntimeObject * L_21 = ___obj0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = ___parameters3; RuntimeObject * L_23 = MonoCMethod_InternalInvoke_m981B9D0BB0DBCDB54D27FC9ACDD3AF3479380DCC(__this, L_21, L_22, /*hidden argument*/NULL); return L_23; } } // System.Object System.Reflection.MonoCMethod::InternalInvoke(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoCMethod_InternalInvoke_m981B9D0BB0DBCDB54D27FC9ACDD3AF3479380DCC (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCMethod_InternalInvoke_m981B9D0BB0DBCDB54D27FC9ACDD3AF3479380DCC_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; RuntimeObject * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_1 = NULL; } IL_0002: try { // begin try (depth: 1) RuntimeObject * L_0 = ___obj0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = ___parameters1; RuntimeObject * L_2 = MonoCMethod_InternalInvoke_m114B2C342EE10E62D405951BB8F4549D9E54A690(__this, L_0, L_1, (Exception_t **)(&V_0), /*hidden argument*/NULL); V_1 = L_2; goto IL_0018; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (MethodAccessException_tD507764699290F19BF6AF6DEE1E0068927E428EB_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000f; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0012; throw e; } CATCH_000f: { // begin catch(System.MethodAccessException) IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, MonoCMethod_InternalInvoke_m981B9D0BB0DBCDB54D27FC9ACDD3AF3479380DCC_RuntimeMethod_var); } // end catch (depth: 1) CATCH_0012: { // begin catch(System.Exception) TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 * L_3 = (TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 *)il2cpp_codegen_object_new(TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8_il2cpp_TypeInfo_var); TargetInvocationException__ctor_m7C0D8AD4BE352DB396A3674622A9D53EEDD4ACA7(L_3, ((Exception_t *)__exception_local), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, MonoCMethod_InternalInvoke_m981B9D0BB0DBCDB54D27FC9ACDD3AF3479380DCC_RuntimeMethod_var); } // end catch (depth: 1) IL_0018: { Exception_t * L_4 = V_0; if (!L_4) { goto IL_001d; } } { Exception_t * L_5 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, MonoCMethod_InternalInvoke_m981B9D0BB0DBCDB54D27FC9ACDD3AF3479380DCC_RuntimeMethod_var); } IL_001d: { RuntimeObject * L_6 = ___obj0; if (!L_6) { goto IL_0022; } } { return NULL; } IL_0022: { RuntimeObject * L_7 = V_1; return L_7; } } // System.Object System.Reflection.MonoCMethod::Invoke(System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoCMethod_Invoke_m4CE0A51D3DBDD341B26B0FAEF96C39DF1FBD9DAE (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, int32_t ___invokeAttr0, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters2, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture3, const RuntimeMethod* method) { { int32_t L_0 = ___invokeAttr0; Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_1 = ___binder1; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___parameters2; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = ___culture3; RuntimeObject * L_4 = MonoCMethod_DoInvoke_m0A2CC529EE6F914152DAFBE99DC145499326E382(__this, NULL, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.RuntimeMethodHandle System.Reflection.MonoCMethod::get_MethodHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F MonoCMethod_get_MethodHandle_m7341A9BE7219B766E99942B4C9B9C6885DA38967 (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_2(); RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F L_1; memset((&L_1), 0, sizeof(L_1)); RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_inline((&L_1), (intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.MethodAttributes System.Reflection.MonoCMethod::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoCMethod_get_Attributes_m21F46DB93E0F40237718F798610C9E1845452619 (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_2(); int32_t L_1 = MonoMethodInfo_GetAttributes_m3693A733A62F524AE24A2C36E424202D33AABDE7((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.CallingConventions System.Reflection.MonoCMethod::get_CallingConvention() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoCMethod_get_CallingConvention_m7140CE66FCC5022C2869EE1CF340AFD3A7EAD0E8 (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_2(); int32_t L_1 = MonoMethodInfo_GetCallingConvention_mEE3592F4E005CE05558B71E7D161CE3664F5EB21((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Reflection.MonoCMethod::get_ContainsGenericParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoCMethod_get_ContainsGenericParameters_mFAE8D22733585C80C843AD32F789B876F15946FC (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, const RuntimeMethod* method) { { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(85 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_0); return L_1; } } // System.Type System.Reflection.MonoCMethod::get_ReflectedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoCMethod_get_ReflectedType_mBFC71A8BC4B9EA45C98715A35528E846E9A61916 (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_reftype_4(); return L_0; } } // System.Type System.Reflection.MonoCMethod::get_DeclaringType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoCMethod_get_DeclaringType_mA4B1FEE9A720EBD596A8496EE2FF807985882B0F (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_2(); Type_t * L_1 = MonoMethodInfo_GetDeclaringType_m44BCB7E88AD4961B29EACB72F62C99C44693252C((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.MonoCMethod::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoCMethod_get_Name_mD5D26324D3B5B62B2844163FF6603AF521025F44 (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_3(); if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_name_3(); return L_1; } IL_000f: { String_t* L_2 = MonoMethod_get_name_m8F112BD816804C49A106331E1318927A161D1B2D(__this, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Reflection.MonoCMethod::IsDefined(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoCMethod_IsDefined_m3EC1DBBF89E59785017FF1805B204079AAE5C88C (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCMethod_IsDefined_m3EC1DBBF89E59785017FF1805B204079AAE5C88C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); bool L_2 = MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object[] System.Reflection.MonoCMethod::GetCustomAttributes(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoCMethod_GetCustomAttributes_m7B9A89D1C4E2BE7BD625B7706BBEBCF0AA04C0DA (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCMethod_GetCustomAttributes_m7B9A89D1C4E2BE7BD625B7706BBEBCF0AA04C0DA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = MonoCustomAttrs_GetCustomAttributes_m6CA0C6509BA75EC908CC1D8B8D66ABAE6B7D6B03(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object[] System.Reflection.MonoCMethod::GetCustomAttributes(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoCMethod_GetCustomAttributes_m2E934B125886274C60DA812B6FA03E982C8F528C (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCMethod_GetCustomAttributes_m2E934B125886274C60DA812B6FA03E982C8F528C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Reflection.MethodBody System.Reflection.MonoCMethod::GetMethodBody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBody_t900C79A470F33FA739168B232092420240DC11F2 * MonoCMethod_GetMethodBody_mCCD063500D89577A10B17A22A9498BCEDA7D5FF1 (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_2(); MethodBody_t900C79A470F33FA739168B232092420240DC11F2 * L_1 = MethodBase_GetMethodBody_mBCEF1D0DCE979DF10A1279B0A78FB2668E1D5C77((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.MonoCMethod::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoCMethod_ToString_mE196DED51178C386FDF0735D4178664320F82627 (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCMethod_ToString_mE196DED51178C386FDF0735D4178664320F82627_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_1 = NULL; int32_t V_2 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL); V_0 = L_0; StringBuilder_t * L_1 = V_0; NullCheck(L_1); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_1, _stringLiteralEB86CD781B3FD011EAAB64C119D729D4FC181976, /*hidden argument*/NULL); StringBuilder_t * L_2 = V_0; String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, __this); NullCheck(L_2); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_2, L_3, /*hidden argument*/NULL); StringBuilder_t * L_4 = V_0; NullCheck(L_4); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_4, _stringLiteral28ED3A797DA3C48C309A4EF792147F3C56CFEC40, /*hidden argument*/NULL); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_5 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(18 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, __this); V_1 = L_5; V_2 = 0; goto IL_005e; } IL_0036: { int32_t L_6 = V_2; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0046; } } { StringBuilder_t * L_7 = V_0; NullCheck(L_7); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_7, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL); } IL_0046: { StringBuilder_t * L_8 = V_0; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_9 = V_1; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_12); Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_12); NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_13); NullCheck(L_8); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_8, L_14, /*hidden argument*/NULL); int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_005e: { int32_t L_16 = V_2; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_17 = V_1; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))))) { goto IL_0036; } } { int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, __this); if ((!(((uint32_t)L_18) == ((uint32_t)3)))) { goto IL_0079; } } { StringBuilder_t * L_19 = V_0; NullCheck(L_19); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_19, _stringLiteral256DAE5FE812DD0A653073C3C142A5D806F220A4, /*hidden argument*/NULL); } IL_0079: { StringBuilder_t * L_20 = V_0; NullCheck(L_20); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A, /*hidden argument*/NULL); StringBuilder_t * L_21 = V_0; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); return L_22; } } // System.Collections.Generic.IList`1 System.Reflection.MonoCMethod::GetCustomAttributesData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MonoCMethod_GetCustomAttributesData_mCBC2298AAB97DB78FFBDD745E2676D84381EEE12 (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = CustomAttributeData_GetCustomAttributes_mFFDE689A6FB19FC3D930515DB40EAFD217AB1146(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Reflection.MonoCMethod::get_core_clr_security_level() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoCMethod_get_core_clr_security_level_mF83E23C71AB1751FFCCFF7441E6A75FE352E33D9 (const RuntimeMethod* method) { { return 1; } } // System.Boolean System.Reflection.MonoCMethod::get_IsSecurityCritical() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoCMethod_get_IsSecurityCritical_mE4DB0C1151A50611673FC1CF95B2EA9F9B66F53E (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, const RuntimeMethod* method) { { int32_t L_0 = MonoCMethod_get_core_clr_security_level_mF83E23C71AB1751FFCCFF7441E6A75FE352E33D9(/*hidden argument*/NULL); return (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0); } } // System.Void System.Reflection.MonoCMethod::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoCMethod__ctor_m428697A95AE51E1D143B6C31EC9164FD1A5E6C5A (MonoCMethod_tFB85687BEF8202F8B3E77FE24BCC2E400EA4FC61 * __this, const RuntimeMethod* method) { { RuntimeConstructorInfo__ctor_mBD825F397745F96ED32106B4DBC80EB671177B4A(__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.Reflection.MethodInfo System.Reflection.MonoEvent::GetAddMethod(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MonoEvent_GetAddMethod_m117C702F23848E01FF2C9DB0964FD31ADE569D3A (MonoEvent_t * __this, bool ___nonPublic0, const RuntimeMethod* method) { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB V_0; memset((&V_0), 0, sizeof(V_0)); { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB L_0 = MonoEventInfo_GetEventInfo_mF602C1F08D7DFA09BEA1554779DDBD598EECD36E(__this, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = ___nonPublic0; if (L_1) { goto IL_0025; } } { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB L_2 = V_0; MethodInfo_t * L_3 = L_2.get_add_method_3(); bool L_4 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_3, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_002c; } } { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB L_5 = V_0; MethodInfo_t * L_6 = L_5.get_add_method_3(); NullCheck(L_6); bool L_7 = MethodBase_get_IsPublic_m9DCA641DBE6F06D0DC4A4B2828641A6DEA97F88B(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002c; } } IL_0025: { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB L_8 = V_0; MethodInfo_t * L_9 = L_8.get_add_method_3(); return L_9; } IL_002c: { return (MethodInfo_t *)NULL; } } // System.Reflection.MethodInfo System.Reflection.MonoEvent::GetRaiseMethod(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MonoEvent_GetRaiseMethod_mD169B8C458D818A6E9BC421081A711E869D48592 (MonoEvent_t * __this, bool ___nonPublic0, const RuntimeMethod* method) { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB V_0; memset((&V_0), 0, sizeof(V_0)); { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB L_0 = MonoEventInfo_GetEventInfo_mF602C1F08D7DFA09BEA1554779DDBD598EECD36E(__this, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = ___nonPublic0; if (L_1) { goto IL_0025; } } { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB L_2 = V_0; MethodInfo_t * L_3 = L_2.get_raise_method_5(); bool L_4 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_3, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_002c; } } { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB L_5 = V_0; MethodInfo_t * L_6 = L_5.get_raise_method_5(); NullCheck(L_6); bool L_7 = MethodBase_get_IsPublic_m9DCA641DBE6F06D0DC4A4B2828641A6DEA97F88B(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002c; } } IL_0025: { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB L_8 = V_0; MethodInfo_t * L_9 = L_8.get_raise_method_5(); return L_9; } IL_002c: { return (MethodInfo_t *)NULL; } } // System.Reflection.MethodInfo System.Reflection.MonoEvent::GetRemoveMethod(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MonoEvent_GetRemoveMethod_m56D1DDC1B340CD64EE889846F2CC3FC6AB9C8178 (MonoEvent_t * __this, bool ___nonPublic0, const RuntimeMethod* method) { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB V_0; memset((&V_0), 0, sizeof(V_0)); { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB L_0 = MonoEventInfo_GetEventInfo_mF602C1F08D7DFA09BEA1554779DDBD598EECD36E(__this, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = ___nonPublic0; if (L_1) { goto IL_0025; } } { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB L_2 = V_0; MethodInfo_t * L_3 = L_2.get_remove_method_4(); bool L_4 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_3, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_002c; } } { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB L_5 = V_0; MethodInfo_t * L_6 = L_5.get_remove_method_4(); NullCheck(L_6); bool L_7 = MethodBase_get_IsPublic_m9DCA641DBE6F06D0DC4A4B2828641A6DEA97F88B(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002c; } } IL_0025: { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB L_8 = V_0; MethodInfo_t * L_9 = L_8.get_remove_method_4(); return L_9; } IL_002c: { return (MethodInfo_t *)NULL; } } // System.Type System.Reflection.MonoEvent::get_DeclaringType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoEvent_get_DeclaringType_mC038AF75206B8B1EF4CB9F406BA9A027F8F622F4 (MonoEvent_t * __this, const RuntimeMethod* method) { { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB L_0 = MonoEventInfo_GetEventInfo_mF602C1F08D7DFA09BEA1554779DDBD598EECD36E(__this, /*hidden argument*/NULL); Type_t * L_1 = L_0.get_declaring_type_0(); return L_1; } } // System.Type System.Reflection.MonoEvent::get_ReflectedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoEvent_get_ReflectedType_mD365C748F491F260BB06715088ADF98F9CC596A7 (MonoEvent_t * __this, const RuntimeMethod* method) { { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB L_0 = MonoEventInfo_GetEventInfo_mF602C1F08D7DFA09BEA1554779DDBD598EECD36E(__this, /*hidden argument*/NULL); Type_t * L_1 = L_0.get_reflected_type_1(); return L_1; } } // System.String System.Reflection.MonoEvent::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoEvent_get_Name_m06E57D4233118F27BE9A3ED3A2F96FC6C4B60D53 (MonoEvent_t * __this, const RuntimeMethod* method) { { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB L_0 = MonoEventInfo_GetEventInfo_mF602C1F08D7DFA09BEA1554779DDBD598EECD36E(__this, /*hidden argument*/NULL); String_t* L_1 = L_0.get_name_2(); return L_1; } } // System.String System.Reflection.MonoEvent::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoEvent_ToString_m1354FB84E524E06E0EF4CAA098426614E055A651 (MonoEvent_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoEvent_ToString_m1354FB84E524E06E0EF4CAA098426614E055A651_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.EventInfo::get_EventHandlerType() */, __this); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, __this); String_t* L_2 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_0, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Reflection.MonoEvent::IsDefined(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoEvent_IsDefined_m1CA68C1873C694255F1C63880C8529F71A33717B (MonoEvent_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoEvent_IsDefined_m1CA68C1873C694255F1C63880C8529F71A33717B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); bool L_2 = MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object[] System.Reflection.MonoEvent::GetCustomAttributes(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoEvent_GetCustomAttributes_mDEB18A4B4214EB87DFEA3E6776EDDCC06368CAA2 (MonoEvent_t * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoEvent_GetCustomAttributes_mDEB18A4B4214EB87DFEA3E6776EDDCC06368CAA2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = MonoCustomAttrs_GetCustomAttributes_m6CA0C6509BA75EC908CC1D8B8D66ABAE6B7D6B03(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object[] System.Reflection.MonoEvent::GetCustomAttributes(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoEvent_GetCustomAttributes_mAD65648E940D080D933424B776A0913DD9417395 (MonoEvent_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoEvent_GetCustomAttributes_mAD65648E940D080D933424B776A0913DD9417395_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Collections.Generic.IList`1 System.Reflection.MonoEvent::GetCustomAttributesData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MonoEvent_GetCustomAttributesData_mEC80A6D270209C2147C79C0DC5EB8164ED2AE66A (MonoEvent_t * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = CustomAttributeData_GetCustomAttributes_mFFDE689A6FB19FC3D930515DB40EAFD217AB1146(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Reflection.MonoEvent::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoEvent__ctor_m6E1899EF0EB4B1CC6AEED7B24445C3A9844101BE (MonoEvent_t * __this, const RuntimeMethod* method) { { RuntimeEventInfo__ctor_mF05701361D0C8FD4978D4D80D001F74258B13349(__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 // Conversion methods for marshalling of: System.Reflection.MonoEventInfo IL2CPP_EXTERN_C void MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB_marshal_pinvoke(const MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB& unmarshaled, MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB_marshaled_pinvoke& marshaled) { Exception_t* ___declaring_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'declaring_type' of type 'MonoEventInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___declaring_type_0Exception, NULL); } IL2CPP_EXTERN_C void MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB_marshal_pinvoke_back(const MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB_marshaled_pinvoke& marshaled, MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB& unmarshaled) { Exception_t* ___declaring_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'declaring_type' of type 'MonoEventInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___declaring_type_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.MonoEventInfo IL2CPP_EXTERN_C void MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB_marshal_pinvoke_cleanup(MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.MonoEventInfo IL2CPP_EXTERN_C void MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB_marshal_com(const MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB& unmarshaled, MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB_marshaled_com& marshaled) { Exception_t* ___declaring_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'declaring_type' of type 'MonoEventInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___declaring_type_0Exception, NULL); } IL2CPP_EXTERN_C void MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB_marshal_com_back(const MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB_marshaled_com& marshaled, MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB& unmarshaled) { Exception_t* ___declaring_type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'declaring_type' of type 'MonoEventInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___declaring_type_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.MonoEventInfo IL2CPP_EXTERN_C void MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB_marshal_com_cleanup(MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB_marshaled_com& marshaled) { } // System.Void System.Reflection.MonoEventInfo::get_event_info(System.Reflection.MonoEvent,System.Reflection.MonoEventInfo&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoEventInfo_get_event_info_mE809F1407DF8C324AA44F8EA23BD6E7B1A05E712 (MonoEvent_t * ___ev0, MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB * ___info1, const RuntimeMethod* method) { typedef void (*MonoEventInfo_get_event_info_mE809F1407DF8C324AA44F8EA23BD6E7B1A05E712_ftn) (MonoEvent_t *, MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB *); using namespace il2cpp::icalls; ((MonoEventInfo_get_event_info_mE809F1407DF8C324AA44F8EA23BD6E7B1A05E712_ftn)mscorlib::System::Reflection::MonoEventInfo::get_event_info) (___ev0, ___info1); } // System.Reflection.MonoEventInfo System.Reflection.MonoEventInfo::GetEventInfo(System.Reflection.MonoEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB MonoEventInfo_GetEventInfo_mF602C1F08D7DFA09BEA1554779DDBD598EECD36E (MonoEvent_t * ___ev0, const RuntimeMethod* method) { MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB V_0; memset((&V_0), 0, sizeof(V_0)); { MonoEvent_t * L_0 = ___ev0; MonoEventInfo_get_event_info_mE809F1407DF8C324AA44F8EA23BD6E7B1A05E712(L_0, (MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB *)(&V_0), /*hidden argument*/NULL); MonoEventInfo_t4DD903D7D2A55C62BF50165523ADC010115A4DAB L_1 = V_0; 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.Reflection.FieldAttributes System.Reflection.MonoField::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoField_get_Attributes_m235AEFE6695163E7F81CCF5C9854B8CD76BF5914 (MonoField_t * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attrs_4(); return L_0; } } // System.RuntimeFieldHandle System.Reflection.MonoField::get_FieldHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF MonoField_get_FieldHandle_m26EF9D360E576A37B5D2E0E9F94F2AACF34AF8D4 (MonoField_t * __this, const RuntimeMethod* method) { { RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_0 = __this->get_fhandle_1(); return L_0; } } // System.Type System.Reflection.MonoField::ResolveType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoField_ResolveType_mB82F5E22A885355554FBB42A77A6CAAF92A83500 (MonoField_t * __this, const RuntimeMethod* method) { typedef Type_t * (*MonoField_ResolveType_mB82F5E22A885355554FBB42A77A6CAAF92A83500_ftn) (MonoField_t *); using namespace il2cpp::icalls; return ((MonoField_ResolveType_mB82F5E22A885355554FBB42A77A6CAAF92A83500_ftn)mscorlib::System::Reflection::MonoField::ResolveType) (__this); } // System.Type System.Reflection.MonoField::get_FieldType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoField_get_FieldType_m2CBD9CF3AB908FAEF109335C1E21709E22BC5E9F (MonoField_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoField_get_FieldType_m2CBD9CF3AB908FAEF109335C1E21709E22BC5E9F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = __this->get_type_3(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { Type_t * L_2 = MonoField_ResolveType_mB82F5E22A885355554FBB42A77A6CAAF92A83500(__this, /*hidden argument*/NULL); __this->set_type_3(L_2); } IL_001a: { Type_t * L_3 = __this->get_type_3(); return L_3; } } // System.Type System.Reflection.MonoField::GetParentType(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoField_GetParentType_m0E5E82CBEF1520D4FCAF3DBC4C094157DE08436F (MonoField_t * __this, bool ___declaring0, const RuntimeMethod* method) { typedef Type_t * (*MonoField_GetParentType_m0E5E82CBEF1520D4FCAF3DBC4C094157DE08436F_ftn) (MonoField_t *, bool); using namespace il2cpp::icalls; return ((MonoField_GetParentType_m0E5E82CBEF1520D4FCAF3DBC4C094157DE08436F_ftn)mscorlib::System::Reflection::MonoField::GetParentType) (__this, ___declaring0); } // System.Type System.Reflection.MonoField::get_ReflectedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoField_get_ReflectedType_mB1AA3C576E38A25152340008086AB4CB805650FC (MonoField_t * __this, const RuntimeMethod* method) { { Type_t * L_0 = MonoField_GetParentType_m0E5E82CBEF1520D4FCAF3DBC4C094157DE08436F(__this, (bool)0, /*hidden argument*/NULL); return L_0; } } // System.Type System.Reflection.MonoField::get_DeclaringType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoField_get_DeclaringType_mA649491C6B65A7685A1C1D4C66E8F87646DB8180 (MonoField_t * __this, const RuntimeMethod* method) { { Type_t * L_0 = MonoField_GetParentType_m0E5E82CBEF1520D4FCAF3DBC4C094157DE08436F(__this, (bool)1, /*hidden argument*/NULL); return L_0; } } // System.String System.Reflection.MonoField::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoField_get_Name_mB646E0C12230A2FB75170C9A18E292B04F75F041 (MonoField_t * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.Boolean System.Reflection.MonoField::IsDefined(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoField_IsDefined_mFD29F9A9C2678DB4E7CF87D18052825FD7EDDECB (MonoField_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoField_IsDefined_mFD29F9A9C2678DB4E7CF87D18052825FD7EDDECB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); bool L_2 = MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object[] System.Reflection.MonoField::GetCustomAttributes(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoField_GetCustomAttributes_mF7EEB48D08F281D47322A0C2449B0F1BFAC034DF (MonoField_t * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoField_GetCustomAttributes_mF7EEB48D08F281D47322A0C2449B0F1BFAC034DF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = MonoCustomAttrs_GetCustomAttributes_m6CA0C6509BA75EC908CC1D8B8D66ABAE6B7D6B03(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object[] System.Reflection.MonoField::GetCustomAttributes(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoField_GetCustomAttributes_mE62EB13F2D31F95CE3EB4EB0A9197A0584156378 (MonoField_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoField_GetCustomAttributes_mE62EB13F2D31F95CE3EB4EB0A9197A0584156378_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Reflection.MonoField::GetFieldOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoField_GetFieldOffset_m7A64541706E83500756121C58F4B1C275291A2C4 (MonoField_t * __this, const RuntimeMethod* method) { typedef int32_t (*MonoField_GetFieldOffset_m7A64541706E83500756121C58F4B1C275291A2C4_ftn) (MonoField_t *); using namespace il2cpp::icalls; return ((MonoField_GetFieldOffset_m7A64541706E83500756121C58F4B1C275291A2C4_ftn)mscorlib::System::Reflection::MonoField::GetFieldOffset) (__this); } // System.Object System.Reflection.MonoField::GetValueInternal(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoField_GetValueInternal_mF7D9B59083138DABA28AA1F14284BC217CBAEEAF (MonoField_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { typedef RuntimeObject * (*MonoField_GetValueInternal_mF7D9B59083138DABA28AA1F14284BC217CBAEEAF_ftn) (MonoField_t *, RuntimeObject *); using namespace il2cpp::icalls; return ((MonoField_GetValueInternal_mF7D9B59083138DABA28AA1F14284BC217CBAEEAF_ftn)mscorlib::System::Reflection::MonoField::GetValueInternal) (__this, ___obj0); } // System.Object System.Reflection.MonoField::GetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoField_GetValue_m1361629D5B0E75BBC9D087629416ECEC317DB901 (MonoField_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoField_GetValue_m1361629D5B0E75BBC9D087629416ECEC317DB901_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = FieldInfo_get_IsStatic_mDEB4099D238E5846246F0ACED3FF9AD9C93D8ECA(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0050; } } { RuntimeObject * L_1 = ___obj0; if (L_1) { goto IL_0016; } } { TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E * L_2 = (TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E *)il2cpp_codegen_object_new(TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E_il2cpp_TypeInfo_var); TargetException__ctor_mEF23F45C8180099295F8A9C064268E79C61AE252(L_2, _stringLiteral92E6062AA93DC5BC03D248525E0730F5BC6D54B9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, MonoField_GetValue_m1361629D5B0E75BBC9D087629416ECEC317DB901_RuntimeMethod_var); } IL_0016: { Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); RuntimeObject * L_4 = ___obj0; NullCheck(L_4); Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL); NullCheck(L_3); bool L_6 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_3, L_5); if (L_6) { goto IL_0050; } } { String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, __this); Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); RuntimeObject * L_9 = ___obj0; NullCheck(L_9); Type_t * L_10 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_9, /*hidden argument*/NULL); String_t* L_11 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral81CE577C39B97F7417D4F279C8C846D1D2962069, L_7, L_8, L_10, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_12, L_11, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, MonoField_GetValue_m1361629D5B0E75BBC9D087629416ECEC317DB901_RuntimeMethod_var); } IL_0050: { bool L_13 = FieldInfo_get_IsLiteral_mBF0F4CCF099C70900570B7CE2F800D1197C85C40(__this, /*hidden argument*/NULL); if (L_13) { goto IL_005e; } } { MonoField_CheckGeneric_mD59862B12548B999D07F7C2AF14F651AAAAD69E4(__this, /*hidden argument*/NULL); } IL_005e: { RuntimeObject * L_14 = ___obj0; RuntimeObject * L_15 = MonoField_GetValueInternal_mF7D9B59083138DABA28AA1F14284BC217CBAEEAF(__this, L_14, /*hidden argument*/NULL); return L_15; } } // System.String System.Reflection.MonoField::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoField_ToString_m9DA1E46F4F4FDF37EBBFFD5EB3A6071B61B7DD4F (MonoField_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoField_ToString_m9DA1E46F4F4FDF37EBBFFD5EB3A6071B61B7DD4F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, __this); String_t* L_1 = __this->get_name_2(); String_t* L_2 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralB245F58149930DBC70CF0AA7D270B51BF8AD5B2F, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Reflection.MonoField::SetValueInternal(System.Reflection.FieldInfo,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoField_SetValueInternal_mDEB1A974CD097274AC2325E292F0787C0AE0B9F6 (FieldInfo_t * ___fi0, RuntimeObject * ___obj1, RuntimeObject * ___value2, const RuntimeMethod* method) { typedef void (*MonoField_SetValueInternal_mDEB1A974CD097274AC2325E292F0787C0AE0B9F6_ftn) (FieldInfo_t *, RuntimeObject *, RuntimeObject *); using namespace il2cpp::icalls; ((MonoField_SetValueInternal_mDEB1A974CD097274AC2325E292F0787C0AE0B9F6_ftn)mscorlib::System::Reflection::MonoField::SetValueInternal) (___fi0, ___obj1, ___value2); } // System.Void System.Reflection.MonoField::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoField_SetValue_m55BF62F211A11FBB0CDEDC4E3E445CCFB49FC27A (MonoField_t * __this, RuntimeObject * ___obj0, RuntimeObject * ___val1, int32_t ___invokeAttr2, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoField_SetValue_m55BF62F211A11FBB0CDEDC4E3E445CCFB49FC27A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = FieldInfo_get_IsStatic_mDEB4099D238E5846246F0ACED3FF9AD9C93D8ECA(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0050; } } { RuntimeObject * L_1 = ___obj0; if (L_1) { goto IL_0016; } } { TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E * L_2 = (TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E *)il2cpp_codegen_object_new(TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E_il2cpp_TypeInfo_var); TargetException__ctor_mEF23F45C8180099295F8A9C064268E79C61AE252(L_2, _stringLiteral92E6062AA93DC5BC03D248525E0730F5BC6D54B9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, MonoField_SetValue_m55BF62F211A11FBB0CDEDC4E3E445CCFB49FC27A_RuntimeMethod_var); } IL_0016: { Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); RuntimeObject * L_4 = ___obj0; NullCheck(L_4); Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL); NullCheck(L_3); bool L_6 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_3, L_5); if (L_6) { goto IL_0050; } } { String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, __this); Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); RuntimeObject * L_9 = ___obj0; NullCheck(L_9); Type_t * L_10 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_9, /*hidden argument*/NULL); String_t* L_11 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral81CE577C39B97F7417D4F279C8C846D1D2962069, L_7, L_8, L_10, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_12, L_11, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, MonoField_SetValue_m55BF62F211A11FBB0CDEDC4E3E445CCFB49FC27A_RuntimeMethod_var); } IL_0050: { bool L_13 = FieldInfo_get_IsLiteral_mBF0F4CCF099C70900570B7CE2F800D1197C85C40(__this, /*hidden argument*/NULL); if (!L_13) { goto IL_0063; } } { FieldAccessException_tBFF096C9CF3CA2BF95A3D596D7E50EF32B178BDF * L_14 = (FieldAccessException_tBFF096C9CF3CA2BF95A3D596D7E50EF32B178BDF *)il2cpp_codegen_object_new(FieldAccessException_tBFF096C9CF3CA2BF95A3D596D7E50EF32B178BDF_il2cpp_TypeInfo_var); FieldAccessException__ctor_mDBE9806F085E392F4198EE67F7326F5E5E951453(L_14, _stringLiteralCF9026163D26EA91D52BCC2516F10CE8C6826952, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, MonoField_SetValue_m55BF62F211A11FBB0CDEDC4E3E445CCFB49FC27A_RuntimeMethod_var); } IL_0063: { Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_15 = ___binder3; if (L_15) { goto IL_006e; } } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_16 = Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0(/*hidden argument*/NULL); ___binder3 = L_16; } IL_006e: { MonoField_CheckGeneric_mD59862B12548B999D07F7C2AF14F651AAAAD69E4(__this, /*hidden argument*/NULL); RuntimeObject * L_17 = ___val1; if (!L_17) { goto IL_008f; } } { Type_t * L_18 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, __this); RuntimeObject * L_19 = ___val1; Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_20 = ___binder3; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_21 = ___culture4; int32_t L_22 = ___invokeAttr2; NullCheck(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_18, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))); RuntimeObject * L_23 = RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_18, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), L_19, L_20, L_21, L_22, /*hidden argument*/NULL); ___val1 = L_23; } IL_008f: { RuntimeObject * L_24 = ___obj0; RuntimeObject * L_25 = ___val1; MonoField_SetValueInternal_mDEB1A974CD097274AC2325E292F0787C0AE0B9F6(__this, L_24, L_25, /*hidden argument*/NULL); return; } } // System.Object System.Reflection.MonoField::GetRawConstantValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoField_GetRawConstantValue_m085F848EB66637CCBF8B6031C20B1311A72276FB (MonoField_t * __this, const RuntimeMethod* method) { typedef RuntimeObject * (*MonoField_GetRawConstantValue_m085F848EB66637CCBF8B6031C20B1311A72276FB_ftn) (MonoField_t *); using namespace il2cpp::icalls; return ((MonoField_GetRawConstantValue_m085F848EB66637CCBF8B6031C20B1311A72276FB_ftn)mscorlib::System::Reflection::MonoField::GetRawConstantValue) (__this); } // System.Collections.Generic.IList`1 System.Reflection.MonoField::GetCustomAttributesData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MonoField_GetCustomAttributesData_mA3B3C18D4720D746E4748657BD65F5E3310B2B3E (MonoField_t * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = CustomAttributeData_GetCustomAttributes_mFFDE689A6FB19FC3D930515DB40EAFD217AB1146(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Reflection.MonoField::CheckGeneric() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoField_CheckGeneric_mD59862B12548B999D07F7C2AF14F651AAAAD69E4 (MonoField_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoField_CheckGeneric_mD59862B12548B999D07F7C2AF14F651AAAAD69E4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(85 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_0); if (!L_1) { goto IL_0018; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, _stringLiteral1CA1992D2EA109188AB1A1D69CF9F2E12C3BEFE3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, MonoField_CheckGeneric_mD59862B12548B999D07F7C2AF14F651AAAAD69E4_RuntimeMethod_var); } IL_0018: { return; } } // System.Void System.Reflection.MonoField::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoField__ctor_mC970FE0E661FAAC203D9D3949A0141AB4D5A6833 (MonoField_t * __this, const RuntimeMethod* method) { { RtFieldInfo__ctor_mFFABD71C782AA419A3B4B81F14FD260ACE26B6B5(__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.Reflection.MonoMethod::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoMethod__ctor_m6452B0D93D3BBCAF3CC37E335D4CA4F266C23024 (MonoMethod_t * __this, const RuntimeMethod* method) { { RuntimeMethodInfo__ctor_m9B0C9B5E50AA4C3E531C5010D65A5081C0121F5B(__this, /*hidden argument*/NULL); return; } } // System.String System.Reflection.MonoMethod::get_name(System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoMethod_get_name_m8F112BD816804C49A106331E1318927A161D1B2D (MethodBase_t * ___method0, const RuntimeMethod* method) { typedef String_t* (*MonoMethod_get_name_m8F112BD816804C49A106331E1318927A161D1B2D_ftn) (MethodBase_t *); using namespace il2cpp::icalls; return ((MonoMethod_get_name_m8F112BD816804C49A106331E1318927A161D1B2D_ftn)mscorlib::System::Reflection::MonoMethod::get_name) (___method0); } // System.Reflection.MonoMethod System.Reflection.MonoMethod::get_base_method(System.Reflection.MonoMethod,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoMethod_t * MonoMethod_get_base_method_mD105BBC60C5DEBD05F10A040ED66EFC1248C45EE (MonoMethod_t * ___method0, bool ___definition1, const RuntimeMethod* method) { typedef MonoMethod_t * (*MonoMethod_get_base_method_mD105BBC60C5DEBD05F10A040ED66EFC1248C45EE_ftn) (MonoMethod_t *, bool); using namespace il2cpp::icalls; return ((MonoMethod_get_base_method_mD105BBC60C5DEBD05F10A040ED66EFC1248C45EE_ftn)mscorlib::System::Reflection::MonoMethod::get_base_method) (___method0, ___definition1); } // System.Reflection.MethodInfo System.Reflection.MonoMethod::GetBaseMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MonoMethod_GetBaseMethod_mD20001269BA01A334CFD3923F8825B122E3BD494 (MonoMethod_t * __this, const RuntimeMethod* method) { { MonoMethod_t * L_0 = MonoMethod_get_base_method_mD105BBC60C5DEBD05F10A040ED66EFC1248C45EE(__this, (bool)0, /*hidden argument*/NULL); return L_0; } } // System.Type System.Reflection.MonoMethod::get_ReturnType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoMethod_get_ReturnType_m655249CF9673B0C55BD06BC1EBF438938C5A88A1 (MonoMethod_t * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_0(); Type_t * L_1 = MonoMethodInfo_GetReturnType_m359CEAABA1EB8CE065CA99E0886D2085C7BF3B1D((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.MethodImplAttributes System.Reflection.MonoMethod::GetMethodImplementationFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoMethod_GetMethodImplementationFlags_mD6E86E1D9872CF3124BD285FB0D28A9F7F38BA53 (MonoMethod_t * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_0(); int32_t L_1 = MonoMethodInfo_GetMethodImplementationFlags_mD5B33C8C198680A08CD16E2BC25F0A17E4EF884B((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.ParameterInfo[] System.Reflection.MonoMethod::GetParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* MonoMethod_GetParameters_m810E7CB0E08C620F91D837D4F6E9F67D85F33FA7 (MonoMethod_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethod_GetParameters_m810E7CB0E08C620F91D837D4F6E9F67D85F33FA7_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_0 = NULL; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_1 = NULL; { intptr_t L_0 = __this->get_mhandle_0(); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_1 = MonoMethodInfo_GetParametersInfo_mDC367B5AB1F2EB7BDC9006BD0A33D929DC02E20B((intptr_t)L_0, __this, /*hidden argument*/NULL); V_0 = L_1; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_2 = V_0; NullCheck(L_2); if ((((RuntimeArray*)L_2)->max_length)) { goto IL_0013; } } { ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_3 = V_0; return L_3; } IL_0013: { ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_4 = V_0; NullCheck(L_4); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_5 = (ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694*)(ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694*)SZArrayNew(ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))); V_1 = L_5; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_6 = V_0; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_7 = V_1; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_8 = V_0; NullCheck(L_8); Array_FastCopy_m60EEEAC06AB32A37A7FF6C4EB31B2FB54B170097((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), /*hidden argument*/NULL); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_9 = V_1; return L_9; } } // System.Reflection.ParameterInfo[] System.Reflection.MonoMethod::GetParametersInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* MonoMethod_GetParametersInternal_mBFF014ECD708DB488B7F61DFF76D5F00B355CFF4 (MonoMethod_t * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_0(); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_1 = MonoMethodInfo_GetParametersInfo_mDC367B5AB1F2EB7BDC9006BD0A33D929DC02E20B((intptr_t)L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Reflection.MonoMethod::GetParametersCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoMethod_GetParametersCount_m5D863DD6C66F4611FEBD4324B1B1A0AD2F9B2201 (MonoMethod_t * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_0(); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_1 = MonoMethodInfo_GetParametersInfo_mDC367B5AB1F2EB7BDC9006BD0A33D929DC02E20B((intptr_t)L_0, __this, /*hidden argument*/NULL); NullCheck(L_1); return (((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))); } } // System.Object System.Reflection.MonoMethod::InternalInvoke(System.Object,System.Object[],System.Exception&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoMethod_InternalInvoke_mB9735487F3062332EFB3EC603138E72E6C8A7789 (MonoMethod_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters1, Exception_t ** ___exc2, const RuntimeMethod* method) { typedef RuntimeObject * (*MonoMethod_InternalInvoke_mB9735487F3062332EFB3EC603138E72E6C8A7789_ftn) (MonoMethod_t *, RuntimeObject *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Exception_t **); using namespace il2cpp::icalls; return ((MonoMethod_InternalInvoke_mB9735487F3062332EFB3EC603138E72E6C8A7789_ftn)mscorlib::System::Reflection::MonoMethod::InternalInvoke) (__this, ___obj0, ___parameters1, ___exc2); } // System.Object System.Reflection.MonoMethod::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoMethod_Invoke_mD791F247764DAE0188BA06FD1DA51525E8F2F394 (MonoMethod_t * __this, RuntimeObject * ___obj0, int32_t ___invokeAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethod_Invoke_mD791F247764DAE0188BA06FD1DA51525E8F2F394_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_0 = NULL; Exception_t * V_1 = NULL; RuntimeObject * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_0 = ___binder2; if (L_0) { goto IL_000a; } } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_1 = Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0(/*hidden argument*/NULL); ___binder2 = L_1; } IL_000a: { ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_2 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(38 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersInternal() */, __this); V_0 = L_2; Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_3 = ___binder2; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = ___parameters3; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_5 = V_0; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = ___culture4; int32_t L_7 = ___invokeAttr1; MonoMethod_ConvertValues_m252AFD93859C08712283EE1491410084A08E4340(L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); bool L_8 = VirtFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Reflection.MethodBase::get_ContainsGenericParameters() */, __this); if (!L_8) { goto IL_0030; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_9 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_9, _stringLiteralE83FE36A9420EC51F8161EBE1CCD510017222EF5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, MonoMethod_Invoke_mD791F247764DAE0188BA06FD1DA51525E8F2F394_RuntimeMethod_var); } IL_0030: { V_2 = NULL; } IL_0032: try { // begin try (depth: 1) RuntimeObject * L_10 = ___obj0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = ___parameters3; RuntimeObject * L_12 = MonoMethod_InternalInvoke_mB9735487F3062332EFB3EC603138E72E6C8A7789(__this, L_10, L_11, (Exception_t **)(&V_1), /*hidden argument*/NULL); V_2 = L_12; goto IL_004c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0040; if(il2cpp_codegen_class_is_assignable_from (MethodAccessException_tD507764699290F19BF6AF6DEE1E0068927E428EB_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0043; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0046; throw e; } CATCH_0040: { // begin catch(System.Threading.ThreadAbortException) IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, MonoMethod_Invoke_mD791F247764DAE0188BA06FD1DA51525E8F2F394_RuntimeMethod_var); } // end catch (depth: 1) CATCH_0043: { // begin catch(System.MethodAccessException) IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, MonoMethod_Invoke_mD791F247764DAE0188BA06FD1DA51525E8F2F394_RuntimeMethod_var); } // end catch (depth: 1) CATCH_0046: { // begin catch(System.Exception) TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 * L_13 = (TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 *)il2cpp_codegen_object_new(TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8_il2cpp_TypeInfo_var); TargetInvocationException__ctor_m7C0D8AD4BE352DB396A3674622A9D53EEDD4ACA7(L_13, ((Exception_t *)__exception_local), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, MonoMethod_Invoke_mD791F247764DAE0188BA06FD1DA51525E8F2F394_RuntimeMethod_var); } // end catch (depth: 1) IL_004c: { Exception_t * L_14 = V_1; if (!L_14) { goto IL_0051; } } { Exception_t * L_15 = V_1; IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, MonoMethod_Invoke_mD791F247764DAE0188BA06FD1DA51525E8F2F394_RuntimeMethod_var); } IL_0051: { RuntimeObject * L_16 = V_2; return L_16; } } // System.Void System.Reflection.MonoMethod::ConvertValues(System.Reflection.Binder,System.Object[],System.Reflection.ParameterInfo[],System.Globalization.CultureInfo,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoMethod_ConvertValues_m252AFD93859C08712283EE1491410084A08E4340 (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* ___pinfo2, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture3, int32_t ___invokeAttr4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethod_ConvertValues_m252AFD93859C08712283EE1491410084A08E4340_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * V_2 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_3 = NULL; { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args1; if (L_0) { goto IL_000e; } } { ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_1 = ___pinfo2; NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_0008; } } { return; } IL_0008: { TargetParameterCountException_tD37468C4274D530299F22A615027D88EA86F3C3C * L_2 = (TargetParameterCountException_tD37468C4274D530299F22A615027D88EA86F3C3C *)il2cpp_codegen_object_new(TargetParameterCountException_tD37468C4274D530299F22A615027D88EA86F3C3C_il2cpp_TypeInfo_var); TargetParameterCountException__ctor_mA1F54E2912E1490C2AB7BA5EE30A8909230221E5(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, MonoMethod_ConvertValues_m252AFD93859C08712283EE1491410084A08E4340_RuntimeMethod_var); } IL_000e: { ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_3 = ___pinfo2; NullCheck(L_3); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = ___args1; NullCheck(L_4); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))) { goto IL_001c; } } { TargetParameterCountException_tD37468C4274D530299F22A615027D88EA86F3C3C * L_5 = (TargetParameterCountException_tD37468C4274D530299F22A615027D88EA86F3C3C *)il2cpp_codegen_object_new(TargetParameterCountException_tD37468C4274D530299F22A615027D88EA86F3C3C_il2cpp_TypeInfo_var); TargetParameterCountException__ctor_mA1F54E2912E1490C2AB7BA5EE30A8909230221E5(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, MonoMethod_ConvertValues_m252AFD93859C08712283EE1491410084A08E4340_RuntimeMethod_var); } IL_001c: { V_0 = 0; goto IL_007b; } IL_0020: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = ___args1; int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; RuntimeObject * L_9 = (L_6)->GetAt(static_cast(L_8)); V_1 = L_9; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_10 = ___pinfo2; int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = L_13; RuntimeObject * L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); RuntimeObject * L_15 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_Missing_3(); if ((!(((RuntimeObject*)(RuntimeObject *)L_14) == ((RuntimeObject*)(RuntimeObject *)L_15)))) { goto IL_005d; } } { ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_16 = V_2; NullCheck(L_16); RuntimeObject * L_17 = VirtFuncInvoker0< RuntimeObject * >::Invoke(12 /* System.Object System.Reflection.ParameterInfo::get_DefaultValue() */, L_16); IL2CPP_RUNTIME_CLASS_INIT(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var); DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * L_18 = ((DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var))->get_Value_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_17) == ((RuntimeObject*)(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 *)L_18)))) { goto IL_0052; } } { String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4A20CCE9C1BDF3FC0E6CCD2AD39C691DCF65D534, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_20 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_20, L_19, _stringLiteralF1F1425B65E5770C87BE308DD6BFEE4B3FA1B113, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, MonoMethod_ConvertValues_m252AFD93859C08712283EE1491410084A08E4340_RuntimeMethod_var); } IL_0052: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = ___args1; int32_t L_22 = V_0; ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_23 = V_2; NullCheck(L_23); RuntimeObject * L_24 = VirtFuncInvoker0< RuntimeObject * >::Invoke(12 /* System.Object System.Reflection.ParameterInfo::get_DefaultValue() */, L_23); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_24); (L_21)->SetAt(static_cast(L_22), (RuntimeObject *)L_24); goto IL_0077; } IL_005d: { ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_25 = V_2; NullCheck(L_25); Type_t * L_26 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_25); V_3 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_26, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = ___args1; int32_t L_28 = V_0; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_29 = V_3; RuntimeObject * L_30 = V_1; Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_31 = ___binder0; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_32 = ___culture3; int32_t L_33 = ___invokeAttr4; NullCheck(L_29); RuntimeObject * L_34 = RuntimeType_CheckValue_mFE67AD82CD41B12B099F04A31B4151C010FB7503(L_29, L_30, L_31, L_32, L_33, /*hidden argument*/NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_34); (L_27)->SetAt(static_cast(L_28), (RuntimeObject *)L_34); } IL_0077: { int32_t L_35 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_007b: { int32_t L_36 = V_0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_37 = ___args1; NullCheck(L_37); if ((((int32_t)L_36) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length))))))) { goto IL_0020; } } { return; } } // System.RuntimeMethodHandle System.Reflection.MonoMethod::get_MethodHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F MonoMethod_get_MethodHandle_m8EE1DE377978260CA9A11730AF3299EA2AAC9F85 (MonoMethod_t * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_0(); RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F L_1; memset((&L_1), 0, sizeof(L_1)); RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_inline((&L_1), (intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.MethodAttributes System.Reflection.MonoMethod::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoMethod_get_Attributes_mB4E75630B9E770C8427080D949DCD3360A9352C1 (MonoMethod_t * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_0(); int32_t L_1 = MonoMethodInfo_GetAttributes_m3693A733A62F524AE24A2C36E424202D33AABDE7((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.CallingConventions System.Reflection.MonoMethod::get_CallingConvention() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoMethod_get_CallingConvention_m368122984CD824974674BCDA5F9E6D5602C7E153 (MonoMethod_t * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_0(); int32_t L_1 = MonoMethodInfo_GetCallingConvention_mEE3592F4E005CE05558B71E7D161CE3664F5EB21((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } // System.Type System.Reflection.MonoMethod::get_ReflectedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoMethod_get_ReflectedType_mE494661088AEE5FA2AA45BC51E41E9B088AA21B6 (MonoMethod_t * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_reftype_2(); return L_0; } } // System.Type System.Reflection.MonoMethod::get_DeclaringType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoMethod_get_DeclaringType_m14944586460489A90BDEEF573E5159EA8D98AFF9 (MonoMethod_t * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_0(); Type_t * L_1 = MonoMethodInfo_GetDeclaringType_m44BCB7E88AD4961B29EACB72F62C99C44693252C((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.MonoMethod::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoMethod_get_Name_m97F7F8911D9CBA29A20A43E9CB47B6DCC6F62FED (MonoMethod_t * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_1(); if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_name_1(); return L_1; } IL_000f: { String_t* L_2 = MonoMethod_get_name_m8F112BD816804C49A106331E1318927A161D1B2D(__this, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Reflection.MonoMethod::IsDefined(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoMethod_IsDefined_m5B6962BBEA3B9935156C7BDD5629247F7A3533A1 (MonoMethod_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethod_IsDefined_m5B6962BBEA3B9935156C7BDD5629247F7A3533A1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); bool L_2 = MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object[] System.Reflection.MonoMethod::GetCustomAttributes(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoMethod_GetCustomAttributes_m39AC10485B285FF46215B55DFC495480B1F6A096 (MonoMethod_t * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethod_GetCustomAttributes_m39AC10485B285FF46215B55DFC495480B1F6A096_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = MonoCustomAttrs_GetCustomAttributes_m6CA0C6509BA75EC908CC1D8B8D66ABAE6B7D6B03(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object[] System.Reflection.MonoMethod::GetCustomAttributes(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoMethod_GetCustomAttributes_m9876DC9C9877E7E2049CD1E58CBBC70BED5C4C53 (MonoMethod_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethod_GetCustomAttributes_m9876DC9C9877E7E2049CD1E58CBBC70BED5C4C53_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Reflection.MonoMethod::GetPInvoke(System.Reflection.PInvokeAttributes&,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoMethod_GetPInvoke_m996A51E40300654B3A1407E4503D0715C6B23A0F (MonoMethod_t * __this, int32_t* ___flags0, String_t** ___entryPoint1, String_t** ___dllName2, const RuntimeMethod* method) { typedef void (*MonoMethod_GetPInvoke_m996A51E40300654B3A1407E4503D0715C6B23A0F_ftn) (MonoMethod_t *, int32_t*, String_t**, String_t**); using namespace il2cpp::icalls; ((MonoMethod_GetPInvoke_m996A51E40300654B3A1407E4503D0715C6B23A0F_ftn)mscorlib::System::Reflection::MonoMethod::GetPInvoke) (__this, ___flags0, ___entryPoint1, ___dllName2); } // System.Object[] System.Reflection.MonoMethod::GetPseudoCustomAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoMethod_GetPseudoCustomAttributes_mE46E69D39791BDF9B87A893B6EEB17B75754DE31 (MonoMethod_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethod_GetPseudoCustomAttributes_mE46E69D39791BDF9B87A893B6EEB17B75754DE31_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D V_1; memset((&V_1), 0, sizeof(V_1)); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_2 = NULL; { V_0 = 0; intptr_t L_0 = __this->get_mhandle_0(); MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D L_1 = MonoMethodInfo_GetMethodInfo_mEF25D70871E74C0187DB31805ADA71E037CF48A2((intptr_t)L_0, /*hidden argument*/NULL); V_1 = L_1; MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D L_2 = V_1; int32_t L_3 = L_2.get_iattrs_3(); if (!((int32_t)((int32_t)L_3&(int32_t)((int32_t)128)))) { goto IL_0020; } } { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0020: { MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D L_5 = V_1; int32_t L_6 = L_5.get_attrs_2(); if (!((int32_t)((int32_t)L_6&(int32_t)((int32_t)8192)))) { goto IL_0032; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0032: { int32_t L_8 = V_0; if (L_8) { goto IL_0037; } } { return (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL; } IL_0037: { int32_t L_9 = V_0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_9); V_2 = L_10; V_0 = 0; MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D L_11 = V_1; int32_t L_12 = L_11.get_iattrs_3(); if (!((int32_t)((int32_t)L_12&(int32_t)((int32_t)128)))) { goto IL_005a; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = V_2; int32_t L_14 = V_0; int32_t L_15 = L_14; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); PreserveSigAttribute_t60367CFFE2AFD385EAC54659911B50279DFFA576 * L_16 = (PreserveSigAttribute_t60367CFFE2AFD385EAC54659911B50279DFFA576 *)il2cpp_codegen_object_new(PreserveSigAttribute_t60367CFFE2AFD385EAC54659911B50279DFFA576_il2cpp_TypeInfo_var); PreserveSigAttribute__ctor_mE2CE5C7457E41DFC1C81ABFBE6F5A87AC0C7E068(L_16, /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(L_15), (RuntimeObject *)L_16); } IL_005a: { MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D L_17 = V_1; int32_t L_18 = L_17.get_attrs_2(); if (!((int32_t)((int32_t)L_18&(int32_t)((int32_t)8192)))) { goto IL_0075; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = V_2; int32_t L_20 = V_0; int32_t L_21 = L_20; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_22 = DllImportAttribute_GetCustomAttribute_mE381EBFF53F2634AF28E0A364E9EC9A68FB9C2CC(__this, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(L_21), (RuntimeObject *)L_22); } IL_0075: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = V_2; return L_23; } } // System.Reflection.MethodInfo System.Reflection.MonoMethod::MakeGenericMethod(System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MonoMethod_MakeGenericMethod_mEBF68371AFE34D2EF8A0039E88735056559678B4 (MonoMethod_t * __this, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___methodInstantiation0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethod_MakeGenericMethod_mEBF68371AFE34D2EF8A0039E88735056559678B4_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_1 = NULL; int32_t V_2 = 0; Type_t * G_B9_0 = NULL; Type_t * G_B8_0 = NULL; MethodInfo_t * G_B17_0 = NULL; MethodInfo_t * G_B16_0 = NULL; { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = ___methodInstantiation0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral174D2AF7BB8BD5972E53A96D3B48C2590171801A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, MonoMethod_MakeGenericMethod_mEBF68371AFE34D2EF8A0039E88735056559678B4_RuntimeMethod_var); } IL_000e: { bool L_2 = VirtFuncInvoker0< bool >::Invoke(25 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() */, __this); if (L_2) { goto IL_0021; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, _stringLiteral30522AC2A7F7392F3CCCE1A0F2321D09993866FA, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, MonoMethod_MakeGenericMethod_mEBF68371AFE34D2EF8A0039E88735056559678B4_RuntimeMethod_var); } IL_0021: { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(24 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, __this); NullCheck(L_4); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = ___methodInstantiation0; NullCheck(L_5); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))))))) { goto IL_0039; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_6, _stringLiteral029F3EE4401AC5A443159B6FAB15E6003CC3980C, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, MonoMethod_MakeGenericMethod_mEBF68371AFE34D2EF8A0039E88735056559678B4_RuntimeMethod_var); } IL_0039: { V_0 = (bool)0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_7 = ___methodInstantiation0; V_1 = L_7; V_2 = 0; goto IL_0060; } IL_0041: { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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)); Type_t * L_12 = L_11; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_13 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_12, (Type_t *)NULL, /*hidden argument*/NULL); G_B8_0 = L_12; if (!L_13) { G_B9_0 = L_12; goto IL_0053; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_14 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, MonoMethod_MakeGenericMethod_mEBF68371AFE34D2EF8A0039E88735056559678B4_RuntimeMethod_var); } IL_0053: { if (((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)G_B9_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))) { goto IL_005c; } } { V_0 = (bool)1; } IL_005c: { int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0060: { int32_t L_16 = V_2; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_17 = V_1; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))))) { goto IL_0041; } } { bool L_18 = V_0; if (!L_18) { goto IL_0074; } } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_19 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_19, _stringLiteral7947B0DD226958AFE502F055E9639C493F8D6881, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, MonoMethod_MakeGenericMethod_mEBF68371AFE34D2EF8A0039E88735056559678B4_RuntimeMethod_var); } IL_0074: { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_20 = ___methodInstantiation0; MethodInfo_t * L_21 = MonoMethod_MakeGenericMethod_impl_m142C97FB9BF737598A8BA6678ED47ADA33195BBA(__this, L_20, /*hidden argument*/NULL); MethodInfo_t * L_22 = L_21; bool L_23 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_22, (MethodInfo_t *)NULL, /*hidden argument*/NULL); G_B16_0 = L_22; if (!L_23) { G_B17_0 = L_22; goto IL_00a9; } } { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(24 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, __this); NullCheck(L_24); int32_t L_25 = (((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))); RuntimeObject * L_26 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_25); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_27 = ___methodInstantiation0; NullCheck(L_27); int32_t L_28 = (((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))); RuntimeObject * L_29 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_28); String_t* L_30 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralC764650B21ED9AE7B8BFE624A700037FF1C5D4BE, L_26, L_29, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_31 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_31, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, MonoMethod_MakeGenericMethod_mEBF68371AFE34D2EF8A0039E88735056559678B4_RuntimeMethod_var); } IL_00a9: { return G_B17_0; } } // System.Reflection.MethodInfo System.Reflection.MonoMethod::MakeGenericMethod_impl(System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MonoMethod_MakeGenericMethod_impl_m142C97FB9BF737598A8BA6678ED47ADA33195BBA (MonoMethod_t * __this, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types0, const RuntimeMethod* method) { typedef MethodInfo_t * (*MonoMethod_MakeGenericMethod_impl_m142C97FB9BF737598A8BA6678ED47ADA33195BBA_ftn) (MonoMethod_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*); using namespace il2cpp::icalls; return ((MonoMethod_MakeGenericMethod_impl_m142C97FB9BF737598A8BA6678ED47ADA33195BBA_ftn)mscorlib::System::Reflection::MonoMethod::MakeGenericMethod_impl) (__this, ___types0); } // System.Type[] System.Reflection.MonoMethod::GetGenericArguments() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* MonoMethod_GetGenericArguments_mE0BBC72254B0785C02405B1185073ACF0F15AB2F (MonoMethod_t * __this, const RuntimeMethod* method) { typedef TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* (*MonoMethod_GetGenericArguments_mE0BBC72254B0785C02405B1185073ACF0F15AB2F_ftn) (MonoMethod_t *); using namespace il2cpp::icalls; return ((MonoMethod_GetGenericArguments_mE0BBC72254B0785C02405B1185073ACF0F15AB2F_ftn)mscorlib::System::Reflection::MonoMethod::GetGenericArguments) (__this); } // System.Reflection.MethodInfo System.Reflection.MonoMethod::GetGenericMethodDefinition_impl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MonoMethod_GetGenericMethodDefinition_impl_m34B2311BFF9BB7CE3D1FE4147B34DA8C8C398929 (MonoMethod_t * __this, const RuntimeMethod* method) { typedef MethodInfo_t * (*MonoMethod_GetGenericMethodDefinition_impl_m34B2311BFF9BB7CE3D1FE4147B34DA8C8C398929_ftn) (MonoMethod_t *); using namespace il2cpp::icalls; return ((MonoMethod_GetGenericMethodDefinition_impl_m34B2311BFF9BB7CE3D1FE4147B34DA8C8C398929_ftn)mscorlib::System::Reflection::MonoMethod::GetGenericMethodDefinition_impl) (__this); } // System.Reflection.MethodInfo System.Reflection.MonoMethod::GetGenericMethodDefinition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MonoMethod_GetGenericMethodDefinition_m0392647C8B1059CF3026DBDC1C72C7B007D3C928 (MonoMethod_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoMethod_GetGenericMethodDefinition_m0392647C8B1059CF3026DBDC1C72C7B007D3C928_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * G_B2_0 = NULL; MethodInfo_t * G_B1_0 = NULL; { MethodInfo_t * L_0 = MonoMethod_GetGenericMethodDefinition_impl_m34B2311BFF9BB7CE3D1FE4147B34DA8C8C398929(__this, /*hidden argument*/NULL); MethodInfo_t * L_1 = L_0; bool L_2 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_1, (MethodInfo_t *)NULL, /*hidden argument*/NULL); G_B1_0 = L_1; if (!L_2) { G_B2_0 = L_1; goto IL_0015; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, MonoMethod_GetGenericMethodDefinition_m0392647C8B1059CF3026DBDC1C72C7B007D3C928_RuntimeMethod_var); } IL_0015: { return G_B2_0; } } // System.Boolean System.Reflection.MonoMethod::get_IsGenericMethodDefinition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoMethod_get_IsGenericMethodDefinition_mD6AE8A44B71FE839F493627770E76307EDCEAD34 (MonoMethod_t * __this, const RuntimeMethod* method) { typedef bool (*MonoMethod_get_IsGenericMethodDefinition_mD6AE8A44B71FE839F493627770E76307EDCEAD34_ftn) (MonoMethod_t *); using namespace il2cpp::icalls; return ((MonoMethod_get_IsGenericMethodDefinition_mD6AE8A44B71FE839F493627770E76307EDCEAD34_ftn)mscorlib::System::Reflection::MonoMethod::get_IsGenericMethodDefinition) (__this); } // System.Boolean System.Reflection.MonoMethod::get_IsGenericMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoMethod_get_IsGenericMethod_m8C9B4EF78D4E14ADD87697AE9BFAD73B02636634 (MonoMethod_t * __this, const RuntimeMethod* method) { typedef bool (*MonoMethod_get_IsGenericMethod_m8C9B4EF78D4E14ADD87697AE9BFAD73B02636634_ftn) (MonoMethod_t *); using namespace il2cpp::icalls; return ((MonoMethod_get_IsGenericMethod_m8C9B4EF78D4E14ADD87697AE9BFAD73B02636634_ftn)mscorlib::System::Reflection::MonoMethod::get_IsGenericMethod) (__this); } // System.Boolean System.Reflection.MonoMethod::get_ContainsGenericParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoMethod_get_ContainsGenericParameters_mB807C9D8B77C0CEBAD2B48A27D5EB3AF44D41BD9 (MonoMethod_t * __this, const RuntimeMethod* method) { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_0 = NULL; int32_t V_1 = 0; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, __this); if (!L_0) { goto IL_0029; } } { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(24 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, __this); V_0 = L_1; V_1 = 0; goto IL_0023; } IL_0013: { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; Type_t * L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(85 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_5); if (!L_6) { goto IL_001f; } } { return (bool)1; } IL_001f: { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0023: { int32_t L_8 = V_1; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = V_0; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))))))) { goto IL_0013; } } IL_0029: { Type_t * L_10 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); NullCheck(L_10); bool L_11 = VirtFuncInvoker0< bool >::Invoke(85 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_10); return L_11; } } // System.Reflection.MethodBody System.Reflection.MonoMethod::GetMethodBody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBody_t900C79A470F33FA739168B232092420240DC11F2 * MonoMethod_GetMethodBody_m3C84783673B1DE7EDD6026A350BB185CF01D1743 (MonoMethod_t * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_mhandle_0(); MethodBody_t900C79A470F33FA739168B232092420240DC11F2 * L_1 = MethodBase_GetMethodBody_mBCEF1D0DCE979DF10A1279B0A78FB2668E1D5C77((intptr_t)L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.Generic.IList`1 System.Reflection.MonoMethod::GetCustomAttributesData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MonoMethod_GetCustomAttributesData_m96D6F54362811B5E6E5715A03686E543927509FE (MonoMethod_t * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = CustomAttributeData_GetCustomAttributes_mFFDE689A6FB19FC3D930515DB40EAFD217AB1146(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Reflection.MonoMethod::get_core_clr_security_level() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoMethod_get_core_clr_security_level_mE4102DD77F2FF89F7C048BC9089B5E0B9FCBC18F (const RuntimeMethod* method) { { return 1; } } // System.Boolean System.Reflection.MonoMethod::get_IsSecurityCritical() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoMethod_get_IsSecurityCritical_mD907643A72E91A2B30DDDA600C268B790A1785FB (MonoMethod_t * __this, const RuntimeMethod* method) { { int32_t L_0 = MonoMethod_get_core_clr_security_level_mE4102DD77F2FF89F7C048BC9089B5E0B9FCBC18F(/*hidden argument*/NULL); return (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Reflection.MonoMethodInfo IL2CPP_EXTERN_C void MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D_marshal_pinvoke(const MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D& unmarshaled, MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D_marshaled_pinvoke& marshaled) { Exception_t* ___parent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parent' of type 'MonoMethodInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parent_0Exception, NULL); } IL2CPP_EXTERN_C void MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D_marshal_pinvoke_back(const MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D_marshaled_pinvoke& marshaled, MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D& unmarshaled) { Exception_t* ___parent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parent' of type 'MonoMethodInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parent_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.MonoMethodInfo IL2CPP_EXTERN_C void MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D_marshal_pinvoke_cleanup(MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.MonoMethodInfo IL2CPP_EXTERN_C void MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D_marshal_com(const MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D& unmarshaled, MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D_marshaled_com& marshaled) { Exception_t* ___parent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parent' of type 'MonoMethodInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parent_0Exception, NULL); } IL2CPP_EXTERN_C void MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D_marshal_com_back(const MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D_marshaled_com& marshaled, MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D& unmarshaled) { Exception_t* ___parent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parent' of type 'MonoMethodInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parent_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.MonoMethodInfo IL2CPP_EXTERN_C void MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D_marshal_com_cleanup(MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D_marshaled_com& marshaled) { } // System.Void System.Reflection.MonoMethodInfo::get_method_info(System.IntPtr,System.Reflection.MonoMethodInfo&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoMethodInfo_get_method_info_m61E0C5F251784BC59CC3A7A0E62428A1391F4CE9 (intptr_t ___handle0, MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D * ___info1, const RuntimeMethod* method) { typedef void (*MonoMethodInfo_get_method_info_m61E0C5F251784BC59CC3A7A0E62428A1391F4CE9_ftn) (intptr_t, MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D *); using namespace il2cpp::icalls; ((MonoMethodInfo_get_method_info_m61E0C5F251784BC59CC3A7A0E62428A1391F4CE9_ftn)mscorlib::System::Reflection::MonoMethodInfo::get_method_info) (___handle0, ___info1); } // System.Int32 System.Reflection.MonoMethodInfo::get_method_attributes(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoMethodInfo_get_method_attributes_mBBC97022049D51317934BE3C8196066D4D0144E3 (intptr_t ___handle0, const RuntimeMethod* method) { typedef int32_t (*MonoMethodInfo_get_method_attributes_mBBC97022049D51317934BE3C8196066D4D0144E3_ftn) (intptr_t); using namespace il2cpp::icalls; return ((MonoMethodInfo_get_method_attributes_mBBC97022049D51317934BE3C8196066D4D0144E3_ftn)mscorlib::System::Reflection::MonoMethodInfo::get_method_attributes) (___handle0); } // System.Reflection.MonoMethodInfo System.Reflection.MonoMethodInfo::GetMethodInfo(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D MonoMethodInfo_GetMethodInfo_mEF25D70871E74C0187DB31805ADA71E037CF48A2 (intptr_t ___handle0, const RuntimeMethod* method) { MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D V_0; memset((&V_0), 0, sizeof(V_0)); { intptr_t L_0 = ___handle0; MonoMethodInfo_get_method_info_m61E0C5F251784BC59CC3A7A0E62428A1391F4CE9((intptr_t)L_0, (MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D *)(&V_0), /*hidden argument*/NULL); MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D L_1 = V_0; return L_1; } } // System.Type System.Reflection.MonoMethodInfo::GetDeclaringType(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoMethodInfo_GetDeclaringType_m44BCB7E88AD4961B29EACB72F62C99C44693252C (intptr_t ___handle0, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D L_1 = MonoMethodInfo_GetMethodInfo_mEF25D70871E74C0187DB31805ADA71E037CF48A2((intptr_t)L_0, /*hidden argument*/NULL); Type_t * L_2 = L_1.get_parent_0(); return L_2; } } // System.Type System.Reflection.MonoMethodInfo::GetReturnType(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoMethodInfo_GetReturnType_m359CEAABA1EB8CE065CA99E0886D2085C7BF3B1D (intptr_t ___handle0, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D L_1 = MonoMethodInfo_GetMethodInfo_mEF25D70871E74C0187DB31805ADA71E037CF48A2((intptr_t)L_0, /*hidden argument*/NULL); Type_t * L_2 = L_1.get_ret_1(); return L_2; } } // System.Reflection.MethodAttributes System.Reflection.MonoMethodInfo::GetAttributes(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoMethodInfo_GetAttributes_m3693A733A62F524AE24A2C36E424202D33AABDE7 (intptr_t ___handle0, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; int32_t L_1 = MonoMethodInfo_get_method_attributes_mBBC97022049D51317934BE3C8196066D4D0144E3((intptr_t)L_0, /*hidden argument*/NULL); return (int32_t)(L_1); } } // System.Reflection.CallingConventions System.Reflection.MonoMethodInfo::GetCallingConvention(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoMethodInfo_GetCallingConvention_mEE3592F4E005CE05558B71E7D161CE3664F5EB21 (intptr_t ___handle0, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D L_1 = MonoMethodInfo_GetMethodInfo_mEF25D70871E74C0187DB31805ADA71E037CF48A2((intptr_t)L_0, /*hidden argument*/NULL); int32_t L_2 = L_1.get_callconv_4(); return L_2; } } // System.Reflection.MethodImplAttributes System.Reflection.MonoMethodInfo::GetMethodImplementationFlags(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoMethodInfo_GetMethodImplementationFlags_mD5B33C8C198680A08CD16E2BC25F0A17E4EF884B (intptr_t ___handle0, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; MonoMethodInfo_t846D423B6DB28262B9AC22C1D07EC38D23DF7D5D L_1 = MonoMethodInfo_GetMethodInfo_mEF25D70871E74C0187DB31805ADA71E037CF48A2((intptr_t)L_0, /*hidden argument*/NULL); int32_t L_2 = L_1.get_iattrs_3(); return L_2; } } // System.Reflection.ParameterInfo[] System.Reflection.MonoMethodInfo::get_parameter_info(System.IntPtr,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* MonoMethodInfo_get_parameter_info_m278AB94FF082EF621F6770E960956279C6650A43 (intptr_t ___handle0, MemberInfo_t * ___member1, const RuntimeMethod* method) { typedef ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* (*MonoMethodInfo_get_parameter_info_m278AB94FF082EF621F6770E960956279C6650A43_ftn) (intptr_t, MemberInfo_t *); using namespace il2cpp::icalls; return ((MonoMethodInfo_get_parameter_info_m278AB94FF082EF621F6770E960956279C6650A43_ftn)mscorlib::System::Reflection::MonoMethodInfo::get_parameter_info) (___handle0, ___member1); } // System.Reflection.ParameterInfo[] System.Reflection.MonoMethodInfo::GetParametersInfo(System.IntPtr,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* MonoMethodInfo_GetParametersInfo_mDC367B5AB1F2EB7BDC9006BD0A33D929DC02E20B (intptr_t ___handle0, MemberInfo_t * ___member1, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; MemberInfo_t * L_1 = ___member1; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_2 = MonoMethodInfo_get_parameter_info_m278AB94FF082EF621F6770E960956279C6650A43((intptr_t)L_0, L_1, /*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.Reflection.Assembly System.Reflection.MonoModule::get_Assembly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * MonoModule_get_Assembly_mF6753C413A9F1F4A2D8D372E1701CA28EA025E50 (MonoModule_tEFA7FD29D1F0D372F9BB2474FA77E2520BE63855 * __this, const RuntimeMethod* method) { { Assembly_t * L_0 = ((Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 *)__this)->get_assembly_3(); return L_0; } } // System.String System.Reflection.MonoModule::get_ScopeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoModule_get_ScopeName_m31C0083BC4763C8330E34D29B0BFFB1EE328A2E6 (MonoModule_tEFA7FD29D1F0D372F9BB2474FA77E2520BE63855 * __this, const RuntimeMethod* method) { { String_t* L_0 = ((Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 *)__this)->get_scopename_6(); return L_0; } } // System.Guid System.Reflection.MonoModule::get_ModuleVersionId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t MonoModule_get_ModuleVersionId_m6380B8DDE4439C997A15E6EF3A771EF845BC76D1 (MonoModule_tEFA7FD29D1F0D372F9BB2474FA77E2520BE63855 * __this, const RuntimeMethod* method) { { Guid_t L_0 = VirtFuncInvoker0< Guid_t >::Invoke(9 /* System.Guid System.Reflection.Module::GetModuleVersionId() */, __this); return L_0; } } // System.Boolean System.Reflection.MonoModule::IsResource() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoModule_IsResource_m8073ED66CB2A0B6FE79CFD87C06FC27F9E6DA924 (MonoModule_tEFA7FD29D1F0D372F9BB2474FA77E2520BE63855 * __this, const RuntimeMethod* method) { { bool L_0 = ((Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 *)__this)->get_is_resource_7(); return L_0; } } // System.Object[] System.Reflection.MonoModule::GetCustomAttributes(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoModule_GetCustomAttributes_mECBAE226F83B88BD2C96C91D5962DC3591E856E0 (MonoModule_tEFA7FD29D1F0D372F9BB2474FA77E2520BE63855 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoModule_GetCustomAttributes_mECBAE226F83B88BD2C96C91D5962DC3591E856E0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = MonoCustomAttrs_GetCustomAttributes_m6CA0C6509BA75EC908CC1D8B8D66ABAE6B7D6B03(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object[] System.Reflection.MonoModule::GetCustomAttributes(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoModule_GetCustomAttributes_mB260C68D024F0C14FC6A8DF0A40A50F50983ECD2 (MonoModule_tEFA7FD29D1F0D372F9BB2474FA77E2520BE63855 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoModule_GetCustomAttributes_mB260C68D024F0C14FC6A8DF0A40A50F50983ECD2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Reflection.MonoModule::IsDefined(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoModule_IsDefined_m696F445DE0190E8A1344417061763BDEF85D7622 (MonoModule_tEFA7FD29D1F0D372F9BB2474FA77E2520BE63855 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoModule_IsDefined_m696F445DE0190E8A1344417061763BDEF85D7622_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); bool L_2 = MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Reflection.MonoModule::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoModule_GetObjectData_mA5382847675773B1B2AFC051FD6A8F84B3DD9D5F (MonoModule_tEFA7FD29D1F0D372F9BB2474FA77E2520BE63855 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoModule_GetObjectData_mA5382847675773B1B2AFC051FD6A8F84B3DD9D5F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, MonoModule_GetObjectData_mA5382847675773B1B2AFC051FD6A8F84B3DD9D5F_RuntimeMethod_var); } IL_000e: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Reflection.Module::get_ScopeName() */, __this); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_4 = MonoModule_GetRuntimeAssembly_m241212F1AB2CA6C6E70568380DC7BDF732D77197(__this, /*hidden argument*/NULL); UnitySerializationHolder_GetUnitySerializationInfo_m86F654140996546DB4D6D8228BF9FE45E9BAEC3E(L_2, 5, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Reflection.RuntimeAssembly System.Reflection.MonoModule::GetRuntimeAssembly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * MonoModule_GetRuntimeAssembly_m241212F1AB2CA6C6E70568380DC7BDF732D77197 (MonoModule_tEFA7FD29D1F0D372F9BB2474FA77E2520BE63855 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoModule_GetRuntimeAssembly_m241212F1AB2CA6C6E70568380DC7BDF732D77197_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Assembly_t * L_0 = ((Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 *)__this)->get_assembly_3(); return ((RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)CastclassClass((RuntimeObject*)L_0, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1_il2cpp_TypeInfo_var)); } } // System.Void System.Reflection.MonoModule::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoModule__ctor_m7393B5CF666264C5A5EC0C65C129F329BD3EC9DB (MonoModule_tEFA7FD29D1F0D372F9BB2474FA77E2520BE63855 * __this, const RuntimeMethod* method) { { RuntimeModule__ctor_mF01EB0A323BF2E2D5D97F1FBC8FE5CD620DEA102(__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.Reflection.MonoParameterInfo::.ctor(System.Reflection.ParameterInfo,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoParameterInfo__ctor_mB160D2600929C6877F5E955CDE12F3C15E322DC8 (MonoParameterInfo_tA4643BB90FBF18515A8935633264C09999B5A613 * __this, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * ___pinfo0, MemberInfo_t * ___member1, const RuntimeMethod* method) { { RuntimeParameterInfo__ctor_m87B9279A47F1F31525E780A69D0ABA6E3B104BBE(__this, /*hidden argument*/NULL); ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_0 = ___pinfo0; NullCheck(L_0); Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_0); ((ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB *)__this)->set_ClassImpl_0(L_1); MemberInfo_t * L_2 = ___member1; ((ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB *)__this)->set_MemberImpl_2(L_2); ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_3 = ___pinfo0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_3); ((ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB *)__this)->set_NameImpl_3(L_4); ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_5 = ___pinfo0; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Reflection.ParameterInfo::get_Position() */, L_5); ((ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB *)__this)->set_PositionImpl_4(L_6); ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_7 = ___pinfo0; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() */, L_7); ((ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB *)__this)->set_AttrsImpl_5(L_8); ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_9 = ___pinfo0; NullCheck(L_9); RuntimeObject * L_10 = ParameterInfo_GetDefaultValueImpl_m3DA485ED84215E1B67DB91EF53939D1F6BFE9A97_inline(L_9, /*hidden argument*/NULL); ((ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB *)__this)->set_DefaultValueImpl_1(L_10); return; } } // System.Object System.Reflection.MonoParameterInfo::get_DefaultValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoParameterInfo_get_DefaultValue_mFAB3C02A380F61D03FD4B22819D667B46A539F14 (MonoParameterInfo_tA4643BB90FBF18515A8935633264C09999B5A613 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoParameterInfo_get_DefaultValue_mFAB3C02A380F61D03FD4B22819D667B46A539F14_MetadataUsageId); s_Il2CppMethodInitialized = true; } DecimalConstantAttributeU5BU5D_t09AAA89FCE1454592C73A0B3929DFEA7BB77B5AF* V_0 = NULL; DateTimeConstantAttributeU5BU5D_t8F882399C872C247B13FD331A892F3D74E211021* V_1 = NULL; { Type_t * L_0 = ((ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB *)__this)->get_ClassImpl_0(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL); bool L_3 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0040; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast (DecimalConstantAttribute_t3DFC057911F4AF28AD6A0472300EBE4C038BD9B5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = VirtFuncInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Type_t *, bool >::Invoke(14 /* System.Object[] System.Reflection.ParameterInfo::GetCustomAttributes(System.Type,System.Boolean) */, __this, L_5, (bool)0); V_0 = ((DecimalConstantAttributeU5BU5D_t09AAA89FCE1454592C73A0B3929DFEA7BB77B5AF*)Castclass((RuntimeObject*)L_6, DecimalConstantAttributeU5BU5D_t09AAA89FCE1454592C73A0B3929DFEA7BB77B5AF_il2cpp_TypeInfo_var)); DecimalConstantAttributeU5BU5D_t09AAA89FCE1454592C73A0B3929DFEA7BB77B5AF* L_7 = V_0; NullCheck(L_7); if (!(((RuntimeArray*)L_7)->max_length)) { goto IL_007b; } } { DecimalConstantAttributeU5BU5D_t09AAA89FCE1454592C73A0B3929DFEA7BB77B5AF* L_8 = V_0; NullCheck(L_8); int32_t L_9 = 0; DecimalConstantAttribute_t3DFC057911F4AF28AD6A0472300EBE4C038BD9B5 * L_10 = (L_8)->GetAt(static_cast(L_9)); NullCheck(L_10); Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_11 = DecimalConstantAttribute_get_Value_mCEFD6C12C165DF69F2C816D6B92533DBC0774D45_inline(L_10, /*hidden argument*/NULL); Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_12 = L_11; RuntimeObject * L_13 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_12); return L_13; } IL_0040: { Type_t * L_14 = ((ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB *)__this)->get_ClassImpl_0(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL); bool L_17 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_14, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_007b; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_18 = { reinterpret_cast (DateTimeConstantAttribute_t4E7414CDD051958BEA1F01140F38441AA442D9BE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_18, /*hidden argument*/NULL); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = VirtFuncInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Type_t *, bool >::Invoke(14 /* System.Object[] System.Reflection.ParameterInfo::GetCustomAttributes(System.Type,System.Boolean) */, __this, L_19, (bool)0); V_1 = ((DateTimeConstantAttributeU5BU5D_t8F882399C872C247B13FD331A892F3D74E211021*)Castclass((RuntimeObject*)L_20, DateTimeConstantAttributeU5BU5D_t8F882399C872C247B13FD331A892F3D74E211021_il2cpp_TypeInfo_var)); DateTimeConstantAttributeU5BU5D_t8F882399C872C247B13FD331A892F3D74E211021* L_21 = V_1; NullCheck(L_21); if (!(((RuntimeArray*)L_21)->max_length)) { goto IL_007b; } } { DateTimeConstantAttributeU5BU5D_t8F882399C872C247B13FD331A892F3D74E211021* L_22 = V_1; NullCheck(L_22); int32_t L_23 = 0; DateTimeConstantAttribute_t4E7414CDD051958BEA1F01140F38441AA442D9BE * L_24 = (L_22)->GetAt(static_cast(L_23)); NullCheck(L_24); RuntimeObject * L_25 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.Runtime.CompilerServices.CustomConstantAttribute::get_Value() */, L_24); return L_25; } IL_007b: { RuntimeObject * L_26 = ((ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB *)__this)->get_DefaultValueImpl_1(); return L_26; } } // System.Object[] System.Reflection.MonoParameterInfo::GetCustomAttributes(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoParameterInfo_GetCustomAttributes_m2B775B76A77854BC3039689B3CAE4FDBCFE9C145 (MonoParameterInfo_tA4643BB90FBF18515A8935633264C09999B5A613 * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoParameterInfo_GetCustomAttributes_m2B775B76A77854BC3039689B3CAE4FDBCFE9C145_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = MonoCustomAttrs_GetCustomAttributes_m6CA0C6509BA75EC908CC1D8B8D66ABAE6B7D6B03(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object[] System.Reflection.MonoParameterInfo::GetCustomAttributes(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoParameterInfo_GetCustomAttributes_m71548861A2558FE5E680CF8AA657E742CB9848A4 (MonoParameterInfo_tA4643BB90FBF18515A8935633264C09999B5A613 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoParameterInfo_GetCustomAttributes_m71548861A2558FE5E680CF8AA657E742CB9848A4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Reflection.MonoParameterInfo::IsDefined(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoParameterInfo_IsDefined_mB0286A073F129FAF925D0885E5E92920B291097E (MonoParameterInfo_tA4643BB90FBF18515A8935633264C09999B5A613 * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoParameterInfo_IsDefined_mB0286A073F129FAF925D0885E5E92920B291097E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); bool L_2 = MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4(__this, L_0, L_1, /*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.Reflection.MonoProperty::CachePropertyInfo(System.Reflection.PInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoProperty_CachePropertyInfo_m5372EC45416965C90DBC9D32C1FC3D4AB20A3514 (MonoProperty_t * __this, int32_t ___flags0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_cached_3(); int32_t L_1 = ___flags0; int32_t L_2 = ___flags0; if ((((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))) == ((int32_t)L_2))) { goto IL_0026; } } { MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_3 = __this->get_address_of_info_2(); int32_t L_4 = ___flags0; MonoPropertyInfo_get_property_info_mA1DA894CC28C6E915C7DA55163708D20A872F838(__this, (MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F *)L_3, L_4, /*hidden argument*/NULL); int32_t L_5 = __this->get_cached_3(); int32_t L_6 = ___flags0; __this->set_cached_3(((int32_t)((int32_t)L_5|(int32_t)L_6))); } IL_0026: { return; } } // System.Reflection.PropertyAttributes System.Reflection.MonoProperty::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoProperty_get_Attributes_mD572DC6311C420B5A7BA9441F75B377FA801A13D (MonoProperty_t * __this, const RuntimeMethod* method) { { MonoProperty_CachePropertyInfo_m5372EC45416965C90DBC9D32C1FC3D4AB20A3514(__this, 1, /*hidden argument*/NULL); MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_0 = __this->get_address_of_info_2(); int32_t L_1 = L_0->get_attrs_5(); return L_1; } } // System.Boolean System.Reflection.MonoProperty::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoProperty_get_CanRead_mCBD75EE411898ED06713EE478F8DC99053BDBF4E (MonoProperty_t * __this, const RuntimeMethod* method) { { MonoProperty_CachePropertyInfo_m5372EC45416965C90DBC9D32C1FC3D4AB20A3514(__this, 2, /*hidden argument*/NULL); MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_0 = __this->get_address_of_info_2(); MethodInfo_t * L_1 = L_0->get_get_method_3(); bool L_2 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_1, (MethodInfo_t *)NULL, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Reflection.MonoProperty::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoProperty_get_CanWrite_m7A664993B75829065A612DA157DB4C9DD5CA3FD0 (MonoProperty_t * __this, const RuntimeMethod* method) { { MonoProperty_CachePropertyInfo_m5372EC45416965C90DBC9D32C1FC3D4AB20A3514(__this, 4, /*hidden argument*/NULL); MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_0 = __this->get_address_of_info_2(); MethodInfo_t * L_1 = L_0->get_set_method_4(); bool L_2 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_1, (MethodInfo_t *)NULL, /*hidden argument*/NULL); return L_2; } } // System.Type System.Reflection.MonoProperty::get_PropertyType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoProperty_get_PropertyType_m2733C20270A615505E42290E5FB215DB0362485B (MonoProperty_t * __this, const RuntimeMethod* method) { { MonoProperty_CachePropertyInfo_m5372EC45416965C90DBC9D32C1FC3D4AB20A3514(__this, 6, /*hidden argument*/NULL); MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_0 = __this->get_address_of_info_2(); MethodInfo_t * L_1 = L_0->get_get_method_3(); bool L_2 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_1, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_002b; } } { MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_3 = __this->get_address_of_info_2(); MethodInfo_t * L_4 = L_3->get_get_method_3(); NullCheck(L_4); Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(40 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_4); return L_5; } IL_002b: { MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_6 = __this->get_address_of_info_2(); MethodInfo_t * L_7 = L_6->get_set_method_4(); NullCheck(L_7); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_8 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(38 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersInternal() */, L_7); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_9 = L_8; NullCheck(L_9); NullCheck(L_9); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)1)); ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_11 = (L_9)->GetAt(static_cast(L_10)); NullCheck(L_11); Type_t * L_12 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_11); return L_12; } } // System.Type System.Reflection.MonoProperty::get_ReflectedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoProperty_get_ReflectedType_m369AA6AA12998ABB1E2DD9AFFE4464ED26859646 (MonoProperty_t * __this, const RuntimeMethod* method) { { MonoProperty_CachePropertyInfo_m5372EC45416965C90DBC9D32C1FC3D4AB20A3514(__this, 8, /*hidden argument*/NULL); MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_0 = __this->get_address_of_info_2(); Type_t * L_1 = L_0->get_parent_0(); return L_1; } } // System.Type System.Reflection.MonoProperty::get_DeclaringType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * MonoProperty_get_DeclaringType_m3B2B9A5509F54C4670601954BD43C9E5B095DF04 (MonoProperty_t * __this, const RuntimeMethod* method) { { MonoProperty_CachePropertyInfo_m5372EC45416965C90DBC9D32C1FC3D4AB20A3514(__this, ((int32_t)16), /*hidden argument*/NULL); MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_0 = __this->get_address_of_info_2(); Type_t * L_1 = L_0->get_declaring_type_1(); return L_1; } } // System.String System.Reflection.MonoProperty::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoProperty_get_Name_m1DF2DE2C2B5B3C7D78ED4F7703048C302B3CC11F (MonoProperty_t * __this, const RuntimeMethod* method) { { MonoProperty_CachePropertyInfo_m5372EC45416965C90DBC9D32C1FC3D4AB20A3514(__this, ((int32_t)32), /*hidden argument*/NULL); MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_0 = __this->get_address_of_info_2(); String_t* L_1 = L_0->get_name_2(); return L_1; } } // System.Reflection.MethodInfo[] System.Reflection.MonoProperty::GetAccessors(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* MonoProperty_GetAccessors_mED4477B558E449BBF0923FBCC6C4D638A2B5DEA6 (MonoProperty_t * __this, bool ___nonPublic0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_GetAccessors_mED4477B558E449BBF0923FBCC6C4D638A2B5DEA6_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* V_2 = NULL; int32_t V_3 = 0; { V_0 = 0; V_1 = 0; MonoProperty_CachePropertyInfo_m5372EC45416965C90DBC9D32C1FC3D4AB20A3514(__this, 6, /*hidden argument*/NULL); MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_0 = __this->get_address_of_info_2(); MethodInfo_t * L_1 = L_0->get_set_method_4(); bool L_2 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_1, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0035; } } { bool L_3 = ___nonPublic0; if (L_3) { goto IL_0033; } } { MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_4 = __this->get_address_of_info_2(); MethodInfo_t * L_5 = L_4->get_set_method_4(); NullCheck(L_5); bool L_6 = MethodBase_get_IsPublic_m9DCA641DBE6F06D0DC4A4B2828641A6DEA97F88B(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0035; } } IL_0033: { V_1 = 1; } IL_0035: { MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_7 = __this->get_address_of_info_2(); MethodInfo_t * L_8 = L_7->get_get_method_3(); bool L_9 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_8, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_005f; } } { bool L_10 = ___nonPublic0; if (L_10) { goto IL_005d; } } { MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_11 = __this->get_address_of_info_2(); MethodInfo_t * L_12 = L_11->get_get_method_3(); NullCheck(L_12); bool L_13 = MethodBase_get_IsPublic_m9DCA641DBE6F06D0DC4A4B2828641A6DEA97F88B(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_005f; } } IL_005d: { V_0 = 1; } IL_005f: { int32_t L_14 = V_0; int32_t L_15 = V_1; MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_16 = (MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*)SZArrayNew(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))); V_2 = L_16; V_3 = 0; int32_t L_17 = V_1; if (!L_17) { goto IL_007f; } } { MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_18 = V_2; int32_t L_19 = V_3; int32_t L_20 = L_19; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_21 = __this->get_address_of_info_2(); MethodInfo_t * L_22 = L_21->get_set_method_4(); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_22); (L_18)->SetAt(static_cast(L_20), (MethodInfo_t *)L_22); } IL_007f: { int32_t L_23 = V_0; if (!L_23) { goto IL_0094; } } { MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_24 = V_2; int32_t L_25 = V_3; int32_t L_26 = L_25; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_27 = __this->get_address_of_info_2(); MethodInfo_t * L_28 = L_27->get_get_method_3(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_28); (L_24)->SetAt(static_cast(L_26), (MethodInfo_t *)L_28); } IL_0094: { MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_29 = V_2; return L_29; } } // System.Reflection.MethodInfo System.Reflection.MonoProperty::GetGetMethod(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MonoProperty_GetGetMethod_m9AD941D1B98C4A7E511987D2A43751005B0AFA14 (MonoProperty_t * __this, bool ___nonPublic0, const RuntimeMethod* method) { { MonoProperty_CachePropertyInfo_m5372EC45416965C90DBC9D32C1FC3D4AB20A3514(__this, 2, /*hidden argument*/NULL); MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_0 = __this->get_address_of_info_2(); MethodInfo_t * L_1 = L_0->get_get_method_3(); bool L_2 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_1, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_003b; } } { bool L_3 = ___nonPublic0; if (L_3) { goto IL_002f; } } { MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_4 = __this->get_address_of_info_2(); MethodInfo_t * L_5 = L_4->get_get_method_3(); NullCheck(L_5); bool L_6 = MethodBase_get_IsPublic_m9DCA641DBE6F06D0DC4A4B2828641A6DEA97F88B(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003b; } } IL_002f: { MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_7 = __this->get_address_of_info_2(); MethodInfo_t * L_8 = L_7->get_get_method_3(); return L_8; } IL_003b: { return (MethodInfo_t *)NULL; } } // System.Reflection.ParameterInfo[] System.Reflection.MonoProperty::GetIndexParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* MonoProperty_GetIndexParameters_mE78814E6E5AFF6A07E811AB2A204BA8554ED220B (MonoProperty_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_GetIndexParameters_mE78814E6E5AFF6A07E811AB2A204BA8554ED220B_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_0 = NULL; int32_t V_1 = 0; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_2 = NULL; int32_t V_3 = 0; { MonoProperty_CachePropertyInfo_m5372EC45416965C90DBC9D32C1FC3D4AB20A3514(__this, 6, /*hidden argument*/NULL); MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_0 = __this->get_address_of_info_2(); MethodInfo_t * L_1 = L_0->get_get_method_3(); bool L_2 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_1, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0031; } } { MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_3 = __this->get_address_of_info_2(); MethodInfo_t * L_4 = L_3->get_get_method_3(); NullCheck(L_4); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_5 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(38 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersInternal() */, L_4); V_0 = L_5; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_6 = V_0; NullCheck(L_6); V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))); goto IL_0063; } IL_0031: { MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_7 = __this->get_address_of_info_2(); MethodInfo_t * L_8 = L_7->get_set_method_4(); bool L_9 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_8, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_005d; } } { MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_10 = __this->get_address_of_info_2(); MethodInfo_t * L_11 = L_10->get_set_method_4(); NullCheck(L_11); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_12 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(38 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersInternal() */, L_11); V_0 = L_12; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_13 = V_0; NullCheck(L_13); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))), (int32_t)1)); goto IL_0063; } IL_005d: { IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t6F9F47471790520EF40F48CC2E4E81181CB152D2_il2cpp_TypeInfo_var); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_14 = ((EmptyArray_1_t6F9F47471790520EF40F48CC2E4E81181CB152D2_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t6F9F47471790520EF40F48CC2E4E81181CB152D2_il2cpp_TypeInfo_var))->get_Value_0(); return L_14; } IL_0063: { int32_t L_15 = V_1; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_16 = (ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694*)(ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694*)SZArrayNew(ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694_il2cpp_TypeInfo_var, (uint32_t)L_15); V_2 = L_16; V_3 = 0; goto IL_007e; } IL_006e: { ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_17 = V_2; int32_t L_18 = V_3; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_19 = V_0; int32_t L_20 = V_3; NullCheck(L_19); int32_t L_21 = L_20; ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_22 = (L_19)->GetAt(static_cast(L_21)); ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_23 = ParameterInfo_New_m13992CB49A5F42E1C184D4D8E8B1ECE61F11691B(L_22, __this, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_23); (L_17)->SetAt(static_cast(L_18), (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB *)L_23); int32_t L_24 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_007e: { int32_t L_25 = V_3; int32_t L_26 = V_1; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_006e; } } { ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_27 = V_2; return L_27; } } // System.Reflection.MethodInfo System.Reflection.MonoProperty::GetSetMethod(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MonoProperty_GetSetMethod_mEECC74B6BE2B48CBD1464B98D358ED633C96EECC (MonoProperty_t * __this, bool ___nonPublic0, const RuntimeMethod* method) { { MonoProperty_CachePropertyInfo_m5372EC45416965C90DBC9D32C1FC3D4AB20A3514(__this, 4, /*hidden argument*/NULL); MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_0 = __this->get_address_of_info_2(); MethodInfo_t * L_1 = L_0->get_set_method_4(); bool L_2 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_1, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_003b; } } { bool L_3 = ___nonPublic0; if (L_3) { goto IL_002f; } } { MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_4 = __this->get_address_of_info_2(); MethodInfo_t * L_5 = L_4->get_set_method_4(); NullCheck(L_5); bool L_6 = MethodBase_get_IsPublic_m9DCA641DBE6F06D0DC4A4B2828641A6DEA97F88B(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003b; } } IL_002f: { MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * L_7 = __this->get_address_of_info_2(); MethodInfo_t * L_8 = L_7->get_set_method_4(); return L_8; } IL_003b: { return (MethodInfo_t *)NULL; } } // System.Object System.Reflection.MonoProperty::GetConstantValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoProperty_GetConstantValue_m56E6C6CBAD36059F6F8A8146A96D60828D7D4A7F (MonoProperty_t * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = MonoPropertyInfo_get_default_value_m9D980CA6684AA348D52C95E6FDE8EC07C1C717BD(__this, /*hidden argument*/NULL); return L_0; } } // System.Object System.Reflection.MonoProperty::GetRawConstantValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoProperty_GetRawConstantValue_m74AEBEF83BD1DF936C9A992802174B9EFA0F9E37 (MonoProperty_t * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = MonoPropertyInfo_get_default_value_m9D980CA6684AA348D52C95E6FDE8EC07C1C717BD(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Reflection.MonoProperty::IsDefined(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoProperty_IsDefined_mBBC22A8822B942330EAD164812A3AD0245A24994 (MonoProperty_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_IsDefined_mBBC22A8822B942330EAD164812A3AD0245A24994_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); bool L_1 = MonoCustomAttrs_IsDefined_m9AFDDAF3585947E9D03C1AB992DF1011D7CB0CF4(__this, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Object[] System.Reflection.MonoProperty::GetCustomAttributes(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoProperty_GetCustomAttributes_m91D7C8CF1083A0D84417E5846CDB2101F35BF2A0 (MonoProperty_t * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_GetCustomAttributes_m91D7C8CF1083A0D84417E5846CDB2101F35BF2A0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = MonoCustomAttrs_GetCustomAttributes_m6CA0C6509BA75EC908CC1D8B8D66ABAE6B7D6B03(__this, (bool)0, /*hidden argument*/NULL); return L_0; } } // System.Object[] System.Reflection.MonoProperty::GetCustomAttributes(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* MonoProperty_GetCustomAttributes_m8D3445E5E1775810C2D327607C137FE47C57F1C9 (MonoProperty_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_GetCustomAttributes_m8D3445E5E1775810C2D327607C137FE47C57F1C9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t9E88BD614E6A34BF71106F71D0524DBA27E7FA98_il2cpp_TypeInfo_var); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = MonoCustomAttrs_GetCustomAttributes_m1FD79FB099EEB9D47077C17F9496F4E17AD97115(__this, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.MonoProperty_GetterAdapter System.Reflection.MonoProperty::CreateGetterDelegate(System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711 * MonoProperty_CreateGetterDelegate_m504ED7987F57778082345F8E133624C831933FEF (MethodInfo_t * ___method0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_CreateGetterDelegate_m504ED7987F57778082345F8E133624C831933FEF_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_0 = NULL; RuntimeObject * V_1 = NULL; MethodInfo_t * V_2 = NULL; Type_t * V_3 = NULL; String_t* V_4 = NULL; { MethodInfo_t * L_0 = ___method0; NullCheck(L_0); bool L_1 = MethodBase_get_IsStatic_m745A9BDA4869DB7CC4886436C52D34855C1270A5(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_002c; } } { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = L_2; MethodInfo_t * L_4 = ___method0; NullCheck(L_4); Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(40 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_4); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (Type_t *)L_5); V_0 = L_3; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast (StaticGetter_1_t9AD236CD3851C7ADD0F90D96BCC47F7CB1082FD1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL); V_3 = L_7; V_4 = _stringLiteralCDAD7FD4B360556918B8A02B82051C13CA02CD5F; goto IL_0057; } IL_002c: { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_8 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = L_8; MethodInfo_t * L_10 = ___method0; NullCheck(L_10); Type_t * L_11 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_10); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(0), (Type_t *)L_11); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_12 = L_9; MethodInfo_t * L_13 = ___method0; NullCheck(L_13); Type_t * L_14 = VirtFuncInvoker0< Type_t * >::Invoke(40 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_13); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_14); (L_12)->SetAt(static_cast(1), (Type_t *)L_14); V_0 = L_12; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast (Getter_2_t7105C2B322EA87E0EAE207ABB2E933E5CB4295FE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL); V_3 = L_16; V_4 = _stringLiteral7BDBF521F87528084F932B75114A878088843462; } IL_0057: { Type_t * L_17 = V_3; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = V_0; NullCheck(L_17); Type_t * L_19 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(101 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_17, L_18); MethodInfo_t * L_20 = ___method0; Delegate_t * L_21 = Delegate_CreateDelegate_mE557F660AC9677F2754EB301CAA37C0B841BE3DE(L_19, L_20, (bool)0, /*hidden argument*/NULL); V_1 = L_21; RuntimeObject * L_22 = V_1; if (L_22) { goto IL_006f; } } { MethodAccessException_tD507764699290F19BF6AF6DEE1E0068927E428EB * L_23 = (MethodAccessException_tD507764699290F19BF6AF6DEE1E0068927E428EB *)il2cpp_codegen_object_new(MethodAccessException_tD507764699290F19BF6AF6DEE1E0068927E428EB_il2cpp_TypeInfo_var); MethodAccessException__ctor_mA04BCF385465A563D2B65C08391624EAE14C33C8(L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, MonoProperty_CreateGetterDelegate_m504ED7987F57778082345F8E133624C831933FEF_RuntimeMethod_var); } IL_006f: { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_24 = { reinterpret_cast (MonoProperty_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_24, /*hidden argument*/NULL); String_t* L_26 = V_4; NullCheck(L_25); MethodInfo_t * L_27 = Type_GetMethod_m9EC42D4B1F765B882F516EE6D7970D51CF5D80DD(L_25, L_26, ((int32_t)40), /*hidden argument*/NULL); V_2 = L_27; MethodInfo_t * L_28 = V_2; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_29 = V_0; NullCheck(L_28); MethodInfo_t * L_30 = VirtFuncInvoker1< MethodInfo_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(42 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::MakeGenericMethod(System.Type[]) */, L_28, L_29); V_2 = L_30; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_31 = { reinterpret_cast (GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711_0_0_0_var) }; Type_t * L_32 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_31, /*hidden argument*/NULL); RuntimeObject * L_33 = V_1; MethodInfo_t * L_34 = V_2; Delegate_t * L_35 = Delegate_CreateDelegate_m32F8BAD2FB740104EC47690E005BDD1ABA32864F(L_32, L_33, L_34, (bool)1, /*hidden argument*/NULL); return ((GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711 *)CastclassSealed((RuntimeObject*)L_35, GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711_il2cpp_TypeInfo_var)); } } // System.Object System.Reflection.MonoProperty::GetValue(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoProperty_GetValue_m2CEC2B91DB581087A96F39B26172C142AF6E4D57 (MonoProperty_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___index1, const RuntimeMethod* method) { { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___index1; if (!L_0) { goto IL_0006; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = ___index1; NullCheck(L_1); } IL_0006: { RuntimeObject * L_2 = ___obj0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = ___index1; RuntimeObject * L_4 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(27 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, __this, L_2, 0, (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)NULL, L_3, (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL); return L_4; } } // System.Object System.Reflection.MonoProperty::GetValue(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoProperty_GetValue_m3E8219333E6F2B49B3F8F50B420013C3BD4F9B6E (MonoProperty_t * __this, RuntimeObject * ___obj0, int32_t ___invokeAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___index3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_GetValue_m3E8219333E6F2B49B3F8F50B420013C3BD4F9B6E_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; MethodInfo_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_0 = NULL; MethodInfo_t * L_0 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(23 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod(System.Boolean) */, __this, (bool)1); V_1 = L_0; MethodInfo_t * L_1 = V_1; bool L_2 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_1, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_002e; } } { String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, __this); String_t* L_4 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral1B2A39BB44C500611633F07E4EA8F7D492A9BB57, L_3, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, MonoProperty_GetValue_m3E8219333E6F2B49B3F8F50B420013C3BD4F9B6E_RuntimeMethod_var); } IL_002e: { } IL_002f: try { // begin try (depth: 1) { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = ___index3; if (!L_6) { goto IL_0038; } } IL_0033: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = ___index3; NullCheck(L_7); if ((((RuntimeArray*)L_7)->max_length)) { goto IL_0047; } } IL_0038: { MethodInfo_t * L_8 = V_1; RuntimeObject * L_9 = ___obj0; int32_t L_10 = ___invokeAttr1; Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_11 = ___binder2; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_12 = ___culture4; NullCheck(L_8); RuntimeObject * L_13 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(22 /* System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, L_8, L_9, L_10, L_11, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL, L_12); V_0 = L_13; goto IL_0055; } IL_0047: { MethodInfo_t * L_14 = V_1; RuntimeObject * L_15 = ___obj0; int32_t L_16 = ___invokeAttr1; Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_17 = ___binder2; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = ___index3; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = ___culture4; NullCheck(L_14); RuntimeObject * L_20 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(22 /* System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, L_14, L_15, L_16, L_17, L_18, L_19); V_0 = L_20; } IL_0055: { goto IL_005d; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0057; throw e; } CATCH_0057: { // begin catch(System.Security.SecurityException) TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 * L_21 = (TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 *)il2cpp_codegen_object_new(TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8_il2cpp_TypeInfo_var); TargetInvocationException__ctor_m7C0D8AD4BE352DB396A3674622A9D53EEDD4ACA7(L_21, ((SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 *)__exception_local), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, MonoProperty_GetValue_m3E8219333E6F2B49B3F8F50B420013C3BD4F9B6E_RuntimeMethod_var); } // end catch (depth: 1) IL_005d: { RuntimeObject * L_22 = V_0; return L_22; } } // System.Void System.Reflection.MonoProperty::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoProperty_SetValue_m0E16DABEAFF152AE11C349742BDCE7A6BE3AAAF9 (MonoProperty_t * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, int32_t ___invokeAttr2, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder3, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___index4, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_SetValue_m0E16DABEAFF152AE11C349742BDCE7A6BE3AAAF9_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_1 = NULL; int32_t V_2 = 0; { MethodInfo_t * L_0 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(25 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod(System.Boolean) */, __this, (bool)1); V_0 = L_0; MethodInfo_t * L_1 = V_0; bool L_2 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_1, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_002c; } } { String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, __this); String_t* L_4 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral8279D9BC2E8284FE5636C0E64A65B0D1CA9A5267, L_3, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, MonoProperty_SetValue_m0E16DABEAFF152AE11C349742BDCE7A6BE3AAAF9_RuntimeMethod_var); } IL_002c: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = ___index4; if (!L_6) { goto IL_0035; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = ___index4; NullCheck(L_7); if ((((RuntimeArray*)L_7)->max_length)) { goto IL_0042; } } IL_0035: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8; RuntimeObject * L_10 = ___value1; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_10); V_1 = L_9; goto IL_005d; } IL_0042: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = ___index4; NullCheck(L_11); V_2 = (((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))); int32_t L_12 = V_2; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); V_1 = L_13; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = ___index4; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_14); Array_CopyTo_m455300D414FFB0EBFE53EA4E8BBD31532006EBB7((RuntimeArray *)(RuntimeArray *)L_14, (RuntimeArray *)(RuntimeArray *)L_15, 0, /*hidden argument*/NULL); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = V_1; int32_t L_17 = V_2; RuntimeObject * L_18 = ___value1; NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(L_17), (RuntimeObject *)L_18); } IL_005d: { MethodInfo_t * L_19 = V_0; RuntimeObject * L_20 = ___obj0; int32_t L_21 = ___invokeAttr2; Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_22 = ___binder3; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = V_1; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_24 = ___culture5; NullCheck(L_19); VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(22 /* System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, L_19, L_20, L_21, L_22, L_23, L_24); return; } } // System.Type[] System.Reflection.MonoProperty::GetOptionalCustomModifiers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* MonoProperty_GetOptionalCustomModifiers_m7E3DDCBB8D8F724771F9851B84A88BBC010904D8 (MonoProperty_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_GetOptionalCustomModifiers_m7E3DDCBB8D8F724771F9851B84A88BBC010904D8_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_0 = NULL; { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = MonoPropertyInfo_GetTypeModifiers_m9B44A622CBC47205820098C193F83788AF3719B0(__this, (bool)1, /*hidden argument*/NULL); V_0 = L_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = V_0; if (L_1) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_5(); return L_2; } IL_0011: { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = V_0; return L_3; } } // System.Type[] System.Reflection.MonoProperty::GetRequiredCustomModifiers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* MonoProperty_GetRequiredCustomModifiers_mA448FEA602CA6FCF4F455501170BE9E7F54204C3 (MonoProperty_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoProperty_GetRequiredCustomModifiers_mA448FEA602CA6FCF4F455501170BE9E7F54204C3_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_0 = NULL; { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = MonoPropertyInfo_GetTypeModifiers_m9B44A622CBC47205820098C193F83788AF3719B0(__this, (bool)0, /*hidden argument*/NULL); V_0 = L_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = V_0; if (L_1) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_5(); return L_2; } IL_0011: { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = V_0; return L_3; } } // System.Collections.Generic.IList`1 System.Reflection.MonoProperty::GetCustomAttributesData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MonoProperty_GetCustomAttributesData_m719DF9A40A21B31CBCC3684F11BA851EFDD0D380 (MonoProperty_t * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = CustomAttributeData_GetCustomAttributes_mFFDE689A6FB19FC3D930515DB40EAFD217AB1146(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Reflection.MonoProperty::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoProperty__ctor_m08D3E74E89AADCF61736E763502EE1E1B4E522E4 (MonoProperty_t * __this, const RuntimeMethod* method) { { RuntimePropertyInfo__ctor_m59CB2F4A76B4ED21D68749BE97A2B38E2425F621(__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.Reflection.MonoProperty_GetterAdapter::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetterAdapter__ctor_m793234376333F34BA2D09DAB08642906956422DC (GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __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.Reflection.MonoProperty_GetterAdapter::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GetterAdapter_Invoke_mD46E4DF4FDA62D2C12C15579CB6FC702246693F2 (GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711 * __this, RuntimeObject * ____this0, const RuntimeMethod* method) { RuntimeObject * result = NULL; DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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 RuntimeObject * (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(____this0, targetMethod); } else { // closed typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ____this0, targetMethod); } } else if (___parameterCount != 1) { // open if (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, ____this0); else result = GenericVirtFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, ____this0); } 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), ____this0); else result = VirtFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ____this0); } } else { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(____this0, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(____this0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ____this0); else result = GenericVirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ____this0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ____this0); else result = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ____this0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(____this0) - 1), targetMethod); } else { typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ____this0, targetMethod); } } } } return result; } // System.IAsyncResult System.Reflection.MonoProperty_GetterAdapter::BeginInvoke(System.Object,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GetterAdapter_BeginInvoke_m1497C79387C427A89E34915AE04762BF594F08F0 (GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711 * __this, RuntimeObject * ____this0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ____this0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Object System.Reflection.MonoProperty_GetterAdapter::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GetterAdapter_EndInvoke_m0304D741C6EBE4663B3036BE9037899846C8F1ED (GetterAdapter_t74BFEC5259F2A8BF1BD37E9AA4232A397F4BC711 * __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 // Conversion methods for marshalling of: System.Reflection.MonoPropertyInfo IL2CPP_EXTERN_C void MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F_marshal_pinvoke(const MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F& unmarshaled, MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F_marshaled_pinvoke& marshaled) { Exception_t* ___parent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parent' of type 'MonoPropertyInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parent_0Exception, NULL); } IL2CPP_EXTERN_C void MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F_marshal_pinvoke_back(const MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F_marshaled_pinvoke& marshaled, MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F& unmarshaled) { Exception_t* ___parent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parent' of type 'MonoPropertyInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parent_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.MonoPropertyInfo IL2CPP_EXTERN_C void MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F_marshal_pinvoke_cleanup(MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.MonoPropertyInfo IL2CPP_EXTERN_C void MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F_marshal_com(const MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F& unmarshaled, MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F_marshaled_com& marshaled) { Exception_t* ___parent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parent' of type 'MonoPropertyInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parent_0Exception, NULL); } IL2CPP_EXTERN_C void MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F_marshal_com_back(const MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F_marshaled_com& marshaled, MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F& unmarshaled) { Exception_t* ___parent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'parent' of type 'MonoPropertyInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___parent_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.MonoPropertyInfo IL2CPP_EXTERN_C void MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F_marshal_com_cleanup(MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F_marshaled_com& marshaled) { } // System.Void System.Reflection.MonoPropertyInfo::get_property_info(System.Reflection.MonoProperty,System.Reflection.MonoPropertyInfo&,System.Reflection.PInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoPropertyInfo_get_property_info_mA1DA894CC28C6E915C7DA55163708D20A872F838 (MonoProperty_t * ___prop0, MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F * ___info1, int32_t ___req_info2, const RuntimeMethod* method) { typedef void (*MonoPropertyInfo_get_property_info_mA1DA894CC28C6E915C7DA55163708D20A872F838_ftn) (MonoProperty_t *, MonoPropertyInfo_tC5EFF918A3DCFB6A5DBAFB9B7DE3DEB56C72885F *, int32_t); using namespace il2cpp::icalls; ((MonoPropertyInfo_get_property_info_mA1DA894CC28C6E915C7DA55163708D20A872F838_ftn)mscorlib::System::Reflection::MonoPropertyInfo::get_property_info) (___prop0, ___info1, ___req_info2); } // System.Type[] System.Reflection.MonoPropertyInfo::GetTypeModifiers(System.Reflection.MonoProperty,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* MonoPropertyInfo_GetTypeModifiers_m9B44A622CBC47205820098C193F83788AF3719B0 (MonoProperty_t * ___prop0, bool ___optional1, const RuntimeMethod* method) { typedef TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* (*MonoPropertyInfo_GetTypeModifiers_m9B44A622CBC47205820098C193F83788AF3719B0_ftn) (MonoProperty_t *, bool); using namespace il2cpp::icalls; return ((MonoPropertyInfo_GetTypeModifiers_m9B44A622CBC47205820098C193F83788AF3719B0_ftn)mscorlib::System::Reflection::MonoPropertyInfo::GetTypeModifiers) (___prop0, ___optional1); } // System.Object System.Reflection.MonoPropertyInfo::get_default_value(System.Reflection.MonoProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoPropertyInfo_get_default_value_m9D980CA6684AA348D52C95E6FDE8EC07C1C717BD (MonoProperty_t * ___prop0, const RuntimeMethod* method) { typedef RuntimeObject * (*MonoPropertyInfo_get_default_value_m9D980CA6684AA348D52C95E6FDE8EC07C1C717BD_ftn) (MonoProperty_t *); using namespace il2cpp::icalls; return ((MonoPropertyInfo_get_default_value_m9D980CA6684AA348D52C95E6FDE8EC07C1C717BD_ftn)mscorlib::System::Reflection::MonoPropertyInfo::get_default_value) (___prop0); } #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 // Conversion methods for marshalling of: System.Reflection.ParameterInfo IL2CPP_EXTERN_C void ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshal_pinvoke(const ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB& unmarshaled, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_pinvoke& marshaled) { Exception_t* ___ClassImpl_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'ClassImpl' of type 'ParameterInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___ClassImpl_0Exception, NULL); } IL2CPP_EXTERN_C void ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshal_pinvoke_back(const ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_pinvoke& marshaled, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB& unmarshaled) { Exception_t* ___ClassImpl_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'ClassImpl' of type 'ParameterInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___ClassImpl_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.ParameterInfo IL2CPP_EXTERN_C void ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshal_pinvoke_cleanup(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Reflection.ParameterInfo IL2CPP_EXTERN_C void ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshal_com(const ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB& unmarshaled, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_com& marshaled) { Exception_t* ___ClassImpl_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'ClassImpl' of type 'ParameterInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___ClassImpl_0Exception, NULL); } IL2CPP_EXTERN_C void ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshal_com_back(const ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_com& marshaled, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB& unmarshaled) { Exception_t* ___ClassImpl_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'ClassImpl' of type 'ParameterInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___ClassImpl_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Reflection.ParameterInfo IL2CPP_EXTERN_C void ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshal_com_cleanup(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_com& marshaled) { } // System.Void System.Reflection.ParameterInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterInfo__ctor_m2AF790FFE7F39539A5B5C3975B94C4B4B69DDB45 (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.String System.Reflection.ParameterInfo::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterInfo_ToString_mA9DBA4E5BD15DED0C798A4F1737780E433B6902E (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterInfo_ToString_mA9DBA4E5BD15DED0C798A4F1737780E433B6902E_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; String_t* V_1 = NULL; int32_t G_B7_0 = 0; String_t* G_B10_0 = NULL; { Type_t * L_0 = __this->get_ClassImpl_0(); V_0 = L_0; goto IL_0010; } IL_0009: { Type_t * L_1 = V_0; NullCheck(L_1); Type_t * L_2 = VirtFuncInvoker0< Type_t * >::Invoke(104 /* System.Type System.Type::GetElementType() */, L_1); V_0 = L_2; } IL_0010: { Type_t * L_3 = V_0; NullCheck(L_3); bool L_4 = Type_get_HasElementType_m598BEFE66F168CE1D1132C87D394B2EF41F449BF(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0009; } } { Type_t * L_5 = V_0; NullCheck(L_5); bool L_6 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0059; } } { Type_t * L_7 = __this->get_ClassImpl_0(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast (Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL); bool L_10 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_7, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0059; } } { Type_t * L_11 = __this->get_ClassImpl_0(); NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_Namespace() */, L_11); MemberInfo_t * L_13 = __this->get_MemberImpl_2(); NullCheck(L_13); Type_t * L_14 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_13); NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_Namespace() */, L_14); bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, L_15, /*hidden argument*/NULL); G_B7_0 = ((int32_t)(L_16)); goto IL_005a; } IL_0059: { G_B7_0 = 1; } IL_005a: { if (G_B7_0) { goto IL_0069; } } { Type_t * L_17 = __this->get_ClassImpl_0(); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_17); G_B10_0 = L_18; goto IL_0074; } IL_0069: { Type_t * L_19 = __this->get_ClassImpl_0(); NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_19); G_B10_0 = L_20; } IL_0074: { V_1 = G_B10_0; bool L_21 = ParameterInfo_get_IsRetval_m987630F38231D543E9506D59394DC89F2E8CE299(__this, /*hidden argument*/NULL); if (L_21) { goto IL_0096; } } { String_t* L_22 = V_1; String_t* L_23 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_22, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL); V_1 = L_23; String_t* L_24 = V_1; String_t* L_25 = __this->get_NameImpl_3(); String_t* L_26 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_24, L_25, /*hidden argument*/NULL); V_1 = L_26; } IL_0096: { String_t* L_27 = V_1; return L_27; } } // System.Void System.Reflection.ParameterInfo::FormatParameters(System.Text.StringBuilder,System.Reflection.ParameterInfo[],System.Reflection.CallingConventions,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterInfo_FormatParameters_mD1712B88B705D6AA18EDEFE1227BA604B9C0FE4D (StringBuilder_t * ___sb0, ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* ___p1, int32_t ___callingConvention2, bool ___serialization3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterInfo_FormatParameters_mD1712B88B705D6AA18EDEFE1227BA604B9C0FE4D_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { V_0 = 0; goto IL_0060; } IL_0004: { int32_t L_0 = V_0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0014; } } { StringBuilder_t * L_1 = ___sb0; NullCheck(L_1); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_1, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL); } IL_0014: { ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_2 = ___p1; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_5); Type_t * L_6 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_5); Type_t * L_7 = L_6; bool L_8 = ___serialization3; NullCheck(L_7); String_t* L_9 = VirtFuncInvoker1< String_t*, bool >::Invoke(117 /* System.String System.Type::FormatTypeName(System.Boolean) */, L_7, L_8); V_1 = L_9; NullCheck(L_7); bool L_10 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(L_7, /*hidden argument*/NULL); if (!L_10) { goto IL_0054; } } { bool L_11 = ___serialization3; if (L_11) { goto IL_0054; } } { StringBuilder_t * L_12 = ___sb0; String_t* L_13 = V_1; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = L_14; NullCheck(L_15); (L_15)->SetAt(static_cast(0), (Il2CppChar)((int32_t)38)); NullCheck(L_13); String_t* L_16 = String_TrimEnd_m8D4905B71A4AEBF9D0BC36C6003FC9A5AD630403(L_13, L_15, /*hidden argument*/NULL); NullCheck(L_12); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, L_16, /*hidden argument*/NULL); StringBuilder_t * L_17 = ___sb0; NullCheck(L_17); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_17, _stringLiteral35F1E58B08D4CDF80779B991D9BFE2258616A0C7, /*hidden argument*/NULL); goto IL_005c; } IL_0054: { StringBuilder_t * L_18 = ___sb0; String_t* L_19 = V_1; NullCheck(L_18); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_18, L_19, /*hidden argument*/NULL); } IL_005c: { int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0060: { int32_t L_21 = V_0; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_22 = ___p1; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))))))) { goto IL_0004; } } { int32_t L_23 = ___callingConvention2; if (!((int32_t)((int32_t)L_23&(int32_t)2))) { goto IL_0087; } } { ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_24 = ___p1; NullCheck(L_24); if (!(((RuntimeArray*)L_24)->max_length)) { goto IL_007b; } } { StringBuilder_t * L_25 = ___sb0; NullCheck(L_25); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_25, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL); } IL_007b: { StringBuilder_t * L_26 = ___sb0; NullCheck(L_26); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_26, _stringLiteral6EAE3A5B062C6D0D79F070C26E6D62486B40CB46, /*hidden argument*/NULL); } IL_0087: { return; } } // System.Type System.Reflection.ParameterInfo::get_ParameterType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ParameterInfo_get_ParameterType_m2D610EC5C875E917B8A58B8E20B5A4E355DAA336 (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_ClassImpl_0(); return L_0; } } // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterInfo_get_Attributes_m68BBF5F0633B7DA3A7BCF0AD86EE1652079084E9 (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_AttrsImpl_5(); return L_0; } } // System.Boolean System.Reflection.ParameterInfo::get_IsIn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsIn_m8C26A4EB983C50E71C79ADF86D10B090AA97E59F (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() */, __this); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Reflection.ParameterInfo::get_IsOptional() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOptional_m54B4A2CA619395E36020C512595DA8C7016CAB8D (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() */, __this); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Reflection.ParameterInfo::get_IsOut() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOut_mBD413F046E276BBF88D653EA7A261B221420A464 (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() */, __this); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Reflection.ParameterInfo::get_IsRetval() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsRetval_m987630F38231D543E9506D59394DC89F2E8CE299 (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() */, __this); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0); } } // System.String System.Reflection.ParameterInfo::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterInfo_get_Name_mF54343DBA62C0659E2612F7774D48283286CE71E (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_NameImpl_3(); return L_0; } } // System.Int32 System.Reflection.ParameterInfo::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterInfo_get_Position_mFE4EE04D42C67619D59FA3EB840D44B84E572847 (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_PositionImpl_4(); return L_0; } } // System.Object[] System.Reflection.ParameterInfo::GetPseudoCustomAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ParameterInfo_GetPseudoCustomAttributes_m6A16386472EB8A4B1448EB11CC4B987F06281E22 (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterInfo_GetPseudoCustomAttributes_m6A16386472EB8A4B1448EB11CC4B987F06281E22_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_1 = NULL; { V_0 = 0; bool L_0 = ParameterInfo_get_IsIn_m8C26A4EB983C50E71C79ADF86D10B090AA97E59F(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000e; } } { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_000e: { bool L_2 = ParameterInfo_get_IsOut_mBD413F046E276BBF88D653EA7A261B221420A464(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_001a: { bool L_4 = ParameterInfo_get_IsOptional_m54B4A2CA619395E36020C512595DA8C7016CAB8D(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0026; } } { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0026: { MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * L_6 = __this->get_marshalAs_6(); if (!L_6) { goto IL_0032; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0032: { int32_t L_8 = V_0; if (L_8) { goto IL_0037; } } { return (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL; } IL_0037: { int32_t L_9 = V_0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_9); V_1 = L_10; V_0 = 0; bool L_11 = ParameterInfo_get_IsIn_m8C26A4EB983C50E71C79ADF86D10B090AA97E59F(__this, /*hidden argument*/NULL); if (!L_11) { goto IL_0054; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = V_1; int32_t L_13 = V_0; int32_t L_14 = L_13; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); InAttribute_t753C98BE87DB84ECCEEB09841007A0D30C8B8A91 * L_15 = (InAttribute_t753C98BE87DB84ECCEEB09841007A0D30C8B8A91 *)il2cpp_codegen_object_new(InAttribute_t753C98BE87DB84ECCEEB09841007A0D30C8B8A91_il2cpp_TypeInfo_var); InAttribute__ctor_m14C56FB9709977AFDC5A84D410914F61D61CE679(L_15, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_15); (L_12)->SetAt(static_cast(L_14), (RuntimeObject *)L_15); } IL_0054: { bool L_16 = ParameterInfo_get_IsOptional_m54B4A2CA619395E36020C512595DA8C7016CAB8D(__this, /*hidden argument*/NULL); if (!L_16) { goto IL_0068; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = V_1; int32_t L_18 = V_0; int32_t L_19 = L_18; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); OptionalAttribute_t9C49E42A48E6C513B8CFB077C07C7AEF7AF96113 * L_20 = (OptionalAttribute_t9C49E42A48E6C513B8CFB077C07C7AEF7AF96113 *)il2cpp_codegen_object_new(OptionalAttribute_t9C49E42A48E6C513B8CFB077C07C7AEF7AF96113_il2cpp_TypeInfo_var); OptionalAttribute__ctor_m5A1DD905CB0F68AA9BD7188D9AB9D3B7008B24F9(L_20, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAt(static_cast(L_19), (RuntimeObject *)L_20); } IL_0068: { bool L_21 = ParameterInfo_get_IsOut_mBD413F046E276BBF88D653EA7A261B221420A464(__this, /*hidden argument*/NULL); if (!L_21) { goto IL_007c; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = V_1; int32_t L_23 = V_0; int32_t L_24 = L_23; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); OutAttribute_t171E39DD5144590B737DC30724E1886B20B1E94D * L_25 = (OutAttribute_t171E39DD5144590B737DC30724E1886B20B1E94D *)il2cpp_codegen_object_new(OutAttribute_t171E39DD5144590B737DC30724E1886B20B1E94D_il2cpp_TypeInfo_var); OutAttribute__ctor_m7A9BD5C3CB6050AAFEB1BDE6806AAC38A0969492(L_25, /*hidden argument*/NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(L_24), (RuntimeObject *)L_25); } IL_007c: { MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * L_26 = __this->get_marshalAs_6(); if (!L_26) { goto IL_0096; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = V_1; int32_t L_28 = V_0; int32_t L_29 = L_28; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * L_30 = __this->get_marshalAs_6(); NullCheck(L_30); MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * L_31 = MarshalAsAttribute_Copy_m916673AE615990412F36D1F15D4B0BE9E7512B19(L_30, /*hidden argument*/NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_31); (L_27)->SetAt(static_cast(L_29), (RuntimeObject *)L_31); } IL_0096: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = V_1; return L_32; } } // System.Object System.Reflection.ParameterInfo::GetDefaultValueImpl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParameterInfo_GetDefaultValueImpl_m3DA485ED84215E1B67DB91EF53939D1F6BFE9A97 (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_DefaultValueImpl_1(); return L_0; } } // System.Object System.Reflection.ParameterInfo::get_DefaultValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParameterInfo_get_DefaultValue_m04AEE46F38B9C9EC512B04E902BD0F922CD3D575 (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterInfo_get_DefaultValue_m04AEE46F38B9C9EC512B04E902BD0F922CD3D575_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ParameterInfo_get_DefaultValue_m04AEE46F38B9C9EC512B04E902BD0F922CD3D575_RuntimeMethod_var); } } // System.Object[] System.Reflection.ParameterInfo::GetCustomAttributes(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ParameterInfo_GetCustomAttributes_m75D1746AA3ED3EB66521000BA68C3C4E2F56F9E1 (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterInfo_GetCustomAttributes_m75D1746AA3ED3EB66521000BA68C3C4E2F56F9E1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)0); return L_0; } } // System.Object[] System.Reflection.ParameterInfo::GetCustomAttributes(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ParameterInfo_GetCustomAttributes_mACA8FD2CD08B0CA6394CA166E646C9491C5F236F (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterInfo_GetCustomAttributes_mACA8FD2CD08B0CA6394CA166E646C9491C5F236F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)0); return L_0; } } // System.Object System.Reflection.ParameterInfo::GetRealObject(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParameterInfo_GetRealObject_m30868B933D7770C9B2DEA55F58EEBD0334192931 (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterInfo_GetRealObject_m30868B933D7770C9B2DEA55F58EEBD0334192931_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ParameterInfo_GetRealObject_m30868B933D7770C9B2DEA55F58EEBD0334192931_RuntimeMethod_var); } } // System.Boolean System.Reflection.ParameterInfo::IsDefined(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_IsDefined_m988E4A2ED0D53796400880AA45FDDE74D0844872 (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { { return (bool)0; } } // System.Reflection.ParameterInfo System.Reflection.ParameterInfo::New(System.Reflection.ParameterInfo,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * ParameterInfo_New_m13992CB49A5F42E1C184D4D8E8B1ECE61F11691B (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * ___pinfo0, MemberInfo_t * ___member1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterInfo_New_m13992CB49A5F42E1C184D4D8E8B1ECE61F11691B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_0 = ___pinfo0; MemberInfo_t * L_1 = ___member1; MonoParameterInfo_tA4643BB90FBF18515A8935633264C09999B5A613 * L_2 = (MonoParameterInfo_tA4643BB90FBF18515A8935633264C09999B5A613 *)il2cpp_codegen_object_new(MonoParameterInfo_tA4643BB90FBF18515A8935633264C09999B5A613_il2cpp_TypeInfo_var); MonoParameterInfo__ctor_mB160D2600929C6877F5E955CDE12F3C15E322DC8(L_2, L_0, L_1, /*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 // Conversion methods for marshalling of: System.Reflection.ParameterModifier IL2CPP_EXTERN_C void ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshal_pinvoke(const ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E& unmarshaled, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_pinvoke& marshaled) { if (unmarshaled.get__byRef_0() != NULL) { il2cpp_array_size_t _unmarshaled__byRef_Length = (unmarshaled.get__byRef_0())->max_length; marshaled.____byRef_0 = il2cpp_codegen_marshal_allocate_array(_unmarshaled__byRef_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled__byRef_Length); i++) { (marshaled.____byRef_0)[i] = static_cast((unmarshaled.get__byRef_0())->GetAtUnchecked(static_cast(i))); } } else { marshaled.____byRef_0 = NULL; } } IL2CPP_EXTERN_C void ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshal_pinvoke_back(const ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_pinvoke& marshaled, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_pinvoke_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } if (marshaled.____byRef_0 != NULL) { if (unmarshaled.get__byRef_0() == NULL) { unmarshaled.set__byRef_0(reinterpret_cast((BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)SZArrayNew(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get__byRef_0())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get__byRef_0())->SetAtUnchecked(static_cast(i), static_cast((marshaled.____byRef_0)[i])); } } } // Conversion method for clean up from marshalling of: System.Reflection.ParameterModifier IL2CPP_EXTERN_C void ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshal_pinvoke_cleanup(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_pinvoke& marshaled) { if (marshaled.____byRef_0 != NULL) { il2cpp_codegen_marshal_free(marshaled.____byRef_0); marshaled.____byRef_0 = NULL; } } // Conversion methods for marshalling of: System.Reflection.ParameterModifier IL2CPP_EXTERN_C void ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshal_com(const ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E& unmarshaled, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_com& marshaled) { if (unmarshaled.get__byRef_0() != NULL) { il2cpp_array_size_t _unmarshaled__byRef_Length = (unmarshaled.get__byRef_0())->max_length; marshaled.____byRef_0 = il2cpp_codegen_marshal_allocate_array(_unmarshaled__byRef_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled__byRef_Length); i++) { (marshaled.____byRef_0)[i] = static_cast((unmarshaled.get__byRef_0())->GetAtUnchecked(static_cast(i))); } } else { marshaled.____byRef_0 = NULL; } } IL2CPP_EXTERN_C void ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshal_com_back(const ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_com& marshaled, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_com_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } if (marshaled.____byRef_0 != NULL) { if (unmarshaled.get__byRef_0() == NULL) { unmarshaled.set__byRef_0(reinterpret_cast((BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)SZArrayNew(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get__byRef_0())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get__byRef_0())->SetAtUnchecked(static_cast(i), static_cast((marshaled.____byRef_0)[i])); } } } // Conversion method for clean up from marshalling of: System.Reflection.ParameterModifier IL2CPP_EXTERN_C void ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshal_com_cleanup(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_com& marshaled) { if (marshaled.____byRef_0 != NULL) { il2cpp_codegen_marshal_free(marshaled.____byRef_0); marshaled.____byRef_0 = NULL; } } #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.Reflection.Pointer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pointer__ctor_m6E3CB9F3A61C0F212A619ACBFE81CB31CFD5ADDC (Pointer_t0E8D14E10E1DF10DCA07E2C5BA05B89BF369EC9D * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.Pointer::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pointer__ctor_m76F4B5265A578F6FCBAA663098D3BCC9157E9948 (Pointer_t0E8D14E10E1DF10DCA07E2C5BA05B89BF369EC9D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Pointer__ctor_m76F4B5265A578F6FCBAA663098D3BCC9157E9948_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast (IntPtr_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_3 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_0, _stringLiteralAD1852BE06E7B6D93686A9739B75F74C38883B56, L_2, /*hidden argument*/NULL); V_0 = (intptr_t)((*(intptr_t*)((intptr_t*)UnBox(L_3, IntPtr_t_il2cpp_TypeInfo_var)))); void* L_4 = IntPtr_ToPointer_mC56A17E597E9F767B889DA10DB866F0B96CF0D65_inline((intptr_t*)(&V_0), /*hidden argument*/NULL); __this->set__ptr_0((void*)L_4); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_0_0_0_var) }; Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL); NullCheck(L_5); RuntimeObject * L_8 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_5, _stringLiteral44BB5481C551EF34AF29419160659641C127D3BC, L_7, /*hidden argument*/NULL); __this->set__ptrType_1(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_8, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))); return; } } // System.Object System.Reflection.Pointer::Box(System.Void*,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Pointer_Box_m3767F29A39AA6EB71BB272421E10D1CEA2F6D5F8 (void* ___ptr0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Pointer_Box_m3767F29A39AA6EB71BB272421E10D1CEA2F6D5F8_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; { Type_t * L_0 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Pointer_Box_m3767F29A39AA6EB71BB272421E10D1CEA2F6D5F8_RuntimeMethod_var); } IL_0014: { Type_t * L_3 = ___type1; NullCheck(L_3); bool L_4 = Type_get_IsPointer_mF823CB662C6A04674589640771E6AD6B71093E57(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0031; } } { String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCBA1840AEFA72C8A78202000968BA0A29298AF8E, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, L_5, _stringLiteralDAF4A923626420FA50E11CDF1F69B7AC3A91A362, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Pointer_Box_m3767F29A39AA6EB71BB272421E10D1CEA2F6D5F8_RuntimeMethod_var); } IL_0031: { Type_t * L_7 = ___type1; V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_7, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); bool L_9 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_8, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0056; } } { String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCBA1840AEFA72C8A78202000968BA0A29298AF8E, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_11, L_10, _stringLiteralDAF4A923626420FA50E11CDF1F69B7AC3A91A362, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, Pointer_Box_m3767F29A39AA6EB71BB272421E10D1CEA2F6D5F8_RuntimeMethod_var); } IL_0056: { Pointer_t0E8D14E10E1DF10DCA07E2C5BA05B89BF369EC9D * L_12 = (Pointer_t0E8D14E10E1DF10DCA07E2C5BA05B89BF369EC9D *)il2cpp_codegen_object_new(Pointer_t0E8D14E10E1DF10DCA07E2C5BA05B89BF369EC9D_il2cpp_TypeInfo_var); Pointer__ctor_m6E3CB9F3A61C0F212A619ACBFE81CB31CFD5ADDC(L_12, /*hidden argument*/NULL); Pointer_t0E8D14E10E1DF10DCA07E2C5BA05B89BF369EC9D * L_13 = L_12; void* L_14 = ___ptr0; NullCheck(L_13); L_13->set__ptr_0((void*)L_14); Pointer_t0E8D14E10E1DF10DCA07E2C5BA05B89BF369EC9D * L_15 = L_13; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_16 = V_0; NullCheck(L_15); L_15->set__ptrType_1(L_16); return L_15; } } // System.Void System.Reflection.Pointer::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pointer_System_Runtime_Serialization_ISerializable_GetObjectData_m66D87677AE6363A19095B52EB6BA769E0701A32B (Pointer_t0E8D14E10E1DF10DCA07E2C5BA05B89BF369EC9D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Pointer_System_Runtime_Serialization_ISerializable_GetObjectData_m66D87677AE6363A19095B52EB6BA769E0701A32B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; void* L_1 = __this->get__ptr_0(); intptr_t L_2; memset((&L_2), 0, sizeof(L_2)); IntPtr__ctor_m6360250F4B87C6AE2F0389DA0DEE1983EED73FB6_inline((&L_2), (void*)(void*)L_1, /*hidden argument*/NULL); intptr_t L_3 = L_2; RuntimeObject * L_4 = Box(IntPtr_t_il2cpp_TypeInfo_var, &L_3); NullCheck(L_0); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_0, _stringLiteralAD1852BE06E7B6D93686A9739B75F74C38883B56, L_4, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___info0; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_6 = __this->get__ptrType_1(); NullCheck(L_5); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_5, _stringLiteral44BB5481C551EF34AF29419160659641C127D3BC, L_6, /*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 // System.Reflection.MemberTypes System.Reflection.PropertyInfo::get_MemberType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyInfo_get_MemberType_mE72DA8703F6A7F159A4EE3BC853ECB30DC7CB3B2 (PropertyInfo_t * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)16)); } } // System.Void System.Reflection.PropertyInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyInfo__ctor_mDC863EE09FBBA50C54674597B8BDCEF4BF43E5EC (PropertyInfo_t * __this, const RuntimeMethod* method) { { MemberInfo__ctor_m2F662BD5B63738672688109B4BCC552C143B1BCC(__this, /*hidden argument*/NULL); return; } } // System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * PropertyInfo_GetGetMethod_m90BA90BA1CAFEE1CC273BB8B3BD289890373CB8A (PropertyInfo_t * __this, const RuntimeMethod* method) { { MethodInfo_t * L_0 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(23 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod(System.Boolean) */, __this, (bool)0); return L_0; } } // System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyInfo_GetValue_m5C70D08CE83017A6F2EA1CBDAB0103FA379AD867 (PropertyInfo_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___index1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = ___index1; RuntimeObject * L_2 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(27 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, __this, L_0, 0, (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)NULL, L_1, (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL); return L_2; } } // System.Object System.Reflection.PropertyInfo::GetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyInfo_GetValue_mDA5AD1BFDA163D25CC9CC706625C8A0D45B4FAE9 (PropertyInfo_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(27 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, __this, L_0, 0, (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)NULL, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL, (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL); return L_1; } } // System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyInfo_SetValue_mCCE33330E6963A26A7D83C942BD668B9CF32E7E2 (PropertyInfo_t * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___index2, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = ___value1; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___index2; VirtActionInvoker6< RuntimeObject *, RuntimeObject *, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(29 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, __this, L_0, L_1, 0, (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)NULL, L_2, (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL); return; } } // System.Type[] System.Reflection.PropertyInfo::GetOptionalCustomModifiers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* PropertyInfo_GetOptionalCustomModifiers_mD04C8D378F364A35960B0F0D6D3A2CA4D149618F (PropertyInfo_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyInfo_GetOptionalCustomModifiers_mD04C8D378F364A35960B0F0D6D3A2CA4D149618F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_5(); return L_0; } } // System.Type[] System.Reflection.PropertyInfo::GetRequiredCustomModifiers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* PropertyInfo_GetRequiredCustomModifiers_m2614F5DF6832C21881A4368A248D8E1446277C73 (PropertyInfo_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyInfo_GetRequiredCustomModifiers_m2614F5DF6832C21881A4368A248D8E1446277C73_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_5(); return L_0; } } // System.NotImplementedException System.Reflection.PropertyInfo::CreateNIE() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * PropertyInfo_CreateNIE_m43C546B1DF473547ACED2164DDC88E465A74B317 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyInfo_CreateNIE_m43C546B1DF473547ACED2164DDC88E465A74B317_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); return L_0; } } // System.Object System.Reflection.PropertyInfo::GetConstantValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyInfo_GetConstantValue_mDE667CA23F013B3B411DDF15E81E928AEF8B6ABB (PropertyInfo_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyInfo_GetConstantValue_mDE667CA23F013B3B411DDF15E81E928AEF8B6ABB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = PropertyInfo_CreateNIE_m43C546B1DF473547ACED2164DDC88E465A74B317(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, PropertyInfo_GetConstantValue_mDE667CA23F013B3B411DDF15E81E928AEF8B6ABB_RuntimeMethod_var); } } // System.Object System.Reflection.PropertyInfo::GetRawConstantValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyInfo_GetRawConstantValue_m1EE524BC2C6CEC4B56D5244494E614911BEA11D9 (PropertyInfo_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyInfo_GetRawConstantValue_m1EE524BC2C6CEC4B56D5244494E614911BEA11D9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = PropertyInfo_CreateNIE_m43C546B1DF473547ACED2164DDC88E465A74B317(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, PropertyInfo_GetRawConstantValue_m1EE524BC2C6CEC4B56D5244494E614911BEA11D9_RuntimeMethod_var); } } // System.Boolean System.Reflection.PropertyInfo::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_Equals_mE3C99052E257D720F0BEC27655F75096851A5C60 (PropertyInfo_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; return (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(PropertyInfo_t *)__this))? 1 : 0); } } // System.Int32 System.Reflection.PropertyInfo::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyInfo_GetHashCode_m8FEC65C9294C9A85A1F4695C0DFDDF25285F20D6 (PropertyInfo_t * __this, const RuntimeMethod* method) { { int32_t L_0 = MemberInfo_GetHashCode_mE9E59E8B23F151FD6EE2CB98B8F5138AF3B79761(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Reflection.PropertyInfo::op_Equality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Equality_m6E3A0B7912D137F6FA5F53756ED260C9831B70ED (PropertyInfo_t * ___left0, PropertyInfo_t * ___right1, const RuntimeMethod* method) { { PropertyInfo_t * L_0 = ___left0; PropertyInfo_t * L_1 = ___right1; if ((!(((RuntimeObject*)(PropertyInfo_t *)L_0) == ((RuntimeObject*)(PropertyInfo_t *)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { PropertyInfo_t * L_2 = ___left0; PropertyInfo_t * L_3 = ___right1; if (!((int32_t)((int32_t)((((RuntimeObject*)(PropertyInfo_t *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)^(int32_t)((((RuntimeObject*)(PropertyInfo_t *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)))) { goto IL_0013; } } { return (bool)0; } IL_0013: { PropertyInfo_t * L_4 = ___left0; PropertyInfo_t * L_5 = ___right1; NullCheck(L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5); return L_6; } } // System.Boolean System.Reflection.PropertyInfo::op_Inequality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Inequality_m72FFC34F4BEFB4F18155B0E97F8616597AE9A782 (PropertyInfo_t * ___left0, PropertyInfo_t * ___right1, const RuntimeMethod* method) { { PropertyInfo_t * L_0 = ___left0; PropertyInfo_t * L_1 = ___right1; if ((!(((RuntimeObject*)(PropertyInfo_t *)L_0) == ((RuntimeObject*)(PropertyInfo_t *)L_1)))) { goto IL_0006; } } { return (bool)0; } IL_0006: { PropertyInfo_t * L_2 = ___left0; PropertyInfo_t * L_3 = ___right1; if (!((int32_t)((int32_t)((((RuntimeObject*)(PropertyInfo_t *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)^(int32_t)((((RuntimeObject*)(PropertyInfo_t *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)))) { goto IL_0013; } } { return (bool)1; } IL_0013: { PropertyInfo_t * L_4 = ___left0; PropertyInfo_t * L_5 = ___right1; NullCheck(L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5); return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0); } } // System.Reflection.PropertyInfo System.Reflection.PropertyInfo::internal_from_handle_type(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * PropertyInfo_internal_from_handle_type_m9A6B945031A813C23FF9F39422B1D98EE8079BAA (intptr_t ___event_handle0, intptr_t ___type_handle1, const RuntimeMethod* method) { typedef PropertyInfo_t * (*PropertyInfo_internal_from_handle_type_m9A6B945031A813C23FF9F39422B1D98EE8079BAA_ftn) (intptr_t, intptr_t); using namespace il2cpp::icalls; return ((PropertyInfo_internal_from_handle_type_m9A6B945031A813C23FF9F39422B1D98EE8079BAA_ftn)mscorlib::System::Reflection::PropertyInfo::internal_from_handle_type) (___event_handle0, ___type_handle1); } // System.Reflection.PropertyInfo System.Reflection.PropertyInfo::GetPropertyFromHandle(Mono.RuntimePropertyHandle,System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * PropertyInfo_GetPropertyFromHandle_m619E6B97CADEA44DE0C3FCBD045E356A43FF2B0D (RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB ___handle0, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___reflectedType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyInfo_GetPropertyFromHandle_m619E6B97CADEA44DE0C3FCBD045E356A43FF2B0D_MetadataUsageId); s_Il2CppMethodInitialized = true; } PropertyInfo_t * G_B4_0 = NULL; PropertyInfo_t * G_B3_0 = NULL; { intptr_t L_0 = RuntimePropertyHandle_get_Value_m7E3310961322C33208B6990B897516AE849FD7C2_inline((RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB *)(&___handle0), /*hidden argument*/NULL); bool L_1 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, _stringLiteral43CD1760645DEAC8D9320A491A0AA53D189F6230, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, PropertyInfo_GetPropertyFromHandle_m619E6B97CADEA44DE0C3FCBD045E356A43FF2B0D_RuntimeMethod_var); } IL_001e: { intptr_t L_3 = RuntimePropertyHandle_get_Value_m7E3310961322C33208B6990B897516AE849FD7C2_inline((RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB *)(&___handle0), /*hidden argument*/NULL); intptr_t L_4 = RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_inline((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D *)(&___reflectedType1), /*hidden argument*/NULL); PropertyInfo_t * L_5 = PropertyInfo_internal_from_handle_type_m9A6B945031A813C23FF9F39422B1D98EE8079BAA((intptr_t)L_3, (intptr_t)L_4, /*hidden argument*/NULL); PropertyInfo_t * L_6 = L_5; bool L_7 = PropertyInfo_op_Equality_m6E3A0B7912D137F6FA5F53756ED260C9831B70ED(L_6, (PropertyInfo_t *)NULL, /*hidden argument*/NULL); G_B3_0 = L_6; if (!L_7) { G_B4_0 = L_6; goto IL_0045; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_8, _stringLiteral7360E6CAA9AC7B5C21FC65FD85D96A21CE101D7B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, PropertyInfo_GetPropertyFromHandle_m619E6B97CADEA44DE0C3FCBD045E356A43FF2B0D_RuntimeMethod_var); } IL_0045: { return G_B4_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.Reflection.ReflectionTypeLoadException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionTypeLoadException__ctor_m003BAB620172ADF03C0B59B1B22C528415BA2C22 (ReflectionTypeLoadException_t1306B3A246E2959E8F23575AAAB9D59945314115 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionTypeLoadException__ctor_m003BAB620172ADF03C0B59B1B22C528415BA2C22_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDB45FFA411D5095A612F2CC5CBD135881E3D08EC, /*hidden argument*/NULL); SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146232830), /*hidden argument*/NULL); return; } } // System.Void System.Reflection.ReflectionTypeLoadException::.ctor(System.Type[],System.Exception[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionTypeLoadException__ctor_m74D0144A2B65B577CC099380942EF155D60EE39B (ReflectionTypeLoadException_t1306B3A246E2959E8F23575AAAB9D59945314115 * __this, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___classes0, ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* ___exceptions1, const RuntimeMethod* method) { { SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, (String_t*)NULL, /*hidden argument*/NULL); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = ___classes0; __this->set__classes_17(L_0); ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_1 = ___exceptions1; __this->set__exceptions_18(L_1); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146232830), /*hidden argument*/NULL); return; } } // System.Void System.Reflection.ReflectionTypeLoadException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionTypeLoadException__ctor_mA260D2C0559398E8675ED02F863C5832CA816706 (ReflectionTypeLoadException_t1306B3A246E2959E8F23575AAAB9D59945314115 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionTypeLoadException__ctor_mA260D2C0559398E8675ED02F863C5832CA816706_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteral93B9E289E2842469D001ECCF7AD5D79F3C302DC9, L_4, /*hidden argument*/NULL); __this->set__classes_17(((TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)Castclass((RuntimeObject*)L_5, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast (ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_0_0_0_var) }; Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteralCD3DFBE79FDA3A9D92DE67B1BD4F1DC9F60AB723, L_8, /*hidden argument*/NULL); __this->set__exceptions_18(((ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209*)Castclass((RuntimeObject*)L_9, ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_il2cpp_TypeInfo_var))); return; } } // System.Void System.Reflection.ReflectionTypeLoadException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionTypeLoadException_GetObjectData_m1927CF415C8078222C51F63E5FF32DBEE84B11AF (ReflectionTypeLoadException_t1306B3A246E2959E8F23575AAAB9D59945314115 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionTypeLoadException_GetObjectData_m1927CF415C8078222C51F63E5FF32DBEE84B11AF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ReflectionTypeLoadException_GetObjectData_m1927CF415C8078222C51F63E5FF32DBEE84B11AF_RuntimeMethod_var); } IL_000e: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_3 = ___context1; Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_2, L_3, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = __this->get__classes_17(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL); NullCheck(L_4); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_4, _stringLiteral93B9E289E2842469D001ECCF7AD5D79F3C302DC9, (RuntimeObject *)(RuntimeObject *)L_5, L_7, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___info0; ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_9 = __this->get__exceptions_18(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast (ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_0_0_0_var) }; Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL); NullCheck(L_8); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_8, _stringLiteralCD3DFBE79FDA3A9D92DE67B1BD4F1DC9F60AB723, (RuntimeObject *)(RuntimeObject *)L_9, L_11, /*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.Object System.Reflection.RtFieldInfo::UnsafeGetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RtFieldInfo_UnsafeGetValue_m9B9ACFD585730B17FE5E4CE36C3F0BE529D62E3A (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { typedef RuntimeObject * (*RtFieldInfo_UnsafeGetValue_m9B9ACFD585730B17FE5E4CE36C3F0BE529D62E3A_ftn) (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 *, RuntimeObject *); using namespace il2cpp::icalls; return ((RtFieldInfo_UnsafeGetValue_m9B9ACFD585730B17FE5E4CE36C3F0BE529D62E3A_ftn)mscorlib::System::Reflection::RtFieldInfo::UnsafeGetValue) (__this, ___obj0); } // System.Void System.Reflection.RtFieldInfo::CheckConsistency(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RtFieldInfo_CheckConsistency_mE0D8B197A87EDE960233900D3D5751CA70107EC0 (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * __this, RuntimeObject * ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RtFieldInfo_CheckConsistency_mE0D8B197A87EDE960233900D3D5751CA70107EC0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Reflection.FieldAttributes System.Reflection.FieldInfo::get_Attributes() */, __this); if ((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) == ((int32_t)((int32_t)16)))) { goto IL_005a; } } { Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); RuntimeObject * L_2 = ___target0; NullCheck(L_1); bool L_3 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(114 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_1, L_2); if (L_3) { goto IL_005a; } } { RuntimeObject * L_4 = ___target0; if (L_4) { goto IL_002e; } } { String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral23B577C1B9648E9F346C982453922161E5D89FEB, /*hidden argument*/NULL); TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E * L_6 = (TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E *)il2cpp_codegen_object_new(TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E_il2cpp_TypeInfo_var); TargetException__ctor_mEF23F45C8180099295F8A9C064268E79C61AE252(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, RtFieldInfo_CheckConsistency_mE0D8B197A87EDE960233900D3D5751CA70107EC0_RuntimeMethod_var); } IL_002e: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = CultureInfo_get_CurrentUICulture_mE132DCAF12CBF24E1FC0AF90BB6F33739F416487(/*hidden argument*/NULL); String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB33170825A0AD2201B4E3E4BB542EA043A1542BA, /*hidden argument*/NULL); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, __this); Type_t * L_10 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); RuntimeObject * L_11 = ___target0; NullCheck(L_11); Type_t * L_12 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_11, /*hidden argument*/NULL); String_t* L_13 = String_Format_mCE84582533EA9934933F3F1496451F3D9DA652A4(L_7, L_8, L_9, L_10, L_12, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, RtFieldInfo_CheckConsistency_mE0D8B197A87EDE960233900D3D5751CA70107EC0_RuntimeMethod_var); } IL_005a: { return; } } // System.Void System.Reflection.RtFieldInfo::UnsafeSetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RtFieldInfo_UnsafeSetValue_m84A4DDE188235CFC2DAB59032535FB93B32D0D9B (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, int32_t ___invokeAttr2, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture4, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; RuntimeObject * L_0 = ___obj0; RuntimeObject * L_1 = ___value1; int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Reflection.FieldAttributes System.Reflection.FieldInfo::get_Attributes() */, __this); RuntimeFieldHandle_SetValue_m58A09CAD0FEBE3B8AE003AA2AAD9230406262B73(__this, L_0, L_1, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, L_2, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, (bool*)(&V_0), /*hidden argument*/NULL); return; } } // System.Void System.Reflection.RtFieldInfo::SetValueDirect(System.TypedReference,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RtFieldInfo_SetValueDirect_m19EB7354E5FEEDDC27FA9792B132F7993755B349 (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * __this, TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8 ___obj0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RtFieldInfo_SetValueDirect_m19EB7354E5FEEDDC27FA9792B132F7993755B349_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = TypedReference_get_IsNull_mD2B185E19B07577D8434A7DAD3AF5F9E2D09C532((TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8 *)(&___obj0), /*hidden argument*/NULL); if (!L_0) { goto IL_0019; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC8A10A0E66686AE2F4AFFBDCBC7C6D19A791F3F0, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RtFieldInfo_SetValueDirect_m19EB7354E5FEEDDC27FA9792B132F7993755B349_RuntimeMethod_var); } IL_0019: { Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, __this); RuntimeObject * L_4 = ___value1; Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); RuntimeFieldHandle_SetValueDirect_m24454E1780BB350A036B82D35CA37792DC21A4C7(__this, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), (void*)(void*)(((uintptr_t)(&___obj0))), L_4, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_5, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void System.Reflection.RtFieldInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RtFieldInfo__ctor_mFFABD71C782AA419A3B4B81F14FD260ACE26B6B5 (RtFieldInfo_tF0C3D7BDCAD69A06344DAB6D508A916B5A0F6579 * __this, const RuntimeMethod* method) { { RuntimeFieldInfo__ctor_mB40F38D72F5D87132453CBE524BB541A7E653152(__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.Reflection.RuntimeAssembly::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeAssembly_GetObjectData_m4176FBD0C615E99CCB246107239A8B526A038532 (RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeAssembly_GetObjectData_m4176FBD0C615E99CCB246107239A8B526A038532_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeAssembly_GetObjectData_m4176FBD0C615E99CCB246107239A8B526A038532_RuntimeMethod_var); } IL_000e: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, __this); UnitySerializationHolder_GetUnitySerializationInfo_m86F654140996546DB4D6D8228BF9FE45E9BAEC3E(L_2, 6, L_3, __this, /*hidden argument*/NULL); return; } } // System.Reflection.RuntimeAssembly System.Reflection.RuntimeAssembly::LoadWithPartialNameInternal(System.String,System.Security.Policy.Evidence,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * RuntimeAssembly_LoadWithPartialNameInternal_m5D5FB2669D246F0CB75F354E2E035583889F5AEE (String_t* ___partialName0, Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * ___securityEvidence1, int32_t* ___stackMark2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeAssembly_LoadWithPartialNameInternal_m5D5FB2669D246F0CB75F354E2E035583889F5AEE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___partialName0; Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * L_1 = ___securityEvidence1; Assembly_t * L_2 = Assembly_LoadWithPartialName_m14762DBDCCDE9BD4187930685203056D9C2BC056(L_0, L_1, /*hidden argument*/NULL); return ((RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)CastclassClass((RuntimeObject*)L_2, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1_il2cpp_TypeInfo_var)); } } // System.Reflection.RuntimeAssembly System.Reflection.RuntimeAssembly::LoadWithPartialNameInternal(System.Reflection.AssemblyName,System.Security.Policy.Evidence,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * RuntimeAssembly_LoadWithPartialNameInternal_m612DE6E3F915191BB3394E2A687F2928D2AF66C3 (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * ___an0, Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * ___securityEvidence1, int32_t* ___stackMark2, const RuntimeMethod* method) { { AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_0 = ___an0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * L_2 = ___securityEvidence1; int32_t* L_3 = ___stackMark2; RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_4 = RuntimeAssembly_LoadWithPartialNameInternal_m5D5FB2669D246F0CB75F354E2E035583889F5AEE(L_1, L_2, (int32_t*)L_3, /*hidden argument*/NULL); return L_4; } } // System.Reflection.AssemblyName System.Reflection.RuntimeAssembly::GetName(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * RuntimeAssembly_GetName_mE6409834D900D8B8F99260D1A7D82B6BEF55A1F8 (RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * __this, bool ___copiedName0, const RuntimeMethod* method) { { AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_0 = AssemblyName_Create_m770DA7358D03C405E5B1CB07D5F6D4962054C4C5(__this, (bool)1, /*hidden argument*/NULL); return L_0; } } // System.Void System.Reflection.RuntimeAssembly::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeAssembly__ctor_m52576DE5DF2E3B6BF7053A38E662EAD95ED70641 (RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * __this, const RuntimeMethod* method) { { Assembly__ctor_m41300BAA3154BEAFEB427974120BA78C393E5DCB(__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.Reflection.Module System.Reflection.RuntimeConstructorInfo::get_Module() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * RuntimeConstructorInfo_get_Module_m817EE3A5C7F4F693CB3F9C4043CBF439F6D686A2 (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * __this, const RuntimeMethod* method) { { RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * L_0 = RuntimeConstructorInfo_GetRuntimeModule_m1B2F119E89AA3147FF81382D302180C47CF726F8(__this, /*hidden argument*/NULL); return L_0; } } // System.Reflection.RuntimeModule System.Reflection.RuntimeConstructorInfo::GetRuntimeModule() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeConstructorInfo_GetRuntimeModule_m1B2F119E89AA3147FF81382D302180C47CF726F8 (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeConstructorInfo_GetRuntimeModule_m1B2F119E89AA3147FF81382D302180C47CF726F8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * L_1 = RuntimeTypeHandle_GetModule_m2C481F1649F28C481380B6C23E9D067394C1B54A(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Reflection.BindingFlags System.Reflection.RuntimeConstructorInfo::get_BindingFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeConstructorInfo_get_BindingFlags_m51C818D2BF78AA374716BBB16692D7DC6CB59405 (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.RuntimeType System.Reflection.RuntimeConstructorInfo::get_ReflectedTypeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeConstructorInfo_get_ReflectedTypeInternal_m0241D26ED8AE99EE02A978C24A2838CDC0D56127 (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeConstructorInfo_get_ReflectedTypeInternal_m0241D26ED8AE99EE02A978C24A2838CDC0D56127_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, __this); return ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); } } // System.Void System.Reflection.RuntimeConstructorInfo::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeConstructorInfo_GetObjectData_m346B3126B997F9E5B202F7D2025C14AC298301F1 (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeConstructorInfo_GetObjectData_m346B3126B997F9E5B202F7D2025C14AC298301F1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeConstructorInfo_GetObjectData_m346B3126B997F9E5B202F7D2025C14AC298301F1_RuntimeMethod_var); } IL_000e: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, __this); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = RuntimeConstructorInfo_get_ReflectedTypeInternal_m0241D26ED8AE99EE02A978C24A2838CDC0D56127(__this, /*hidden argument*/NULL); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this); String_t* L_6 = RuntimeConstructorInfo_SerializationToString_m72F364EE32302A742B94ECEFC86EC8D455B32801(__this, /*hidden argument*/NULL); MemberInfoSerializationHolder_GetSerializationInfo_mC9529CDC67F8E6F4230BE5D77C57BC925718B869(L_2, L_3, L_4, L_5, L_6, 1, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL, /*hidden argument*/NULL); return; } } // System.String System.Reflection.RuntimeConstructorInfo::SerializationToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeConstructorInfo_SerializationToString_m72F364EE32302A742B94ECEFC86EC8D455B32801 (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker1< String_t*, bool >::Invoke(36 /* System.String System.Reflection.MethodBase::FormatNameAndSig(System.Boolean) */, __this, (bool)1); return L_0; } } // System.Void System.Reflection.RuntimeConstructorInfo::SerializationInvoke(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeConstructorInfo_SerializationInvoke_m82AC24A00E831F777B18A7C5BECD98D870BC8B7E (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * __this, RuntimeObject * ___target0, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeConstructorInfo_SerializationInvoke_m82AC24A00E831F777B18A7C5BECD98D870BC8B7E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___target0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1; SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_3 = ___info1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_3); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_2; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_5 = ___context2; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_6 = L_5; RuntimeObject * L_7 = Box(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(1), (RuntimeObject *)L_7); MethodBase_Invoke_m471794D56262D9DB5B5A324883030AB16BD39674(__this, L_0, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.RuntimeConstructorInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeConstructorInfo__ctor_mBD825F397745F96ED32106B4DBC80EB671177B4A (RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeConstructorInfo__ctor_mBD825F397745F96ED32106B4DBC80EB671177B4A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var); ConstructorInfo__ctor_mB0149250348ADBEF3F0D48AE0671A156097A8F75(__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.Reflection.BindingFlags System.Reflection.RuntimeEventInfo::get_BindingFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeEventInfo_get_BindingFlags_mDE86141DBE66E2B8BDFA52D3A86C6D48FAA0E40D (RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Reflection.Module System.Reflection.RuntimeEventInfo::get_Module() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * RuntimeEventInfo_get_Module_mD03E36ED0D4AC499AC446FD17C2F75550BA49E3B (RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * __this, const RuntimeMethod* method) { { RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * L_0 = RuntimeEventInfo_GetRuntimeModule_m3BE41472750C4A32E47D7A4742945AF508BE831A(__this, /*hidden argument*/NULL); return L_0; } } // System.RuntimeType System.Reflection.RuntimeEventInfo::GetDeclaringTypeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeEventInfo_GetDeclaringTypeInternal_m7BA734F88395ECA5E36CD83F3D30DC8DF9A11AF9 (RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeEventInfo_GetDeclaringTypeInternal_m7BA734F88395ECA5E36CD83F3D30DC8DF9A11AF9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); return ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); } } // System.RuntimeType System.Reflection.RuntimeEventInfo::get_ReflectedTypeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeEventInfo_get_ReflectedTypeInternal_mF4ECEC77636FF10840198144A154C9F35C68DF70 (RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeEventInfo_get_ReflectedTypeInternal_mF4ECEC77636FF10840198144A154C9F35C68DF70_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, __this); return ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); } } // System.Reflection.RuntimeModule System.Reflection.RuntimeEventInfo::GetRuntimeModule() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeEventInfo_GetRuntimeModule_m3BE41472750C4A32E47D7A4742945AF508BE831A (RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * __this, const RuntimeMethod* method) { { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = RuntimeEventInfo_GetDeclaringTypeInternal_m7BA734F88395ECA5E36CD83F3D30DC8DF9A11AF9(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * L_1 = RuntimeType_GetRuntimeModule_m18DCEF428DCEDB4ED123B629B4583F9888ACFD56(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Reflection.RuntimeEventInfo::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeEventInfo_GetObjectData_mD0E2EB3D223DC356DC34EAAF9836A31D725B2A3E (RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeEventInfo_GetObjectData_mD0E2EB3D223DC356DC34EAAF9836A31D725B2A3E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeEventInfo_GetObjectData_mD0E2EB3D223DC356DC34EAAF9836A31D725B2A3E_RuntimeMethod_var); } IL_000e: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, __this); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = RuntimeEventInfo_get_ReflectedTypeInternal_mF4ECEC77636FF10840198144A154C9F35C68DF70(__this, /*hidden argument*/NULL); MemberInfoSerializationHolder_GetSerializationInfo_mB0FA496C6BD0AA14816C8815D44BEBCE3B0150A2(L_2, L_3, L_4, (String_t*)NULL, 2, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.RuntimeEventInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeEventInfo__ctor_mF05701361D0C8FD4978D4D80D001F74258B13349 (RuntimeEventInfo_tFBC185ED030EEA019664838A8404821CB711BC09 * __this, const RuntimeMethod* method) { { EventInfo__ctor_m4727DEE83D8B673F1ECBAD2ED19EE08C64D0EC3B(__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.Reflection.BindingFlags System.Reflection.RuntimeFieldInfo::get_BindingFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeFieldInfo_get_BindingFlags_m381EBE2FAE2EECDEB87FA48A56406413983C4010 (RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Reflection.Module System.Reflection.RuntimeFieldInfo::get_Module() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * RuntimeFieldInfo_get_Module_m775C79A7E7994247E2D97D7470B7B61ACAAA9BAF (RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * __this, const RuntimeMethod* method) { { RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * L_0 = RuntimeFieldInfo_GetRuntimeModule_m9D4303B7CAC3B4CE1B8558200B6B2863FA274A75(__this, /*hidden argument*/NULL); return L_0; } } // System.RuntimeType System.Reflection.RuntimeFieldInfo::GetDeclaringTypeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeFieldInfo_GetDeclaringTypeInternal_m8325660CADABFA47D55C9CD649176638BE521046 (RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeFieldInfo_GetDeclaringTypeInternal_m8325660CADABFA47D55C9CD649176638BE521046_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); return ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); } } // System.RuntimeType System.Reflection.RuntimeFieldInfo::get_ReflectedTypeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeFieldInfo_get_ReflectedTypeInternal_m427576551AF06F73D6816805A700B296AADE2DE7 (RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeFieldInfo_get_ReflectedTypeInternal_m427576551AF06F73D6816805A700B296AADE2DE7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, __this); return ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); } } // System.Reflection.RuntimeModule System.Reflection.RuntimeFieldInfo::GetRuntimeModule() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeFieldInfo_GetRuntimeModule_m9D4303B7CAC3B4CE1B8558200B6B2863FA274A75 (RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * __this, const RuntimeMethod* method) { { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = RuntimeFieldInfo_GetDeclaringTypeInternal_m8325660CADABFA47D55C9CD649176638BE521046(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * L_1 = RuntimeType_GetRuntimeModule_m18DCEF428DCEDB4ED123B629B4583F9888ACFD56(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Reflection.RuntimeFieldInfo::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldInfo_GetObjectData_m6B706CB3E8982403639AA854333AF751C3098D75 (RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeFieldInfo_GetObjectData_m6B706CB3E8982403639AA854333AF751C3098D75_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeFieldInfo_GetObjectData_m6B706CB3E8982403639AA854333AF751C3098D75_RuntimeMethod_var); } IL_000e: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, __this); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = RuntimeFieldInfo_get_ReflectedTypeInternal_m427576551AF06F73D6816805A700B296AADE2DE7(__this, /*hidden argument*/NULL); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this); MemberInfoSerializationHolder_GetSerializationInfo_mB0FA496C6BD0AA14816C8815D44BEBCE3B0150A2(L_2, L_3, L_4, L_5, 4, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.RuntimeFieldInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeFieldInfo__ctor_mB40F38D72F5D87132453CBE524BB541A7E653152 (RuntimeFieldInfo_t9C8BA644F857EBE60EC6587AE1C1148E420E66F7 * __this, const RuntimeMethod* method) { { FieldInfo__ctor_mA7155594B8A101D076F12CC45AE64020834924DB(__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.Reflection.BindingFlags System.Reflection.RuntimeMethodInfo::get_BindingFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeMethodInfo_get_BindingFlags_m1BC8F7AB8FB3F40008C870B95DAA0EBDA5586AED (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Reflection.Module System.Reflection.RuntimeMethodInfo::get_Module() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * RuntimeMethodInfo_get_Module_mB967BAC3359136CC4F0BE8E18BE626C36EC0A57B (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * __this, const RuntimeMethod* method) { { RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * L_0 = RuntimeMethodInfo_GetRuntimeModule_m61BFAB8899FA0C711DA23D67177B0D96B9AD72CC(__this, /*hidden argument*/NULL); return L_0; } } // System.RuntimeType System.Reflection.RuntimeMethodInfo::get_ReflectedTypeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimeMethodInfo_get_ReflectedTypeInternal_m18169F69461CDC0C734C133A0C780CD99B055B0F (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeMethodInfo_get_ReflectedTypeInternal_m18169F69461CDC0C734C133A0C780CD99B055B0F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, __this); return ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); } } // System.String System.Reflection.RuntimeMethodInfo::FormatNameAndSig(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeMethodInfo_FormatNameAndSig_mC65D37122B5239DE8D4DFAEB8FB2496747E7ED51 (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * __this, bool ___serialization0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeMethodInfo_FormatNameAndSig_mC65D37122B5239DE8D4DFAEB8FB2496747E7ED51_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t G_B3_0 = 0; { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, __this); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = ___serialization0; if (L_2) { goto IL_0012; } } { G_B3_0 = 0; goto IL_0017; } IL_0012: { G_B3_0 = ((int32_t)259); } IL_0017: { V_1 = G_B3_0; bool L_3 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, __this); if (!L_3) { goto IL_002e; } } { StringBuilder_t * L_4 = V_0; int32_t L_5 = V_1; String_t* L_6 = RuntimeMethodHandle_ConstructInstantiation_m86D2B7435447EAA7331C6217AF385968791D569A(__this, L_5, /*hidden argument*/NULL); NullCheck(L_4); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_4, L_6, /*hidden argument*/NULL); } IL_002e: { StringBuilder_t * L_7 = V_0; NullCheck(L_7); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_7, _stringLiteral28ED3A797DA3C48C309A4EF792147F3C56CFEC40, /*hidden argument*/NULL); StringBuilder_t * L_8 = V_0; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_9 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(17 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, __this); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, __this); bool L_11 = ___serialization0; ParameterInfo_FormatParameters_mD1712B88B705D6AA18EDEFE1227BA604B9C0FE4D(L_8, L_9, L_10, L_11, /*hidden argument*/NULL); StringBuilder_t * L_12 = V_0; NullCheck(L_12); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A, /*hidden argument*/NULL); StringBuilder_t * L_13 = V_0; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); return L_14; } } // System.String System.Reflection.RuntimeMethodInfo::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeMethodInfo_ToString_m57550C098549A58233A44B2EEA230FEE03938574 (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeMethodInfo_ToString_m57550C098549A58233A44B2EEA230FEE03938574_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(40 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, __this); NullCheck(L_0); String_t* L_1 = Type_FormatTypeName_m9845F584741FE37DA0F8EAA8AE6FE2976A914FB5(L_0, /*hidden argument*/NULL); String_t* L_2 = VirtFuncInvoker1< String_t*, bool >::Invoke(36 /* System.String System.Reflection.MethodBase::FormatNameAndSig(System.Boolean) */, __this, (bool)0); String_t* L_3 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_1, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_2, /*hidden argument*/NULL); return L_3; } } // System.Reflection.RuntimeModule System.Reflection.RuntimeMethodInfo::GetRuntimeModule() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimeMethodInfo_GetRuntimeModule_m61BFAB8899FA0C711DA23D67177B0D96B9AD72CC (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeMethodInfo_GetRuntimeModule_m61BFAB8899FA0C711DA23D67177B0D96B9AD72CC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); NullCheck(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))); RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * L_1 = RuntimeType_GetRuntimeModule_m18DCEF428DCEDB4ED123B629B4583F9888ACFD56(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Void System.Reflection.RuntimeMethodInfo::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeMethodInfo_GetObjectData_m4D6BF2F0B8A19A47240EBFFD819BBAA14F6FB31D (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeMethodInfo_GetObjectData_m4D6BF2F0B8A19A47240EBFFD819BBAA14F6FB31D_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; String_t* G_B4_1 = NULL; String_t* G_B4_2 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B4_3 = NULL; String_t* G_B4_4 = NULL; SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * G_B4_5 = NULL; int32_t G_B3_0 = 0; String_t* G_B3_1 = NULL; String_t* G_B3_2 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B3_3 = NULL; String_t* G_B3_4 = NULL; SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * G_B3_5 = NULL; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* G_B5_0 = NULL; int32_t G_B5_1 = 0; String_t* G_B5_2 = NULL; String_t* G_B5_3 = NULL; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B5_4 = NULL; String_t* G_B5_5 = NULL; SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * G_B5_6 = NULL; { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeMethodInfo_GetObjectData_m4D6BF2F0B8A19A47240EBFFD819BBAA14F6FB31D_RuntimeMethod_var); } IL_000e: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, __this); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = RuntimeMethodInfo_get_ReflectedTypeInternal_m18169F69461CDC0C734C133A0C780CD99B055B0F(__this, /*hidden argument*/NULL); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this); String_t* L_6 = RuntimeMethodInfo_SerializationToString_m80CFD6BDF8363472D44D6472787E7C946949D004(__this, /*hidden argument*/NULL); bool L_7 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, __this); bool L_8 = VirtFuncInvoker0< bool >::Invoke(25 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() */, __this); G_B3_0 = 8; G_B3_1 = L_6; G_B3_2 = L_5; G_B3_3 = L_4; G_B3_4 = L_3; G_B3_5 = L_2; if (((int32_t)((int32_t)L_7&(int32_t)((((int32_t)L_8) == ((int32_t)0))? 1 : 0)))) { G_B4_0 = 8; G_B4_1 = L_6; G_B4_2 = L_5; G_B4_3 = L_4; G_B4_4 = L_3; G_B4_5 = L_2; goto IL_003d; } } { G_B5_0 = ((TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(NULL)); G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; G_B5_4 = G_B3_3; G_B5_5 = G_B3_4; G_B5_6 = G_B3_5; goto IL_0043; } IL_003d: { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(24 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, __this); G_B5_0 = L_9; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; G_B5_5 = G_B4_4; G_B5_6 = G_B4_5; } IL_0043: { MemberInfoSerializationHolder_GetSerializationInfo_mC9529CDC67F8E6F4230BE5D77C57BC925718B869(G_B5_6, G_B5_5, G_B5_4, G_B5_3, G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); return; } } // System.String System.Reflection.RuntimeMethodInfo::SerializationToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeMethodInfo_SerializationToString_m80CFD6BDF8363472D44D6472787E7C946949D004 (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeMethodInfo_SerializationToString_m80CFD6BDF8363472D44D6472787E7C946949D004_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(40 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, __this); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker1< String_t*, bool >::Invoke(117 /* System.String System.Type::FormatTypeName(System.Boolean) */, L_0, (bool)1); String_t* L_2 = VirtFuncInvoker1< String_t*, bool >::Invoke(36 /* System.String System.Reflection.MethodBase::FormatNameAndSig(System.Boolean) */, __this, (bool)1); String_t* L_3 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_1, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void System.Reflection.RuntimeMethodInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeMethodInfo__ctor_m9B0C9B5E50AA4C3E531C5010D65A5081C0121F5B (RuntimeMethodInfo_tAA605450647FBADB423FB22832C3432CEEB36E3E * __this, const RuntimeMethod* method) { { MethodInfo__ctor_m31D0E4C8AC4F83DA1056313CB7143CC5D57AB965(__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.Reflection.RuntimeModule::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeModule__ctor_mF01EB0A323BF2E2D5D97F1FBC8FE5CD620DEA102 (RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeModule__ctor_mF01EB0A323BF2E2D5D97F1FBC8FE5CD620DEA102_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_il2cpp_TypeInfo_var); Module__ctor_m71D916FA53EDBEFDC8520503C6D1E9E6D7CDE9D8(__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.Reflection.RuntimeParameterInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeParameterInfo__ctor_m87B9279A47F1F31525E780A69D0ABA6E3B104BBE (RuntimeParameterInfo_t9C57640E9B048F12D422C39B1A4D4BAD39684AD6 * __this, const RuntimeMethod* method) { { ParameterInfo__ctor_m2AF790FFE7F39539A5B5C3975B94C4B4B69DDB45(__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.Reflection.BindingFlags System.Reflection.RuntimePropertyInfo::get_BindingFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimePropertyInfo_get_BindingFlags_m497D0104C05C57E739255F1AAF881343F3885524 (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Reflection.Module System.Reflection.RuntimePropertyInfo::get_Module() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * RuntimePropertyInfo_get_Module_mA4B1EE3B959E4D38A81ED035E423C5C63A515C3E (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, const RuntimeMethod* method) { { RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * L_0 = RuntimePropertyInfo_GetRuntimeModule_mC29DC3CE3249A6FB64B930C5BF6DAAC221482DF9(__this, /*hidden argument*/NULL); return L_0; } } // System.RuntimeType System.Reflection.RuntimePropertyInfo::GetDeclaringTypeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimePropertyInfo_GetDeclaringTypeInternal_m171F9CCE935BE25BCFDAA7EEC19F6420D0472990 (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimePropertyInfo_GetDeclaringTypeInternal_m171F9CCE935BE25BCFDAA7EEC19F6420D0472990_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, __this); return ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); } } // System.RuntimeType System.Reflection.RuntimePropertyInfo::get_ReflectedTypeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * RuntimePropertyInfo_get_ReflectedTypeInternal_mE2A32DD7025A3D3198B640FA672DD9A54D7BB18C (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimePropertyInfo_get_ReflectedTypeInternal_mE2A32DD7025A3D3198B640FA672DD9A54D7BB18C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, __this); return ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)); } } // System.Reflection.RuntimeModule System.Reflection.RuntimePropertyInfo::GetRuntimeModule() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * RuntimePropertyInfo_GetRuntimeModule_mC29DC3CE3249A6FB64B930C5BF6DAAC221482DF9 (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, const RuntimeMethod* method) { { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = RuntimePropertyInfo_GetDeclaringTypeInternal_m171F9CCE935BE25BCFDAA7EEC19F6420D0472990(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeModule_t6E9C045A7B72FD3543F79F86CDBADA96805438DD * L_1 = RuntimeType_GetRuntimeModule_m18DCEF428DCEDB4ED123B629B4583F9888ACFD56(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Reflection.RuntimePropertyInfo::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimePropertyInfo_ToString_mFB30E22DADE375A0185F1BE4C6F37CD04CAE1487 (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, const RuntimeMethod* method) { { String_t* L_0 = RuntimePropertyInfo_FormatNameAndSig_m05468A9394B8ED62F07F659361E89910DD5F1744(__this, (bool)0, /*hidden argument*/NULL); return L_0; } } // System.String System.Reflection.RuntimePropertyInfo::FormatNameAndSig(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimePropertyInfo_FormatNameAndSig_m05468A9394B8ED62F07F659361E89910DD5F1744 (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, bool ___serialization0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimePropertyInfo_FormatNameAndSig_m05468A9394B8ED62F07F659361E89910DD5F1744_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_1 = NULL; { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(20 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, __this); bool L_1 = ___serialization0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, bool >::Invoke(117 /* System.String System.Type::FormatTypeName(System.Boolean) */, L_0, L_1); StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; StringBuilder_t * L_4 = V_0; NullCheck(L_4); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_4, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL); StringBuilder_t * L_5 = V_0; String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, __this); NullCheck(L_5); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_5, L_6, /*hidden argument*/NULL); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_7 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(24 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, __this); V_1 = L_7; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_8 = V_1; NullCheck(L_8); if (!(((RuntimeArray*)L_8)->max_length)) { goto IL_0057; } } { StringBuilder_t * L_9 = V_0; NullCheck(L_9); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_9, _stringLiteral42CBDB3C55980503B68E044C73B768E2C1557D44, /*hidden argument*/NULL); StringBuilder_t * L_10 = V_0; ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_11 = V_1; bool L_12 = ___serialization0; ParameterInfo_FormatParameters_mD1712B88B705D6AA18EDEFE1227BA604B9C0FE4D(L_10, L_11, 0, L_12, /*hidden argument*/NULL); StringBuilder_t * L_13 = V_0; NullCheck(L_13); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_13, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL); } IL_0057: { StringBuilder_t * L_14 = V_0; NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); return L_15; } } // System.Void System.Reflection.RuntimePropertyInfo::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePropertyInfo_GetObjectData_mBF722CE791124C8681743FB850FE979DF8BEE468 (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimePropertyInfo_GetObjectData_mBF722CE791124C8681743FB850FE979DF8BEE468_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimePropertyInfo_GetObjectData_mBF722CE791124C8681743FB850FE979DF8BEE468_RuntimeMethod_var); } IL_000e: { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0; String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, __this); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = RuntimePropertyInfo_get_ReflectedTypeInternal_mE2A32DD7025A3D3198B640FA672DD9A54D7BB18C(__this, /*hidden argument*/NULL); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this); String_t* L_6 = RuntimePropertyInfo_SerializationToString_mAF818C2D98E189CC099719CAD35F33235390E51C(__this, /*hidden argument*/NULL); MemberInfoSerializationHolder_GetSerializationInfo_mC9529CDC67F8E6F4230BE5D77C57BC925718B869(L_2, L_3, L_4, L_5, L_6, ((int32_t)16), (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL, /*hidden argument*/NULL); return; } } // System.String System.Reflection.RuntimePropertyInfo::SerializationToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimePropertyInfo_SerializationToString_mAF818C2D98E189CC099719CAD35F33235390E51C (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, const RuntimeMethod* method) { { String_t* L_0 = RuntimePropertyInfo_FormatNameAndSig_m05468A9394B8ED62F07F659361E89910DD5F1744(__this, (bool)1, /*hidden argument*/NULL); return L_0; } } // System.Void System.Reflection.RuntimePropertyInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePropertyInfo__ctor_m59CB2F4A76B4ED21D68749BE97A2B38E2425F621 (RuntimePropertyInfo_t241956A29299F26A2F8B8829685E9D1F0345C5E4 * __this, const RuntimeMethod* method) { { PropertyInfo__ctor_mDC863EE09FBBA50C54674597B8BDCEF4BF43E5EC(__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.Reflection.StrongNameKeyPair::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StrongNameKeyPair__ctor_m2203E2EF4100B1B2D770238F581B71A3B64D24C5 (StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameKeyPair__ctor_m2203E2EF4100B1B2D770238F581B71A3B64D24C5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_3 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_0, _stringLiteral867AAF45C7B96FA3910A313280ECCFAAF673B652, L_2, /*hidden argument*/NULL); __this->set__publicKey_0(((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0; NullCheck(L_4); String_t* L_5 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_4, _stringLiteral35487AB161CD1140886433355A00069DB1F9831F, /*hidden argument*/NULL); __this->set__keyPairContainer_1(L_5); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0; NullCheck(L_6); bool L_7 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_6, _stringLiteral91E9CF83666092E39B20650D8A44B52EC4FB23D7, /*hidden argument*/NULL); __this->set__keyPairExported_2(L_7); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___info0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = { reinterpret_cast (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var) }; Type_t * L_10 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_9, /*hidden argument*/NULL); NullCheck(L_8); RuntimeObject * L_11 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_8, _stringLiteral1F3EFB81810F1CAF5580A5FD19FF636A14A6C9B4, L_10, /*hidden argument*/NULL); __this->set__keyPairArray_3(((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_11, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var))); return; } } // System.Void System.Reflection.StrongNameKeyPair::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StrongNameKeyPair_System_Runtime_Serialization_ISerializable_GetObjectData_m5FF58D9EECCEA9BC777D728D8F05C427649C587B (StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameKeyPair_System_Runtime_Serialization_ISerializable_GetObjectData_m5FF58D9EECCEA9BC777D728D8F05C427649C587B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__publicKey_0(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL); NullCheck(L_0); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_0, _stringLiteral867AAF45C7B96FA3910A313280ECCFAAF673B652, (RuntimeObject *)(RuntimeObject *)L_1, L_3, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0; String_t* L_5 = __this->get__keyPairContainer_1(); NullCheck(L_4); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_4, _stringLiteral35487AB161CD1140886433355A00069DB1F9831F, L_5, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0; bool L_7 = __this->get__keyPairExported_2(); NullCheck(L_6); SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_6, _stringLiteral91E9CF83666092E39B20650D8A44B52EC4FB23D7, L_7, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___info0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get__keyPairArray_3(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_0_0_0_var) }; Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL); NullCheck(L_8); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_8, _stringLiteral1F3EFB81810F1CAF5580A5FD19FF636A14A6C9B4, (RuntimeObject *)(RuntimeObject *)L_9, L_11, /*hidden argument*/NULL); return; } } // System.Void System.Reflection.StrongNameKeyPair::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StrongNameKeyPair_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m53047FB72E824168EE89A54E8A754C61B9CCEF91 (StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { { 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.Reflection.TargetException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetException__ctor_m8AD095192A36C47961E2EFEE924D9195CA68D304 (TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E * __this, const RuntimeMethod* method) { { ApplicationException__ctor_m367884FC6156A7F473CC3CE5BA78F8EC5180CADD(__this, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146232829), /*hidden argument*/NULL); return; } } // System.Void System.Reflection.TargetException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetException__ctor_mEF23F45C8180099295F8A9C064268E79C61AE252 (TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; ApplicationException__ctor_mDC26CE8ECD0DDA5C8FA50C8E8B2614F3B50FC308(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146232829), /*hidden argument*/NULL); return; } } // System.Void System.Reflection.TargetException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetException__ctor_m1F8BE93AAC64E7BB13491D449677200F4802E288 (TargetException_tF055BE26B63ED0C556BCD5B31BE911D1F91AA88E * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; ApplicationException__ctor_mFF30CCDE8B078E0ED2E206EEB39611840367607A(__this, L_0, L_1, /*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.Reflection.TargetInvocationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetInvocationException__ctor_m6FC00A021CF18EA5C17CD5CB051DE85E62BED293 (TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TargetInvocationException__ctor_m6FC00A021CF18EA5C17CD5CB051DE85E62BED293_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0C35D933E364055A0459508E8F0348147A62D311, /*hidden argument*/NULL); ApplicationException__ctor_mDC26CE8ECD0DDA5C8FA50C8E8B2614F3B50FC308(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146232828), /*hidden argument*/NULL); return; } } // System.Void System.Reflection.TargetInvocationException::.ctor(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetInvocationException__ctor_m7C0D8AD4BE352DB396A3674622A9D53EEDD4ACA7 (TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 * __this, Exception_t * ___inner0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TargetInvocationException__ctor_m7C0D8AD4BE352DB396A3674622A9D53EEDD4ACA7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0C35D933E364055A0459508E8F0348147A62D311, /*hidden argument*/NULL); Exception_t * L_1 = ___inner0; ApplicationException__ctor_m0AF8988654AD1CA2DCA8EC12E6D46563E4EE703F(__this, L_0, L_1, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146232828), /*hidden argument*/NULL); return; } } // System.Void System.Reflection.TargetInvocationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetInvocationException__ctor_mE3AB46DBAC9E01621EB75BBE0BDE58A2EDBA59A0 (TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; ApplicationException__ctor_mFF30CCDE8B078E0ED2E206EEB39611840367607A(__this, L_0, L_1, /*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.Reflection.TargetParameterCountException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetParameterCountException__ctor_mA1F54E2912E1490C2AB7BA5EE30A8909230221E5 (TargetParameterCountException_tD37468C4274D530299F22A615027D88EA86F3C3C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TargetParameterCountException__ctor_mA1F54E2912E1490C2AB7BA5EE30A8909230221E5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral22CDFF94926E3431D43B6EE1C2143FB9826FA38C, /*hidden argument*/NULL); ApplicationException__ctor_mDC26CE8ECD0DDA5C8FA50C8E8B2614F3B50FC308(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147352562), /*hidden argument*/NULL); return; } } // System.Void System.Reflection.TargetParameterCountException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetParameterCountException__ctor_mD3ECC9BF20C62BE6781B4AB9359AB31D545B1461 (TargetParameterCountException_tD37468C4274D530299F22A615027D88EA86F3C3C * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; ApplicationException__ctor_mDC26CE8ECD0DDA5C8FA50C8E8B2614F3B50FC308(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147352562), /*hidden argument*/NULL); return; } } // System.Void System.Reflection.TargetParameterCountException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetParameterCountException__ctor_m2A8826741058ABA1C59C5A418BE502AD6BFC65CE (TargetParameterCountException_tD37468C4274D530299F22A615027D88EA86F3C3C * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; ApplicationException__ctor_mFF30CCDE8B078E0ED2E206EEB39611840367607A(__this, L_0, L_1, /*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.Reflection.TypeFilter::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeFilter__ctor_m5F16D7D0AB325EAF8F3DF7D8EFEABD6DC79A5D7F (TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Boolean System.Reflection.TypeFilter::Invoke(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeFilter_Invoke_m8DAF4C773D296ADEDA08CE83544DF9A06EB98C1C (TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * __this, Type_t * ___m0, RuntimeObject * ___filterCriteria1, const RuntimeMethod* method) { bool result = false; DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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 bool (*FunctionPointerType) (Type_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___m0, ___filterCriteria1, targetMethod); } else { // closed typedef bool (*FunctionPointerType) (void*, Type_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___m0, ___filterCriteria1, targetMethod); } } else if (___parameterCount != 2) { // open if (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 = GenericInterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(targetMethod, ___m0, ___filterCriteria1); else result = GenericVirtFuncInvoker1< bool, RuntimeObject * >::Invoke(targetMethod, ___m0, ___filterCriteria1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___m0, ___filterCriteria1); else result = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___m0, ___filterCriteria1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef bool (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___filterCriteria1) - 1), targetMethod); } else { typedef bool (*FunctionPointerType) (Type_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___m0, ___filterCriteria1, targetMethod); } } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef bool (*FunctionPointerType) (Type_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___m0, ___filterCriteria1, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< bool, Type_t *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___m0, ___filterCriteria1); else result = GenericVirtFuncInvoker2< bool, Type_t *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___m0, ___filterCriteria1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< bool, Type_t *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___m0, ___filterCriteria1); else result = VirtFuncInvoker2< bool, Type_t *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___m0, ___filterCriteria1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef bool (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___m0) - 1), ___filterCriteria1, targetMethod); } else { typedef bool (*FunctionPointerType) (void*, Type_t *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___m0, ___filterCriteria1, targetMethod); } } } } return result; } // System.IAsyncResult System.Reflection.TypeFilter::BeginInvoke(System.Type,System.Object,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeFilter_BeginInvoke_m9D030B53BD88800A8AF9DF8CC4ECB254CA3318A1 (TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * __this, Type_t * ___m0, RuntimeObject * ___filterCriteria1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___m0; __d_args[1] = ___filterCriteria1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Boolean System.Reflection.TypeFilter::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeFilter_EndInvoke_m860992B71A9EC70613937BA718FC546815343745 (TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((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.Reflection.TypeInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeInfo__ctor_m90553BFFBD15E94439312991D2B1118F1EEB2114 (TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeInfo__ctor_m90553BFFBD15E94439312991D2B1118F1EEB2114_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type__ctor_m55A9DC11F422D2DFDA1501FEC589D5823AB86CEE(__this, /*hidden argument*/NULL); return; } } // System.Reflection.TypeInfo System.Reflection.TypeInfo::System.Reflection.IReflectableType.GetTypeInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC * TypeInfo_System_Reflection_IReflectableType_GetTypeInfo_m8FF3083C248B944CFBAA0B767D2A4A8C0E84E407 (TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC * __this, const RuntimeMethod* method) { { return __this; } } #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.ReflectionOnlyType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionOnlyType__ctor_m1D872EBB622AEE1A84DD3B6BAB4261DA97616227 (ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionOnlyType__ctor_m1D872EBB622AEE1A84DD3B6BAB4261DA97616227_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); RuntimeType__ctor_mD8F1F9AE970064E9EE4BE90D2EF5744DC347FC03(__this, /*hidden argument*/NULL); return; } } // System.RuntimeTypeHandle System.ReflectionOnlyType::get_TypeHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ReflectionOnlyType_get_TypeHandle_m4D23CB68011E2196B42F6BC326A1C15C70ECA79A (ReflectionOnlyType_t887C0F8C4A7A1E9DCE8271CAB0BA0E2FC5F1BEA5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionOnlyType_get_TypeHandle_m4D23CB68011E2196B42F6BC326A1C15C70ECA79A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3E5FE015375B68C60BEFD254E4B639475A73E6CA, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ReflectionOnlyType_get_TypeHandle_m4D23CB68011E2196B42F6BC326A1C15C70ECA79A_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.ResolveEventArgs::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolveEventArgs__ctor_mBD72144268EC764435C32F17D12B7F49903A4C6C (ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResolveEventArgs__ctor_mBD72144268EC764435C32F17D12B7F49903A4C6C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var); EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_m_Name_1(L_0); return; } } // System.Void System.ResolveEventArgs::.ctor(System.String,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolveEventArgs__ctor_m5516FB7BD379CD93309F0271B2E017D2E433204C (ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D * __this, String_t* ___name0, Assembly_t * ___requestingAssembly1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResolveEventArgs__ctor_m5516FB7BD379CD93309F0271B2E017D2E433204C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var); EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_m_Name_1(L_0); Assembly_t * L_1 = ___requestingAssembly1; __this->set_m_Requesting_2(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.ResolveEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolveEventHandler__ctor_m39AA72CB06DE0CD35192B0A22CF4F86DD5591A85 (ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Reflection.Assembly System.ResolveEventHandler::Invoke(System.Object,System.ResolveEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * ResolveEventHandler_Invoke_mC377CFEFE104C5307C90C390F755A926B95D21E0 (ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * __this, RuntimeObject * ___sender0, ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D * ___args1, const RuntimeMethod* method) { Assembly_t * result = NULL; DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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 Assembly_t * (*FunctionPointerType) (RuntimeObject *, ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___args1, targetMethod); } else { // closed typedef Assembly_t * (*FunctionPointerType) (void*, RuntimeObject *, ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___args1, targetMethod); } } else if (___parameterCount != 2) { // open if (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 = GenericInterfaceFuncInvoker1< Assembly_t *, ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D * >::Invoke(targetMethod, ___sender0, ___args1); else result = GenericVirtFuncInvoker1< Assembly_t *, ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D * >::Invoke(targetMethod, ___sender0, ___args1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Assembly_t *, ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___args1); else result = VirtFuncInvoker1< Assembly_t *, ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___args1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef Assembly_t * (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___args1) - 1), targetMethod); } else { typedef Assembly_t * (*FunctionPointerType) (RuntimeObject *, ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___args1, targetMethod); } } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef Assembly_t * (*FunctionPointerType) (RuntimeObject *, ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___args1, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< Assembly_t *, RuntimeObject *, ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D * >::Invoke(targetMethod, targetThis, ___sender0, ___args1); else result = GenericVirtFuncInvoker2< Assembly_t *, RuntimeObject *, ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D * >::Invoke(targetMethod, targetThis, ___sender0, ___args1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Assembly_t *, RuntimeObject *, ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___args1); else result = VirtFuncInvoker2< Assembly_t *, RuntimeObject *, ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___args1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef Assembly_t * (*FunctionPointerType) (RuntimeObject*, ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___sender0) - 1), ___args1, targetMethod); } else { typedef Assembly_t * (*FunctionPointerType) (void*, RuntimeObject *, ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___args1, targetMethod); } } } } return result; } // System.IAsyncResult System.ResolveEventHandler::BeginInvoke(System.Object,System.ResolveEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResolveEventHandler_BeginInvoke_m7270B5D5B157417EEAEDB8F4822D07EDE838C51F (ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * __this, RuntimeObject * ___sender0, ResolveEventArgs_t116CF9DB06BCFEB8933CEAD4A35389A7CA9EB75D * ___args1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___args1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Reflection.Assembly System.ResolveEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * ResolveEventHandler_EndInvoke_mCC17F4C56E2DA492264DB00D9DA9FCC5D9B1F806 (ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Assembly_t *)__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.Int32 System.Resources.FastResourceComparer::GetHashCode(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastResourceComparer_GetHashCode_mFE62945D8EC4ECBBC754C07462DD096B52933261 (FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FastResourceComparer_GetHashCode_mFE62945D8EC4ECBBC754C07462DD096B52933261_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_il2cpp_TypeInfo_var); int32_t L_1 = FastResourceComparer_HashFunction_m2E946F7595547908A3BE54BA30D38A0C14CA16E6(((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Resources.FastResourceComparer::GetHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastResourceComparer_GetHashCode_m7B7407550F6E334B92CF704190A38E65A6DD8F89 (FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FastResourceComparer_GetHashCode_m7B7407550F6E334B92CF704190A38E65A6DD8F89_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_il2cpp_TypeInfo_var); int32_t L_1 = FastResourceComparer_HashFunction_m2E946F7595547908A3BE54BA30D38A0C14CA16E6(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Resources.FastResourceComparer::HashFunction(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastResourceComparer_HashFunction_m2E946F7595547908A3BE54BA30D38A0C14CA16E6 (String_t* ___key0, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; { V_0 = ((int32_t)5381); V_1 = 0; goto IL_001c; } IL_000a: { uint32_t L_0 = V_0; uint32_t L_1 = V_0; String_t* L_2 = ___key0; int32_t L_3 = V_1; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, L_3, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_4)); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001c: { int32_t L_6 = V_1; String_t* L_7 = ___key0; NullCheck(L_7); int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_000a; } } { uint32_t L_9 = V_0; return L_9; } } // System.Int32 System.Resources.FastResourceComparer::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastResourceComparer_Compare_m8F1EEA9F4A2A9A69E90035577C1079633F2E2C8E (FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63 * __this, RuntimeObject * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FastResourceComparer_Compare_m8F1EEA9F4A2A9A69E90035577C1079633F2E2C8E_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___a0; RuntimeObject * L_1 = ___b1; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_0006; } } { return 0; } IL_0006: { RuntimeObject * L_2 = ___a0; RuntimeObject * L_3 = ___b1; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); String_t* L_4 = V_0; int32_t L_5 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)), L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 System.Resources.FastResourceComparer::Compare(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastResourceComparer_Compare_mBA3D582D35BEBCFF2E413A4D188D8C48DA34A66E (FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63 * __this, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) { { String_t* L_0 = ___a0; String_t* L_1 = ___b1; int32_t L_2 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Resources.FastResourceComparer::Equals(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FastResourceComparer_Equals_mB633B28EB0523114AAEFE5E2F1144896712B1DEB (FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63 * __this, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) { { String_t* L_0 = ___a0; String_t* L_1 = ___b1; bool L_2 = String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Resources.FastResourceComparer::Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FastResourceComparer_Equals_m11A8C2C38E26DE8A73ED511A437F15C80C5A80EC (FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63 * __this, RuntimeObject * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FastResourceComparer_Equals_m11A8C2C38E26DE8A73ED511A437F15C80C5A80EC_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___a0; RuntimeObject * L_1 = ___b1; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_2 = ___a0; RuntimeObject * L_3 = ___b1; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); String_t* L_4 = V_0; bool L_5 = String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB(((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)), L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 System.Resources.FastResourceComparer::CompareOrdinal(System.String,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastResourceComparer_CompareOrdinal_m33D7C7847240C5F216C49AA35588D656343F385C (String_t* ___a0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes1, int32_t ___bCharLength2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; uint8_t* V_3 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL; uint8_t* V_5 = NULL; int32_t V_6 = 0; { V_0 = 0; V_1 = 0; String_t* L_0 = ___a0; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL); V_2 = L_1; int32_t L_2 = V_2; int32_t L_3 = ___bCharLength2; if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0011; } } { int32_t L_4 = ___bCharLength2; V_2 = L_4; } IL_0011: { int32_t L_5 = ___bCharLength2; if (L_5) { goto IL_0020; } } { String_t* L_6 = ___a0; NullCheck(L_6); int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_001e; } } { return (-1); } IL_001e: { return 0; } IL_0020: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = L_8; V_4 = L_9; if (!L_9) { goto IL_002c; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_4; NullCheck(L_10); if ((((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))) { goto IL_0031; } } IL_002c: { V_3 = (uint8_t*)(((uintptr_t)0)); goto IL_003b; } IL_0031: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_4; NullCheck(L_11); V_3 = (uint8_t*)(((uintptr_t)((L_11)->GetAddressAt(static_cast(0))))); } IL_003b: { uint8_t* L_12 = V_3; V_5 = (uint8_t*)L_12; goto IL_0062; } IL_0040: { uint8_t* L_13 = V_5; int32_t L_14 = *((uint8_t*)L_13); uint8_t* L_15 = V_5; int32_t L_16 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)1))); V_6 = ((int32_t)((int32_t)L_14|(int32_t)((int32_t)((int32_t)L_16<<(int32_t)8)))); String_t* L_17 = ___a0; int32_t L_18 = V_0; int32_t L_19 = L_18; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); NullCheck(L_17); Il2CppChar L_20 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, L_19, /*hidden argument*/NULL); int32_t L_21 = V_6; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)); uint8_t* L_22 = V_5; V_5 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)2)); } IL_0062: { int32_t L_23 = V_0; int32_t L_24 = V_2; if ((((int32_t)L_23) >= ((int32_t)L_24))) { goto IL_0069; } } { int32_t L_25 = V_1; if (!L_25) { goto IL_0040; } } IL_0069: { V_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; int32_t L_26 = V_1; if (!L_26) { goto IL_0071; } } { int32_t L_27 = V_1; return L_27; } IL_0071: { String_t* L_28 = ___a0; NullCheck(L_28); int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_28, /*hidden argument*/NULL); int32_t L_30 = ___bCharLength2; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_30)); } } // System.Int32 System.Resources.FastResourceComparer::CompareOrdinal(System.Byte[],System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastResourceComparer_CompareOrdinal_mA2144F9F07CB92D6D28638159C0908ECBAAD1684 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___aCharLength1, String_t* ___b2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FastResourceComparer_CompareOrdinal_mA2144F9F07CB92D6D28638159C0908ECBAAD1684_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___b2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes0; int32_t L_2 = ___aCharLength1; IL2CPP_RUNTIME_CLASS_INIT(FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_il2cpp_TypeInfo_var); int32_t L_3 = FastResourceComparer_CompareOrdinal_m33D7C7847240C5F216C49AA35588D656343F385C(L_0, L_1, L_2, /*hidden argument*/NULL); return ((-L_3)); } } // System.Int32 System.Resources.FastResourceComparer::CompareOrdinal(System.Byte*,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastResourceComparer_CompareOrdinal_m7C3EE66240D057EB55D6BEB50A314CA9E8B847F4 (uint8_t* ___a0, int32_t ___byteLen1, String_t* ___b2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; V_1 = 0; int32_t L_0 = ___byteLen1; V_2 = ((int32_t)((int32_t)L_0>>(int32_t)1)); int32_t L_1 = V_2; String_t* L_2 = ___b2; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)L_3))) { goto IL_0039; } } { String_t* L_4 = ___b2; NullCheck(L_4); int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL); V_2 = L_5; goto IL_0039; } IL_001a: { uint8_t* L_6 = ___a0; uint8_t* L_7 = (uint8_t*)L_6; ___a0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)1)); int32_t L_8 = *((uint8_t*)L_7); uint8_t* L_9 = ___a0; uint8_t* L_10 = (uint8_t*)L_9; ___a0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)1)); int32_t L_11 = *((uint8_t*)L_10); String_t* L_12 = ___b2; int32_t L_13 = V_1; int32_t L_14 = L_13; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); NullCheck(L_12); Il2CppChar L_15 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, L_14, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_8|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)8))))))), (int32_t)L_15)); } IL_0039: { int32_t L_16 = V_1; int32_t L_17 = V_2; if ((((int32_t)L_16) >= ((int32_t)L_17))) { goto IL_0040; } } { int32_t L_18 = V_0; if (!L_18) { goto IL_001a; } } IL_0040: { int32_t L_19 = V_0; if (!L_19) { goto IL_0045; } } { int32_t L_20 = V_0; return L_20; } IL_0045: { int32_t L_21 = ___byteLen1; String_t* L_22 = ___b2; NullCheck(L_22); int32_t L_23 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_22, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)))); } } // System.Void System.Resources.FastResourceComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastResourceComparer__ctor_m7AFCA86A2030953FB8DB45DDAC43F6625A4A9BD7 (FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Resources.FastResourceComparer::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastResourceComparer__cctor_m259245599B9068A1742E423A7BC1E32CE02687CB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FastResourceComparer__cctor_m259245599B9068A1742E423A7BC1E32CE02687CB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63 * L_0 = (FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63 *)il2cpp_codegen_object_new(FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_il2cpp_TypeInfo_var); FastResourceComparer__ctor_m7AFCA86A2030953FB8DB45DDAC43F6625A4A9BD7(L_0, /*hidden argument*/NULL); ((FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_StaticFields*)il2cpp_codegen_static_fields_for(FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_il2cpp_TypeInfo_var))->set_Default_0(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.Resources.FileBasedResourceGroveler::.ctor(System.Resources.ResourceManager_ResourceManagerMediator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBasedResourceGroveler__ctor_mB2921550897D1882259D9DFA7DCCB7A92D6499F3 (FileBasedResourceGroveler_t5388832AB2A2451FCFA494B4BC4DA20F07B1E5C9 * __this, ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * ___mediator0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_0 = ___mediator0; __this->set__mediator_0(L_0); return; } } // System.Resources.ResourceSet System.Resources.FileBasedResourceGroveler::GrovelForResourceSet(System.Globalization.CultureInfo,System.Collections.Generic.Dictionary`2,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * FileBasedResourceGroveler_GrovelForResourceSet_m15E5E318E28A515204A4872FA46175B5AC8877C1 (FileBasedResourceGroveler_t5388832AB2A2451FCFA494B4BC4DA20F07B1E5C9 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * ___localResourceSets1, bool ___tryParents2, bool ___createIfNotExists3, int32_t* ___stackMark4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileBasedResourceGroveler_GrovelForResourceSet_m15E5E318E28A515204A4872FA46175B5AC8877C1_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * V_1 = NULL; String_t* V_2 = NULL; int32_t G_B5_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B5_1 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B5_2 = NULL; int32_t G_B4_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B4_1 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B4_2 = NULL; String_t* G_B6_0 = NULL; int32_t G_B6_1 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B6_2 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B6_3 = NULL; { V_0 = (String_t*)NULL; V_1 = (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)NULL; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_0 = __this->get__mediator_0(); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = ___culture0; NullCheck(L_0); String_t* L_2 = ResourceManagerMediator_GetResourceFileName_m662A7AAD0A6CDDF898CBA67FBA7E3F7EEF890F28(L_0, L_1, /*hidden argument*/NULL); V_2 = L_2; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = ___culture0; String_t* L_4 = V_2; String_t* L_5 = FileBasedResourceGroveler_FindResourceFile_m0FC4FFF742EA77CCE36FAD0190F71C9ACF16F266(__this, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; if (L_6) { goto IL_00b9; } } { bool L_7 = ___tryParents2; if (!L_7) { goto IL_00c1; } } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = ___culture0; NullCheck(L_8); bool L_9 = CultureInfo_get_HasInvariantCultureName_m0C125F4051A3E515BE0ED9F81376BC6BFCDC8509(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_00c1; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)8); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_10; String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFE7108815C48A040C1E12219912908BA726C3F19, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (String_t*)L_12); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_11; String_t* L_14 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(1), (String_t*)L_14); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteralFF0DC1DAD56318E6F8F0BFF0816A963F4A1A9CCA); (L_15)->SetAt(static_cast(2), (String_t*)_stringLiteralFF0DC1DAD56318E6F8F0BFF0816A963F4A1A9CCA); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_15; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_17 = __this->get__mediator_0(); NullCheck(L_17); String_t* L_18 = ResourceManagerMediator_get_BaseNameField_m2C59ECAC6BC4F30717E0B308562C9D1AB1FACE0A(L_17, /*hidden argument*/NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(3), (String_t*)L_18); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = L_16; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral9AA56A8E1507753207961366FD6F9A4D25BD215F); (L_19)->SetAt(static_cast(4), (String_t*)_stringLiteral9AA56A8E1507753207961366FD6F9A4D25BD215F); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = L_19; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_21 = __this->get__mediator_0(); NullCheck(L_21); Type_t * L_22 = ResourceManagerMediator_get_LocationInfo_mCADB8AB95DA99E7286C8706995D4C3C909A3A297(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_23 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_22, (Type_t *)NULL, /*hidden argument*/NULL); G_B4_0 = 5; G_B4_1 = L_20; G_B4_2 = L_20; if (L_23) { G_B5_0 = 5; G_B5_1 = L_20; G_B5_2 = L_20; goto IL_0091; } } { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_24 = __this->get__mediator_0(); NullCheck(L_24); Type_t * L_25 = ResourceManagerMediator_get_LocationInfo_mCADB8AB95DA99E7286C8706995D4C3C909A3A297(L_24, /*hidden argument*/NULL); NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_25); G_B6_0 = L_26; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; goto IL_0096; } IL_0091: { G_B6_0 = _stringLiteral798275C17944BDA73AC13CB181018C138194815A; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; G_B6_3 = G_B5_2; } IL_0096: { NullCheck(G_B6_2); ArrayElementTypeCheck (G_B6_2, G_B6_0); (G_B6_2)->SetAt(static_cast(G_B6_1), (String_t*)G_B6_0); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = G_B6_3; NullCheck(L_27); ArrayElementTypeCheck (L_27, _stringLiteralD78F771F7DF011E4DE822C326CFE53FF66C6AF5E); (L_27)->SetAt(static_cast(6), (String_t*)_stringLiteralD78F771F7DF011E4DE822C326CFE53FF66C6AF5E); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = L_27; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_29 = __this->get__mediator_0(); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_30 = ___culture0; NullCheck(L_29); String_t* L_31 = ResourceManagerMediator_GetResourceFileName_m662A7AAD0A6CDDF898CBA67FBA7E3F7EEF890F28(L_29, L_30, /*hidden argument*/NULL); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_31); (L_28)->SetAt(static_cast(7), (String_t*)L_31); String_t* L_32 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_28, /*hidden argument*/NULL); MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261 * L_33 = (MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261 *)il2cpp_codegen_object_new(MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261_il2cpp_TypeInfo_var); MissingManifestResourceException__ctor_m4AD435D97F8096A6A136E1AB13A96AAF086F0FFC(L_33, L_32, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, FileBasedResourceGroveler_GrovelForResourceSet_m15E5E318E28A515204A4872FA46175B5AC8877C1_RuntimeMethod_var); } IL_00b9: { String_t* L_34 = V_0; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_35 = FileBasedResourceGroveler_CreateResourceSet_mAF96722BE8FEDB683DAC14FEE91E88F7750D4772(__this, L_34, /*hidden argument*/NULL); V_1 = L_35; } IL_00c1: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_36 = V_1; return L_36; } } // System.String System.Resources.FileBasedResourceGroveler::FindResourceFile(System.Globalization.CultureInfo,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBasedResourceGroveler_FindResourceFile_m0FC4FFF742EA77CCE36FAD0190F71C9ACF16F266 (FileBasedResourceGroveler_t5388832AB2A2451FCFA494B4BC4DA20F07B1E5C9 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, String_t* ___fileName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileBasedResourceGroveler_FindResourceFile_m0FC4FFF742EA77CCE36FAD0190F71C9ACF16F266_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_0 = __this->get__mediator_0(); NullCheck(L_0); String_t* L_1 = ResourceManagerMediator_get_ModuleDir_m134CD2B8720897EBAE905212B954879BB2340189(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0029; } } { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_2 = __this->get__mediator_0(); NullCheck(L_2); String_t* L_3 = ResourceManagerMediator_get_ModuleDir_m134CD2B8720897EBAE905212B954879BB2340189(L_2, /*hidden argument*/NULL); String_t* L_4 = ___fileName1; IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var); String_t* L_5 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; bool L_7 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0029; } } { String_t* L_8 = V_0; return L_8; } IL_0029: { String_t* L_9 = ___fileName1; bool L_10 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0033; } } { String_t* L_11 = ___fileName1; return L_11; } IL_0033: { return (String_t*)NULL; } } // System.Resources.ResourceSet System.Resources.FileBasedResourceGroveler::CreateResourceSet(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * FileBasedResourceGroveler_CreateResourceSet_mAF96722BE8FEDB683DAC14FEE91E88F7750D4772 (FileBasedResourceGroveler_t5388832AB2A2451FCFA494B4BC4DA20F07B1E5C9 * __this, String_t* ___file0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileBasedResourceGroveler_CreateResourceSet_mAF96722BE8FEDB683DAC14FEE91E88F7750D4772_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * V_1 = NULL; MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_0 = __this->get__mediator_0(); NullCheck(L_0); Type_t * L_1 = ResourceManagerMediator_get_UserResourceSet_m553D5578FC18DEA54DF46779CA958304C6376E02(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_2 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_1, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { String_t* L_3 = ___file0; RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * L_4 = (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 *)il2cpp_codegen_object_new(RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373_il2cpp_TypeInfo_var); RuntimeResourceSet__ctor_m531D864E5A93D9BEFD6E453BA71BCE552B1DFD8B(L_4, L_3, /*hidden argument*/NULL); return L_4; } IL_001a: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); V_0 = L_5; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = V_0; String_t* L_7 = ___file0; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (RuntimeObject *)L_7); } IL_0025: try { // begin try (depth: 1) ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_8 = __this->get__mediator_0(); NullCheck(L_8); Type_t * L_9 = ResourceManagerMediator_get_UserResourceSet_m553D5578FC18DEA54DF46779CA958304C6376E02(L_8, /*hidden argument*/NULL); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = V_0; RuntimeObject * L_11 = Activator_CreateInstance_mEE50708E1E8AAD4E5021A2FFDB992DDF65727E17(L_9, L_10, /*hidden argument*/NULL); V_1 = ((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)CastclassClass((RuntimeObject*)L_11, ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE_il2cpp_TypeInfo_var)); goto IL_0069; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003e; throw e; } CATCH_003e: { // begin catch(System.MissingMethodException) V_2 = ((MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 *)__exception_local); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_14 = __this->get__mediator_0(); NullCheck(L_14); Type_t * L_15 = ResourceManagerMediator_get_UserResourceSet_m553D5578FC18DEA54DF46779CA958304C6376E02(L_14, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Type::get_AssemblyQualifiedName() */, L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_16); String_t* L_17 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralC8C4852C77984A04C6367357F65B4D8DE8DE1911, L_13, /*hidden argument*/NULL); MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * L_18 = V_2; InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_19 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_mC40AA9579B996C6FBAE023590139C16304D81DC6(L_19, L_17, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, FileBasedResourceGroveler_CreateResourceSet_mAF96722BE8FEDB683DAC14FEE91E88F7750D4772_RuntimeMethod_var); } // end catch (depth: 1) IL_0069: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_20 = V_1; return L_20; } } #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.Resources.ManifestBasedResourceGroveler::.ctor(System.Resources.ResourceManager_ResourceManagerMediator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManifestBasedResourceGroveler__ctor_m135A8D99342859A2D201EFF6BBD4168618269F02 (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * ___mediator0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_0 = ___mediator0; __this->set__mediator_0(L_0); return; } } // System.Resources.ResourceSet System.Resources.ManifestBasedResourceGroveler::GrovelForResourceSet(System.Globalization.CultureInfo,System.Collections.Generic.Dictionary`2,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * ManifestBasedResourceGroveler_GrovelForResourceSet_m951119BB75C82363471A6329EDC71E0FD21528E7 (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * ___localResourceSets1, bool ___tryParents2, bool ___createIfNotExists3, int32_t* ___stackMark4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManifestBasedResourceGroveler_GrovelForResourceSet_m951119BB75C82363471A6329EDC71E0FD21528E7_MetadataUsageId); s_Il2CppMethodInitialized = true; } ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * V_0 = NULL; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_1 = NULL; RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * V_2 = NULL; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_3 = NULL; String_t* V_4 = NULL; Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * V_5 = NULL; bool V_6 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); int32_t G_B7_0 = 0; { V_0 = (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)NULL; V_1 = (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL; V_2 = (RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)NULL; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture0; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = ManifestBasedResourceGroveler_UltimateFallbackFixup_m4DBE7B983602B2F7F363D88BA70D0E1E227E97C8(__this, L_0, /*hidden argument*/NULL); V_3 = L_1; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = V_3; NullCheck(L_2); bool L_3 = CultureInfo_get_HasInvariantCultureName_m0C125F4051A3E515BE0ED9F81376BC6BFCDC8509(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0031; } } { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_4 = __this->get__mediator_0(); NullCheck(L_4); int32_t L_5 = ResourceManagerMediator_get_FallbackLoc_m002269F0045D104C17D9365A613C5D8B3BDFFD43(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0031; } } { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_6 = __this->get__mediator_0(); NullCheck(L_6); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_7 = ResourceManagerMediator_get_MainAssembly_m15E30104A21712E9D1CEB7BAACA527CF96F572D8(L_6, /*hidden argument*/NULL); V_2 = L_7; goto IL_0065; } IL_0031: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = V_3; int32_t* L_9 = ___stackMark4; RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_10 = ManifestBasedResourceGroveler_GetSatelliteAssembly_m73F1B392DEB37C27BEB5B1A849B7D2AEE22D5124(__this, L_8, (int32_t*)L_9, /*hidden argument*/NULL); V_2 = L_10; RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_11 = V_2; bool L_12 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_11, (Assembly_t *)NULL, /*hidden argument*/NULL); if (!L_12) { goto IL_0065; } } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_13 = ___culture0; NullCheck(L_13); bool L_14 = CultureInfo_get_HasInvariantCultureName_m0C125F4051A3E515BE0ED9F81376BC6BFCDC8509(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_005c; } } { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_15 = __this->get__mediator_0(); NullCheck(L_15); int32_t L_16 = ResourceManagerMediator_get_FallbackLoc_m002269F0045D104C17D9365A613C5D8B3BDFFD43(L_15, /*hidden argument*/NULL); G_B7_0 = ((((int32_t)L_16) == ((int32_t)1))? 1 : 0); goto IL_005d; } IL_005c: { G_B7_0 = 0; } IL_005d: { if (!G_B7_0) { goto IL_0065; } } { ManifestBasedResourceGroveler_HandleSatelliteMissing_mF1AAC4FD772935EAA3317F059F6AEE1F61D13F65(__this, /*hidden argument*/NULL); } IL_0065: { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_17 = __this->get__mediator_0(); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_18 = V_3; NullCheck(L_17); String_t* L_19 = ResourceManagerMediator_GetResourceFileName_m662A7AAD0A6CDDF898CBA67FBA7E3F7EEF890F28(L_17, L_18, /*hidden argument*/NULL); V_4 = L_19; RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_20 = V_2; bool L_21 = Assembly_op_Inequality_m6949ED5777CC2840BF1EBD907C35A20E25F22F7B(L_20, (Assembly_t *)NULL, /*hidden argument*/NULL); if (!L_21) { goto IL_00b4; } } { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_22 = ___localResourceSets1; V_5 = L_22; V_6 = (bool)0; } IL_0082: try { // begin try (depth: 1) Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_23 = V_5; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_23, (bool*)(&V_6), /*hidden argument*/NULL); Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_24 = ___localResourceSets1; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_25 = ___culture0; NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_25); NullCheck(L_24); Dictionary_2_TryGetValue_m537481311DAE1B92D7AEE832DF040976B4452AC2(L_24, L_26, (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m537481311DAE1B92D7AEE832DF040976B4452AC2_RuntimeMethod_var); IL2CPP_LEAVE(0xA8, FINALLY_009c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009c; } FINALLY_009c: { // begin finally (depth: 1) { bool L_27 = V_6; if (!L_27) { goto IL_00a7; } } IL_00a0: { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_28 = V_5; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_28, /*hidden argument*/NULL); } IL_00a7: { IL2CPP_END_FINALLY(156) } } // end finally (depth: 1) IL2CPP_CLEANUP(156) { IL2CPP_JUMP_TBL(0xA8, IL_00a8) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a8: { RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_29 = V_2; String_t* L_30 = V_4; int32_t* L_31 = ___stackMark4; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_32 = ManifestBasedResourceGroveler_GetManifestResourceStream_m4F594F63C088B543D8B61D994BEF163B7EFF8AEC(__this, L_29, L_30, (int32_t*)L_31, /*hidden argument*/NULL); V_1 = L_32; } IL_00b4: { bool L_33 = ___createIfNotExists3; if (!L_33) { goto IL_00c9; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_34 = V_1; if (!L_34) { goto IL_00c9; } } { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_35 = V_0; if (L_35) { goto IL_00c9; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_36 = V_1; RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_37 = V_2; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_38 = ManifestBasedResourceGroveler_CreateResourceSet_mD41FB15678D106A250AD4EF420E87DD88C61507C(__this, L_36, L_37, /*hidden argument*/NULL); V_0 = L_38; goto IL_00e1; } IL_00c9: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_39 = V_1; bool L_40 = ___tryParents2; if (!((int32_t)((int32_t)((((RuntimeObject*)(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)L_39) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)&(int32_t)L_40))) { goto IL_00e1; } } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_41 = ___culture0; NullCheck(L_41); bool L_42 = CultureInfo_get_HasInvariantCultureName_m0C125F4051A3E515BE0ED9F81376BC6BFCDC8509(L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00e1; } } { String_t* L_43 = V_4; ManifestBasedResourceGroveler_HandleResourceStreamMissing_m6412E6B2D71AA4E73CBE197154C46879D99E38EA(__this, L_43, /*hidden argument*/NULL); } IL_00e1: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_44 = V_0; return L_44; } } // System.Globalization.CultureInfo System.Resources.ManifestBasedResourceGroveler::UltimateFallbackFixup(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ManifestBasedResourceGroveler_UltimateFallbackFixup_m4DBE7B983602B2F7F363D88BA70D0E1E227E97C8 (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___lookForCulture0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManifestBasedResourceGroveler_UltimateFallbackFixup_m4DBE7B983602B2F7F363D88BA70D0E1E227E97C8_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_0 = NULL; { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___lookForCulture0; V_0 = L_0; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = ___lookForCulture0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_1); ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_3 = __this->get__mediator_0(); NullCheck(L_3); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = ResourceManagerMediator_get_NeutralResourcesCulture_m446616F81140B1838CCB91926614C90338368B5D(L_3, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_4); bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0034; } } { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_7 = __this->get__mediator_0(); NullCheck(L_7); int32_t L_8 = ResourceManagerMediator_get_FallbackLoc_m002269F0045D104C17D9365A613C5D8B3BDFFD43(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0034; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); V_0 = L_9; goto IL_0056; } IL_0034: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = ___lookForCulture0; NullCheck(L_10); bool L_11 = CultureInfo_get_HasInvariantCultureName_m0C125F4051A3E515BE0ED9F81376BC6BFCDC8509(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0056; } } { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_12 = __this->get__mediator_0(); NullCheck(L_12); int32_t L_13 = ResourceManagerMediator_get_FallbackLoc_m002269F0045D104C17D9365A613C5D8B3BDFFD43(L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)1)))) { goto IL_0056; } } { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_14 = __this->get__mediator_0(); NullCheck(L_14); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = ResourceManagerMediator_get_NeutralResourcesCulture_m446616F81140B1838CCB91926614C90338368B5D(L_14, /*hidden argument*/NULL); V_0 = L_15; } IL_0056: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_16 = V_0; return L_16; } } // System.Globalization.CultureInfo System.Resources.ManifestBasedResourceGroveler::GetNeutralResourcesLanguage(System.Reflection.Assembly,System.Resources.UltimateResourceFallbackLocation&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ManifestBasedResourceGroveler_GetNeutralResourcesLanguage_mA24984FDA62CA9C66C74FACBFAE5BD703167A3EB (Assembly_t * ___a0, int32_t* ___fallbackLocation1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManifestBasedResourceGroveler_GetNeutralResourcesLanguage_mA24984FDA62CA9C66C74FACBFAE5BD703167A3EB_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int16_t V_1 = 0; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_2 = NULL; ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_0 = (String_t*)NULL; V_1 = (int16_t)0; Assembly_t * L_0 = ___a0; bool L_1 = ManifestBasedResourceGroveler_GetNeutralResourcesLanguageAttribute_m090B3FA8F5A3DA6028C4EDF9F8970E8AF0913E34(L_0, (String_t**)(&V_0), (int16_t*)(&V_1), /*hidden argument*/NULL); if (!L_1) { goto IL_003c; } } { int16_t L_2 = V_1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0018; } } { int16_t L_3 = V_1; if ((((int32_t)L_3) <= ((int32_t)1))) { goto IL_0037; } } IL_0018: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4; int16_t L_6 = V_1; int16_t L_7 = L_6; RuntimeObject * L_8 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_7); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_8); String_t* L_9 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralDC548E95693775EB14E2808C61EE8D99AA169BB0, L_5, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ManifestBasedResourceGroveler_GetNeutralResourcesLanguage_mA24984FDA62CA9C66C74FACBFAE5BD703167A3EB_RuntimeMethod_var); } IL_0037: { int32_t* L_11 = ___fallbackLocation1; int16_t L_12 = V_1; *((int32_t*)L_11) = (int32_t)L_12; goto IL_0045; } IL_003c: { int32_t* L_13 = ___fallbackLocation1; *((int32_t*)L_13) = (int32_t)0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); return L_14; } IL_0045: { } IL_0046: try { // begin try (depth: 1) String_t* L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_16 = CultureInfo_GetCultureInfo_mC35FFFC4C2C9F4A4D5BC19E483464978E25E7350(L_15, /*hidden argument*/NULL); V_2 = L_16; goto IL_0093; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_004f; throw e; } CATCH_004f: { // begin catch(System.ArgumentException) { V_3 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)__exception_local); Assembly_t * L_17 = ___a0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_18 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_18, /*hidden argument*/NULL); NullCheck(L_19); Assembly_t * L_20 = VirtFuncInvoker0< Assembly_t * >::Invoke(24 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_19); bool L_21 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_17, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_006f; } } IL_0067: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_22 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); V_2 = L_22; goto IL_0093; } IL_006f: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = L_23; Assembly_t * L_25 = ___a0; NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(0), (RuntimeObject *)L_26); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = L_24; String_t* L_28 = V_0; NullCheck(L_27); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAt(static_cast(1), (RuntimeObject *)L_28); String_t* L_29 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralC96980B50276C990274AE6D80BC3E6937D098144, L_27, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_30 = V_3; ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_31 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m1BF85DCCECA37FCD88A0884AF3C4D03566911BF0(L_31, L_29, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ManifestBasedResourceGroveler_GetNeutralResourcesLanguage_mA24984FDA62CA9C66C74FACBFAE5BD703167A3EB_RuntimeMethod_var); } } // end catch (depth: 1) IL_0093: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_32 = V_2; return L_32; } } // System.Resources.ResourceSet System.Resources.ManifestBasedResourceGroveler::CreateResourceSet(System.IO.Stream,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * ManifestBasedResourceGroveler_CreateResourceSet_mD41FB15678D106A250AD4EF420E87DD88C61507C (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___store0, Assembly_t * ___assembly1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManifestBasedResourceGroveler_CreateResourceSet_mD41FB15678D106A250AD4EF420E87DD88C61507C_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* V_4 = NULL; int32_t V_5 = 0; int64_t V_6 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_7 = NULL; RuntimeObject* V_8 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_9 = NULL; Type_t * V_10 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_11 = NULL; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * V_12 = NULL; MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * V_13 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 3); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___store0; NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0); if (!L_1) { goto IL_0160; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = ___store0; NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_2); if ((((int64_t)L_3) <= ((int64_t)(((int64_t)((int64_t)4)))))) { goto IL_0160; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = ___store0; NullCheck(L_4); int64_t L_5 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_4); V_0 = L_5; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = ___store0; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_7 = (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 *)il2cpp_codegen_object_new(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969_il2cpp_TypeInfo_var); BinaryReader__ctor_mD134893EA93809AFA29B025FF7439B82C35FE55F(L_7, L_6, /*hidden argument*/NULL); V_1 = L_7; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_8 = V_1; NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_8); IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var); int32_t L_10 = ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var))->get_MagicNumber_18(); if ((!(((uint32_t)L_9) == ((uint32_t)L_10)))) { goto IL_0159; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_11 = V_1; NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_11); V_2 = L_12; V_3 = (String_t*)NULL; V_4 = (String_t*)NULL; int32_t L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var); int32_t L_14 = ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var))->get_HeaderVersionNumber_19(); if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_0062; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_15 = V_1; NullCheck(L_15); VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_15); BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_16 = V_1; NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_16); V_3 = L_17; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_18 = V_1; NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_18); V_4 = L_19; goto IL_00cc; } IL_0062: { int32_t L_20 = V_2; IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var); int32_t L_21 = ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var))->get_HeaderVersionNumber_19(); if ((((int32_t)L_20) <= ((int32_t)L_21))) { goto IL_00a3; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_22 = V_1; NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_22); V_5 = L_23; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_24 = V_1; NullCheck(L_24); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_25 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_24); NullCheck(L_25); int64_t L_26 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_25); int32_t L_27 = V_5; V_6 = ((int64_t)il2cpp_codegen_add((int64_t)L_26, (int64_t)(((int64_t)((int64_t)L_27))))); BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_28 = V_1; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_28); V_3 = L_29; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_30 = V_1; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_30); V_4 = L_31; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_32 = V_1; NullCheck(L_32); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_33 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_32); int64_t L_34 = V_6; NullCheck(L_33); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_33, L_34, 0); goto IL_00cc; } IL_00a3: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_35 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_36 = L_35; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_37 = __this->get__mediator_0(); NullCheck(L_37); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_38 = ResourceManagerMediator_get_MainAssembly_m15E30104A21712E9D1CEB7BAACA527CF96F572D8(L_37, /*hidden argument*/NULL); NullCheck(L_38); String_t* L_39 = Assembly_GetSimpleName_m643415B84FE6EF046D2C368C95917F1B36A8249B(L_38, /*hidden argument*/NULL); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_39); (L_36)->SetAt(static_cast(0), (RuntimeObject *)L_39); String_t* L_40 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral7A096ECE5B61FA29CEBC19113AA00717BCABFDB8, L_36, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_41 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_41, L_40, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ManifestBasedResourceGroveler_CreateResourceSet_mD41FB15678D106A250AD4EF420E87DD88C61507C_RuntimeMethod_var); } IL_00cc: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_42 = ___store0; int64_t L_43 = V_0; NullCheck(L_42); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_42, L_43); String_t* L_44 = V_3; String_t* L_45 = V_4; bool L_46 = ManifestBasedResourceGroveler_CanUseDefaultResourceClasses_m307B4A3CCD2AF6124B01B3CD2427763A6E97378A(__this, L_44, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_00e5; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_47 = ___store0; RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * L_48 = (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 *)il2cpp_codegen_object_new(RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373_il2cpp_TypeInfo_var); RuntimeResourceSet__ctor_m1B73A2C81E85ACE4DA7E09C1B2A95E443F5F5270(L_48, L_47, /*hidden argument*/NULL); return L_48; } IL_00e5: { String_t* L_49 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_50 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m8A8A6481B24551476F2AF999A970AD705BA68C7A, L_49, (bool)1, "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_51 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); V_7 = L_51; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_52 = V_7; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_53 = ___store0; NullCheck(L_52); ArrayElementTypeCheck (L_52, L_53); (L_52)->SetAt(static_cast(0), (RuntimeObject *)L_53); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_54 = V_7; RuntimeObject * L_55 = Activator_CreateInstance_mEE50708E1E8AAD4E5021A2FFDB992DDF65727E17(L_50, L_54, /*hidden argument*/NULL); V_8 = ((RuntimeObject*)Castclass((RuntimeObject*)L_55, IResourceReader_t32EA6DD358C3793C4E0BCD3B940EEFD52E7481BE_il2cpp_TypeInfo_var)); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_56 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); V_9 = L_56; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_57 = V_9; RuntimeObject* L_58 = V_8; NullCheck(L_57); ArrayElementTypeCheck (L_57, L_58); (L_57)->SetAt(static_cast(0), (RuntimeObject *)L_58); ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_59 = __this->get__mediator_0(); NullCheck(L_59); Type_t * L_60 = ResourceManagerMediator_get_UserResourceSet_m553D5578FC18DEA54DF46779CA958304C6376E02(L_59, /*hidden argument*/NULL); bool L_61 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_60, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_61) { goto IL_0135; } } { String_t* L_62 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_63 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m77EF3A5A858B45C53D8BF27C74FA00CA83B53E59, L_62, (bool)1, (bool)0, "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); V_10 = L_63; goto IL_0142; } IL_0135: { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_64 = __this->get__mediator_0(); NullCheck(L_64); Type_t * L_65 = ResourceManagerMediator_get_UserResourceSet_m553D5578FC18DEA54DF46779CA958304C6376E02(L_64, /*hidden argument*/NULL); V_10 = L_65; } IL_0142: { Type_t * L_66 = V_10; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_67 = V_9; RuntimeObject * L_68 = Activator_CreateInstance_m328643EF5AC04AA6C24BFADFCAB54E99DE5CA00F(L_66, ((int32_t)564), (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)NULL, L_67, (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL, /*hidden argument*/NULL); return ((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)CastclassClass((RuntimeObject*)L_68, ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE_il2cpp_TypeInfo_var)); } IL_0159: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_69 = ___store0; int64_t L_70 = V_0; NullCheck(L_69); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_69, L_70); } IL_0160: { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_71 = __this->get__mediator_0(); NullCheck(L_71); Type_t * L_72 = ResourceManagerMediator_get_UserResourceSet_m553D5578FC18DEA54DF46779CA958304C6376E02(L_71, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_73 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_72, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_73) { goto IL_017a; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_74 = ___store0; RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * L_75 = (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 *)il2cpp_codegen_object_new(RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373_il2cpp_TypeInfo_var); RuntimeResourceSet__ctor_m1B73A2C81E85ACE4DA7E09C1B2A95E443F5F5270(L_75, L_74, /*hidden argument*/NULL); return L_75; } IL_017a: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_76 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); V_11 = L_76; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_77 = V_11; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_78 = ___store0; NullCheck(L_77); ArrayElementTypeCheck (L_77, L_78); (L_77)->SetAt(static_cast(0), (RuntimeObject *)L_78); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_79 = V_11; Assembly_t * L_80 = ___assembly1; NullCheck(L_79); ArrayElementTypeCheck (L_79, L_80); (L_79)->SetAt(static_cast(1), (RuntimeObject *)L_80); } IL_018c: try { // begin try (depth: 1) try { // begin try (depth: 2) ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_81 = __this->get__mediator_0(); NullCheck(L_81); Type_t * L_82 = ResourceManagerMediator_get_UserResourceSet_m553D5578FC18DEA54DF46779CA958304C6376E02(L_81, /*hidden argument*/NULL); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_83 = V_11; RuntimeObject * L_84 = Activator_CreateInstance_mEE50708E1E8AAD4E5021A2FFDB992DDF65727E17(L_82, L_83, /*hidden argument*/NULL); V_12 = ((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)CastclassClass((RuntimeObject*)L_84, ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE_il2cpp_TypeInfo_var)); goto IL_01ff; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_01a7; throw e; } CATCH_01a7: { // begin catch(System.MissingMethodException) goto IL_01aa; } // end catch (depth: 2) IL_01aa: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_85 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); V_11 = L_85; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_86 = V_11; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_87 = ___store0; NullCheck(L_86); ArrayElementTypeCheck (L_86, L_87); (L_86)->SetAt(static_cast(0), (RuntimeObject *)L_87); ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_88 = __this->get__mediator_0(); NullCheck(L_88); Type_t * L_89 = ResourceManagerMediator_get_UserResourceSet_m553D5578FC18DEA54DF46779CA958304C6376E02(L_88, /*hidden argument*/NULL); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_90 = V_11; RuntimeObject * L_91 = Activator_CreateInstance_mEE50708E1E8AAD4E5021A2FFDB992DDF65727E17(L_89, L_90, /*hidden argument*/NULL); V_12 = ((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)CastclassClass((RuntimeObject*)L_91, ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE_il2cpp_TypeInfo_var)); goto IL_01ff; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_01d2; throw e; } CATCH_01d2: { // begin catch(System.MissingMethodException) V_13 = ((MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 *)__exception_local); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_92 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_93 = L_92; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_94 = __this->get__mediator_0(); NullCheck(L_94); Type_t * L_95 = ResourceManagerMediator_get_UserResourceSet_m553D5578FC18DEA54DF46779CA958304C6376E02(L_94, /*hidden argument*/NULL); NullCheck(L_95); String_t* L_96 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Type::get_AssemblyQualifiedName() */, L_95); NullCheck(L_93); ArrayElementTypeCheck (L_93, L_96); (L_93)->SetAt(static_cast(0), (RuntimeObject *)L_96); String_t* L_97 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralC8C4852C77984A04C6367357F65B4D8DE8DE1911, L_93, /*hidden argument*/NULL); MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * L_98 = V_13; InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_99 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_mC40AA9579B996C6FBAE023590139C16304D81DC6(L_99, L_97, L_98, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_99, ManifestBasedResourceGroveler_CreateResourceSet_mD41FB15678D106A250AD4EF420E87DD88C61507C_RuntimeMethod_var); } // end catch (depth: 1) IL_01ff: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_100 = V_12; return L_100; } } // System.IO.Stream System.Resources.ManifestBasedResourceGroveler::GetManifestResourceStream(System.Reflection.RuntimeAssembly,System.String,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ManifestBasedResourceGroveler_GetManifestResourceStream_m4F594F63C088B543D8B61D994BEF163B7EFF8AEC (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * ___satellite0, String_t* ___fileName1, int32_t* ___stackMark2, const RuntimeMethod* method) { bool V_0 = false; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_1 = NULL; int32_t G_B3_0 = 0; { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_0 = __this->get__mediator_0(); NullCheck(L_0); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_1 = ResourceManagerMediator_get_MainAssembly_m15E30104A21712E9D1CEB7BAACA527CF96F572D8(L_0, /*hidden argument*/NULL); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_2 = ___satellite0; bool L_3 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0030; } } { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_4 = __this->get__mediator_0(); NullCheck(L_4); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_5 = ResourceManagerMediator_get_CallingAssembly_mCD281D72F52E08479FAEF122D50703A139A78A2F(L_4, /*hidden argument*/NULL); ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_6 = __this->get__mediator_0(); NullCheck(L_6); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_7 = ResourceManagerMediator_get_MainAssembly_m15E30104A21712E9D1CEB7BAACA527CF96F572D8(L_6, /*hidden argument*/NULL); bool L_8 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_5, L_7, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_8)); goto IL_0031; } IL_0030: { G_B3_0 = 0; } IL_0031: { V_0 = (bool)G_B3_0; RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_9 = ___satellite0; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_10 = __this->get__mediator_0(); NullCheck(L_10); Type_t * L_11 = ResourceManagerMediator_get_LocationInfo_mCADB8AB95DA99E7286C8706995D4C3C909A3A297(L_10, /*hidden argument*/NULL); String_t* L_12 = ___fileName1; bool L_13 = V_0; int32_t* L_14 = ___stackMark2; NullCheck(L_9); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_15 = Assembly_GetManifestResourceStream_mEDE767C4803840FF7CD47AB65B3FF40EF2EB00F4(L_9, L_11, L_12, L_13, (int32_t*)L_14, /*hidden argument*/NULL); V_1 = L_15; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_16 = V_1; if (L_16) { goto IL_0053; } } { RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_17 = ___satellite0; String_t* L_18 = ___fileName1; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_19 = ManifestBasedResourceGroveler_CaseInsensitiveManifestResourceStreamLookup_m5D0F37E3842BCEAF9D0F308EEE7ADFD9C416BF65(__this, L_17, L_18, /*hidden argument*/NULL); V_1 = L_19; } IL_0053: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_20 = V_1; return L_20; } } // System.IO.Stream System.Resources.ManifestBasedResourceGroveler::CaseInsensitiveManifestResourceStreamLookup(System.Reflection.RuntimeAssembly,System.String) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ManifestBasedResourceGroveler_CaseInsensitiveManifestResourceStreamLookup_m5D0F37E3842BCEAF9D0F308EEE7ADFD9C416BF65 (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * ___satellite0, String_t* ___name1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManifestBasedResourceGroveler_CaseInsensitiveManifestResourceStreamLookup_m5D0F37E3842BCEAF9D0F308EEE7ADFD9C416BF65_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; String_t* V_1 = NULL; CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * V_2 = NULL; String_t* V_3 = NULL; bool V_4 = false; int32_t V_5 = 0; String_t* V_6 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_7 = NULL; int32_t V_8 = 0; String_t* V_9 = NULL; int32_t G_B16_0 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL); V_0 = L_0; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_1 = __this->get__mediator_0(); NullCheck(L_1); Type_t * L_2 = ResourceManagerMediator_get_LocationInfo_mCADB8AB95DA99E7286C8706995D4C3C909A3A297(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0047; } } { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_4 = __this->get__mediator_0(); NullCheck(L_4); Type_t * L_5 = ResourceManagerMediator_get_LocationInfo_mCADB8AB95DA99E7286C8706995D4C3C909A3A297(L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_Namespace() */, L_5); V_6 = L_6; String_t* L_7 = V_6; if (!L_7) { goto IL_0047; } } { StringBuilder_t * L_8 = V_0; String_t* L_9 = V_6; NullCheck(L_8); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_8, L_9, /*hidden argument*/NULL); String_t* L_10 = ___name1; if (!L_10) { goto IL_0047; } } { StringBuilder_t * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Il2CppChar L_12 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_Delimiter_4(); NullCheck(L_11); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_11, L_12, /*hidden argument*/NULL); } IL_0047: { StringBuilder_t * L_13 = V_0; String_t* L_14 = ___name1; NullCheck(L_13); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_13, L_14, /*hidden argument*/NULL); StringBuilder_t * L_15 = V_0; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15); V_1 = L_16; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_17 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); NullCheck(L_17); CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_18 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_17); V_2 = L_18; V_3 = (String_t*)NULL; RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_19 = ___satellite0; NullCheck(L_19); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = VirtFuncInvoker0< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(23 /* System.String[] System.Reflection.Assembly::GetManifestResourceNames() */, L_19); V_7 = L_20; V_8 = 0; goto IL_00b4; } IL_0070: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = V_7; int32_t L_22 = V_8; NullCheck(L_21); int32_t L_23 = L_22; String_t* L_24 = (L_21)->GetAt(static_cast(L_23)); V_9 = L_24; CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_25 = V_2; String_t* L_26 = V_9; String_t* L_27 = V_1; NullCheck(L_25); int32_t L_28 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_25, L_26, L_27, 1); if (L_28) { goto IL_00ae; } } { String_t* L_29 = V_3; if (L_29) { goto IL_008b; } } { String_t* L_30 = V_9; V_3 = L_30; goto IL_00ae; } IL_008b: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = L_31; String_t* L_33 = V_1; NullCheck(L_32); ArrayElementTypeCheck (L_32, L_33); (L_32)->SetAt(static_cast(0), (RuntimeObject *)L_33); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = L_32; RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_35 = ___satellite0; NullCheck(L_35); String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_35); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_36); (L_34)->SetAt(static_cast(1), (RuntimeObject *)L_36); String_t* L_37 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral21C797E036BF0A8424A77BFF225A71ED72C6D1F9, L_34, /*hidden argument*/NULL); MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261 * L_38 = (MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261 *)il2cpp_codegen_object_new(MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261_il2cpp_TypeInfo_var); MissingManifestResourceException__ctor_m4AD435D97F8096A6A136E1AB13A96AAF086F0FFC(L_38, L_37, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, ManifestBasedResourceGroveler_CaseInsensitiveManifestResourceStreamLookup_m5D0F37E3842BCEAF9D0F308EEE7ADFD9C416BF65_RuntimeMethod_var); } IL_00ae: { int32_t L_39 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00b4: { int32_t L_40 = V_8; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_41 = V_7; NullCheck(L_41); if ((((int32_t)L_40) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length))))))) { goto IL_0070; } } { String_t* L_42 = V_3; if (L_42) { goto IL_00c1; } } { return (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL; } IL_00c1: { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_43 = __this->get__mediator_0(); NullCheck(L_43); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_44 = ResourceManagerMediator_get_MainAssembly_m15E30104A21712E9D1CEB7BAACA527CF96F572D8(L_43, /*hidden argument*/NULL); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_45 = ___satellite0; bool L_46 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_44, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_00f1; } } { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_47 = __this->get__mediator_0(); NullCheck(L_47); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_48 = ResourceManagerMediator_get_CallingAssembly_mCD281D72F52E08479FAEF122D50703A139A78A2F(L_47, /*hidden argument*/NULL); ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_49 = __this->get__mediator_0(); NullCheck(L_49); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_50 = ResourceManagerMediator_get_MainAssembly_m15E30104A21712E9D1CEB7BAACA527CF96F572D8(L_49, /*hidden argument*/NULL); bool L_51 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_48, L_50, /*hidden argument*/NULL); G_B16_0 = ((int32_t)(L_51)); goto IL_00f2; } IL_00f1: { G_B16_0 = 0; } IL_00f2: { V_4 = (bool)G_B16_0; V_5 = 1; RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_52 = ___satellite0; String_t* L_53 = V_3; bool L_54 = V_4; NullCheck(L_52); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_55 = Assembly_GetManifestResourceStream_mD51BBAD59400EC328A259ACE6A01D5EE58973155(L_52, L_53, (int32_t*)(&V_5), L_54, /*hidden argument*/NULL); return L_55; } } // System.Reflection.RuntimeAssembly System.Resources.ManifestBasedResourceGroveler::GetSatelliteAssembly(System.Globalization.CultureInfo,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * ManifestBasedResourceGroveler_GetSatelliteAssembly_m73F1B392DEB37C27BEB5B1A849B7D2AEE22D5124 (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___lookForCulture0, int32_t* ___stackMark1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManifestBasedResourceGroveler_GetSatelliteAssembly_m73F1B392DEB37C27BEB5B1A849B7D2AEE22D5124_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * V_0 = NULL; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 3); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_0 = __this->get__mediator_0(); NullCheck(L_0); bool L_1 = ResourceManagerMediator_get_LookedForSatelliteContractVersion_mFC9AEE2D51AAF62CA26AB9181E3C770511A45D1B(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_003a; } } { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_2 = __this->get__mediator_0(); ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_3 = __this->get__mediator_0(); ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_4 = __this->get__mediator_0(); NullCheck(L_4); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_5 = ResourceManagerMediator_get_MainAssembly_m15E30104A21712E9D1CEB7BAACA527CF96F572D8(L_4, /*hidden argument*/NULL); NullCheck(L_3); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_6 = ResourceManagerMediator_ObtainSatelliteContractVersion_m4846347F64EB97E160C732AF43441B95DF408ED9(L_3, L_5, /*hidden argument*/NULL); NullCheck(L_2); ResourceManagerMediator_set_SatelliteContractVersion_mDEB8B6B244329D4314D60547A70AC970670C9CD0(L_2, L_6, /*hidden argument*/NULL); ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_7 = __this->get__mediator_0(); NullCheck(L_7); ResourceManagerMediator_set_LookedForSatelliteContractVersion_m337175C3E48435B5B1DD5E3D8AAF09E5ACDDEA21(L_7, (bool)1, /*hidden argument*/NULL); } IL_003a: { V_0 = (RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)NULL; String_t* L_8 = ManifestBasedResourceGroveler_GetSatelliteAssemblyName_m7A561F80A56A15483BADE14178F95C0F37693186(__this, /*hidden argument*/NULL); V_1 = L_8; } IL_0043: try { // begin try (depth: 1) ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_9 = __this->get__mediator_0(); NullCheck(L_9); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_10 = ResourceManagerMediator_get_MainAssembly_m15E30104A21712E9D1CEB7BAACA527CF96F572D8(L_9, /*hidden argument*/NULL); String_t* L_11 = V_1; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_12 = ___lookForCulture0; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_13 = __this->get__mediator_0(); NullCheck(L_13); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_14 = ResourceManagerMediator_get_SatelliteContractVersion_mFB0B0520B532EE1DA3A8977663F4B7D99D9D2F46(L_13, /*hidden argument*/NULL); int32_t* L_15 = ___stackMark1; NullCheck(L_10); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_16 = Assembly_InternalGetSatelliteAssembly_mAD76294936326FF69763EC03F609CE3498CF887C(L_10, L_11, L_12, L_14, (bool)0, (int32_t*)L_15, /*hidden argument*/NULL); V_0 = L_16; goto IL_006b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0065; if(il2cpp_codegen_class_is_assignable_from (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0068; throw e; } CATCH_0065: { // begin catch(System.IO.FileLoadException) goto IL_006b; } // end catch (depth: 1) CATCH_0068: { // begin catch(System.BadImageFormatException) goto IL_006b; } // end catch (depth: 1) IL_006b: { RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_17 = V_0; return L_17; } } // System.Boolean System.Resources.ManifestBasedResourceGroveler::CanUseDefaultResourceClasses(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ManifestBasedResourceGroveler_CanUseDefaultResourceClasses_m307B4A3CCD2AF6124B01B3CD2427763A6E97378A (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, String_t* ___readerTypeName0, String_t* ___resSetTypeName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManifestBasedResourceGroveler_CanUseDefaultResourceClasses_m307B4A3CCD2AF6124B01B3CD2427763A6E97378A_MetadataUsageId); s_Il2CppMethodInitialized = true; } AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * V_0 = NULL; { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_0 = __this->get__mediator_0(); NullCheck(L_0); Type_t * L_1 = ResourceManagerMediator_get_UserResourceSet_m553D5578FC18DEA54DF46779CA958304C6376E02(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_2 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_1, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0015; } } { return (bool)0; } IL_0015: { IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var); String_t* L_3 = ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var))->get_MscorlibName_23(); AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_4 = (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *)il2cpp_codegen_object_new(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var); AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF(L_4, L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = ___readerTypeName0; if (!L_5) { goto IL_0033; } } { String_t* L_6 = ___readerTypeName0; IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var); String_t* L_7 = ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var))->get_ResReaderTypeName_21(); AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_8 = V_0; bool L_9 = ResourceManager_CompareNames_m0ED5EAF80630F3031452D76831ECEA09C92092C6(L_6, L_7, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0033; } } { return (bool)0; } IL_0033: { String_t* L_10 = ___resSetTypeName1; if (!L_10) { goto IL_0046; } } { String_t* L_11 = ___resSetTypeName1; IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var); String_t* L_12 = ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var))->get_ResSetTypeName_22(); AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_13 = V_0; bool L_14 = ResourceManager_CompareNames_m0ED5EAF80630F3031452D76831ECEA09C92092C6(L_11, L_12, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0046; } } { return (bool)0; } IL_0046: { return (bool)1; } } // System.String System.Resources.ManifestBasedResourceGroveler::GetSatelliteAssemblyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ManifestBasedResourceGroveler_GetSatelliteAssemblyName_m7A561F80A56A15483BADE14178F95C0F37693186 (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManifestBasedResourceGroveler_GetSatelliteAssemblyName_m7A561F80A56A15483BADE14178F95C0F37693186_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_0 = __this->get__mediator_0(); NullCheck(L_0); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_1 = ResourceManagerMediator_get_MainAssembly_m15E30104A21712E9D1CEB7BAACA527CF96F572D8(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = Assembly_GetSimpleName_m643415B84FE6EF046D2C368C95917F1B36A8249B(L_1, /*hidden argument*/NULL); String_t* L_3 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_2, _stringLiteral76EA234FF85F5DC904ED1A3A148634B5830A0BF1, /*hidden argument*/NULL); return L_3; } } // System.Void System.Resources.ManifestBasedResourceGroveler::HandleSatelliteMissing() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManifestBasedResourceGroveler_HandleSatelliteMissing_mF1AAC4FD772935EAA3317F059F6AEE1F61D13F65 (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManifestBasedResourceGroveler_HandleSatelliteMissing_mF1AAC4FD772935EAA3317F059F6AEE1F61D13F65_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; int32_t V_2 = 0; StringBuilder_t * V_3 = NULL; String_t* V_4 = NULL; int32_t V_5 = 0; { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_0 = __this->get__mediator_0(); NullCheck(L_0); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_1 = ResourceManagerMediator_get_MainAssembly_m15E30104A21712E9D1CEB7BAACA527CF96F572D8(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = Assembly_GetSimpleName_m643415B84FE6EF046D2C368C95917F1B36A8249B(L_1, /*hidden argument*/NULL); String_t* L_3 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_2, _stringLiteral43F97F33EA91C69C11EE40E92235DD5716176251, /*hidden argument*/NULL); V_0 = L_3; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_4 = __this->get__mediator_0(); NullCheck(L_4); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_5 = ResourceManagerMediator_get_SatelliteContractVersion_mFB0B0520B532EE1DA3A8977663F4B7D99D9D2F46(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var); bool L_6 = Version_op_Inequality_mBF83F266057D2C028BA2F423372DA7E738B25CD0(L_5, (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_004a; } } { String_t* L_7 = V_0; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_8 = __this->get__mediator_0(); NullCheck(L_8); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_9 = ResourceManagerMediator_get_SatelliteContractVersion_mFB0B0520B532EE1DA3A8977663F4B7D99D9D2F46(L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9); String_t* L_11 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_7, _stringLiteral1C8D81506A5291DBB0387C737FDF626D63480060, L_10, /*hidden argument*/NULL); V_0 = L_11; } IL_004a: { AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_12 = (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *)il2cpp_codegen_object_new(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var); AssemblyName__ctor_mF1233521F13623EC87A886B14BC90C639FBBB972(L_12, /*hidden argument*/NULL); AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_13 = L_12; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_14 = __this->get__mediator_0(); NullCheck(L_14); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_15 = ResourceManagerMediator_get_MainAssembly_m15E30104A21712E9D1CEB7BAACA527CF96F572D8(L_14, /*hidden argument*/NULL); NullCheck(L_15); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = Assembly_GetPublicKey_m34B4DF6F326BFD9EB3C4AAA5202BF71EF9061419(L_15, /*hidden argument*/NULL); NullCheck(L_13); AssemblyName_SetPublicKey_m402F60CC8A40481E3F027E213C3030537EEDA374(L_13, L_16, /*hidden argument*/NULL); NullCheck(L_13); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = AssemblyName_GetPublicKeyToken_mE19B825DA45B1A3310CC59C06F50976EF4C6B1B0(L_13, /*hidden argument*/NULL); V_1 = L_17; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_1; NullCheck(L_18); V_2 = (((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))); int32_t L_19 = V_2; StringBuilder_t * L_20 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_20, ((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)2)), /*hidden argument*/NULL); V_3 = L_20; V_5 = 0; goto IL_00a1; } IL_007d: { StringBuilder_t * L_21 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_1; int32_t L_23 = V_5; NullCheck(L_22); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_24 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_25 = Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25((uint8_t*)((L_22)->GetAddressAt(static_cast(L_23))), _stringLiteral11F6AD8EC52A2984ABAAFD7C3B516503785C2072, L_24, /*hidden argument*/NULL); NullCheck(L_21); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_21, L_25, /*hidden argument*/NULL); int32_t L_26 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_00a1: { int32_t L_27 = V_5; int32_t L_28 = V_2; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_007d; } } { String_t* L_29 = V_0; StringBuilder_t * L_30 = V_3; String_t* L_31 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_29, _stringLiteral429E5FA4D1D7144F34D28671D44DCF82BA6A3ADD, L_30, /*hidden argument*/NULL); V_0 = L_31; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_32 = __this->get__mediator_0(); NullCheck(L_32); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_33 = ResourceManagerMediator_get_NeutralResourcesCulture_m446616F81140B1838CCB91926614C90338368B5D(L_32, /*hidden argument*/NULL); NullCheck(L_33); String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_33); V_4 = L_34; String_t* L_35 = V_4; NullCheck(L_35); int32_t L_36 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_35, /*hidden argument*/NULL); if (L_36) { goto IL_00d5; } } { V_4 = _stringLiteral5086B2495A91E046E91EA45D0C9C01209DF905D6; } IL_00d5: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_37 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_38 = L_37; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_39 = __this->get__mediator_0(); NullCheck(L_39); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_40 = ResourceManagerMediator_get_NeutralResourcesCulture_m446616F81140B1838CCB91926614C90338368B5D(L_39, /*hidden argument*/NULL); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_40); (L_38)->SetAt(static_cast(0), (RuntimeObject *)L_40); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = L_38; String_t* L_42 = V_0; NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(1), (RuntimeObject *)L_42); String_t* L_43 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralB296E8F80C9633D8A2939EA1FB4661BFDC65114A, L_41, /*hidden argument*/NULL); String_t* L_44 = V_4; MissingSatelliteAssemblyException_t98014B55F8D76D2D98243B3345BF19043B502120 * L_45 = (MissingSatelliteAssemblyException_t98014B55F8D76D2D98243B3345BF19043B502120 *)il2cpp_codegen_object_new(MissingSatelliteAssemblyException_t98014B55F8D76D2D98243B3345BF19043B502120_il2cpp_TypeInfo_var); MissingSatelliteAssemblyException__ctor_mB533A2C29EC15FEE64852662511B8F3B7672E065(L_45, L_43, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ManifestBasedResourceGroveler_HandleSatelliteMissing_mF1AAC4FD772935EAA3317F059F6AEE1F61D13F65_RuntimeMethod_var); } } // System.Void System.Resources.ManifestBasedResourceGroveler::HandleResourceStreamMissing(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManifestBasedResourceGroveler_HandleResourceStreamMissing_m6412E6B2D71AA4E73CBE197154C46879D99E38EA (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * __this, String_t* ___fileName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManifestBasedResourceGroveler_HandleResourceStreamMissing_m6412E6B2D71AA4E73CBE197154C46879D99E38EA_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar V_1 = 0x0; { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_0 = __this->get__mediator_0(); NullCheck(L_0); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_1 = ResourceManagerMediator_get_MainAssembly_m15E30104A21712E9D1CEB7BAACA527CF96F572D8(L_0, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL); NullCheck(L_3); Assembly_t * L_4 = VirtFuncInvoker0< Assembly_t * >::Invoke(24 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_3); bool L_5 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_1, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0042; } } { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_6 = __this->get__mediator_0(); NullCheck(L_6); String_t* L_7 = ResourceManagerMediator_get_BaseName_mD88EF855A77CAE07D788B533183CE2399B506764(L_6, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_7, _stringLiteralAFD6EADC1B6810FA1650AC3B4E0294321C5424BA, /*hidden argument*/NULL); if (!L_8) { goto IL_0042; } } { Environment_FailFast_mAAC3E58BB4725CF25EFB13BE6AFB4418AC32C176(_stringLiteralC570361B3F24759A9EBD7E62A8A84050BDB2FE15, /*hidden argument*/NULL); } IL_0042: { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_9; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_10 = __this->get__mediator_0(); NullCheck(L_10); Type_t * L_11 = ResourceManagerMediator_get_LocationInfo_mCADB8AB95DA99E7286C8706995D4C3C909A3A297(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_12 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_11, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_12) { goto IL_0090; } } { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_13 = __this->get__mediator_0(); NullCheck(L_13); Type_t * L_14 = ResourceManagerMediator_get_LocationInfo_mCADB8AB95DA99E7286C8706995D4C3C909A3A297(L_13, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_Namespace() */, L_14); if (!L_15) { goto IL_0090; } } { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_16 = __this->get__mediator_0(); NullCheck(L_16); Type_t * L_17 = ResourceManagerMediator_get_LocationInfo_mCADB8AB95DA99E7286C8706995D4C3C909A3A297(L_16, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_Namespace() */, L_17); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Il2CppChar L_19 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_Delimiter_4(); V_1 = L_19; String_t* L_20 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_1), /*hidden argument*/NULL); String_t* L_21 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_18, L_20, /*hidden argument*/NULL); V_0 = L_21; } IL_0090: { String_t* L_22 = V_0; String_t* L_23 = ___fileName0; String_t* L_24 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_22, L_23, /*hidden argument*/NULL); V_0 = L_24; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = L_25; String_t* L_27 = V_0; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(0), (RuntimeObject *)L_27); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_28 = L_26; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_29 = __this->get__mediator_0(); NullCheck(L_29); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_30 = ResourceManagerMediator_get_MainAssembly_m15E30104A21712E9D1CEB7BAACA527CF96F572D8(L_29, /*hidden argument*/NULL); NullCheck(L_30); String_t* L_31 = Assembly_GetSimpleName_m643415B84FE6EF046D2C368C95917F1B36A8249B(L_30, /*hidden argument*/NULL); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_31); (L_28)->SetAt(static_cast(1), (RuntimeObject *)L_31); String_t* L_32 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral97C819393CBFF7FBC88BD3309A90830A75ECD1B1, L_28, /*hidden argument*/NULL); MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261 * L_33 = (MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261 *)il2cpp_codegen_object_new(MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261_il2cpp_TypeInfo_var); MissingManifestResourceException__ctor_m4AD435D97F8096A6A136E1AB13A96AAF086F0FFC(L_33, L_32, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ManifestBasedResourceGroveler_HandleResourceStreamMissing_m6412E6B2D71AA4E73CBE197154C46879D99E38EA_RuntimeMethod_var); } } // System.Boolean System.Resources.ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute(System.Reflection.Assembly,System.String&,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ManifestBasedResourceGroveler_GetNeutralResourcesLanguageAttribute_m090B3FA8F5A3DA6028C4EDF9F8970E8AF0913E34 (Assembly_t * ___assembly0, String_t** ___cultureName1, int16_t* ___fallbackLocation2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManifestBasedResourceGroveler_GetNeutralResourcesLanguageAttribute_m090B3FA8F5A3DA6028C4EDF9F8970E8AF0913E34_MetadataUsageId); s_Il2CppMethodInitialized = true; } NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26 * V_0 = NULL; { Assembly_t * L_0 = ___assembly0; NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26 * L_1 = CustomAttributeExtensions_GetCustomAttribute_TisNeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26_m0375FE67CEB360A0F6F7788A20645FC63D246D2F(L_0, /*hidden argument*/CustomAttributeExtensions_GetCustomAttribute_TisNeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26_m0375FE67CEB360A0F6F7788A20645FC63D246D2F_RuntimeMethod_var); V_0 = L_1; NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26 * L_2 = V_0; if (L_2) { goto IL_000c; } } { return (bool)0; } IL_000c: { String_t** L_3 = ___cultureName1; NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = NeutralResourcesLanguageAttribute_get_CultureName_m721F74C770FD6CB4E388BBC94FF3CA2636FE2E70_inline(L_4, /*hidden argument*/NULL); *((RuntimeObject **)L_3) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)L_5); int16_t* L_6 = ___fallbackLocation2; NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = NeutralResourcesLanguageAttribute_get_Location_mCCD2EA7764CA5831DB01F787287DE29B37D7805D_inline(L_7, /*hidden argument*/NULL); *((int16_t*)L_6) = (int16_t)(((int16_t)((int16_t)L_8))); 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.Void System.Resources.MissingManifestResourceException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingManifestResourceException__ctor_m99A82231F61DCA0ABBE648A8EA712A39388A0697 (MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MissingManifestResourceException__ctor_m99A82231F61DCA0ABBE648A8EA712A39388A0697_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralBF65796331DD9DE2F6AA736866D549D763A9B530, /*hidden argument*/NULL); SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233038), /*hidden argument*/NULL); return; } } // System.Void System.Resources.MissingManifestResourceException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingManifestResourceException__ctor_m4AD435D97F8096A6A136E1AB13A96AAF086F0FFC (MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233038), /*hidden argument*/NULL); return; } } // System.Void System.Resources.MissingManifestResourceException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingManifestResourceException__ctor_m6BEFF1E5DA51DA57DE564B6D3DB979E4B40A6AE8 (MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__this, L_0, L_1, /*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.Resources.MissingSatelliteAssemblyException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingSatelliteAssemblyException__ctor_m7800E58538B396636AEF68211231E9F0B8B92732 (MissingSatelliteAssemblyException_t98014B55F8D76D2D98243B3345BF19043B502120 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MissingSatelliteAssemblyException__ctor_m7800E58538B396636AEF68211231E9F0B8B92732_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral5BEB5AE1D166654B7983C61EC86FD72362C42DA2, /*hidden argument*/NULL); SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233034), /*hidden argument*/NULL); return; } } // System.Void System.Resources.MissingSatelliteAssemblyException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingSatelliteAssemblyException__ctor_mB533A2C29EC15FEE64852662511B8F3B7672E065 (MissingSatelliteAssemblyException_t98014B55F8D76D2D98243B3345BF19043B502120 * __this, String_t* ___message0, String_t* ___cultureName1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233034), /*hidden argument*/NULL); String_t* L_1 = ___cultureName1; __this->set__cultureName_17(L_1); return; } } // System.Void System.Resources.MissingSatelliteAssemblyException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingSatelliteAssemblyException__ctor_mBD05D2BEE035C0DAEFC15A8E0ECA65D9E6EBBEE8 (MissingSatelliteAssemblyException_t98014B55F8D76D2D98243B3345BF19043B502120 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1; SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__this, L_0, L_1, /*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.Resources.NeutralResourcesLanguageAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NeutralResourcesLanguageAttribute__ctor_m877C44C215473FE36183B9E4DA2C18C8E81556EB (NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26 * __this, String_t* ___cultureName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NeutralResourcesLanguageAttribute__ctor_m877C44C215473FE36183B9E4DA2C18C8E81556EB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); String_t* L_0 = ___cultureName0; if (L_0) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral4A195255DC08C81DE3B003BDA2BCA9EB80DD24C0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NeutralResourcesLanguageAttribute__ctor_m877C44C215473FE36183B9E4DA2C18C8E81556EB_RuntimeMethod_var); } IL_0014: { String_t* L_2 = ___cultureName0; __this->set__culture_0(L_2); __this->set__fallbackLoc_1(0); return; } } // System.String System.Resources.NeutralResourcesLanguageAttribute::get_CultureName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NeutralResourcesLanguageAttribute_get_CultureName_m721F74C770FD6CB4E388BBC94FF3CA2636FE2E70 (NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__culture_0(); return L_0; } } // System.Resources.UltimateResourceFallbackLocation System.Resources.NeutralResourcesLanguageAttribute::get_Location() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NeutralResourcesLanguageAttribute_get_Location_mCCD2EA7764CA5831DB01F787287DE29B37D7805D (NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__fallbackLoc_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.Resources.ResourceFallbackManager::.ctor(System.Globalization.CultureInfo,System.Globalization.CultureInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceFallbackManager__ctor_m75E783DBA7D3BF4AA654303102614C54EEF9E3D2 (ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___startingCulture0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___neutralResourcesCulture1, bool ___useParents2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceFallbackManager__ctor_m75E783DBA7D3BF4AA654303102614C54EEF9E3D2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___startingCulture0; if (!L_0) { goto IL_0012; } } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = ___startingCulture0; __this->set_m_startingCulture_0(L_1); goto IL_001d; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = CultureInfo_get_CurrentUICulture_mE132DCAF12CBF24E1FC0AF90BB6F33739F416487(/*hidden argument*/NULL); __this->set_m_startingCulture_0(L_2); } IL_001d: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = ___neutralResourcesCulture1; __this->set_m_neutralResourcesCulture_1(L_3); bool L_4 = ___useParents2; __this->set_m_useParents_2(L_4); return; } } // System.Collections.IEnumerator System.Resources.ResourceFallbackManager::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResourceFallbackManager_System_Collections_IEnumerable_GetEnumerator_mDBD1B43ABB903C9947AD45BEFD6809F8169405E9 (ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = ResourceFallbackManager_GetEnumerator_m93C691CB0FA9F2824CE37039D41B41B15349D8B2(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.Generic.IEnumerator`1 System.Resources.ResourceFallbackManager::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResourceFallbackManager_GetEnumerator_m93C691CB0FA9F2824CE37039D41B41B15349D8B2 (ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceFallbackManager_GetEnumerator_m93C691CB0FA9F2824CE37039D41B41B15349D8B2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE * L_0 = (U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE *)il2cpp_codegen_object_new(U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE_il2cpp_TypeInfo_var); U3CGetEnumeratorU3Ed__5__ctor_m584A71C0FA005BC9E52F7F4F4C7EEA86E6B04CFA(L_0, 0, /*hidden argument*/NULL); U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); 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.Void System.Resources.ResourceFallbackManager_d__5::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__5__ctor_m584A71C0FA005BC9E52F7F4F4C7EEA86E6B04CFA (U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void System.Resources.ResourceFallbackManager_d__5::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__5_System_IDisposable_Dispose_m36940C31241B488CDD10B61B0FEC8C9FDE51E7D8 (U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Resources.ResourceFallbackManager_d__5::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ed__5_MoveNext_m3E94DEECDBE03E91C9BFE1F6C6236FEFB4652D15 (U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ed__5_MoveNext_m3E94DEECDBE03E91C9BFE1F6C6236FEFB4652D15_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0026; } case 1: { goto IL_0079; } case 2: { goto IL_009e; } case 3: { goto IL_0103; } } } { return (bool)0; } IL_0026: { __this->set_U3CU3E1__state_0((-1)); __this->set_U3CreachedNeutralResourcesCultureU3E5__2_4((bool)0); ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * L_3 = V_1; NullCheck(L_3); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = L_3->get_m_startingCulture_0(); __this->set_U3CcurrentCultureU3E5__1_3(L_4); } IL_0040: { ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * L_5 = V_1; NullCheck(L_5); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = L_5->get_m_neutralResourcesCulture_1(); if (!L_6) { goto IL_0089; } } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = __this->get_U3CcurrentCultureU3E5__1_3(); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_7); ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * L_9 = V_1; NullCheck(L_9); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = L_9->get_m_neutralResourcesCulture_1(); NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_10); bool L_12 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0089; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_13 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_13); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0079: { __this->set_U3CU3E1__state_0((-1)); __this->set_U3CreachedNeutralResourcesCultureU3E5__2_4((bool)1); goto IL_00ce; } IL_0089: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = __this->get_U3CcurrentCultureU3E5__1_3(); __this->set_U3CU3E2__current_1(L_14); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_009e: { __this->set_U3CU3E1__state_0((-1)); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = __this->get_U3CcurrentCultureU3E5__1_3(); NullCheck(L_15); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_16 = VirtFuncInvoker0< CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(9 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_15); __this->set_U3CcurrentCultureU3E5__1_3(L_16); ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * L_17 = V_1; NullCheck(L_17); bool L_18 = L_17->get_m_useParents_2(); if (!L_18) { goto IL_00ce; } } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = __this->get_U3CcurrentCultureU3E5__1_3(); NullCheck(L_19); bool L_20 = CultureInfo_get_HasInvariantCultureName_m0C125F4051A3E515BE0ED9F81376BC6BFCDC8509(L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0040; } } IL_00ce: { ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * L_21 = V_1; NullCheck(L_21); bool L_22 = L_21->get_m_useParents_2(); if (!L_22) { goto IL_00e3; } } { ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * L_23 = V_1; NullCheck(L_23); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_24 = L_23->get_m_startingCulture_0(); NullCheck(L_24); bool L_25 = CultureInfo_get_HasInvariantCultureName_m0C125F4051A3E515BE0ED9F81376BC6BFCDC8509(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00e5; } } IL_00e3: { return (bool)0; } IL_00e5: { bool L_26 = __this->get_U3CreachedNeutralResourcesCultureU3E5__2_4(); if (!L_26) { goto IL_00ef; } } { return (bool)0; } IL_00ef: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_27 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_27); __this->set_U3CU3E1__state_0(3); return (bool)1; } IL_0103: { __this->set_U3CU3E1__state_0((-1)); return (bool)0; } } // System.Globalization.CultureInfo System.Resources.ResourceFallbackManager_d__5::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * U3CGetEnumeratorU3Ed__5_System_Collections_Generic_IEnumeratorU3CSystem_Globalization_CultureInfoU3E_get_Current_m3BC9B52B63C6D25FBEEDE6E44B7F936BB72100C2 (U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE * __this, const RuntimeMethod* method) { { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void System.Resources.ResourceFallbackManager_d__5::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__5_System_Collections_IEnumerator_Reset_m2CE55FE28B086721C27CF3ACD0250953A60DB59F (U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ed__5_System_Collections_IEnumerator_Reset_m2CE55FE28B086721C27CF3ACD0250953A60DB59F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CGetEnumeratorU3Ed__5_System_Collections_IEnumerator_Reset_m2CE55FE28B086721C27CF3ACD0250953A60DB59F_RuntimeMethod_var); } } // System.Object System.Resources.ResourceFallbackManager_d__5::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ed__5_System_Collections_IEnumerator_get_Current_m65691B8BB8958621800AB7CACC5969B64182BC0F (U3CGetEnumeratorU3Ed__5_t97E98AD7447F0FBCD69457F65A76B43734EBC6BE * __this, const RuntimeMethod* method) { { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = __this->get_U3CU3E2__current_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 // Conversion methods for marshalling of: System.Resources.ResourceLocator IL2CPP_EXTERN_C void ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshal_pinvoke(const ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C& unmarshaled, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshaled_pinvoke& marshaled) { if (unmarshaled.get__value_0() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__value_0())) { marshaled.____value_0 = il2cpp_codegen_com_query_interface(static_cast(unmarshaled.get__value_0())); (marshaled.____value_0)->AddRef(); } else { marshaled.____value_0 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get__value_0()); } } else { marshaled.____value_0 = NULL; } marshaled.____dataPos_1 = unmarshaled.get__dataPos_1(); } IL2CPP_EXTERN_C void ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshal_pinvoke_back(const ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshaled_pinvoke& marshaled, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_pinvoke_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } if (marshaled.____value_0 != NULL) { unmarshaled.set__value_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.____value_0, Il2CppComObject_il2cpp_TypeInfo_var)); if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__value_0())) { il2cpp_codegen_com_cache_queried_interface(static_cast(unmarshaled.get__value_0()), Il2CppIUnknown::IID, marshaled.____value_0); } } else { unmarshaled.set__value_0(NULL); } int32_t unmarshaled__dataPos_temp_1 = 0; unmarshaled__dataPos_temp_1 = marshaled.____dataPos_1; unmarshaled.set__dataPos_1(unmarshaled__dataPos_temp_1); } // Conversion method for clean up from marshalling of: System.Resources.ResourceLocator IL2CPP_EXTERN_C void ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshal_pinvoke_cleanup(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshaled_pinvoke& marshaled) { if (marshaled.____value_0 != NULL) { (marshaled.____value_0)->Release(); marshaled.____value_0 = NULL; } } // Conversion methods for marshalling of: System.Resources.ResourceLocator IL2CPP_EXTERN_C void ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshal_com(const ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C& unmarshaled, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshaled_com& marshaled) { if (unmarshaled.get__value_0() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__value_0())) { marshaled.____value_0 = il2cpp_codegen_com_query_interface(static_cast(unmarshaled.get__value_0())); (marshaled.____value_0)->AddRef(); } else { marshaled.____value_0 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get__value_0()); } } else { marshaled.____value_0 = NULL; } marshaled.____dataPos_1 = unmarshaled.get__dataPos_1(); } IL2CPP_EXTERN_C void ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshal_com_back(const ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshaled_com& marshaled, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_com_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } if (marshaled.____value_0 != NULL) { unmarshaled.set__value_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.____value_0, Il2CppComObject_il2cpp_TypeInfo_var)); if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__value_0())) { il2cpp_codegen_com_cache_queried_interface(static_cast(unmarshaled.get__value_0()), Il2CppIUnknown::IID, marshaled.____value_0); } } else { unmarshaled.set__value_0(NULL); } int32_t unmarshaled__dataPos_temp_1 = 0; unmarshaled__dataPos_temp_1 = marshaled.____dataPos_1; unmarshaled.set__dataPos_1(unmarshaled__dataPos_temp_1); } // Conversion method for clean up from marshalling of: System.Resources.ResourceLocator IL2CPP_EXTERN_C void ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshal_com_cleanup(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshaled_com& marshaled) { if (marshaled.____value_0 != NULL) { (marshaled.____value_0)->Release(); marshaled.____value_0 = NULL; } } // System.Void System.Resources.ResourceLocator::.ctor(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceLocator__ctor_m117CC55E99954CC1ED8B8D5138B3BE4E8ED0F694 (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * __this, int32_t ___dataPos0, RuntimeObject * ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___dataPos0; __this->set__dataPos_1(L_0); RuntimeObject * L_1 = ___value1; __this->set__value_0(L_1); return; } } IL2CPP_EXTERN_C void ResourceLocator__ctor_m117CC55E99954CC1ED8B8D5138B3BE4E8ED0F694_AdjustorThunk (RuntimeObject * __this, int32_t ___dataPos0, RuntimeObject * ___value1, const RuntimeMethod* method) { int32_t _offset = 1; ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * _thisAdjusted = reinterpret_cast(__this + _offset); ResourceLocator__ctor_m117CC55E99954CC1ED8B8D5138B3BE4E8ED0F694(_thisAdjusted, ___dataPos0, ___value1, method); } // System.Int32 System.Resources.ResourceLocator::get_DataPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceLocator_get_DataPosition_mD4231A2CE03010DB5E270120B18F86C13E82F59B (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dataPos_1(); return L_0; } } IL2CPP_EXTERN_C int32_t ResourceLocator_get_DataPosition_mD4231A2CE03010DB5E270120B18F86C13E82F59B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * _thisAdjusted = reinterpret_cast(__this + _offset); return ResourceLocator_get_DataPosition_mD4231A2CE03010DB5E270120B18F86C13E82F59B_inline(_thisAdjusted, method); } // System.Object System.Resources.ResourceLocator::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceLocator_get_Value_mF1002747C81B5FFCF67CBEEA377ABAB91CA57B92 (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_0(); return L_0; } } IL2CPP_EXTERN_C RuntimeObject * ResourceLocator_get_Value_mF1002747C81B5FFCF67CBEEA377ABAB91CA57B92_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * _thisAdjusted = reinterpret_cast(__this + _offset); return ResourceLocator_get_Value_mF1002747C81B5FFCF67CBEEA377ABAB91CA57B92_inline(_thisAdjusted, method); } // System.Void System.Resources.ResourceLocator::set_Value(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceLocator_set_Value_mB4C2215C8A53B0B9B09719222D7B66E84B579B2B (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set__value_0(L_0); return; } } IL2CPP_EXTERN_C void ResourceLocator_set_Value_mB4C2215C8A53B0B9B09719222D7B66E84B579B2B_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { int32_t _offset = 1; ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * _thisAdjusted = reinterpret_cast(__this + _offset); ResourceLocator_set_Value_mB4C2215C8A53B0B9B09719222D7B66E84B579B2B_inline(_thisAdjusted, ___value0, method); } // System.Boolean System.Resources.ResourceLocator::CanCache(System.Resources.ResourceTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResourceLocator_CanCache_m9D7FCA4F1B5C7F74234F9D7D6A40A83175C1C032 (int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; return (bool)((((int32_t)((((int32_t)L_0) > ((int32_t)((int32_t)16)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Resources.ResourceManager::Init() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ResourceManager_Init_m9A491CE49BD73DCECCA21B440830582D950EABDE (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_Init_m9A491CE49BD73DCECCA21B440830582D950EABDE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Assembly_t * L_0 = Assembly_GetCallingAssembly_m0DB9F5D2B9770113FF2E239A9EB0DB0EC3A6E384(/*hidden argument*/NULL); __this->set_m_callingAssembly_16(((RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)CastclassClass((RuntimeObject*)L_0, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1_il2cpp_TypeInfo_var))); return; } } // System.Void System.Resources.ResourceManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager__ctor_m7687E90600A79F076543F433787DA73F12942310 (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager__ctor_m7687E90600A79F076543F433787DA73F12942310_MetadataUsageId); s_Il2CppMethodInitialized = true; } ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * V_0 = NULL; { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); ResourceManager_Init_m9A491CE49BD73DCECCA21B440830582D950EABDE(__this, /*hidden argument*/NULL); CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_0 = (CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 *)il2cpp_codegen_object_new(CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074_il2cpp_TypeInfo_var); CultureNameResourceSetPair__ctor_mE1546E886DB16DD2BF9120A3466F88E67477CC5E(L_0, /*hidden argument*/NULL); __this->set__lastUsedResourceCache_8(L_0); ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_1 = (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 *)il2cpp_codegen_object_new(ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80_il2cpp_TypeInfo_var); ResourceManagerMediator__ctor_mEF961378C326F3D704A5D18AA5EF6126714F2944(L_1, __this, /*hidden argument*/NULL); V_0 = L_1; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_2 = V_0; ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * L_3 = (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 *)il2cpp_codegen_object_new(ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3_il2cpp_TypeInfo_var); ManifestBasedResourceGroveler__ctor_m135A8D99342859A2D201EFF6BBD4168618269F02(L_3, L_2, /*hidden argument*/NULL); __this->set_resourceGroveler_17(L_3); return; } } // System.Void System.Resources.ResourceManager::.ctor(System.String,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ResourceManager__ctor_m8AD56F37694577CB52FB2EC2C1787B1051DB1EF4 (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, String_t* ___baseName0, Assembly_t * ___assembly1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager__ctor_m8AD56F37694577CB52FB2EC2C1787B1051DB1EF4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); String_t* L_0 = ___baseName0; if (L_0) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralE4F12BE258AA9F83D4FB78A542EB328F4C655285, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ResourceManager__ctor_m8AD56F37694577CB52FB2EC2C1787B1051DB1EF4_RuntimeMethod_var); } IL_0014: { Assembly_t * L_2 = ___assembly1; bool L_3 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316((Assembly_t *)NULL, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0028; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteral712E0867A2755B8423E6661986CB5B5C088740AF, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ResourceManager__ctor_m8AD56F37694577CB52FB2EC2C1787B1051DB1EF4_RuntimeMethod_var); } IL_0028: { Assembly_t * L_5 = ___assembly1; if (((RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)IsInstClass((RuntimeObject*)L_5, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1_il2cpp_TypeInfo_var))) { goto IL_0040; } } { String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralABC4CBDB653A5D1C17E3F134F74E1D9002A3DA72, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ResourceManager__ctor_m8AD56F37694577CB52FB2EC2C1787B1051DB1EF4_RuntimeMethod_var); } IL_0040: { Assembly_t * L_8 = ___assembly1; __this->set_MainAssembly_4(L_8); String_t* L_9 = ___baseName0; __this->set_BaseNameField_0(L_9); ResourceManager_SetAppXConfiguration_mD3FC0285AF4B421A52E1026CBC3F03F0109C5868(__this, /*hidden argument*/NULL); ResourceManager_CommonAssemblyInit_m475B7ADB1BA1EFDD7CBEDE8CCA3DED2D11E0F39E(__this, /*hidden argument*/NULL); Assembly_t * L_10 = Assembly_GetCallingAssembly_m0DB9F5D2B9770113FF2E239A9EB0DB0EC3A6E384(/*hidden argument*/NULL); __this->set_m_callingAssembly_16(((RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)CastclassClass((RuntimeObject*)L_10, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1_il2cpp_TypeInfo_var))); Assembly_t * L_11 = ___assembly1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL); NullCheck(L_13); Assembly_t * L_14 = VirtFuncInvoker0< Assembly_t * >::Invoke(24 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_13); bool L_15 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_11, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0096; } } { RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_16 = __this->get_m_callingAssembly_16(); Assembly_t * L_17 = ___assembly1; bool L_18 = Assembly_op_Inequality_m6949ED5777CC2840BF1EBD907C35A20E25F22F7B(L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0096; } } { __this->set_m_callingAssembly_16((RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)NULL); } IL_0096: { return; } } // System.Void System.Resources.ResourceManager::OnDeserializing(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_OnDeserializing_m50B549D2B013ECA3BA5F73C54BE9FC8BA3FA0435 (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx0, const RuntimeMethod* method) { { __this->set__resourceSets_2((Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 *)NULL); __this->set_resourceGroveler_17((RuntimeObject*)NULL); __this->set__lastUsedResourceCache_8((CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 *)NULL); return; } } // System.Void System.Resources.ResourceManager::OnDeserialized(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_OnDeserialized_m67C90D4F92DB2A922AE6386A464A6CAAA6B50C57 (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_OnDeserialized_m67C90D4F92DB2A922AE6386A464A6CAAA6B50C57_MetadataUsageId); s_Il2CppMethodInitialized = true; } ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * V_0 = NULL; { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_0 = (Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 *)il2cpp_codegen_object_new(Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2DBFD0C9BB2A9A4B2E9D9DDF5C724BF9847D4C3B(L_0, /*hidden argument*/Dictionary_2__ctor_m2DBFD0C9BB2A9A4B2E9D9DDF5C724BF9847D4C3B_RuntimeMethod_var); __this->set__resourceSets_2(L_0); CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_1 = (CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 *)il2cpp_codegen_object_new(CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074_il2cpp_TypeInfo_var); CultureNameResourceSetPair__ctor_mE1546E886DB16DD2BF9120A3466F88E67477CC5E(L_1, /*hidden argument*/NULL); __this->set__lastUsedResourceCache_8(L_1); ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_2 = (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 *)il2cpp_codegen_object_new(ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80_il2cpp_TypeInfo_var); ResourceManagerMediator__ctor_mEF961378C326F3D704A5D18AA5EF6126714F2944(L_2, __this, /*hidden argument*/NULL); V_0 = L_2; bool L_3 = __this->get_UseManifest_10(); if (!L_3) { goto IL_0033; } } { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_4 = V_0; ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * L_5 = (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 *)il2cpp_codegen_object_new(ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3_il2cpp_TypeInfo_var); ManifestBasedResourceGroveler__ctor_m135A8D99342859A2D201EFF6BBD4168618269F02(L_5, L_4, /*hidden argument*/NULL); __this->set_resourceGroveler_17(L_5); goto IL_003f; } IL_0033: { ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_6 = V_0; FileBasedResourceGroveler_t5388832AB2A2451FCFA494B4BC4DA20F07B1E5C9 * L_7 = (FileBasedResourceGroveler_t5388832AB2A2451FCFA494B4BC4DA20F07B1E5C9 *)il2cpp_codegen_object_new(FileBasedResourceGroveler_t5388832AB2A2451FCFA494B4BC4DA20F07B1E5C9_il2cpp_TypeInfo_var); FileBasedResourceGroveler__ctor_mB2921550897D1882259D9DFA7DCCB7A92D6499F3(L_7, L_6, /*hidden argument*/NULL); __this->set_resourceGroveler_17(L_7); } IL_003f: { RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_8 = __this->get_m_callingAssembly_16(); bool L_9 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_8, (Assembly_t *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_005e; } } { Assembly_t * L_10 = __this->get__callingAssembly_15(); __this->set_m_callingAssembly_16(((RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)CastclassClass((RuntimeObject*)L_10, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1_il2cpp_TypeInfo_var))); } IL_005e: { bool L_11 = __this->get_UseManifest_10(); if (!L_11) { goto IL_0085; } } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_12 = __this->get__neutralResourcesCulture_7(); if (L_12) { goto IL_0085; } } { Assembly_t * L_13 = __this->get_MainAssembly_4(); int32_t* L_14 = __this->get_address_of__fallbackLoc_12(); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = ManifestBasedResourceGroveler_GetNeutralResourcesLanguage_mA24984FDA62CA9C66C74FACBFAE5BD703167A3EB(L_13, (int32_t*)L_14, /*hidden argument*/NULL); __this->set__neutralResourcesCulture_7(L_15); } IL_0085: { return; } } // System.Void System.Resources.ResourceManager::OnSerializing(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_OnSerializing_m8EA8B9091D910AA7CA9250DE0EF090910DDA1137 (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_OnSerializing_m8EA8B9091D910AA7CA9250DE0EF090910DDA1137_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_0 = __this->get_m_callingAssembly_16(); __this->set__callingAssembly_15(L_0); bool L_1 = __this->get_UseManifest_10(); __this->set_UseSatelliteAssem_11(L_1); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_2, /*hidden argument*/NULL); __this->set_ResourceSets_1(L_2); return; } } // System.Void System.Resources.ResourceManager::CommonAssemblyInit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_CommonAssemblyInit_m475B7ADB1BA1EFDD7CBEDE8CCA3DED2D11E0F39E (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_CommonAssemblyInit_m475B7ADB1BA1EFDD7CBEDE8CCA3DED2D11E0F39E_MetadataUsageId); s_Il2CppMethodInitialized = true; } ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * V_0 = NULL; { __this->set_UseManifest_10((bool)1); Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_0 = (Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 *)il2cpp_codegen_object_new(Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2DBFD0C9BB2A9A4B2E9D9DDF5C724BF9847D4C3B(L_0, /*hidden argument*/Dictionary_2__ctor_m2DBFD0C9BB2A9A4B2E9D9DDF5C724BF9847D4C3B_RuntimeMethod_var); __this->set__resourceSets_2(L_0); CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_1 = (CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 *)il2cpp_codegen_object_new(CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074_il2cpp_TypeInfo_var); CultureNameResourceSetPair__ctor_mE1546E886DB16DD2BF9120A3466F88E67477CC5E(L_1, /*hidden argument*/NULL); __this->set__lastUsedResourceCache_8(L_1); __this->set__fallbackLoc_12(0); ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_2 = (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 *)il2cpp_codegen_object_new(ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80_il2cpp_TypeInfo_var); ResourceManagerMediator__ctor_mEF961378C326F3D704A5D18AA5EF6126714F2944(L_2, __this, /*hidden argument*/NULL); V_0 = L_2; ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * L_3 = V_0; ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 * L_4 = (ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 *)il2cpp_codegen_object_new(ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3_il2cpp_TypeInfo_var); ManifestBasedResourceGroveler__ctor_m135A8D99342859A2D201EFF6BBD4168618269F02(L_4, L_3, /*hidden argument*/NULL); __this->set_resourceGroveler_17(L_4); Assembly_t * L_5 = __this->get_MainAssembly_4(); int32_t* L_6 = __this->get_address_of__fallbackLoc_12(); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = ManifestBasedResourceGroveler_GetNeutralResourcesLanguage_mA24984FDA62CA9C66C74FACBFAE5BD703167A3EB(L_5, (int32_t*)L_6, /*hidden argument*/NULL); __this->set__neutralResourcesCulture_7(L_7); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_8, /*hidden argument*/NULL); __this->set_ResourceSets_1(L_8); return; } } // System.String System.Resources.ResourceManager::get_BaseName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceManager_get_BaseName_mDF297EB34505F1DD093733F8A799101E43166DEE (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_BaseNameField_0(); return L_0; } } // System.Resources.UltimateResourceFallbackLocation System.Resources.ResourceManager::get_FallbackLocation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceManager_get_FallbackLocation_mB6CCD60835B83592996520EC990B4D4DF6BB546B (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__fallbackLoc_12(); return L_0; } } // System.String System.Resources.ResourceManager::GetResourceFileName(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceManager_GetResourceFileName_m1D7B13E9DBD7877CC660441B81517DF674FB0E72 (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_GetResourceFileName_m1D7B13E9DBD7877CC660441B81517DF674FB0E72_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_0, ((int32_t)255), /*hidden argument*/NULL); V_0 = L_0; StringBuilder_t * L_1 = V_0; String_t* L_2 = __this->get_BaseNameField_0(); NullCheck(L_1); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_1, L_2, /*hidden argument*/NULL); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = ___culture0; NullCheck(L_3); bool L_4 = CultureInfo_get_HasInvariantCultureName_m0C125F4051A3E515BE0ED9F81376BC6BFCDC8509(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0043; } } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = ___culture0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_VerifyCultureName_m41E3E56452EBF3EB9D7F784AB8A384D042957CD4(L_6, (bool)1, /*hidden argument*/NULL); StringBuilder_t * L_7 = V_0; NullCheck(L_7); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_7, ((int32_t)46), /*hidden argument*/NULL); StringBuilder_t * L_8 = V_0; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = ___culture0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_9); NullCheck(L_8); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_8, L_10, /*hidden argument*/NULL); } IL_0043: { StringBuilder_t * L_11 = V_0; NullCheck(L_11); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_11, _stringLiteral76EA234FF85F5DC904ED1A3A148634B5830A0BF1, /*hidden argument*/NULL); StringBuilder_t * L_12 = V_0; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); return L_13; } } // System.Resources.ResourceSet System.Resources.ResourceManager::GetFirstResourceSet(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * ResourceManager_GetFirstResourceSet_m1A67BF46D303498D8A68937A68E3F5B2E4854B66 (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_GetFirstResourceSet_m1A67BF46D303498D8A68937A68E3F5B2E4854B66_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * V_0 = NULL; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * V_1 = NULL; CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * V_2 = NULL; bool V_3 = false; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * V_4 = NULL; Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 4); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = __this->get__neutralResourcesCulture_7(); if (!L_0) { goto IL_0027; } } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = ___culture0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_1); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = __this->get__neutralResourcesCulture_7(); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_3); bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0027; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); ___culture0 = L_6; } IL_0027: { CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_7 = __this->get__lastUsedResourceCache_8(); if (!L_7) { goto IL_0076; } } { CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_8 = __this->get__lastUsedResourceCache_8(); V_2 = L_8; V_3 = (bool)0; } IL_0038: try { // begin try (depth: 1) { CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_9 = V_2; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_9, (bool*)(&V_3), /*hidden argument*/NULL); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = ___culture0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_10); CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_12 = __this->get__lastUsedResourceCache_8(); NullCheck(L_12); String_t* L_13 = L_12->get_lastCultureName_0(); bool L_14 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_11, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_006a; } } IL_0058: { CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_15 = __this->get__lastUsedResourceCache_8(); NullCheck(L_15); ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_16 = L_15->get_lastResourceSet_1(); V_4 = L_16; IL2CPP_LEAVE(0xF5, FINALLY_006c); } IL_006a: { IL2CPP_LEAVE(0x76, FINALLY_006c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006c; } FINALLY_006c: { // begin finally (depth: 1) { bool L_17 = V_3; if (!L_17) { goto IL_0075; } } IL_006f: { CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_18 = V_2; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_18, /*hidden argument*/NULL); } IL_0075: { IL2CPP_END_FINALLY(108) } } // end finally (depth: 1) IL2CPP_CLEANUP(108) { IL2CPP_JUMP_TBL(0xF5, IL_00f5) IL2CPP_JUMP_TBL(0x76, IL_0076) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0076: { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_19 = __this->get__resourceSets_2(); V_0 = L_19; V_1 = (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)NULL; Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_20 = V_0; if (!L_20) { goto IL_00ac; } } { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_21 = V_0; V_5 = L_21; V_3 = (bool)0; } IL_0087: try { // begin try (depth: 1) Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_22 = V_5; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_22, (bool*)(&V_3), /*hidden argument*/NULL); Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_23 = V_0; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_24 = ___culture0; NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_24); NullCheck(L_23); Dictionary_2_TryGetValue_m537481311DAE1B92D7AEE832DF040976B4452AC2(L_23, L_25, (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m537481311DAE1B92D7AEE832DF040976B4452AC2_RuntimeMethod_var); IL2CPP_LEAVE(0xAC, FINALLY_00a1); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a1; } FINALLY_00a1: { // begin finally (depth: 1) { bool L_26 = V_3; if (!L_26) { goto IL_00ab; } } IL_00a4: { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_27 = V_5; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_27, /*hidden argument*/NULL); } IL_00ab: { IL2CPP_END_FINALLY(161) } } // end finally (depth: 1) IL2CPP_CLEANUP(161) { IL2CPP_JUMP_TBL(0xAC, IL_00ac) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ac: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_28 = V_1; if (!L_28) { goto IL_00f3; } } { CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_29 = __this->get__lastUsedResourceCache_8(); if (!L_29) { goto IL_00f1; } } { CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_30 = __this->get__lastUsedResourceCache_8(); V_2 = L_30; V_3 = (bool)0; } IL_00c0: try { // begin try (depth: 1) CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_31 = V_2; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_31, (bool*)(&V_3), /*hidden argument*/NULL); CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_32 = __this->get__lastUsedResourceCache_8(); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_33 = ___culture0; NullCheck(L_33); String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_33); NullCheck(L_32); L_32->set_lastCultureName_0(L_34); CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_35 = __this->get__lastUsedResourceCache_8(); ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_36 = V_1; NullCheck(L_35); L_35->set_lastResourceSet_1(L_36); IL2CPP_LEAVE(0xF1, FINALLY_00e7); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e7; } FINALLY_00e7: { // begin finally (depth: 1) { bool L_37 = V_3; if (!L_37) { goto IL_00f0; } } IL_00ea: { CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_38 = V_2; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_38, /*hidden argument*/NULL); } IL_00f0: { IL2CPP_END_FINALLY(231) } } // end finally (depth: 1) IL2CPP_CLEANUP(231) { IL2CPP_JUMP_TBL(0xF1, IL_00f1) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00f1: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_39 = V_1; return L_39; } IL_00f3: { return (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)NULL; } IL_00f5: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_40 = V_4; return L_40; } } // System.Resources.ResourceSet System.Resources.ResourceManager::GetResourceSet(System.Globalization.CultureInfo,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * ResourceManager_GetResourceSet_m4AA2D68D5711EC0403955162C3631F3A132BD4D5 (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, bool ___createIfNotExists1, bool ___tryParents2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_GetResourceSet_m4AA2D68D5711EC0403955162C3631F3A132BD4D5_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * V_0 = NULL; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * V_1 = NULL; int32_t V_2 = 0; Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * V_3 = NULL; bool V_4 = false; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * V_5 = NULL; String_t* V_6 = NULL; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ResourceManager_GetResourceSet_m4AA2D68D5711EC0403955162C3631F3A132BD4D5_RuntimeMethod_var); } IL_000e: { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_2 = __this->get__resourceSets_2(); V_0 = L_2; Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_3 = V_0; if (!L_3) { goto IL_004a; } } { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_4 = V_0; V_3 = L_4; V_4 = (bool)0; } IL_001d: try { // begin try (depth: 1) { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_5 = V_3; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_5, (bool*)(&V_4), /*hidden argument*/NULL); Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_6 = V_0; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = ___culture0; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_7); NullCheck(L_6); bool L_9 = Dictionary_2_TryGetValue_m537481311DAE1B92D7AEE832DF040976B4452AC2(L_6, L_8, (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m537481311DAE1B92D7AEE832DF040976B4452AC2_RuntimeMethod_var); if (!L_9) { goto IL_003d; } } IL_0035: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_10 = V_1; V_5 = L_10; IL2CPP_LEAVE(0xCC, FINALLY_003f); } IL_003d: { IL2CPP_LEAVE(0x4A, FINALLY_003f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003f; } FINALLY_003f: { // begin finally (depth: 1) { bool L_11 = V_4; if (!L_11) { goto IL_0049; } } IL_0043: { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_12 = V_3; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_12, /*hidden argument*/NULL); } IL_0049: { IL2CPP_END_FINALLY(63) } } // end finally (depth: 1) IL2CPP_CLEANUP(63) { IL2CPP_JUMP_TBL(0xCC, IL_00cc) IL2CPP_JUMP_TBL(0x4A, IL_004a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004a: { V_2 = 1; bool L_13 = __this->get_UseManifest_10(); if (!L_13) { goto IL_00c2; } } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = ___culture0; NullCheck(L_14); bool L_15 = CultureInfo_get_HasInvariantCultureName_m0C125F4051A3E515BE0ED9F81376BC6BFCDC8509(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00c2; } } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_16 = ___culture0; String_t* L_17 = VirtFuncInvoker1< String_t*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(5 /* System.String System.Resources.ResourceManager::GetResourceFileName(System.Globalization.CultureInfo) */, __this, L_16); V_6 = L_17; Assembly_t * L_18 = __this->get_MainAssembly_4(); Type_t * L_19 = __this->get__locationInfo_5(); String_t* L_20 = V_6; RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_21 = __this->get_m_callingAssembly_16(); Assembly_t * L_22 = __this->get_MainAssembly_4(); bool L_23 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_21, L_22, /*hidden argument*/NULL); NullCheck(((RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)CastclassClass((RuntimeObject*)L_18, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1_il2cpp_TypeInfo_var))); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_24 = Assembly_GetManifestResourceStream_mEDE767C4803840FF7CD47AB65B3FF40EF2EB00F4(((RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)CastclassClass((RuntimeObject*)L_18, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1_il2cpp_TypeInfo_var)), L_19, L_20, L_23, (int32_t*)(&V_2), /*hidden argument*/NULL); V_7 = L_24; bool L_25 = ___createIfNotExists1; if (!L_25) { goto IL_00c2; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_26 = V_7; if (!L_26) { goto IL_00c2; } } { RuntimeObject* L_27 = __this->get_resourceGroveler_17(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_28 = V_7; Assembly_t * L_29 = __this->get_MainAssembly_4(); NullCheck(((ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 *)CastclassClass((RuntimeObject*)L_27, ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3_il2cpp_TypeInfo_var))); ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_30 = ManifestBasedResourceGroveler_CreateResourceSet_mD41FB15678D106A250AD4EF420E87DD88C61507C(((ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3 *)CastclassClass((RuntimeObject*)L_27, ManifestBasedResourceGroveler_t3C32624F771FBD008FBE2C7D7F03CAB458655BC3_il2cpp_TypeInfo_var)), L_28, L_29, /*hidden argument*/NULL); V_1 = L_30; Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_31 = V_0; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_32 = ___culture0; NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_32); IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var); ResourceManager_AddResourceSet_mF40F7D0C33C4391685F2855DA6706C63EC4E90F7(L_31, L_33, (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)(&V_1), /*hidden argument*/NULL); ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_34 = V_1; return L_34; } IL_00c2: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_35 = ___culture0; bool L_36 = ___createIfNotExists1; bool L_37 = ___tryParents2; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_38 = VirtFuncInvoker3< ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *, bool, bool >::Invoke(7 /* System.Resources.ResourceSet System.Resources.ResourceManager::InternalGetResourceSet(System.Globalization.CultureInfo,System.Boolean,System.Boolean) */, __this, L_35, L_36, L_37); return L_38; } IL_00cc: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_39 = V_5; return L_39; } } // System.Resources.ResourceSet System.Resources.ResourceManager::InternalGetResourceSet(System.Globalization.CultureInfo,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * ResourceManager_InternalGetResourceSet_m8FB1192025EA8E3023384604834584A990E7E083 (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, bool ___createIfNotExists1, bool ___tryParents2, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 1; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture0; bool L_1 = ___createIfNotExists1; bool L_2 = ___tryParents2; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_3 = ResourceManager_InternalGetResourceSet_m9A27B04E5A4CE4AC8B99FDAE44B94F366062F87B(__this, L_0, L_1, L_2, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_3; } } // System.Resources.ResourceSet System.Resources.ResourceManager::InternalGetResourceSet(System.Globalization.CultureInfo,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * ResourceManager_InternalGetResourceSet_m9A27B04E5A4CE4AC8B99FDAE44B94F366062F87B (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___requestedCulture0, bool ___createIfNotExists1, bool ___tryParents2, int32_t* ___stackMark3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_InternalGetResourceSet_m9A27B04E5A4CE4AC8B99FDAE44B94F366062F87B_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * V_0 = NULL; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * V_1 = NULL; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_2 = NULL; ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * V_3 = NULL; Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * V_4 = NULL; bool V_5 = false; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * V_6 = NULL; RuntimeObject* V_7 = NULL; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_8 = NULL; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 8); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_0 = __this->get__resourceSets_2(); V_0 = L_0; V_1 = (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)NULL; V_2 = (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL; Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_1 = V_0; V_4 = L_1; V_5 = (bool)0; } IL_0011: try { // begin try (depth: 1) { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_2 = V_4; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_5), /*hidden argument*/NULL); Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_3 = V_0; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = ___requestedCulture0; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_4); NullCheck(L_3); bool L_6 = Dictionary_2_TryGetValue_m537481311DAE1B92D7AEE832DF040976B4452AC2(L_3, L_5, (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m537481311DAE1B92D7AEE832DF040976B4452AC2_RuntimeMethod_var); if (!L_6) { goto IL_0032; } } IL_002a: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_7 = V_1; V_6 = L_7; IL2CPP_LEAVE(0x113, FINALLY_0034); } IL_0032: { IL2CPP_LEAVE(0x40, FINALLY_0034); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: { // begin finally (depth: 1) { bool L_8 = V_5; if (!L_8) { goto IL_003f; } } IL_0038: { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_9 = V_4; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_9, /*hidden argument*/NULL); } IL_003f: { IL2CPP_END_FINALLY(52) } } // end finally (depth: 1) IL2CPP_CLEANUP(52) { IL2CPP_JUMP_TBL(0x113, IL_0113) IL2CPP_JUMP_TBL(0x40, IL_0040) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0040: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = ___requestedCulture0; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = __this->get__neutralResourcesCulture_7(); bool L_12 = ___tryParents2; ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * L_13 = (ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 *)il2cpp_codegen_object_new(ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2_il2cpp_TypeInfo_var); ResourceFallbackManager__ctor_m75E783DBA7D3BF4AA654303102614C54EEF9E3D2(L_13, L_10, L_11, L_12, /*hidden argument*/NULL); V_3 = L_13; ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * L_14 = V_3; NullCheck(L_14); RuntimeObject* L_15 = ResourceFallbackManager_GetEnumerator_m93C691CB0FA9F2824CE37039D41B41B15349D8B2(L_14, /*hidden argument*/NULL); V_7 = L_15; } IL_0056: try { // begin try (depth: 1) { goto IL_00b4; } IL_0058: { RuntimeObject* L_16 = V_7; NullCheck(L_16); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_17 = InterfaceFuncInvoker0< CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t3A3A4B7D15CBA6836C24E1A27B905A7D24F7C33F_il2cpp_TypeInfo_var, L_16); V_8 = L_17; Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_18 = V_0; V_4 = L_18; V_5 = (bool)0; } IL_0067: try { // begin try (depth: 2) { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_19 = V_4; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_19, (bool*)(&V_5), /*hidden argument*/NULL); Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_20 = V_0; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_21 = V_8; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_21); NullCheck(L_20); bool L_23 = Dictionary_2_TryGetValue_m537481311DAE1B92D7AEE832DF040976B4452AC2(L_20, L_22, (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m537481311DAE1B92D7AEE832DF040976B4452AC2_RuntimeMethod_var); if (!L_23) { goto IL_008b; } } IL_0081: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_24 = ___requestedCulture0; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_25 = V_8; if ((((RuntimeObject*)(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)L_24) == ((RuntimeObject*)(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)L_25))) { goto IL_0089; } } IL_0086: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_26 = V_8; V_2 = L_26; } IL_0089: { IL2CPP_LEAVE(0xCB, FINALLY_008d); } IL_008b: { IL2CPP_LEAVE(0x99, FINALLY_008d); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008d; } FINALLY_008d: { // begin finally (depth: 2) { bool L_27 = V_5; if (!L_27) { goto IL_0098; } } IL_0091: { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_28 = V_4; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_28, /*hidden argument*/NULL); } IL_0098: { IL2CPP_END_FINALLY(141) } } // end finally (depth: 2) IL2CPP_CLEANUP(141) { IL2CPP_END_CLEANUP(0xCB, FINALLY_00bf); IL2CPP_JUMP_TBL(0x99, IL_0099) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0099: { RuntimeObject* L_29 = __this->get_resourceGroveler_17(); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_30 = V_8; Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_31 = V_0; bool L_32 = ___tryParents2; bool L_33 = ___createIfNotExists1; int32_t* L_34 = ___stackMark3; NullCheck(L_29); ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_35 = InterfaceFuncInvoker5< ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *, Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 *, bool, bool, int32_t* >::Invoke(0 /* System.Resources.ResourceSet System.Resources.IResourceGroveler::GrovelForResourceSet(System.Globalization.CultureInfo,System.Collections.Generic.Dictionary`2,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&) */, IResourceGroveler_tCEF78094E38045CAD9EFB296E179CCDFDCB94C44_il2cpp_TypeInfo_var, L_29, L_30, L_31, L_32, L_33, (int32_t*)L_34); V_1 = L_35; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_36 = V_1; if (!L_36) { goto IL_00b4; } } IL_00af: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_37 = V_8; V_2 = L_37; IL2CPP_LEAVE(0xCB, FINALLY_00bf); } IL_00b4: { RuntimeObject* L_38 = V_7; NullCheck(L_38); bool L_39 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_38); if (L_39) { goto IL_0058; } } IL_00bd: { IL2CPP_LEAVE(0xCB, FINALLY_00bf); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00bf; } FINALLY_00bf: { // begin finally (depth: 1) { RuntimeObject* L_40 = V_7; if (!L_40) { goto IL_00ca; } } IL_00c3: { RuntimeObject* L_41 = V_7; NullCheck(L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_41); } IL_00ca: { IL2CPP_END_FINALLY(191) } } // end finally (depth: 1) IL2CPP_CLEANUP(191) { IL2CPP_JUMP_TBL(0xCB, IL_00cb) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00cb: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_42 = V_1; if (!L_42) { goto IL_0111; } } { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_43 = V_2; if (!L_43) { goto IL_0111; } } { ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * L_44 = V_3; NullCheck(L_44); RuntimeObject* L_45 = ResourceFallbackManager_GetEnumerator_m93C691CB0FA9F2824CE37039D41B41B15349D8B2(L_44, /*hidden argument*/NULL); V_7 = L_45; } IL_00d9: try { // begin try (depth: 1) { goto IL_00fa; } IL_00db: { RuntimeObject* L_46 = V_7; NullCheck(L_46); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_47 = InterfaceFuncInvoker0< CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t3A3A4B7D15CBA6836C24E1A27B905A7D24F7C33F_il2cpp_TypeInfo_var, L_46); V_9 = L_47; Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_48 = V_0; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_49 = V_9; NullCheck(L_49); String_t* L_50 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_49); IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var); ResourceManager_AddResourceSet_mF40F7D0C33C4391685F2855DA6706C63EC4E90F7(L_48, L_50, (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)(&V_1), /*hidden argument*/NULL); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_51 = V_9; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_52 = V_2; if ((!(((RuntimeObject*)(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)L_51) == ((RuntimeObject*)(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)L_52)))) { goto IL_00fa; } } IL_00f8: { IL2CPP_LEAVE(0x111, FINALLY_0105); } IL_00fa: { RuntimeObject* L_53 = V_7; NullCheck(L_53); bool L_54 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_53); if (L_54) { goto IL_00db; } } IL_0103: { IL2CPP_LEAVE(0x111, FINALLY_0105); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0105; } FINALLY_0105: { // begin finally (depth: 1) { RuntimeObject* L_55 = V_7; if (!L_55) { goto IL_0110; } } IL_0109: { RuntimeObject* L_56 = V_7; NullCheck(L_56); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_56); } IL_0110: { IL2CPP_END_FINALLY(261) } } // end finally (depth: 1) IL2CPP_CLEANUP(261) { IL2CPP_JUMP_TBL(0x111, IL_0111) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0111: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_57 = V_1; return L_57; } IL_0113: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_58 = V_6; return L_58; } } // System.Void System.Resources.ResourceManager::AddResourceSet(System.Collections.Generic.Dictionary`2,System.String,System.Resources.ResourceSet&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_AddResourceSet_mF40F7D0C33C4391685F2855DA6706C63EC4E90F7 (Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * ___localResourceSets0, String_t* ___cultureName1, ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE ** ___rs2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_AddResourceSet_mF40F7D0C33C4391685F2855DA6706C63EC4E90F7_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * V_0 = NULL; bool V_1 = false; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_0 = ___localResourceSets0; V_0 = L_0; V_1 = (bool)0; } IL_0004: try { // begin try (depth: 1) { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_2 = ___localResourceSets0; String_t* L_3 = ___cultureName1; NullCheck(L_2); bool L_4 = Dictionary_2_TryGetValue_m537481311DAE1B92D7AEE832DF040976B4452AC2(L_2, L_3, (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m537481311DAE1B92D7AEE832DF040976B4452AC2_RuntimeMethod_var); if (!L_4) { goto IL_0032; } } IL_0017: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_5 = V_2; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE ** L_6 = ___rs2; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_7 = *((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)L_6); if ((((RuntimeObject*)(ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)L_5) == ((RuntimeObject*)(ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)L_7))) { goto IL_003b; } } IL_001c: { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_8 = ___localResourceSets0; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE ** L_9 = ___rs2; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_10 = *((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)L_9); NullCheck(L_8); bool L_11 = Dictionary_2_ContainsValue_mF74660F05E60A26AAA49429B4DEC83F9D21BDC62(L_8, L_10, /*hidden argument*/Dictionary_2_ContainsValue_mF74660F05E60A26AAA49429B4DEC83F9D21BDC62_RuntimeMethod_var); if (L_11) { goto IL_002d; } } IL_0026: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE ** L_12 = ___rs2; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_13 = *((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)L_12); NullCheck(L_13); ResourceSet_Dispose_mD79BEBA639CD14A05DB03449084CC23C94EF6EDA(L_13, /*hidden argument*/NULL); } IL_002d: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE ** L_14 = ___rs2; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_15 = V_2; *((RuntimeObject **)L_14) = (RuntimeObject *)L_15; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_14, (void*)(RuntimeObject *)L_15); IL2CPP_LEAVE(0x47, FINALLY_003d); } IL_0032: { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_16 = ___localResourceSets0; String_t* L_17 = ___cultureName1; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE ** L_18 = ___rs2; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_19 = *((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE **)L_18); NullCheck(L_16); Dictionary_2_Add_m182C36EC44ACCA67A2C60117E7E75516C3EADE89(L_16, L_17, L_19, /*hidden argument*/Dictionary_2_Add_m182C36EC44ACCA67A2C60117E7E75516C3EADE89_RuntimeMethod_var); } IL_003b: { IL2CPP_LEAVE(0x47, FINALLY_003d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003d; } FINALLY_003d: { // begin finally (depth: 1) { bool L_20 = V_1; if (!L_20) { goto IL_0046; } } IL_0040: { Dictionary_2_tDE0FFCE2C110EEFB68C37CEA54DBCA577AFC1CE6 * L_21 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_21, /*hidden argument*/NULL); } IL_0046: { IL2CPP_END_FINALLY(61) } } // end finally (depth: 1) IL2CPP_CLEANUP(61) { IL2CPP_JUMP_TBL(0x47, IL_0047) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0047: { return; } } // System.Version System.Resources.ResourceManager::GetSatelliteContractVersion(System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ResourceManager_GetSatelliteContractVersion_mCB84CB98869B7E101080CAB51164BCBA002E003C (Assembly_t * ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_GetSatelliteContractVersion_mCB84CB98869B7E101080CAB51164BCBA002E003C_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * V_1 = NULL; RuntimeObject* V_2 = NULL; CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * V_3 = NULL; CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 V_4; memset((&V_4), 0, sizeof(V_4)); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_5 = NULL; ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * V_6 = NULL; Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 4); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Assembly_t * L_0 = ___a0; bool L_1 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_0, (Assembly_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3347C061FDDDFF5883F6701957220038AFEC5A2B, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_3, _stringLiteral86F7E437FAA5A7FCE15D1DDCB9EAEAEA377667B8, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ResourceManager_GetSatelliteContractVersion_mCB84CB98869B7E101080CAB51164BCBA002E003C_RuntimeMethod_var); } IL_001e: { V_0 = (String_t*)NULL; Assembly_t * L_4 = ___a0; NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(25 /* System.Boolean System.Reflection.Assembly::get_ReflectionOnly() */, L_4); if (!L_5) { goto IL_008f; } } { Assembly_t * L_6 = ___a0; RuntimeObject* L_7 = CustomAttributeData_GetCustomAttributes_mBBAF52806BF1845EFFEF6999FFD1142B9B9B0B10(L_6, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject* L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t225D30F8B9E4D8415BFC4EC87D4FC76D173B4D94_il2cpp_TypeInfo_var, L_7); V_2 = L_8; } IL_0034: try { // begin try (depth: 1) { goto IL_0076; } IL_0036: { RuntimeObject* L_9 = V_2; NullCheck(L_9); CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * L_10 = InterfaceFuncInvoker0< CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t586EAFA658B0D4EC3217A68ABF8E593C58CD3F5D_il2cpp_TypeInfo_var, L_9); V_3 = L_10; CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * L_11 = V_3; NullCheck(L_11); ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_12 = VirtFuncInvoker0< ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * >::Invoke(4 /* System.Reflection.ConstructorInfo System.Reflection.CustomAttributeData::get_Constructor() */, L_11); NullCheck(L_12); Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_12); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast (SatelliteContractVersionAttribute_tF05E6DCCDC8C9ED9EC7611F1EDBA5295AA24EBA3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_14, /*hidden argument*/NULL); bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_13, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0076; } } IL_0059: { CustomAttributeData_t2CD9D78F97B6517D5DEE35DEE97159B02C078F88 * L_17 = V_3; NullCheck(L_17); RuntimeObject* L_18 = VirtFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::get_ConstructorArguments() */, L_17); NullCheck(L_18); CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 L_19 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t6CC82F01278D7AA7C3DC2939506F0C54E06AAADE_il2cpp_TypeInfo_var, L_18, 0); V_4 = L_19; RuntimeObject * L_20 = CustomAttributeTypedArgument_get_Value_m11CEBA0F1359637E888E86CB46188B6F3B0C7553_inline((CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 *)(&V_4), /*hidden argument*/NULL); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_20, String_t_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x8A, FINALLY_0080); } IL_0076: { RuntimeObject* L_21 = V_2; NullCheck(L_21); bool L_22 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_21); if (L_22) { goto IL_0036; } } IL_007e: { IL2CPP_LEAVE(0x8A, FINALLY_0080); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0080; } FINALLY_0080: { // begin finally (depth: 1) { RuntimeObject* L_23 = V_2; if (!L_23) { goto IL_0089; } } IL_0083: { RuntimeObject* L_24 = V_2; NullCheck(L_24); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_24); } IL_0089: { IL2CPP_END_FINALLY(128) } } // end finally (depth: 1) IL2CPP_CLEANUP(128) { IL2CPP_JUMP_TBL(0x8A, IL_008a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008a: { String_t* L_25 = V_0; if (L_25) { goto IL_00b8; } } { return (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)NULL; } IL_008f: { Assembly_t * L_26 = ___a0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_27 = { reinterpret_cast (SatelliteContractVersionAttribute_tF05E6DCCDC8C9ED9EC7611F1EDBA5295AA24EBA3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_28 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_27, /*hidden argument*/NULL); NullCheck(L_26); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_29 = VirtFuncInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Type_t *, bool >::Invoke(14 /* System.Object[] System.Reflection.Assembly::GetCustomAttributes(System.Type,System.Boolean) */, L_26, L_28, (bool)0); V_5 = L_29; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = V_5; NullCheck(L_30); if ((((RuntimeArray*)L_30)->max_length)) { goto IL_00a9; } } { return (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)NULL; } IL_00a9: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = V_5; NullCheck(L_31); int32_t L_32 = 0; RuntimeObject * L_33 = (L_31)->GetAt(static_cast(L_32)); NullCheck(((SatelliteContractVersionAttribute_tF05E6DCCDC8C9ED9EC7611F1EDBA5295AA24EBA3 *)CastclassSealed((RuntimeObject*)L_33, SatelliteContractVersionAttribute_tF05E6DCCDC8C9ED9EC7611F1EDBA5295AA24EBA3_il2cpp_TypeInfo_var))); String_t* L_34 = SatelliteContractVersionAttribute_get_Version_mF5FBD4568C4445121E0A31E7BE50F47F5CCC10AE_inline(((SatelliteContractVersionAttribute_tF05E6DCCDC8C9ED9EC7611F1EDBA5295AA24EBA3 *)CastclassSealed((RuntimeObject*)L_33, SatelliteContractVersionAttribute_tF05E6DCCDC8C9ED9EC7611F1EDBA5295AA24EBA3_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_34; } IL_00b8: { } IL_00b9: try { // begin try (depth: 1) String_t* L_35 = V_0; Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_36 = (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)il2cpp_codegen_object_new(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var); Version__ctor_mC1DA3D718E1D0AC5D640C5F78AB693CA40FF2889(L_36, L_35, /*hidden argument*/NULL); V_1 = L_36; goto IL_0105; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00c2; throw e; } CATCH_00c2: { // begin catch(System.ArgumentOutOfRangeException) { V_6 = ((ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)__exception_local); Assembly_t * L_37 = ___a0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_38 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_39 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_38, /*hidden argument*/NULL); NullCheck(L_39); Assembly_t * L_40 = VirtFuncInvoker0< Assembly_t * >::Invoke(24 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_39); bool L_41 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_37, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00e0; } } IL_00db: { V_7 = (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)NULL; goto IL_0107; } IL_00e0: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = L_42; Assembly_t * L_44 = ___a0; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_44); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_45); (L_43)->SetAt(static_cast(0), (RuntimeObject *)L_45); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_46 = L_43; String_t* L_47 = V_0; NullCheck(L_46); ArrayElementTypeCheck (L_46, L_47); (L_46)->SetAt(static_cast(1), (RuntimeObject *)L_47); String_t* L_48 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralFACD81973298E2BF2602F9DBF18935872690CCEC, L_46, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_49 = V_6; ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_50 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m1BF85DCCECA37FCD88A0884AF3C4D03566911BF0(L_50, L_48, L_49, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, ResourceManager_GetSatelliteContractVersion_mCB84CB98869B7E101080CAB51164BCBA002E003C_RuntimeMethod_var); } } // end catch (depth: 1) IL_0105: { Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_51 = V_1; return L_51; } IL_0107: { Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_52 = V_7; return L_52; } } // System.Boolean System.Resources.ResourceManager::CompareNames(System.String,System.String,System.Reflection.AssemblyName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResourceManager_CompareNames_m0ED5EAF80630F3031452D76831ECEA09C92092C6 (String_t* ___asmTypeName10, String_t* ___typeName21, AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * ___asmName22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_CompareNames_m0ED5EAF80630F3031452D76831ECEA09C92092C6_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * V_1 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; int32_t V_4 = 0; int32_t G_B3_0 = 0; { String_t* L_0 = ___asmTypeName10; NullCheck(L_0); int32_t L_1 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_0, ((int32_t)44), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0010; } } { int32_t L_3 = V_0; G_B3_0 = L_3; goto IL_0016; } IL_0010: { String_t* L_4 = ___asmTypeName10; NullCheck(L_4); int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL); G_B3_0 = L_5; } IL_0016: { String_t* L_6 = ___typeName21; NullCheck(L_6); int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)G_B3_0) == ((int32_t)L_7))) { goto IL_0020; } } { return (bool)0; } IL_0020: { String_t* L_8 = ___asmTypeName10; String_t* L_9 = ___typeName21; String_t* L_10 = ___typeName21; NullCheck(L_10); int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL); int32_t L_12 = String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064(L_8, 0, L_9, 0, L_11, 4, /*hidden argument*/NULL); if (!L_12) { goto IL_0034; } } { return (bool)0; } IL_0034: { int32_t L_13 = V_0; if ((!(((uint32_t)L_13) == ((uint32_t)(-1))))) { goto IL_003a; } } { return (bool)1; } IL_003a: { String_t* L_14 = ___asmTypeName10; int32_t L_15 = V_0; int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); V_0 = L_16; NullCheck(L_14); Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_18 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_003a; } } { String_t* L_19 = ___asmTypeName10; int32_t L_20 = V_0; NullCheck(L_19); String_t* L_21 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_19, L_20, /*hidden argument*/NULL); AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_22 = (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *)il2cpp_codegen_object_new(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var); AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF(L_22, L_21, /*hidden argument*/NULL); V_1 = L_22; AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_23 = V_1; NullCheck(L_23); String_t* L_24 = AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline(L_23, /*hidden argument*/NULL); AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_25 = ___asmName22; NullCheck(L_25); String_t* L_26 = AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline(L_25, /*hidden argument*/NULL); int32_t L_27 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_24, L_26, 5, /*hidden argument*/NULL); if (!L_27) { goto IL_006f; } } { return (bool)0; } IL_006f: { AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_28 = V_1; NullCheck(L_28); String_t* L_29 = AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline(L_28, /*hidden argument*/NULL); int32_t L_30 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_29, _stringLiteralAFD6EADC1B6810FA1650AC3B4E0294321C5424BA, 5, /*hidden argument*/NULL); if (L_30) { goto IL_0084; } } { return (bool)1; } IL_0084: { AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_31 = V_1; NullCheck(L_31); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_32 = AssemblyName_get_CultureInfo_m611D937A0D0CAEFCAA2F4BCCE7BA936A61A4F6D1_inline(L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00ae; } } { AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_33 = ___asmName22; NullCheck(L_33); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_34 = AssemblyName_get_CultureInfo_m611D937A0D0CAEFCAA2F4BCCE7BA936A61A4F6D1_inline(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00ae; } } { AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_35 = V_1; NullCheck(L_35); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_36 = AssemblyName_get_CultureInfo_m611D937A0D0CAEFCAA2F4BCCE7BA936A61A4F6D1_inline(L_35, /*hidden argument*/NULL); NullCheck(L_36); int32_t L_37 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_36); AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_38 = ___asmName22; NullCheck(L_38); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_39 = AssemblyName_get_CultureInfo_m611D937A0D0CAEFCAA2F4BCCE7BA936A61A4F6D1_inline(L_38, /*hidden argument*/NULL); NullCheck(L_39); int32_t L_40 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_39); if ((((int32_t)L_37) == ((int32_t)L_40))) { goto IL_00ae; } } { return (bool)0; } IL_00ae: { AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_41 = V_1; NullCheck(L_41); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = AssemblyName_GetPublicKeyToken_mE19B825DA45B1A3310CC59C06F50976EF4C6B1B0(L_41, /*hidden argument*/NULL); V_2 = L_42; AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_43 = ___asmName22; NullCheck(L_43); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = AssemblyName_GetPublicKeyToken_mE19B825DA45B1A3310CC59C06F50976EF4C6B1B0(L_43, /*hidden argument*/NULL); V_3 = L_44; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = V_2; if (!L_45) { goto IL_00ea; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = V_3; if (!L_46) { goto IL_00ea; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = V_2; NullCheck(L_47); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = V_3; NullCheck(L_48); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length))))))) { goto IL_00cc; } } { return (bool)0; } IL_00cc: { V_4 = 0; goto IL_00e3; } IL_00d1: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = V_2; int32_t L_50 = V_4; NullCheck(L_49); int32_t L_51 = L_50; uint8_t L_52 = (L_49)->GetAt(static_cast(L_51)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = V_3; int32_t L_54 = V_4; NullCheck(L_53); int32_t L_55 = L_54; uint8_t L_56 = (L_53)->GetAt(static_cast(L_55)); if ((((int32_t)L_52) == ((int32_t)L_56))) { goto IL_00dd; } } { return (bool)0; } IL_00dd: { int32_t L_57 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); } IL_00e3: { int32_t L_58 = V_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = V_2; NullCheck(L_59); if ((((int32_t)L_58) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_59)->max_length))))))) { goto IL_00d1; } } IL_00ea: { return (bool)1; } } // System.Void System.Resources.ResourceManager::SetAppXConfiguration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_SetAppXConfiguration_mD3FC0285AF4B421A52E1026CBC3F03F0109C5868 (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, const RuntimeMethod* method) { { return; } } // System.String System.Resources.ResourceManager::GetString(System.String,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceManager_GetString_mA036F850F2C1CC4132BB35DC98D14434BF821F51 (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, String_t* ___name0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager_GetString_mA036F850F2C1CC4132BB35DC98D14434BF821F51_MetadataUsageId); s_Il2CppMethodInitialized = true; } ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_3 = NULL; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * V_4 = NULL; String_t* V_5 = NULL; CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * V_6 = NULL; bool V_7 = false; String_t* V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 4); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { String_t* L_0 = ___name0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ResourceManager_GetString_mA036F850F2C1CC4132BB35DC98D14434BF821F51_RuntimeMethod_var); } IL_000e: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = ___culture1; if (L_2) { goto IL_001d; } } { Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_3 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL); NullCheck(L_3); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = Thread_GetCurrentUICultureNoAppX_m3443520354B118E074F79BF5D5BDBB5B6E31B5AB(L_3, /*hidden argument*/NULL); ___culture1 = L_4; } IL_001d: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = ___culture1; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_6 = ResourceManager_GetFirstResourceSet_m1A67BF46D303498D8A68937A68E3F5B2E4854B66(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_7 = V_0; if (!L_7) { goto IL_003b; } } { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_8 = V_0; String_t* L_9 = ___name0; bool L_10 = __this->get__ignoreCase_9(); NullCheck(L_8); String_t* L_11 = VirtFuncInvoker2< String_t*, String_t*, bool >::Invoke(9 /* System.String System.Resources.ResourceSet::GetString(System.String,System.Boolean) */, L_8, L_9, L_10); V_1 = L_11; String_t* L_12 = V_1; if (!L_12) { goto IL_003b; } } { String_t* L_13 = V_1; return L_13; } IL_003b: { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = ___culture1; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = __this->get__neutralResourcesCulture_7(); ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 * L_16 = (ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2 *)il2cpp_codegen_object_new(ResourceFallbackManager_t1AEACC658BDC0DDFAD5444D1EC3611FAA56CBFA2_il2cpp_TypeInfo_var); ResourceFallbackManager__ctor_m75E783DBA7D3BF4AA654303102614C54EEF9E3D2(L_16, L_14, L_15, (bool)1, /*hidden argument*/NULL); NullCheck(L_16); RuntimeObject* L_17 = ResourceFallbackManager_GetEnumerator_m93C691CB0FA9F2824CE37039D41B41B15349D8B2(L_16, /*hidden argument*/NULL); V_2 = L_17; } IL_004e: try { // begin try (depth: 1) { goto IL_00d8; } IL_0053: { RuntimeObject* L_18 = V_2; NullCheck(L_18); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = InterfaceFuncInvoker0< CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t3A3A4B7D15CBA6836C24E1A27B905A7D24F7C33F_il2cpp_TypeInfo_var, L_18); V_3 = L_19; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_20 = V_3; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_21 = VirtFuncInvoker3< ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *, bool, bool >::Invoke(7 /* System.Resources.ResourceSet System.Resources.ResourceManager::InternalGetResourceSet(System.Globalization.CultureInfo,System.Boolean,System.Boolean) */, __this, L_20, (bool)1, (bool)1); V_4 = L_21; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_22 = V_4; if (L_22) { goto IL_006e; } } IL_0069: { IL2CPP_LEAVE(0xEF, FINALLY_00e5); } IL_006e: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_23 = V_4; ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_24 = V_0; if ((((RuntimeObject*)(ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)L_23) == ((RuntimeObject*)(ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)L_24))) { goto IL_00d8; } } IL_0073: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_25 = V_4; String_t* L_26 = ___name0; bool L_27 = __this->get__ignoreCase_9(); NullCheck(L_25); String_t* L_28 = VirtFuncInvoker2< String_t*, String_t*, bool >::Invoke(9 /* System.String System.Resources.ResourceSet::GetString(System.String,System.Boolean) */, L_25, L_26, L_27); V_5 = L_28; String_t* L_29 = V_5; if (!L_29) { goto IL_00d5; } } IL_0087: { CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_30 = __this->get__lastUsedResourceCache_8(); if (!L_30) { goto IL_00cf; } } IL_008f: { CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_31 = __this->get__lastUsedResourceCache_8(); V_6 = L_31; V_7 = (bool)0; } IL_009a: try { // begin try (depth: 2) CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_32 = V_6; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_32, (bool*)(&V_7), /*hidden argument*/NULL); CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_33 = __this->get__lastUsedResourceCache_8(); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_34 = V_3; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_34); NullCheck(L_33); L_33->set_lastCultureName_0(L_35); CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_36 = __this->get__lastUsedResourceCache_8(); ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_37 = V_4; NullCheck(L_36); L_36->set_lastResourceSet_1(L_37); IL2CPP_LEAVE(0xCF, FINALLY_00c3); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c3; } FINALLY_00c3: { // begin finally (depth: 2) { bool L_38 = V_7; if (!L_38) { goto IL_00ce; } } IL_00c7: { CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * L_39 = V_6; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_39, /*hidden argument*/NULL); } IL_00ce: { IL2CPP_END_FINALLY(195) } } // end finally (depth: 2) IL2CPP_CLEANUP(195) { IL2CPP_JUMP_TBL(0xCF, IL_00cf) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00cf: { String_t* L_40 = V_5; V_8 = L_40; IL2CPP_LEAVE(0xF1, FINALLY_00e5); } IL_00d5: { ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * L_41 = V_4; V_0 = L_41; } IL_00d8: { RuntimeObject* L_42 = V_2; NullCheck(L_42); bool L_43 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_42); if (L_43) { goto IL_0053; } } IL_00e3: { IL2CPP_LEAVE(0xEF, FINALLY_00e5); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e5; } FINALLY_00e5: { // begin finally (depth: 1) { RuntimeObject* L_44 = V_2; if (!L_44) { goto IL_00ee; } } IL_00e8: { RuntimeObject* L_45 = V_2; NullCheck(L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_45); } IL_00ee: { IL2CPP_END_FINALLY(229) } } // end finally (depth: 1) IL2CPP_CLEANUP(229) { IL2CPP_JUMP_TBL(0xEF, IL_00ef) IL2CPP_JUMP_TBL(0xF1, IL_00f1) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ef: { return (String_t*)NULL; } IL_00f1: { String_t* L_46 = V_8; return L_46; } } // System.Void System.Resources.ResourceManager::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager__cctor_m63CA35980CC154EC57FF47982CD8750A6987C8A3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManager__cctor_m63CA35980CC154EC57FF47982CD8750A6987C8A3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var))->set_MagicNumber_18(((int32_t)-1091581234)); ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var))->set_HeaderVersionNumber_19(1); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL); ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var))->set__minResourceSet_20(L_1); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442_0_0_0_var) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_3); ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var))->set_ResReaderTypeName_21(L_4); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373_0_0_0_var) }; Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_6); ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var))->set_ResSetTypeName_22(L_7); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442_0_0_0_var) }; Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL); NullCheck(L_9); Assembly_t * L_10 = VirtFuncInvoker0< Assembly_t * >::Invoke(24 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_9); NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_10); ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var))->set_MscorlibName_23(L_11); ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var))->set_DEBUG_24(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.Resources.ResourceManager_CultureNameResourceSetPair::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureNameResourceSetPair__ctor_mE1546E886DB16DD2BF9120A3466F88E67477CC5E (CultureNameResourceSetPair_t77328DA298FCF741DE21CC5B3E19F160D7060074 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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.Resources.ResourceManager_ResourceManagerMediator::.ctor(System.Resources.ResourceManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManagerMediator__ctor_mEF961378C326F3D704A5D18AA5EF6126714F2944 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * ___rm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManagerMediator__ctor_mEF961378C326F3D704A5D18AA5EF6126714F2944_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * L_0 = ___rm0; if (L_0) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5CD7E29C88170AA3F16281E0DBF5772C137F6D8D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ResourceManagerMediator__ctor_mEF961378C326F3D704A5D18AA5EF6126714F2944_RuntimeMethod_var); } IL_0014: { ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * L_2 = ___rm0; __this->set__rm_0(L_2); return; } } // System.String System.Resources.ResourceManager_ResourceManagerMediator::get_ModuleDir() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceManagerMediator_get_ModuleDir_m134CD2B8720897EBAE905212B954879BB2340189 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method) { { ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * L_0 = __this->get__rm_0(); NullCheck(L_0); String_t* L_1 = L_0->get_moduleDir_3(); return L_1; } } // System.Type System.Resources.ResourceManager_ResourceManagerMediator::get_LocationInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ResourceManagerMediator_get_LocationInfo_mCADB8AB95DA99E7286C8706995D4C3C909A3A297 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method) { { ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * L_0 = __this->get__rm_0(); NullCheck(L_0); Type_t * L_1 = L_0->get__locationInfo_5(); return L_1; } } // System.Type System.Resources.ResourceManager_ResourceManagerMediator::get_UserResourceSet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ResourceManagerMediator_get_UserResourceSet_m553D5578FC18DEA54DF46779CA958304C6376E02 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method) { { ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * L_0 = __this->get__rm_0(); NullCheck(L_0); Type_t * L_1 = L_0->get__userResourceSet_6(); return L_1; } } // System.String System.Resources.ResourceManager_ResourceManagerMediator::get_BaseNameField() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceManagerMediator_get_BaseNameField_m2C59ECAC6BC4F30717E0B308562C9D1AB1FACE0A (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method) { { ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * L_0 = __this->get__rm_0(); NullCheck(L_0); String_t* L_1 = L_0->get_BaseNameField_0(); return L_1; } } // System.Globalization.CultureInfo System.Resources.ResourceManager_ResourceManagerMediator::get_NeutralResourcesCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ResourceManagerMediator_get_NeutralResourcesCulture_m446616F81140B1838CCB91926614C90338368B5D (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method) { { ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * L_0 = __this->get__rm_0(); NullCheck(L_0); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = L_0->get__neutralResourcesCulture_7(); return L_1; } } // System.String System.Resources.ResourceManager_ResourceManagerMediator::GetResourceFileName(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceManagerMediator_GetResourceFileName_m662A7AAD0A6CDDF898CBA67FBA7E3F7EEF890F28 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method) { { ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * L_0 = __this->get__rm_0(); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = ___culture0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * >::Invoke(5 /* System.String System.Resources.ResourceManager::GetResourceFileName(System.Globalization.CultureInfo) */, L_0, L_1); return L_2; } } // System.Boolean System.Resources.ResourceManager_ResourceManagerMediator::get_LookedForSatelliteContractVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResourceManagerMediator_get_LookedForSatelliteContractVersion_mFC9AEE2D51AAF62CA26AB9181E3C770511A45D1B (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method) { { ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * L_0 = __this->get__rm_0(); NullCheck(L_0); bool L_1 = L_0->get__lookedForSatelliteContractVersion_14(); return L_1; } } // System.Void System.Resources.ResourceManager_ResourceManagerMediator::set_LookedForSatelliteContractVersion(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManagerMediator_set_LookedForSatelliteContractVersion_m337175C3E48435B5B1DD5E3D8AAF09E5ACDDEA21 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, bool ___value0, const RuntimeMethod* method) { { ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * L_0 = __this->get__rm_0(); bool L_1 = ___value0; NullCheck(L_0); L_0->set__lookedForSatelliteContractVersion_14(L_1); return; } } // System.Version System.Resources.ResourceManager_ResourceManagerMediator::get_SatelliteContractVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ResourceManagerMediator_get_SatelliteContractVersion_mFB0B0520B532EE1DA3A8977663F4B7D99D9D2F46 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method) { { ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * L_0 = __this->get__rm_0(); NullCheck(L_0); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_1 = L_0->get__satelliteContractVersion_13(); return L_1; } } // System.Void System.Resources.ResourceManager_ResourceManagerMediator::set_SatelliteContractVersion(System.Version) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManagerMediator_set_SatelliteContractVersion_mDEB8B6B244329D4314D60547A70AC970670C9CD0 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___value0, const RuntimeMethod* method) { { ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * L_0 = __this->get__rm_0(); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_1 = ___value0; NullCheck(L_0); L_0->set__satelliteContractVersion_13(L_1); return; } } // System.Version System.Resources.ResourceManager_ResourceManagerMediator::ObtainSatelliteContractVersion(System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ResourceManagerMediator_ObtainSatelliteContractVersion_m4846347F64EB97E160C732AF43441B95DF408ED9 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, Assembly_t * ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManagerMediator_ObtainSatelliteContractVersion_m4846347F64EB97E160C732AF43441B95DF408ED9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Assembly_t * L_0 = ___a0; IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_1 = ResourceManager_GetSatelliteContractVersion_mCB84CB98869B7E101080CAB51164BCBA002E003C(L_0, /*hidden argument*/NULL); return L_1; } } // System.Resources.UltimateResourceFallbackLocation System.Resources.ResourceManager_ResourceManagerMediator::get_FallbackLoc() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceManagerMediator_get_FallbackLoc_m002269F0045D104C17D9365A613C5D8B3BDFFD43 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method) { { ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * L_0 = __this->get__rm_0(); NullCheck(L_0); int32_t L_1 = ResourceManager_get_FallbackLocation_mB6CCD60835B83592996520EC990B4D4DF6BB546B_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Reflection.RuntimeAssembly System.Resources.ResourceManager_ResourceManagerMediator::get_CallingAssembly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * ResourceManagerMediator_get_CallingAssembly_mCD281D72F52E08479FAEF122D50703A139A78A2F (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method) { { ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * L_0 = __this->get__rm_0(); NullCheck(L_0); RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * L_1 = L_0->get_m_callingAssembly_16(); return L_1; } } // System.Reflection.RuntimeAssembly System.Resources.ResourceManager_ResourceManagerMediator::get_MainAssembly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * ResourceManagerMediator_get_MainAssembly_m15E30104A21712E9D1CEB7BAACA527CF96F572D8 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceManagerMediator_get_MainAssembly_m15E30104A21712E9D1CEB7BAACA527CF96F572D8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * L_0 = __this->get__rm_0(); NullCheck(L_0); Assembly_t * L_1 = L_0->get_MainAssembly_4(); return ((RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)CastclassClass((RuntimeObject*)L_1, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1_il2cpp_TypeInfo_var)); } } // System.String System.Resources.ResourceManager_ResourceManagerMediator::get_BaseName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceManagerMediator_get_BaseName_mD88EF855A77CAE07D788B533183CE2399B506764 (ResourceManagerMediator_t29C6940F5110113D7F80AAA60C6A75BA77E31A80 * __this, const RuntimeMethod* method) { { ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * L_0 = __this->get__rm_0(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Resources.ResourceManager::get_BaseName() */, L_0); 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.Void System.Resources.ResourceReader::.ctor(System.IO.Stream,System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader__ctor_mF57230EBDF59341DD7DD5A7AAEBE25B8677BF768 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * ___resCache1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader__ctor_mF57230EBDF59341DD7DD5A7AAEBE25B8677BF768_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_0 = ___resCache1; __this->set__resCache_1(L_0); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___stream0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_3 = (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 *)il2cpp_codegen_object_new(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969_il2cpp_TypeInfo_var); BinaryReader__ctor_m8086092A91D507C32ADD5D87902115AD36832C6D(L_3, L_1, L_2, /*hidden argument*/NULL); __this->set__store_0(L_3); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = ___stream0; __this->set__ums_12(((UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E *)IsInstClass((RuntimeObject*)L_4, UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E_il2cpp_TypeInfo_var))); ResourceReader_ReadResources_m872B83050219E10B4E6B13BF0CAFF9710DEE7A97(__this, /*hidden argument*/NULL); return; } } // System.Void System.Resources.ResourceReader::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_Close_mCD281029D1B483C1D2A4C7A94AEDBFFED4CA195F (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, const RuntimeMethod* method) { { ResourceReader_Dispose_mD2EAB1F62FCC021BED7DA702D8E61916EC4515DF(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Resources.ResourceReader::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_Dispose_mD8F9E6059807CE0F446B7107E5A8F2B05F3F230F (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, const RuntimeMethod* method) { { ResourceReader_Close_mCD281029D1B483C1D2A4C7A94AEDBFFED4CA195F(__this, /*hidden argument*/NULL); return; } } // System.Void System.Resources.ResourceReader::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_Dispose_mD2EAB1F62FCC021BED7DA702D8E61916EC4515DF (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, bool ___disposing0, const RuntimeMethod* method) { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * V_0 = NULL; { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get__store_0(); if (!L_0) { goto IL_0055; } } { __this->set__resCache_1((Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 *)NULL); bool L_1 = ___disposing0; if (!L_1) { goto IL_0029; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_2 = __this->get__store_0(); V_0 = L_2; __this->set__store_0((BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 *)NULL); BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_3 = V_0; if (!L_3) { goto IL_0029; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_4 = V_0; NullCheck(L_4); VirtActionInvoker0::Invoke(6 /* System.Void System.IO.BinaryReader::Close() */, L_4); } IL_0029: { __this->set__store_0((BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 *)NULL); __this->set__namePositions_6((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL); __this->set__nameHashes_4((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL); __this->set__ums_12((UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E *)NULL); __this->set__namePositionsPtr_7((int32_t*)(((uintptr_t)0))); __this->set__nameHashesPtr_5((int32_t*)(((uintptr_t)0))); } IL_0055: { return; } } // System.Int32 System.Resources.ResourceReader::ReadUnalignedI4(System.Int32*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceReader_ReadUnalignedI4_mD66AA7E11EE39528D53F8A7BACF91FEA4F4B4FD4 (int32_t* ___p0, const RuntimeMethod* method) { uint8_t* V_0 = NULL; { int32_t* L_0 = ___p0; V_0 = (uint8_t*)L_0; uint8_t* L_1 = V_0; int32_t L_2 = *((uint8_t*)L_1); uint8_t* L_3 = V_0; int32_t L_4 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)1))); uint8_t* L_5 = V_0; int32_t L_6 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)2))); uint8_t* L_7 = V_0; int32_t L_8 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)3))); return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2|(int32_t)((int32_t)((int32_t)L_4<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_6<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)24))))); } } // System.Void System.Resources.ResourceReader::SkipString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_SkipString_m46DC50BEA341252F80ED2AC5E1A1B2D9D58DEC33 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_SkipString_m46DC50BEA341252F80ED2AC5E1A1B2D9D58DEC33_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get__store_0(); NullCheck(L_0); int32_t L_1 = BinaryReader_Read7BitEncodedInt_m97D45D9C52F505E7EA264FE6CE0129C411A25461(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0020; } } { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD4A52FDDB4D7E79BC73B43AF3EAA24978ADBEEBC, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_4 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ResourceReader_SkipString_m46DC50BEA341252F80ED2AC5E1A1B2D9D58DEC33_RuntimeMethod_var); } IL_0020: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_5 = __this->get__store_0(); NullCheck(L_5); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_5); int32_t L_7 = V_0; NullCheck(L_6); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_6, (((int64_t)((int64_t)L_7))), 1); return; } } // System.Int32 System.Resources.ResourceReader::GetNameHash(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceReader_GetNameHash_mFB861313A4C585FADF30D7945A33DB37C2273AE1 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___index0, const RuntimeMethod* method) { { UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_0 = __this->get__ums_12(); if (L_0) { goto IL_0011; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = __this->get__nameHashes_4(); int32_t L_2 = ___index0; NullCheck(L_1); int32_t L_3 = L_2; int32_t L_4 = (L_1)->GetAt(static_cast(L_3)); return L_4; } IL_0011: { int32_t* L_5 = __this->get__nameHashesPtr_5(); int32_t L_6 = ___index0; int32_t L_7 = ResourceReader_ReadUnalignedI4_mD66AA7E11EE39528D53F8A7BACF91FEA4F4B4FD4((int32_t*)(int32_t*)(((uintptr_t)((int32_t*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_6)), (int32_t)4)))))), /*hidden argument*/NULL); return L_7; } } // System.Int32 System.Resources.ResourceReader::GetNamePosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceReader_GetNamePosition_m60F4376D8A95E4A0D03A30793E84296E81514F62 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_GetNamePosition_m60F4376D8A95E4A0D03A30793E84296E81514F62_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_0 = __this->get__ums_12(); if (L_0) { goto IL_0013; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = __this->get__namePositions_6(); int32_t L_2 = ___index0; NullCheck(L_1); int32_t L_3 = L_2; int32_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_0 = L_4; goto IL_0025; } IL_0013: { int32_t* L_5 = __this->get__namePositionsPtr_7(); int32_t L_6 = ___index0; int32_t L_7 = ResourceReader_ReadUnalignedI4_mD66AA7E11EE39528D53F8A7BACF91FEA4F4B4FD4((int32_t*)(int32_t*)(((uintptr_t)((int32_t*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_6)), (int32_t)4)))))), /*hidden argument*/NULL); V_0 = L_7; } IL_0025: { int32_t L_8 = V_0; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_003a; } } { int32_t L_9 = V_0; int64_t L_10 = __this->get__dataSectionOffset_3(); int64_t L_11 = __this->get__nameSectionOffset_2(); if ((((int64_t)(((int64_t)((int64_t)L_9)))) <= ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_10, (int64_t)L_11))))) { goto IL_0059; } } IL_003a: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12; int32_t L_14 = V_0; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_16); String_t* L_17 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralB53892CE74609E5E9A6D355CDEB40DD746804A5B, L_13, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_18 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ResourceReader_GetNamePosition_m60F4376D8A95E4A0D03A30793E84296E81514F62_RuntimeMethod_var); } IL_0059: { int32_t L_19 = V_0; return L_19; } } // System.Collections.IEnumerator System.Resources.ResourceReader::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResourceReader_System_Collections_IEnumerable_GetEnumerator_m57D1081E57E1F4B02BD5A01CB36613C7E73899B2 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = ResourceReader_GetEnumerator_mBDB435F09D42C1B9A3073379600FAE51958090F5(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.IDictionaryEnumerator System.Resources.ResourceReader::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResourceReader_GetEnumerator_mBDB435F09D42C1B9A3073379600FAE51958090F5 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_GetEnumerator_mBDB435F09D42C1B9A3073379600FAE51958090F5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_0 = __this->get__resCache_1(); if (L_0) { goto IL_0018; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4A64F09C12EA2942AB28BED390AA4F90A659A94C, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ResourceReader_GetEnumerator_mBDB435F09D42C1B9A3073379600FAE51958090F5_RuntimeMethod_var); } IL_0018: { ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * L_3 = (ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 *)il2cpp_codegen_object_new(ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1_il2cpp_TypeInfo_var); ResourceEnumerator__ctor_m332EA0C7EFA41649166DB61965183A85A3A0B38F(L_3, __this, /*hidden argument*/NULL); return L_3; } } // System.Resources.ResourceReader_ResourceEnumerator System.Resources.ResourceReader::GetEnumeratorInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * ResourceReader_GetEnumeratorInternal_m06513594F9F6CDC2727DE7CEF29B9A79E50AB97A (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_GetEnumeratorInternal_m06513594F9F6CDC2727DE7CEF29B9A79E50AB97A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * L_0 = (ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 *)il2cpp_codegen_object_new(ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1_il2cpp_TypeInfo_var); ResourceEnumerator__ctor_m332EA0C7EFA41649166DB61965183A85A3A0B38F(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Resources.ResourceReader::FindPosForResource(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceReader_FindPosForResource_m5BF84B80BDC8951B4A2E2D44639C921E89073C7F (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_FindPosForResource_m5BF84B80BDC8951B4A2E2D44639C921E89073C7F_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; bool V_4 = false; int32_t V_5 = 0; int32_t V_6 = 0; ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * V_7 = NULL; bool V_8 = false; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_il2cpp_TypeInfo_var); int32_t L_1 = FastResourceComparer_HashFunction_m2E946F7595547908A3BE54BA30D38A0C14CA16E6(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; int32_t L_2 = __this->get__numResources_11(); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); V_3 = (-1); V_4 = (bool)0; goto IL_0057; } IL_0019: { int32_t L_3 = V_1; int32_t L_4 = V_2; V_3 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))>>(int32_t)1)); int32_t L_5 = V_3; int32_t L_6 = ResourceReader_GetNameHash_mFB861313A4C585FADF30D7945A33DB37C2273AE1(__this, L_5, /*hidden argument*/NULL); V_5 = L_6; int32_t L_7 = V_5; int32_t L_8 = V_0; if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_0032; } } { V_6 = 0; goto IL_003f; } IL_0032: { int32_t L_9 = V_5; int32_t L_10 = V_0; if ((((int32_t)L_9) >= ((int32_t)L_10))) { goto IL_003c; } } { V_6 = (-1); goto IL_003f; } IL_003c: { V_6 = 1; } IL_003f: { int32_t L_11 = V_6; if (L_11) { goto IL_0048; } } { V_4 = (bool)1; goto IL_005b; } IL_0048: { int32_t L_12 = V_6; if ((((int32_t)L_12) >= ((int32_t)0))) { goto IL_0053; } } { int32_t L_13 = V_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); goto IL_0057; } IL_0053: { int32_t L_14 = V_3; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); } IL_0057: { int32_t L_15 = V_1; int32_t L_16 = V_2; if ((((int32_t)L_15) <= ((int32_t)L_16))) { goto IL_0019; } } IL_005b: { bool L_17 = V_4; if (L_17) { goto IL_0061; } } { return (-1); } IL_0061: { int32_t L_18 = V_1; int32_t L_19 = V_3; if ((((int32_t)L_18) == ((int32_t)L_19))) { goto IL_007d; } } { int32_t L_20 = V_3; V_1 = L_20; goto IL_006d; } IL_0069: { int32_t L_21 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)); } IL_006d: { int32_t L_22 = V_1; if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_007d; } } { int32_t L_23 = V_1; int32_t L_24 = ResourceReader_GetNameHash_mFB861313A4C585FADF30D7945A33DB37C2273AE1(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)), /*hidden argument*/NULL); int32_t L_25 = V_0; if ((((int32_t)L_24) == ((int32_t)L_25))) { goto IL_0069; } } IL_007d: { int32_t L_26 = V_2; int32_t L_27 = V_3; if ((((int32_t)L_26) == ((int32_t)L_27))) { goto IL_00a0; } } { int32_t L_28 = V_3; V_2 = L_28; goto IL_0089; } IL_0085: { int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_0089: { int32_t L_30 = V_2; int32_t L_31 = __this->get__numResources_11(); if ((((int32_t)L_30) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1))))) { goto IL_00a0; } } { int32_t L_32 = V_2; int32_t L_33 = ResourceReader_GetNameHash_mFB861313A4C585FADF30D7945A33DB37C2273AE1(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)), /*hidden argument*/NULL); int32_t L_34 = V_0; if ((((int32_t)L_33) == ((int32_t)L_34))) { goto IL_0085; } } IL_00a0: { V_7 = __this; V_8 = (bool)0; } IL_00a6: try { // begin try (depth: 1) { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_35 = V_7; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_35, (bool*)(&V_8), /*hidden argument*/NULL); int32_t L_36 = V_1; V_9 = L_36; goto IL_013c; } IL_00b7: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_37 = __this->get__store_0(); NullCheck(L_37); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_38 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_37); int64_t L_39 = __this->get__nameSectionOffset_2(); int32_t L_40 = V_9; int32_t L_41 = ResourceReader_GetNamePosition_m60F4376D8A95E4A0D03A30793E84296E81514F62(__this, L_40, /*hidden argument*/NULL); NullCheck(L_38); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_38, ((int64_t)il2cpp_codegen_add((int64_t)L_39, (int64_t)(((int64_t)((int64_t)L_41))))), 0); String_t* L_42 = ___name0; bool L_43 = ResourceReader_CompareStringEqualsName_m9D59E35DFD8AD902C319287BFAD9D1EAAFCF90EE(__this, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_0136; } } IL_00e2: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_44 = __this->get__store_0(); NullCheck(L_44); int32_t L_45 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_44); V_10 = L_45; int32_t L_46 = V_10; if ((((int32_t)L_46) < ((int32_t)0))) { goto IL_0110; } } IL_00f4: { int32_t L_47 = V_10; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_48 = __this->get__store_0(); NullCheck(L_48); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_49 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_48); NullCheck(L_49); int64_t L_50 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_49); int64_t L_51 = __this->get__dataSectionOffset_3(); if ((((int64_t)(((int64_t)((int64_t)L_47)))) < ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_50, (int64_t)L_51))))) { goto IL_0130; } } IL_0110: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_52 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_53 = L_52; int32_t L_54 = V_10; int32_t L_55 = L_54; RuntimeObject * L_56 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_55); NullCheck(L_53); ArrayElementTypeCheck (L_53, L_56); (L_53)->SetAt(static_cast(0), (RuntimeObject *)L_56); String_t* L_57 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralEEFF54445AA3727EABE759DA58AEA4B086D63F3C, L_53, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_58 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_58, L_57, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_58, ResourceReader_FindPosForResource_m5BF84B80BDC8951B4A2E2D44639C921E89073C7F_RuntimeMethod_var); } IL_0130: { int32_t L_59 = V_10; V_11 = L_59; IL2CPP_LEAVE(0x154, FINALLY_0146); } IL_0136: { int32_t L_60 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_013c: { int32_t L_61 = V_9; int32_t L_62 = V_2; if ((((int32_t)L_61) <= ((int32_t)L_62))) { goto IL_00b7; } } IL_0144: { IL2CPP_LEAVE(0x152, FINALLY_0146); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0146; } FINALLY_0146: { // begin finally (depth: 1) { bool L_63 = V_8; if (!L_63) { goto IL_0151; } } IL_014a: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_64 = V_7; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_64, /*hidden argument*/NULL); } IL_0151: { IL2CPP_END_FINALLY(326) } } // end finally (depth: 1) IL2CPP_CLEANUP(326) { IL2CPP_JUMP_TBL(0x154, IL_0154) IL2CPP_JUMP_TBL(0x152, IL_0152) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0152: { return (-1); } IL_0154: { int32_t L_65 = V_11; return L_65; } } // System.Boolean System.Resources.ResourceReader::CompareStringEqualsName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResourceReader_CompareStringEqualsName_m9D59E35DFD8AD902C319287BFAD9D1EAAFCF90EE (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_CompareStringEqualsName_m9D59E35DFD8AD902C319287BFAD9D1EAAFCF90EE_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; uint8_t* G_B5_0 = NULL; uint8_t* G_B4_0 = NULL; { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get__store_0(); NullCheck(L_0); int32_t L_1 = BinaryReader_Read7BitEncodedInt_m97D45D9C52F505E7EA264FE6CE0129C411A25461(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0020; } } { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD4A52FDDB4D7E79BC73B43AF3EAA24978ADBEEBC, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_4 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ResourceReader_CompareStringEqualsName_m9D59E35DFD8AD902C319287BFAD9D1EAAFCF90EE_RuntimeMethod_var); } IL_0020: { UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_5 = __this->get__ums_12(); if (!L_5) { goto IL_0075; } } { UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_6 = __this->get__ums_12(); NullCheck(L_6); uint8_t* L_7 = UnmanagedMemoryStream_get_PositionPointer_m679CDF3178C1512CA36CAB5FD1A39F5A398A2ADB(L_6, /*hidden argument*/NULL); UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_8 = __this->get__ums_12(); int32_t L_9 = V_0; NullCheck(L_8); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_8, (((int64_t)((int64_t)L_9))), 1); UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_10 = __this->get__ums_12(); NullCheck(L_10); int64_t L_11 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_10); UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_12 = __this->get__ums_12(); NullCheck(L_12); int64_t L_13 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_12); G_B4_0 = L_7; if ((((int64_t)L_11) <= ((int64_t)L_13))) { G_B5_0 = L_7; goto IL_006a; } } { String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral2568106180D33B44E822048485B518F60844E6F1, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_15 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ResourceReader_CompareStringEqualsName_m9D59E35DFD8AD902C319287BFAD9D1EAAFCF90EE_RuntimeMethod_var); } IL_006a: { int32_t L_16 = V_0; String_t* L_17 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_il2cpp_TypeInfo_var); int32_t L_18 = FastResourceComparer_CompareOrdinal_m7C3EE66240D057EB55D6BEB50A314CA9E8B847F4((uint8_t*)(uint8_t*)G_B5_0, L_16, L_17, /*hidden argument*/NULL); return (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0); } IL_0075: { int32_t L_19 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_19); V_1 = L_20; int32_t L_21 = V_0; V_2 = L_21; goto IL_00a8; } IL_0080: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_22 = __this->get__store_0(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_1; int32_t L_24 = V_0; int32_t L_25 = V_2; int32_t L_26 = V_2; NullCheck(L_22); int32_t L_27 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(24 /* System.Int32 System.IO.BinaryReader::Read(System.Byte[],System.Int32,System.Int32) */, L_22, L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), L_26); V_3 = L_27; int32_t L_28 = V_3; if (L_28) { goto IL_00a4; } } { String_t* L_29 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral51E98139F888B5A53F9A494E7DC9170545E25ABD, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_30 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_30, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ResourceReader_CompareStringEqualsName_m9D59E35DFD8AD902C319287BFAD9D1EAAFCF90EE_RuntimeMethod_var); } IL_00a4: { int32_t L_31 = V_2; int32_t L_32 = V_3; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32)); } IL_00a8: { int32_t L_33 = V_2; if ((((int32_t)L_33) > ((int32_t)0))) { goto IL_0080; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = V_1; int32_t L_35 = V_0; String_t* L_36 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_il2cpp_TypeInfo_var); int32_t L_37 = FastResourceComparer_CompareOrdinal_mA2144F9F07CB92D6D28638159C0908ECBAAD1684(L_34, ((int32_t)((int32_t)L_35/(int32_t)2)), L_36, /*hidden argument*/NULL); return (bool)((((int32_t)L_37) == ((int32_t)0))? 1 : 0); } } // System.String System.Resources.ResourceReader::AllocateStringForNameIndex(System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceReader_AllocateStringForNameIndex_m1C5E953B681E1B33DE3519542B6E8F2FCC08B5F1 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___index0, int32_t* ___dataOffset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_AllocateStringForNameIndex_m1C5E953B681E1B33DE3519542B6E8F2FCC08B5F1_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; int32_t V_1 = 0; int64_t V_2 = 0; ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * V_3 = NULL; bool V_4 = false; int32_t V_5 = 0; String_t* V_6 = NULL; Il2CppChar* V_7 = NULL; uint8_t* V_8 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_9 = NULL; int32_t V_10 = 0; uint8_t* V_11 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_12 = NULL; String_t* V_13 = NULL; int32_t V_14 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { int32_t L_0 = ___index0; int32_t L_1 = ResourceReader_GetNamePosition_m60F4376D8A95E4A0D03A30793E84296E81514F62(__this, L_0, /*hidden argument*/NULL); V_2 = (((int64_t)((int64_t)L_1))); V_3 = __this; V_4 = (bool)0; } IL_000e: try { // begin try (depth: 1) { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_2 = V_3; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_4), /*hidden argument*/NULL); BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_3 = __this->get__store_0(); NullCheck(L_3); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_3); int64_t L_5 = V_2; int64_t L_6 = __this->get__nameSectionOffset_2(); NullCheck(L_4); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_4, ((int64_t)il2cpp_codegen_add((int64_t)L_5, (int64_t)L_6)), 0); BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_7 = __this->get__store_0(); NullCheck(L_7); int32_t L_8 = BinaryReader_Read7BitEncodedInt_m97D45D9C52F505E7EA264FE6CE0129C411A25461(L_7, /*hidden argument*/NULL); V_1 = L_8; int32_t L_9 = V_1; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0050; } } IL_0040: { String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD4A52FDDB4D7E79BC73B43AF3EAA24978ADBEEBC, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_11 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ResourceReader_AllocateStringForNameIndex_m1C5E953B681E1B33DE3519542B6E8F2FCC08B5F1_RuntimeMethod_var); } IL_0050: { UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_12 = __this->get__ums_12(); if (!L_12) { goto IL_018a; } } IL_005b: { UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_13 = __this->get__ums_12(); NullCheck(L_13); int64_t L_14 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_13); UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_15 = __this->get__ums_12(); NullCheck(L_15); int64_t L_16 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_15); int32_t L_17 = V_1; if ((((int64_t)L_14) <= ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_16, (int64_t)(((int64_t)((int64_t)L_17)))))))) { goto IL_0095; } } IL_0076: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = L_18; int32_t L_20 = ___index0; int32_t L_21 = L_20; RuntimeObject * L_22 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_21); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(0), (RuntimeObject *)L_22); String_t* L_23 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral6B5ACC30C336528ED44EBCB459A14C54F3F17E21, L_19, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_24 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ResourceReader_AllocateStringForNameIndex_m1C5E953B681E1B33DE3519542B6E8F2FCC08B5F1_RuntimeMethod_var); } IL_0095: { V_6 = (String_t*)NULL; UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_25 = __this->get__ums_12(); NullCheck(L_25); uint8_t* L_26 = UnmanagedMemoryStream_get_PositionPointer_m679CDF3178C1512CA36CAB5FD1A39F5A398A2ADB(L_25, /*hidden argument*/NULL); V_7 = (Il2CppChar*)L_26; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_27 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_27) { goto IL_0112; } } IL_00ac: { Il2CppChar* L_28 = V_7; V_8 = (uint8_t*)L_28; int32_t L_29 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_29); V_9 = L_30; V_10 = 0; goto IL_00dd; } IL_00bd: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_9; int32_t L_32 = V_10; uint8_t* L_33 = V_8; int32_t L_34 = V_10; int32_t L_35 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)L_34)), (int32_t)1))); NullCheck(L_31); (L_31)->SetAt(static_cast(L_32), (uint8_t)L_35); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = V_9; int32_t L_37 = V_10; uint8_t* L_38 = V_8; int32_t L_39 = V_10; int32_t L_40 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_38, (int32_t)L_39))); NullCheck(L_36); (L_36)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1))), (uint8_t)L_40); int32_t L_41 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)2)); } IL_00dd: { int32_t L_42 = V_10; int32_t L_43 = V_1; if ((((int32_t)L_42) < ((int32_t)L_43))) { goto IL_00bd; } } IL_00e2: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = V_9; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = L_44; V_12 = L_45; if (!L_45) { goto IL_00ef; } } IL_00e9: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = V_12; NullCheck(L_46); if ((((int32_t)((int32_t)(((RuntimeArray*)L_46)->max_length))))) { goto IL_00f5; } } IL_00ef: { V_11 = (uint8_t*)(((uintptr_t)0)); goto IL_0100; } IL_00f5: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = V_12; NullCheck(L_47); V_11 = (uint8_t*)(((uintptr_t)((L_47)->GetAddressAt(static_cast(0))))); } IL_0100: { uint8_t* L_48 = V_11; int32_t L_49 = V_1; String_t* L_50 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_48, 0, ((int32_t)((int32_t)L_49/(int32_t)2)), /*hidden argument*/NULL); V_6 = L_50; V_12 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; goto IL_011f; } IL_0112: { Il2CppChar* L_51 = V_7; int32_t L_52 = V_1; String_t* L_53 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_51, 0, ((int32_t)((int32_t)L_52/(int32_t)2)), /*hidden argument*/NULL); V_6 = L_53; } IL_011f: { UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_54 = __this->get__ums_12(); UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_55 = L_54; NullCheck(L_55); int64_t L_56 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_55); int32_t L_57 = V_1; NullCheck(L_55); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_55, ((int64_t)il2cpp_codegen_add((int64_t)L_56, (int64_t)(((int64_t)((int64_t)L_57)))))); int32_t* L_58 = ___dataOffset1; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_59 = __this->get__store_0(); NullCheck(L_59); int32_t L_60 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_59); *((int32_t*)L_58) = (int32_t)L_60; int32_t* L_61 = ___dataOffset1; int32_t L_62 = *((int32_t*)L_61); if ((((int32_t)L_62) < ((int32_t)0))) { goto IL_0161; } } IL_0145: { int32_t* L_63 = ___dataOffset1; int32_t L_64 = *((int32_t*)L_63); BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_65 = __this->get__store_0(); NullCheck(L_65); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_66 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_65); NullCheck(L_66); int64_t L_67 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_66); int64_t L_68 = __this->get__dataSectionOffset_3(); if ((((int64_t)(((int64_t)((int64_t)L_64)))) < ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_67, (int64_t)L_68))))) { goto IL_0181; } } IL_0161: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_69 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_70 = L_69; int32_t* L_71 = ___dataOffset1; int32_t L_72 = *((int32_t*)L_71); int32_t L_73 = L_72; RuntimeObject * L_74 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_73); NullCheck(L_70); ArrayElementTypeCheck (L_70, L_74); (L_70)->SetAt(static_cast(0), (RuntimeObject *)L_74); String_t* L_75 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralEEFF54445AA3727EABE759DA58AEA4B086D63F3C, L_70, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_76 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_76, L_75, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_76, ResourceReader_AllocateStringForNameIndex_m1C5E953B681E1B33DE3519542B6E8F2FCC08B5F1_RuntimeMethod_var); } IL_0181: { String_t* L_77 = V_6; V_13 = L_77; IL2CPP_LEAVE(0x242, FINALLY_0229); } IL_018a: { int32_t L_78 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_79 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_78); V_0 = L_79; int32_t L_80 = V_1; V_5 = L_80; goto IL_01d4; } IL_0196: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_81 = __this->get__store_0(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_82 = V_0; int32_t L_83 = V_1; int32_t L_84 = V_5; int32_t L_85 = V_5; NullCheck(L_81); int32_t L_86 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(24 /* System.Int32 System.IO.BinaryReader::Read(System.Byte[],System.Int32,System.Int32) */, L_81, L_82, ((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)L_84)), L_85); V_14 = L_86; int32_t L_87 = V_14; if (L_87) { goto IL_01cd; } } IL_01ae: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_88 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_89 = L_88; int32_t L_90 = ___index0; int32_t L_91 = L_90; RuntimeObject * L_92 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_91); NullCheck(L_89); ArrayElementTypeCheck (L_89, L_92); (L_89)->SetAt(static_cast(0), (RuntimeObject *)L_92); String_t* L_93 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralF5D7170CA58A034504729E0AC307E9720D84C763, L_89, /*hidden argument*/NULL); EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F * L_94 = (EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F *)il2cpp_codegen_object_new(EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F_il2cpp_TypeInfo_var); EndOfStreamException__ctor_m6C04807A20CAA05C763225A3EC2F79B756FFBAC6(L_94, L_93, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_94, ResourceReader_AllocateStringForNameIndex_m1C5E953B681E1B33DE3519542B6E8F2FCC08B5F1_RuntimeMethod_var); } IL_01cd: { int32_t L_95 = V_5; int32_t L_96 = V_14; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)L_96)); } IL_01d4: { int32_t L_97 = V_5; if ((((int32_t)L_97) > ((int32_t)0))) { goto IL_0196; } } IL_01d9: { int32_t* L_98 = ___dataOffset1; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_99 = __this->get__store_0(); NullCheck(L_99); int32_t L_100 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_99); *((int32_t*)L_98) = (int32_t)L_100; int32_t* L_101 = ___dataOffset1; int32_t L_102 = *((int32_t*)L_101); if ((((int32_t)L_102) < ((int32_t)0))) { goto IL_0207; } } IL_01eb: { int32_t* L_103 = ___dataOffset1; int32_t L_104 = *((int32_t*)L_103); BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_105 = __this->get__store_0(); NullCheck(L_105); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_106 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_105); NullCheck(L_106); int64_t L_107 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_106); int64_t L_108 = __this->get__dataSectionOffset_3(); if ((((int64_t)(((int64_t)((int64_t)L_104)))) < ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_107, (int64_t)L_108))))) { goto IL_0227; } } IL_0207: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_109 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_110 = L_109; int32_t* L_111 = ___dataOffset1; int32_t L_112 = *((int32_t*)L_111); int32_t L_113 = L_112; RuntimeObject * L_114 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_113); NullCheck(L_110); ArrayElementTypeCheck (L_110, L_114); (L_110)->SetAt(static_cast(0), (RuntimeObject *)L_114); String_t* L_115 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralEEFF54445AA3727EABE759DA58AEA4B086D63F3C, L_110, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_116 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_116, L_115, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_116, ResourceReader_AllocateStringForNameIndex_m1C5E953B681E1B33DE3519542B6E8F2FCC08B5F1_RuntimeMethod_var); } IL_0227: { IL2CPP_LEAVE(0x234, FINALLY_0229); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0229; } FINALLY_0229: { // begin finally (depth: 1) { bool L_117 = V_4; if (!L_117) { goto IL_0233; } } IL_022d: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_118 = V_3; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_118, /*hidden argument*/NULL); } IL_0233: { IL2CPP_END_FINALLY(553) } } // end finally (depth: 1) IL2CPP_CLEANUP(553) { IL2CPP_JUMP_TBL(0x242, IL_0242) IL2CPP_JUMP_TBL(0x234, IL_0234) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0234: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_119 = Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA(/*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_120 = V_0; int32_t L_121 = V_1; NullCheck(L_119); String_t* L_122 = VirtFuncInvoker3< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(33 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_119, L_120, 0, L_121); return L_122; } IL_0242: { String_t* L_123 = V_13; return L_123; } } // System.Object System.Resources.ResourceReader::GetValueForNameIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_GetValueForNameIndex_m338A2D9EF12007CA2933D1F0425CA51A2CCD10A3 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_GetValueForNameIndex_m338A2D9EF12007CA2933D1F0425CA51A2CCD10A3_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; RuntimeObject * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { int32_t L_0 = ___index0; int32_t L_1 = ResourceReader_GetNamePosition_m60F4376D8A95E4A0D03A30793E84296E81514F62(__this, L_0, /*hidden argument*/NULL); V_0 = (((int64_t)((int64_t)L_1))); V_1 = __this; V_2 = (bool)0; } IL_000d: try { // begin try (depth: 1) { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_2 = V_1; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_2), /*hidden argument*/NULL); BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_3 = __this->get__store_0(); NullCheck(L_3); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_3); int64_t L_5 = V_0; int64_t L_6 = __this->get__nameSectionOffset_2(); NullCheck(L_4); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_4, ((int64_t)il2cpp_codegen_add((int64_t)L_5, (int64_t)L_6)), 0); ResourceReader_SkipString_m46DC50BEA341252F80ED2AC5E1A1B2D9D58DEC33(__this, /*hidden argument*/NULL); BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_7 = __this->get__store_0(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_7); V_3 = L_8; int32_t L_9 = V_3; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_0060; } } IL_0045: { int32_t L_10 = V_3; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_11 = __this->get__store_0(); NullCheck(L_11); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_12 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_11); NullCheck(L_12); int64_t L_13 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_12); int64_t L_14 = __this->get__dataSectionOffset_3(); if ((((int64_t)(((int64_t)((int64_t)L_10)))) < ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_13, (int64_t)L_14))))) { goto IL_007f; } } IL_0060: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15; int32_t L_17 = V_3; int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_19); String_t* L_20 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralEEFF54445AA3727EABE759DA58AEA4B086D63F3C, L_16, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_21 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ResourceReader_GetValueForNameIndex_m338A2D9EF12007CA2933D1F0425CA51A2CCD10A3_RuntimeMethod_var); } IL_007f: { int32_t L_22 = __this->get__version_13(); if ((!(((uint32_t)L_22) == ((uint32_t)1)))) { goto IL_0093; } } IL_0088: { int32_t L_23 = V_3; RuntimeObject * L_24 = ResourceReader_LoadObjectV1_mE75B7EABC5937183B865AB195145F9BE76B30349(__this, L_23, /*hidden argument*/NULL); V_5 = L_24; IL2CPP_LEAVE(0xAA, FINALLY_00a0); } IL_0093: { int32_t L_25 = V_3; RuntimeObject * L_26 = ResourceReader_LoadObjectV2_m69E0E901142A23D9198553FC3C8B085E4520594D(__this, L_25, (int32_t*)(&V_4), /*hidden argument*/NULL); V_5 = L_26; IL2CPP_LEAVE(0xAA, FINALLY_00a0); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a0; } FINALLY_00a0: { // begin finally (depth: 1) { bool L_27 = V_2; if (!L_27) { goto IL_00a9; } } IL_00a3: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_28 = V_1; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_28, /*hidden argument*/NULL); } IL_00a9: { IL2CPP_END_FINALLY(160) } } // end finally (depth: 1) IL2CPP_CLEANUP(160) { IL2CPP_JUMP_TBL(0xAA, IL_00aa) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00aa: { RuntimeObject * L_29 = V_5; return L_29; } } // System.String System.Resources.ResourceReader::LoadString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceReader_LoadString_mB0C772B31F06AD45EC57F29486CDA6ECCACB4BF4 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___pos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_LoadString_mB0C772B31F06AD45EC57F29486CDA6ECCACB4BF4_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get__store_0(); NullCheck(L_0); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_0); int64_t L_2 = __this->get__dataSectionOffset_3(); int32_t L_3 = ___pos0; NullCheck(L_1); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_1, ((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)(((int64_t)((int64_t)L_3))))), 0); V_0 = (String_t*)NULL; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_4 = __this->get__store_0(); NullCheck(L_4); int32_t L_5 = BinaryReader_Read7BitEncodedInt_m97D45D9C52F505E7EA264FE6CE0129C411A25461(L_4, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = __this->get__version_13(); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_0083; } } { int32_t L_7 = V_1; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { goto IL_0038; } } { return (String_t*)NULL; } IL_0038: { int32_t L_8 = V_1; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_9 = ResourceReader_FindType_m336652B9B8E9AEA736F87783B9567F10401EED08(__this, L_8, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL); bool L_12 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_9, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0075; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13; int32_t L_15 = V_1; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_16 = ResourceReader_FindType_m336652B9B8E9AEA736F87783B9567F10401EED08(__this, L_15, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_16); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(0), (RuntimeObject *)L_17); String_t* L_18 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral6E44E2CD88672C8AC9DEAAC0C530D7FBA085294E, L_14, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_19 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ResourceReader_LoadString_mB0C772B31F06AD45EC57F29486CDA6ECCACB4BF4_RuntimeMethod_var); } IL_0075: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_20 = __this->get__store_0(); NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_20); V_0 = L_21; goto IL_00db; } IL_0083: { int32_t L_22 = V_1; V_2 = L_22; int32_t L_23 = V_2; if ((((int32_t)L_23) == ((int32_t)1))) { goto IL_00cb; } } { int32_t L_24 = V_2; if (!L_24) { goto IL_00cb; } } { int32_t L_25 = V_2; if ((((int32_t)L_25) >= ((int32_t)((int32_t)64)))) { goto IL_00a1; } } { RuntimeObject * L_26 = Box(ResourceTypeCode_tA537CB9022C694C64F302FBF745E2914927F21BA_il2cpp_TypeInfo_var, (&V_2)); NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_26); V_2 = *(int32_t*)UnBox(L_26); V_3 = L_27; goto IL_00b1; } IL_00a1: { int32_t L_28 = V_2; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_29 = ResourceReader_FindType_m336652B9B8E9AEA736F87783B9567F10401EED08(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)((int32_t)64))), /*hidden argument*/NULL); NullCheck(L_29); String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_29); V_3 = L_30; } IL_00b1: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = L_31; String_t* L_33 = V_3; NullCheck(L_32); ArrayElementTypeCheck (L_32, L_33); (L_32)->SetAt(static_cast(0), (RuntimeObject *)L_33); String_t* L_34 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral6E44E2CD88672C8AC9DEAAC0C530D7FBA085294E, L_32, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_35 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_35, L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ResourceReader_LoadString_mB0C772B31F06AD45EC57F29486CDA6ECCACB4BF4_RuntimeMethod_var); } IL_00cb: { int32_t L_36 = V_2; if ((!(((uint32_t)L_36) == ((uint32_t)1)))) { goto IL_00db; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_37 = __this->get__store_0(); NullCheck(L_37); String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_37); V_0 = L_38; } IL_00db: { String_t* L_39 = V_0; return L_39; } } // System.Object System.Resources.ResourceReader::LoadObject(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_LoadObject_mB16EB48B92B11E692E424B65E77A2C83DD359032 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___pos0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__version_13(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0011; } } { int32_t L_1 = ___pos0; RuntimeObject * L_2 = ResourceReader_LoadObjectV1_mE75B7EABC5937183B865AB195145F9BE76B30349(__this, L_1, /*hidden argument*/NULL); return L_2; } IL_0011: { int32_t L_3 = ___pos0; RuntimeObject * L_4 = ResourceReader_LoadObjectV2_m69E0E901142A23D9198553FC3C8B085E4520594D(__this, L_3, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_4; } } // System.Object System.Resources.ResourceReader::LoadObject(System.Int32,System.Resources.ResourceTypeCode&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_LoadObject_mEC5DE385B0D288BDD2C650AFEE9E0CFF7D68B3D0 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___pos0, int32_t* ___typeCode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_LoadObject_mEC5DE385B0D288BDD2C650AFEE9E0CFF7D68B3D0_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t* G_B3_0 = 0; int32_t* G_B2_0 = 0; int32_t G_B4_0 = 0; int32_t* G_B4_1 = 0; { int32_t L_0 = __this->get__version_13(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0022; } } { int32_t L_1 = ___pos0; RuntimeObject * L_2 = ResourceReader_LoadObjectV1_mE75B7EABC5937183B865AB195145F9BE76B30349(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t* L_3 = ___typeCode1; RuntimeObject * L_4 = V_0; G_B2_0 = L_3; if (((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var))) { G_B3_0 = L_3; goto IL_001e; } } { G_B4_0 = ((int32_t)64); G_B4_1 = G_B2_0; goto IL_001f; } IL_001e: { G_B4_0 = 1; G_B4_1 = G_B3_0; } IL_001f: { *((int32_t*)G_B4_1) = (int32_t)G_B4_0; RuntimeObject * L_5 = V_0; return L_5; } IL_0022: { int32_t L_6 = ___pos0; int32_t* L_7 = ___typeCode1; RuntimeObject * L_8 = ResourceReader_LoadObjectV2_m69E0E901142A23D9198553FC3C8B085E4520594D(__this, L_6, (int32_t*)L_7, /*hidden argument*/NULL); return L_8; } } // System.Object System.Resources.ResourceReader::LoadObjectV1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_LoadObjectV1_mE75B7EABC5937183B865AB195145F9BE76B30349 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___pos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_LoadObjectV1_mE75B7EABC5937183B865AB195145F9BE76B30349_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F * V_1 = NULL; ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) int32_t L_0 = ___pos0; RuntimeObject * L_1 = ResourceReader__LoadObjectV1_m3E37D99B7869C0FDCB8A13D3F039953892841144(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_002e; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000a; if(il2cpp_codegen_class_is_assignable_from (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001c; throw e; } CATCH_000a: { // begin catch(System.IO.EndOfStreamException) V_1 = ((EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F *)__exception_local); String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF71C50EF5EC03E10D614371E43A9C681B11BB786, /*hidden argument*/NULL); EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F * L_3 = V_1; BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_4 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_m3A8BBD5E4BDDF39C98370C07015B4EADE131A1F1(L_4, L_2, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ResourceReader_LoadObjectV1_mE75B7EABC5937183B865AB195145F9BE76B30349_RuntimeMethod_var); } // end catch (depth: 1) CATCH_001c: { // begin catch(System.ArgumentOutOfRangeException) V_2 = ((ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)__exception_local); String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF71C50EF5EC03E10D614371E43A9C681B11BB786, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = V_2; BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_7 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_m3A8BBD5E4BDDF39C98370C07015B4EADE131A1F1(L_7, L_5, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ResourceReader_LoadObjectV1_mE75B7EABC5937183B865AB195145F9BE76B30349_RuntimeMethod_var); } // end catch (depth: 1) IL_002e: { RuntimeObject * L_8 = V_0; return L_8; } } // System.Object System.Resources.ResourceReader::_LoadObjectV1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader__LoadObjectV1_m3E37D99B7869C0FDCB8A13D3F039953892841144 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___pos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader__LoadObjectV1_m3E37D99B7869C0FDCB8A13D3F039953892841144_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_1 = NULL; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL; int32_t V_3 = 0; { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get__store_0(); NullCheck(L_0); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_0); int64_t L_2 = __this->get__dataSectionOffset_3(); int32_t L_3 = ___pos0; NullCheck(L_1); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_1, ((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)(((int64_t)((int64_t)L_3))))), 0); BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_4 = __this->get__store_0(); NullCheck(L_4); int32_t L_5 = BinaryReader_Read7BitEncodedInt_m97D45D9C52F505E7EA264FE6CE0129C411A25461(L_4, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_002d; } } { return NULL; } IL_002d: { int32_t L_7 = V_0; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = ResourceReader_FindType_m336652B9B8E9AEA736F87783B9567F10401EED08(__this, L_7, /*hidden argument*/NULL); V_1 = L_8; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_9 = V_1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL); bool L_12 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_9, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0053; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_13 = __this->get__store_0(); NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_13); return L_14; } IL_0053: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_15 = V_1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_16 = { reinterpret_cast (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_16, /*hidden argument*/NULL); bool L_18 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_15, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0076; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_19 = __this->get__store_0(); NullCheck(L_19); int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_19); int32_t L_21 = L_20; RuntimeObject * L_22 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_21); return L_22; } IL_0076: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_23 = V_1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_24 = { reinterpret_cast (Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_24, /*hidden argument*/NULL); bool L_26 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_23, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0099; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_27 = __this->get__store_0(); NullCheck(L_27); uint8_t L_28 = VirtFuncInvoker0< uint8_t >::Invoke(10 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_27); uint8_t L_29 = L_28; RuntimeObject * L_30 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_29); return L_30; } IL_0099: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = V_1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_32 = { reinterpret_cast (SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_33 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_32, /*hidden argument*/NULL); bool L_34 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_31, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00bc; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_35 = __this->get__store_0(); NullCheck(L_35); int8_t L_36 = VirtFuncInvoker0< int8_t >::Invoke(11 /* System.SByte System.IO.BinaryReader::ReadSByte() */, L_35); int8_t L_37 = L_36; RuntimeObject * L_38 = Box(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var, &L_37); return L_38; } IL_00bc: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_39 = V_1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_40 = { reinterpret_cast (Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_41 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_40, /*hidden argument*/NULL); bool L_42 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_39, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00df; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_43 = __this->get__store_0(); NullCheck(L_43); int16_t L_44 = VirtFuncInvoker0< int16_t >::Invoke(13 /* System.Int16 System.IO.BinaryReader::ReadInt16() */, L_43); int16_t L_45 = L_44; RuntimeObject * L_46 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_45); return L_46; } IL_00df: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_47 = V_1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_48 = { reinterpret_cast (Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_49 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_48, /*hidden argument*/NULL); bool L_50 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_47, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_0102; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_51 = __this->get__store_0(); NullCheck(L_51); int64_t L_52 = VirtFuncInvoker0< int64_t >::Invoke(17 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_51); int64_t L_53 = L_52; RuntimeObject * L_54 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_53); return L_54; } IL_0102: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_55 = V_1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_56 = { reinterpret_cast (UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_57 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_56, /*hidden argument*/NULL); bool L_58 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_55, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_0125; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_59 = __this->get__store_0(); NullCheck(L_59); uint16_t L_60 = VirtFuncInvoker0< uint16_t >::Invoke(14 /* System.UInt16 System.IO.BinaryReader::ReadUInt16() */, L_59); uint16_t L_61 = L_60; RuntimeObject * L_62 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_61); return L_62; } IL_0125: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_63 = V_1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_64 = { reinterpret_cast (UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_65 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_64, /*hidden argument*/NULL); bool L_66 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_63, L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_0148; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_67 = __this->get__store_0(); NullCheck(L_67); uint32_t L_68 = VirtFuncInvoker0< uint32_t >::Invoke(16 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_67); uint32_t L_69 = L_68; RuntimeObject * L_70 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_69); return L_70; } IL_0148: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_71 = V_1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_72 = { reinterpret_cast (UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_73 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_72, /*hidden argument*/NULL); bool L_74 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_71, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_016b; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_75 = __this->get__store_0(); NullCheck(L_75); uint64_t L_76 = VirtFuncInvoker0< uint64_t >::Invoke(18 /* System.UInt64 System.IO.BinaryReader::ReadUInt64() */, L_75); uint64_t L_77 = L_76; RuntimeObject * L_78 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_77); return L_78; } IL_016b: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_79 = V_1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_80 = { reinterpret_cast (Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_81 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_80, /*hidden argument*/NULL); bool L_82 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_79, L_81, /*hidden argument*/NULL); if (!L_82) { goto IL_018e; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_83 = __this->get__store_0(); NullCheck(L_83); float L_84 = VirtFuncInvoker0< float >::Invoke(19 /* System.Single System.IO.BinaryReader::ReadSingle() */, L_83); float L_85 = L_84; RuntimeObject * L_86 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_85); return L_86; } IL_018e: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_87 = V_1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_88 = { reinterpret_cast (Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_89 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_88, /*hidden argument*/NULL); bool L_90 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_87, L_89, /*hidden argument*/NULL); if (!L_90) { goto IL_01b1; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_91 = __this->get__store_0(); NullCheck(L_91); double L_92 = VirtFuncInvoker0< double >::Invoke(20 /* System.Double System.IO.BinaryReader::ReadDouble() */, L_91); double L_93 = L_92; RuntimeObject * L_94 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_93); return L_94; } IL_01b1: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_95 = V_1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_96 = { reinterpret_cast (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_97 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_96, /*hidden argument*/NULL); bool L_98 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_95, L_97, /*hidden argument*/NULL); if (!L_98) { goto IL_01d9; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_99 = __this->get__store_0(); NullCheck(L_99); int64_t L_100 = VirtFuncInvoker0< int64_t >::Invoke(17 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_99); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_101; memset((&L_101), 0, sizeof(L_101)); DateTime__ctor_m027A935E14EB81BCC0739BD56AE60CDE3387990C((&L_101), L_100, /*hidden argument*/NULL); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_102 = L_101; RuntimeObject * L_103 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_102); return L_103; } IL_01d9: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_104 = V_1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_105 = { reinterpret_cast (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_106 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_105, /*hidden argument*/NULL); bool L_107 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_104, L_106, /*hidden argument*/NULL); if (!L_107) { goto IL_0201; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_108 = __this->get__store_0(); NullCheck(L_108); int64_t L_109 = VirtFuncInvoker0< int64_t >::Invoke(17 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_108); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_110; memset((&L_110), 0, sizeof(L_110)); TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((&L_110), L_109, /*hidden argument*/NULL); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_111 = L_110; RuntimeObject * L_112 = Box(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var, &L_111); return L_112; } IL_0201: { RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_113 = V_1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_114 = { reinterpret_cast (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_115 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_114, /*hidden argument*/NULL); bool L_116 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_113, L_115, /*hidden argument*/NULL); if (!L_116) { goto IL_0242; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_117 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)4); V_2 = L_117; V_3 = 0; goto IL_0230; } IL_021e: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_118 = V_2; int32_t L_119 = V_3; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_120 = __this->get__store_0(); NullCheck(L_120); int32_t L_121 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_120); NullCheck(L_118); (L_118)->SetAt(static_cast(L_119), (int32_t)L_121); int32_t L_122 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)1)); } IL_0230: { int32_t L_123 = V_3; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_124 = V_2; NullCheck(L_124); if ((((int32_t)L_123) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_124)->max_length))))))) { goto IL_021e; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_125 = V_2; Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_126; memset((&L_126), 0, sizeof(L_126)); Decimal__ctor_m01C926530B02CEC0643588B70AB93F62EA7A1AE8((&L_126), L_125, /*hidden argument*/NULL); Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_127 = L_126; RuntimeObject * L_128 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_127); return L_128; } IL_0242: { int32_t L_129 = V_0; RuntimeObject * L_130 = ResourceReader_DeserializeObject_mEE6AF3D203FFEE20F86DD6468C5556467709D0D1(__this, L_129, /*hidden argument*/NULL); return L_130; } } // System.Object System.Resources.ResourceReader::LoadObjectV2(System.Int32,System.Resources.ResourceTypeCode&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_LoadObjectV2_m69E0E901142A23D9198553FC3C8B085E4520594D (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___pos0, int32_t* ___typeCode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_LoadObjectV2_m69E0E901142A23D9198553FC3C8B085E4520594D_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F * V_1 = NULL; ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) int32_t L_0 = ___pos0; int32_t* L_1 = ___typeCode1; RuntimeObject * L_2 = ResourceReader__LoadObjectV2_mE4892C92DD8445C200121919397E9DD0365E1FD9(__this, L_0, (int32_t*)L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_002f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000b; if(il2cpp_codegen_class_is_assignable_from (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001d; throw e; } CATCH_000b: { // begin catch(System.IO.EndOfStreamException) V_1 = ((EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F *)__exception_local); String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF71C50EF5EC03E10D614371E43A9C681B11BB786, /*hidden argument*/NULL); EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F * L_4 = V_1; BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_5 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_m3A8BBD5E4BDDF39C98370C07015B4EADE131A1F1(L_5, L_3, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ResourceReader_LoadObjectV2_m69E0E901142A23D9198553FC3C8B085E4520594D_RuntimeMethod_var); } // end catch (depth: 1) CATCH_001d: { // begin catch(System.ArgumentOutOfRangeException) V_2 = ((ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)__exception_local); String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF71C50EF5EC03E10D614371E43A9C681B11BB786, /*hidden argument*/NULL); ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = V_2; BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_8 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_m3A8BBD5E4BDDF39C98370C07015B4EADE131A1F1(L_8, L_6, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ResourceReader_LoadObjectV2_m69E0E901142A23D9198553FC3C8B085E4520594D_RuntimeMethod_var); } // end catch (depth: 1) IL_002f: { RuntimeObject * L_9 = V_0; return L_9; } } // System.Object System.Resources.ResourceReader::_LoadObjectV2(System.Int32,System.Resources.ResourceTypeCode&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader__LoadObjectV2_mE4892C92DD8445C200121919397E9DD0365E1FD9 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___pos0, int32_t* ___typeCode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader__LoadObjectV2_mE4892C92DD8445C200121919397E9DD0365E1FD9_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; int32_t V_4 = 0; { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get__store_0(); NullCheck(L_0); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_0); int64_t L_2 = __this->get__dataSectionOffset_3(); int32_t L_3 = ___pos0; NullCheck(L_1); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_1, ((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)(((int64_t)((int64_t)L_3))))), 0); int32_t* L_4 = ___typeCode1; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_5 = __this->get__store_0(); NullCheck(L_5); int32_t L_6 = BinaryReader_Read7BitEncodedInt_m97D45D9C52F505E7EA264FE6CE0129C411A25461(L_5, /*hidden argument*/NULL); *((int32_t*)L_4) = (int32_t)L_6; int32_t* L_7 = ___typeCode1; int32_t L_8 = *((int32_t*)L_7); V_1 = L_8; int32_t L_9 = V_1; switch (L_9) { case 0: { goto IL_00be; } case 1: { goto IL_00c0; } case 2: { goto IL_00cc; } case 3: { goto IL_00dd; } case 4: { goto IL_00ee; } case 5: { goto IL_00ff; } case 6: { goto IL_0110; } case 7: { goto IL_0121; } case 8: { goto IL_0132; } case 9: { goto IL_0143; } case 10: { goto IL_0154; } case 11: { goto IL_0165; } case 12: { goto IL_0176; } case 13: { goto IL_0187; } case 14: { goto IL_0198; } case 15: { goto IL_01a9; } case 16: { goto IL_01bf; } case 17: { goto IL_0340; } case 18: { goto IL_0340; } case 19: { goto IL_0340; } case 20: { goto IL_0340; } case 21: { goto IL_0340; } case 22: { goto IL_0340; } case 23: { goto IL_0340; } case 24: { goto IL_0340; } case 25: { goto IL_0340; } case 26: { goto IL_0340; } case 27: { goto IL_0340; } case 28: { goto IL_0340; } case 29: { goto IL_0340; } case 30: { goto IL_0340; } case 31: { goto IL_0340; } case 32: { goto IL_01d5; } case 33: { goto IL_029e; } } } { goto IL_0340; } IL_00be: { return NULL; } IL_00c0: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_10 = __this->get__store_0(); NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_10); return L_11; } IL_00cc: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_12 = __this->get__store_0(); NullCheck(L_12); bool L_13 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.BinaryReader::ReadBoolean() */, L_12); bool L_14 = L_13; RuntimeObject * L_15 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_14); return L_15; } IL_00dd: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_16 = __this->get__store_0(); NullCheck(L_16); uint16_t L_17 = VirtFuncInvoker0< uint16_t >::Invoke(14 /* System.UInt16 System.IO.BinaryReader::ReadUInt16() */, L_16); Il2CppChar L_18 = ((Il2CppChar)L_17); RuntimeObject * L_19 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_18); return L_19; } IL_00ee: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_20 = __this->get__store_0(); NullCheck(L_20); uint8_t L_21 = VirtFuncInvoker0< uint8_t >::Invoke(10 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_20); uint8_t L_22 = L_21; RuntimeObject * L_23 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_22); return L_23; } IL_00ff: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_24 = __this->get__store_0(); NullCheck(L_24); int8_t L_25 = VirtFuncInvoker0< int8_t >::Invoke(11 /* System.SByte System.IO.BinaryReader::ReadSByte() */, L_24); int8_t L_26 = L_25; RuntimeObject * L_27 = Box(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var, &L_26); return L_27; } IL_0110: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_28 = __this->get__store_0(); NullCheck(L_28); int16_t L_29 = VirtFuncInvoker0< int16_t >::Invoke(13 /* System.Int16 System.IO.BinaryReader::ReadInt16() */, L_28); int16_t L_30 = L_29; RuntimeObject * L_31 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_30); return L_31; } IL_0121: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_32 = __this->get__store_0(); NullCheck(L_32); uint16_t L_33 = VirtFuncInvoker0< uint16_t >::Invoke(14 /* System.UInt16 System.IO.BinaryReader::ReadUInt16() */, L_32); uint16_t L_34 = L_33; RuntimeObject * L_35 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_34); return L_35; } IL_0132: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_36 = __this->get__store_0(); NullCheck(L_36); int32_t L_37 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_36); int32_t L_38 = L_37; RuntimeObject * L_39 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_38); return L_39; } IL_0143: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_40 = __this->get__store_0(); NullCheck(L_40); uint32_t L_41 = VirtFuncInvoker0< uint32_t >::Invoke(16 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_40); uint32_t L_42 = L_41; RuntimeObject * L_43 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_42); return L_43; } IL_0154: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_44 = __this->get__store_0(); NullCheck(L_44); int64_t L_45 = VirtFuncInvoker0< int64_t >::Invoke(17 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_44); int64_t L_46 = L_45; RuntimeObject * L_47 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_46); return L_47; } IL_0165: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_48 = __this->get__store_0(); NullCheck(L_48); uint64_t L_49 = VirtFuncInvoker0< uint64_t >::Invoke(18 /* System.UInt64 System.IO.BinaryReader::ReadUInt64() */, L_48); uint64_t L_50 = L_49; RuntimeObject * L_51 = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &L_50); return L_51; } IL_0176: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_52 = __this->get__store_0(); NullCheck(L_52); float L_53 = VirtFuncInvoker0< float >::Invoke(19 /* System.Single System.IO.BinaryReader::ReadSingle() */, L_52); float L_54 = L_53; RuntimeObject * L_55 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_54); return L_55; } IL_0187: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_56 = __this->get__store_0(); NullCheck(L_56); double L_57 = VirtFuncInvoker0< double >::Invoke(20 /* System.Double System.IO.BinaryReader::ReadDouble() */, L_56); double L_58 = L_57; RuntimeObject * L_59 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_58); return L_59; } IL_0198: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_60 = __this->get__store_0(); NullCheck(L_60); Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_61 = VirtFuncInvoker0< Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 >::Invoke(21 /* System.Decimal System.IO.BinaryReader::ReadDecimal() */, L_60); Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_62 = L_61; RuntimeObject * L_63 = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &L_62); return L_63; } IL_01a9: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_64 = __this->get__store_0(); NullCheck(L_64); int64_t L_65 = VirtFuncInvoker0< int64_t >::Invoke(17 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_64); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_66 = DateTime_FromBinary_m5A34F3CF87443A48B220F77B685C35B8A534E973(L_65, /*hidden argument*/NULL); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_67 = L_66; RuntimeObject * L_68 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_67); return L_68; } IL_01bf: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_69 = __this->get__store_0(); NullCheck(L_69); int64_t L_70 = VirtFuncInvoker0< int64_t >::Invoke(17 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_69); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_71; memset((&L_71), 0, sizeof(L_71)); TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline((&L_71), L_70, /*hidden argument*/NULL); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_72 = L_71; RuntimeObject * L_73 = Box(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var, &L_72); return L_73; } IL_01d5: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_74 = __this->get__store_0(); NullCheck(L_74); int32_t L_75 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_74); V_2 = L_75; int32_t L_76 = V_2; if ((((int32_t)L_76) >= ((int32_t)0))) { goto IL_0204; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_77 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_78 = L_77; int32_t L_79 = V_2; int32_t L_80 = L_79; RuntimeObject * L_81 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_80); NullCheck(L_78); ArrayElementTypeCheck (L_78, L_81); (L_78)->SetAt(static_cast(0), (RuntimeObject *)L_81); String_t* L_82 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral7196F9424C11A2DE39CB9FB5096C95E524F5CA45, L_78, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_83 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_83, L_82, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_83, ResourceReader__LoadObjectV2_mE4892C92DD8445C200121919397E9DD0365E1FD9_RuntimeMethod_var); } IL_0204: { UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_84 = __this->get__ums_12(); if (L_84) { goto IL_024c; } } { int32_t L_85 = V_2; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_86 = __this->get__store_0(); NullCheck(L_86); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_87 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_86); NullCheck(L_87); int64_t L_88 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_87); if ((((int64_t)(((int64_t)((int64_t)L_85)))) <= ((int64_t)L_88))) { goto IL_023f; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_89 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_90 = L_89; int32_t L_91 = V_2; int32_t L_92 = L_91; RuntimeObject * L_93 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_92); NullCheck(L_90); ArrayElementTypeCheck (L_90, L_93); (L_90)->SetAt(static_cast(0), (RuntimeObject *)L_93); String_t* L_94 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral7196F9424C11A2DE39CB9FB5096C95E524F5CA45, L_90, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_95 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_95, L_94, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_95, ResourceReader__LoadObjectV2_mE4892C92DD8445C200121919397E9DD0365E1FD9_RuntimeMethod_var); } IL_023f: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_96 = __this->get__store_0(); int32_t L_97 = V_2; NullCheck(L_96); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_98 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(25 /* System.Byte[] System.IO.BinaryReader::ReadBytes(System.Int32) */, L_96, L_97); return (RuntimeObject *)L_98; } IL_024c: { int32_t L_99 = V_2; UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_100 = __this->get__ums_12(); NullCheck(L_100); int64_t L_101 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_100); UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_102 = __this->get__ums_12(); NullCheck(L_102); int64_t L_103 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_102); if ((((int64_t)(((int64_t)((int64_t)L_99)))) <= ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_101, (int64_t)L_103))))) { goto IL_0286; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_104 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_105 = L_104; int32_t L_106 = V_2; int32_t L_107 = L_106; RuntimeObject * L_108 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_107); NullCheck(L_105); ArrayElementTypeCheck (L_105, L_108); (L_105)->SetAt(static_cast(0), (RuntimeObject *)L_108); String_t* L_109 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral7196F9424C11A2DE39CB9FB5096C95E524F5CA45, L_105, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_110 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_110, L_109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_110, ResourceReader__LoadObjectV2_mE4892C92DD8445C200121919397E9DD0365E1FD9_RuntimeMethod_var); } IL_0286: { int32_t L_111 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_112 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_111); V_3 = L_112; UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_113 = __this->get__ums_12(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_114 = V_3; int32_t L_115 = V_2; NullCheck(L_113); VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_113, L_114, 0, L_115); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_116 = V_3; return (RuntimeObject *)L_116; } IL_029e: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_117 = __this->get__store_0(); NullCheck(L_117); int32_t L_118 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_117); V_4 = L_118; int32_t L_119 = V_4; if ((((int32_t)L_119) >= ((int32_t)0))) { goto IL_02d0; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_120 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_121 = L_120; int32_t L_122 = V_4; int32_t L_123 = L_122; RuntimeObject * L_124 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_123); NullCheck(L_121); ArrayElementTypeCheck (L_121, L_124); (L_121)->SetAt(static_cast(0), (RuntimeObject *)L_124); String_t* L_125 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral7196F9424C11A2DE39CB9FB5096C95E524F5CA45, L_121, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_126 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_126, L_125, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_126, ResourceReader__LoadObjectV2_mE4892C92DD8445C200121919397E9DD0365E1FD9_RuntimeMethod_var); } IL_02d0: { UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_127 = __this->get__ums_12(); if (L_127) { goto IL_02eb; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_128 = __this->get__store_0(); int32_t L_129 = V_4; NullCheck(L_128); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_130 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(25 /* System.Byte[] System.IO.BinaryReader::ReadBytes(System.Int32) */, L_128, L_129); PinnedBufferMemoryStream_t2B64686A5B889DF38F012632D00C933752FE5A25 * L_131 = (PinnedBufferMemoryStream_t2B64686A5B889DF38F012632D00C933752FE5A25 *)il2cpp_codegen_object_new(PinnedBufferMemoryStream_t2B64686A5B889DF38F012632D00C933752FE5A25_il2cpp_TypeInfo_var); PinnedBufferMemoryStream__ctor_m79A845DB8C49B20AD09F2AF704123771A8AEC9D4(L_131, L_130, /*hidden argument*/NULL); return L_131; } IL_02eb: { int32_t L_132 = V_4; UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_133 = __this->get__ums_12(); NullCheck(L_133); int64_t L_134 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_133); UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_135 = __this->get__ums_12(); NullCheck(L_135); int64_t L_136 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_135); if ((((int64_t)(((int64_t)((int64_t)L_132)))) <= ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_134, (int64_t)L_136))))) { goto IL_0327; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_137 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_138 = L_137; int32_t L_139 = V_4; int32_t L_140 = L_139; RuntimeObject * L_141 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_140); NullCheck(L_138); ArrayElementTypeCheck (L_138, L_141); (L_138)->SetAt(static_cast(0), (RuntimeObject *)L_141); String_t* L_142 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral7196F9424C11A2DE39CB9FB5096C95E524F5CA45, L_138, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_143 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_143, L_142, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_143, ResourceReader__LoadObjectV2_mE4892C92DD8445C200121919397E9DD0365E1FD9_RuntimeMethod_var); } IL_0327: { UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_144 = __this->get__ums_12(); NullCheck(L_144); uint8_t* L_145 = UnmanagedMemoryStream_get_PositionPointer_m679CDF3178C1512CA36CAB5FD1A39F5A398A2ADB(L_144, /*hidden argument*/NULL); int32_t L_146 = V_4; int32_t L_147 = V_4; UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_148 = (UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E *)il2cpp_codegen_object_new(UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E_il2cpp_TypeInfo_var); UnmanagedMemoryStream__ctor_mDAB26A2823AF7D8CD45A0119BAE6B5549A9581C5(L_148, (uint8_t*)(uint8_t*)L_145, (((int64_t)((int64_t)L_146))), (((int64_t)((int64_t)L_147))), 1, (bool)1, /*hidden argument*/NULL); return L_148; } IL_0340: { int32_t* L_149 = ___typeCode1; int32_t L_150 = *((int32_t*)L_149); if ((((int32_t)L_150) >= ((int32_t)((int32_t)64)))) { goto IL_0356; } } { String_t* L_151 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF71C50EF5EC03E10D614371E43A9C681B11BB786, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_152 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_152, L_151, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_152, ResourceReader__LoadObjectV2_mE4892C92DD8445C200121919397E9DD0365E1FD9_RuntimeMethod_var); } IL_0356: { int32_t* L_153 = ___typeCode1; int32_t L_154 = *((int32_t*)L_153); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_154, (int32_t)((int32_t)64))); int32_t L_155 = V_0; RuntimeObject * L_156 = ResourceReader_DeserializeObject_mEE6AF3D203FFEE20F86DD6468C5556467709D0D1(__this, L_155, /*hidden argument*/NULL); return L_156; } } // System.Object System.Resources.ResourceReader::DeserializeObject(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_DeserializeObject_mEE6AF3D203FFEE20F86DD6468C5556467709D0D1 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___typeIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_DeserializeObject_mEE6AF3D203FFEE20F86DD6468C5556467709D0D1_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL; RuntimeObject * V_1 = NULL; { int32_t L_0 = ___typeIndex0; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_1 = ResourceReader_FindType_m336652B9B8E9AEA736F87783B9567F10401EED08(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * L_2 = __this->get__objFormatter_10(); BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_3 = __this->get__store_0(); NullCheck(L_3); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_3); NullCheck(L_2); RuntimeObject * L_5 = BinaryFormatter_Deserialize_m20A831B13DF5C3F031F2141730291630A16A32AD(L_2, L_4, /*hidden argument*/NULL); V_1 = L_5; RuntimeObject * L_6 = V_1; NullCheck(L_6); Type_t * L_7 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_6, /*hidden argument*/NULL); RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_005a; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_12); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_11; RuntimeObject * L_15 = V_1; NullCheck(L_15); Type_t * L_16 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_15, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_16); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(1), (RuntimeObject *)L_17); String_t* L_18 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral8D8EBEB2763F2ECE125957688B5A7293D8810278, L_14, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_19 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ResourceReader_DeserializeObject_mEE6AF3D203FFEE20F86DD6468C5556467709D0D1_RuntimeMethod_var); } IL_005a: { RuntimeObject * L_20 = V_1; return L_20; } } // System.Void System.Resources.ResourceReader::ReadResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_ReadResources_m872B83050219E10B4E6B13BF0CAFF9710DEE7A97 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_ReadResources_m872B83050219E10B4E6B13BF0CAFF9710DEE7A97_MetadataUsageId); s_Il2CppMethodInitialized = true; } BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * V_0 = NULL; EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F * V_1 = NULL; IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_0; memset((&L_0), 0, sizeof(L_0)); StreamingContext__ctor_m1505F2EEF0153F36F3A6FF192B6FB778AA02A8BA((&L_0), ((int32_t)12), /*hidden argument*/NULL); BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * L_1 = (BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 *)il2cpp_codegen_object_new(BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0_il2cpp_TypeInfo_var); BinaryFormatter__ctor_m89DA9542D935A5F3272C49D26984E68FEF2D8713(L_1, (RuntimeObject*)NULL, L_0, /*hidden argument*/NULL); V_0 = L_1; BinaryFormatter_t116398AB9D7E425E4CFF83C37824A46443A2E6D0 * L_2 = V_0; __this->set__objFormatter_10(L_2); } IL_0015: try { // begin try (depth: 1) ResourceReader__ReadResources_m91B54107F4DDCC4156EE89903F4125713B699C52(__this, /*hidden argument*/NULL); goto IL_0041; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001d; if(il2cpp_codegen_class_is_assignable_from (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002f; throw e; } CATCH_001d: { // begin catch(System.IO.EndOfStreamException) V_1 = ((EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F *)__exception_local); String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral657C0B7E14F633A8AA5B900123E37377F690789D, /*hidden argument*/NULL); EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F * L_4 = V_1; BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_5 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_m3A8BBD5E4BDDF39C98370C07015B4EADE131A1F1(L_5, L_3, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ResourceReader_ReadResources_m872B83050219E10B4E6B13BF0CAFF9710DEE7A97_RuntimeMethod_var); } // end catch (depth: 1) CATCH_002f: { // begin catch(System.IndexOutOfRangeException) V_2 = ((IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF *)__exception_local); String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral657C0B7E14F633A8AA5B900123E37377F690789D, /*hidden argument*/NULL); IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_7 = V_2; BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_8 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_m3A8BBD5E4BDDF39C98370C07015B4EADE131A1F1(L_8, L_6, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ResourceReader_ReadResources_m872B83050219E10B4E6B13BF0CAFF9710DEE7A97_RuntimeMethod_var); } // end catch (depth: 1) IL_0041: { return; } } // System.Void System.Resources.ResourceReader::_ReadResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader__ReadResources_m91B54107F4DDCC4156EE89903F4125713B699C52 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader__ReadResources_m91B54107F4DDCC4156EE89903F4125713B699C52_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_0 = __this->get__store_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var); int32_t L_2 = ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var))->get_MagicNumber_18(); if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_0022; } } { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralBEE2CF8DEE7C86B40D83F2124E62665E5C661319, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ResourceReader__ReadResources_m91B54107F4DDCC4156EE89903F4125713B699C52_RuntimeMethod_var); } IL_0022: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_5 = __this->get__store_0(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_5); V_0 = L_6; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_7 = __this->get__store_0(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_7); V_1 = L_8; int32_t L_9 = V_1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_0042; } } { int32_t L_10 = V_0; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0052; } } IL_0042: { String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral657C0B7E14F633A8AA5B900123E37377F690789D, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_12 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ResourceReader__ReadResources_m91B54107F4DDCC4156EE89903F4125713B699C52_RuntimeMethod_var); } IL_0052: { int32_t L_13 = V_0; if ((((int32_t)L_13) <= ((int32_t)1))) { goto IL_006c; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_14 = __this->get__store_0(); NullCheck(L_14); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_15 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_14); int32_t L_16 = V_1; NullCheck(L_15); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_15, (((int64_t)((int64_t)L_16))), 1); goto IL_00b6; } IL_006c: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_17 = __this->get__store_0(); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_17); V_5 = L_18; IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var); String_t* L_19 = ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var))->get_MscorlibName_23(); AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_20 = (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 *)il2cpp_codegen_object_new(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_il2cpp_TypeInfo_var); AssemblyName__ctor_m9B2E1009DD65CCC1807A629A09D7CDEC26756FBF(L_20, L_19, /*hidden argument*/NULL); V_6 = L_20; String_t* L_21 = V_5; String_t* L_22 = ((ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF_il2cpp_TypeInfo_var))->get_ResReaderTypeName_21(); AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_23 = V_6; bool L_24 = ResourceManager_CompareNames_m0ED5EAF80630F3031452D76831ECEA09C92092C6(L_21, L_22, L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00b0; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = L_25; String_t* L_27 = V_5; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(0), (RuntimeObject *)L_27); String_t* L_28 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral0CEA5F04AFC69A0AAED963AE993BFDCCB5511489, L_26, /*hidden argument*/NULL); NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_29 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_29, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ResourceReader__ReadResources_m91B54107F4DDCC4156EE89903F4125713B699C52_RuntimeMethod_var); } IL_00b0: { ResourceReader_SkipString_m46DC50BEA341252F80ED2AC5E1A1B2D9D58DEC33(__this, /*hidden argument*/NULL); } IL_00b6: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_30 = __this->get__store_0(); NullCheck(L_30); int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_30); V_2 = L_31; int32_t L_32 = V_2; if ((((int32_t)L_32) == ((int32_t)2))) { goto IL_00f2; } } { int32_t L_33 = V_2; if ((((int32_t)L_33) == ((int32_t)1))) { goto IL_00f2; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_35 = L_34; int32_t L_36 = 2; RuntimeObject * L_37 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_36); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_37); (L_35)->SetAt(static_cast(0), (RuntimeObject *)L_37); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_38 = L_35; int32_t L_39 = V_2; int32_t L_40 = L_39; RuntimeObject * L_41 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_40); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_41); (L_38)->SetAt(static_cast(1), (RuntimeObject *)L_41); String_t* L_42 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral9282525C3AC5104620D74C00B4745E91D26EFD3C, L_38, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_43 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_43, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ResourceReader__ReadResources_m91B54107F4DDCC4156EE89903F4125713B699C52_RuntimeMethod_var); } IL_00f2: { int32_t L_44 = V_2; __this->set__version_13(L_44); BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_45 = __this->get__store_0(); NullCheck(L_45); int32_t L_46 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_45); __this->set__numResources_11(L_46); int32_t L_47 = __this->get__numResources_11(); if ((((int32_t)L_47) >= ((int32_t)0))) { goto IL_0123; } } { String_t* L_48 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral657C0B7E14F633A8AA5B900123E37377F690789D, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_49 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_49, L_48, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ResourceReader__ReadResources_m91B54107F4DDCC4156EE89903F4125713B699C52_RuntimeMethod_var); } IL_0123: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_50 = __this->get__store_0(); NullCheck(L_50); int32_t L_51 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_50); V_3 = L_51; int32_t L_52 = V_3; if ((((int32_t)L_52) >= ((int32_t)0))) { goto IL_0143; } } { String_t* L_53 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral657C0B7E14F633A8AA5B900123E37377F690789D, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_54 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_54, L_53, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_54, ResourceReader__ReadResources_m91B54107F4DDCC4156EE89903F4125713B699C52_RuntimeMethod_var); } IL_0143: { int32_t L_55 = V_3; RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_56 = (RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE*)(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE*)SZArrayNew(RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE_il2cpp_TypeInfo_var, (uint32_t)L_55); __this->set__typeTable_8(L_56); int32_t L_57 = V_3; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_58 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_57); __this->set__typeNamePositions_9(L_58); V_7 = 0; goto IL_0186; } IL_0160: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_59 = __this->get__typeNamePositions_9(); int32_t L_60 = V_7; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_61 = __this->get__store_0(); NullCheck(L_61); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_62 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_61); NullCheck(L_62); int64_t L_63 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_62); NullCheck(L_59); (L_59)->SetAt(static_cast(L_60), (int32_t)(((int32_t)((int32_t)L_63)))); ResourceReader_SkipString_m46DC50BEA341252F80ED2AC5E1A1B2D9D58DEC33(__this, /*hidden argument*/NULL); int32_t L_64 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_0186: { int32_t L_65 = V_7; int32_t L_66 = V_3; if ((((int32_t)L_65) < ((int32_t)L_66))) { goto IL_0160; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_67 = __this->get__store_0(); NullCheck(L_67); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_68 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_67); NullCheck(L_68); int64_t L_69 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_68); V_4 = ((int32_t)((int32_t)(((int32_t)((int32_t)L_69)))&(int32_t)7)); int32_t L_70 = V_4; if (!L_70) { goto IL_01c3; } } { V_8 = 0; goto IL_01bb; } IL_01a9: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_71 = __this->get__store_0(); NullCheck(L_71); VirtFuncInvoker0< uint8_t >::Invoke(10 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_71); int32_t L_72 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); } IL_01bb: { int32_t L_73 = V_8; int32_t L_74 = V_4; if ((((int32_t)L_73) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)L_74))))) { goto IL_01a9; } } IL_01c3: { UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_75 = __this->get__ums_12(); if (L_75) { goto IL_0207; } } { int32_t L_76 = __this->get__numResources_11(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_77 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_76); __this->set__nameHashes_4(L_77); V_9 = 0; goto IL_01fb; } IL_01e1: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_78 = __this->get__nameHashes_4(); int32_t L_79 = V_9; BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_80 = __this->get__store_0(); NullCheck(L_80); int32_t L_81 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_80); NullCheck(L_78); (L_78)->SetAt(static_cast(L_79), (int32_t)L_81); int32_t L_82 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); } IL_01fb: { int32_t L_83 = V_9; int32_t L_84 = __this->get__numResources_11(); if ((((int32_t)L_83) < ((int32_t)L_84))) { goto IL_01e1; } } { goto IL_025e; } IL_0207: { int32_t L_85 = __this->get__numResources_11(); if (!((int64_t)((int64_t)(((int64_t)((int64_t)L_85)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-536870912)))))))))) { goto IL_0227; } } { String_t* L_86 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral657C0B7E14F633A8AA5B900123E37377F690789D, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_87 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_87, L_86, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_87, ResourceReader__ReadResources_m91B54107F4DDCC4156EE89903F4125713B699C52_RuntimeMethod_var); } IL_0227: { int32_t L_88 = __this->get__numResources_11(); V_10 = ((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_88)); UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_89 = __this->get__ums_12(); NullCheck(L_89); uint8_t* L_90 = UnmanagedMemoryStream_get_PositionPointer_m679CDF3178C1512CA36CAB5FD1A39F5A398A2ADB(L_89, /*hidden argument*/NULL); __this->set__nameHashesPtr_5((int32_t*)L_90); UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_91 = __this->get__ums_12(); int32_t L_92 = V_10; NullCheck(L_91); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_91, (((int64_t)((int64_t)L_92))), 1); UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_93 = __this->get__ums_12(); NullCheck(L_93); UnmanagedMemoryStream_get_PositionPointer_m679CDF3178C1512CA36CAB5FD1A39F5A398A2ADB(L_93, /*hidden argument*/NULL); } IL_025e: { UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_94 = __this->get__ums_12(); if (L_94) { goto IL_02bb; } } { int32_t L_95 = __this->get__numResources_11(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_96 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_95); __this->set__namePositions_6(L_96); V_11 = 0; goto IL_02af; } IL_027c: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_97 = __this->get__store_0(); NullCheck(L_97); int32_t L_98 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_97); V_12 = L_98; int32_t L_99 = V_12; if ((((int32_t)L_99) >= ((int32_t)0))) { goto IL_029e; } } { String_t* L_100 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral657C0B7E14F633A8AA5B900123E37377F690789D, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_101 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_101, L_100, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_101, ResourceReader__ReadResources_m91B54107F4DDCC4156EE89903F4125713B699C52_RuntimeMethod_var); } IL_029e: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_102 = __this->get__namePositions_6(); int32_t L_103 = V_11; int32_t L_104 = V_12; NullCheck(L_102); (L_102)->SetAt(static_cast(L_103), (int32_t)L_104); int32_t L_105 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1)); } IL_02af: { int32_t L_106 = V_11; int32_t L_107 = __this->get__numResources_11(); if ((((int32_t)L_106) < ((int32_t)L_107))) { goto IL_027c; } } { goto IL_0312; } IL_02bb: { int32_t L_108 = __this->get__numResources_11(); if (!((int64_t)((int64_t)(((int64_t)((int64_t)L_108)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-536870912)))))))))) { goto IL_02db; } } { String_t* L_109 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral657C0B7E14F633A8AA5B900123E37377F690789D, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_110 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_110, L_109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_110, ResourceReader__ReadResources_m91B54107F4DDCC4156EE89903F4125713B699C52_RuntimeMethod_var); } IL_02db: { int32_t L_111 = __this->get__numResources_11(); V_13 = ((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_111)); UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_112 = __this->get__ums_12(); NullCheck(L_112); uint8_t* L_113 = UnmanagedMemoryStream_get_PositionPointer_m679CDF3178C1512CA36CAB5FD1A39F5A398A2ADB(L_112, /*hidden argument*/NULL); __this->set__namePositionsPtr_7((int32_t*)L_113); UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_114 = __this->get__ums_12(); int32_t L_115 = V_13; NullCheck(L_114); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_114, (((int64_t)((int64_t)L_115))), 1); UnmanagedMemoryStream_tB2905D85030C9C1E831E3EB02AD7E5B1B1A5FE4E * L_116 = __this->get__ums_12(); NullCheck(L_116); UnmanagedMemoryStream_get_PositionPointer_m679CDF3178C1512CA36CAB5FD1A39F5A398A2ADB(L_116, /*hidden argument*/NULL); } IL_0312: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_117 = __this->get__store_0(); NullCheck(L_117); int32_t L_118 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_117); __this->set__dataSectionOffset_3((((int64_t)((int64_t)L_118)))); int64_t L_119 = __this->get__dataSectionOffset_3(); if ((((int64_t)L_119) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_033e; } } { String_t* L_120 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral657C0B7E14F633A8AA5B900123E37377F690789D, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_121 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_121, L_120, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_121, ResourceReader__ReadResources_m91B54107F4DDCC4156EE89903F4125713B699C52_RuntimeMethod_var); } IL_033e: { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_122 = __this->get__store_0(); NullCheck(L_122); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_123 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_122); NullCheck(L_123); int64_t L_124 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_123); __this->set__nameSectionOffset_2(L_124); int64_t L_125 = __this->get__dataSectionOffset_3(); int64_t L_126 = __this->get__nameSectionOffset_2(); if ((((int64_t)L_125) >= ((int64_t)L_126))) { goto IL_0372; } } { String_t* L_127 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral657C0B7E14F633A8AA5B900123E37377F690789D, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_128 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_128, L_127, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_128, ResourceReader__ReadResources_m91B54107F4DDCC4156EE89903F4125713B699C52_RuntimeMethod_var); } IL_0372: { return; } } // System.RuntimeType System.Resources.ResourceReader::FindType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ResourceReader_FindType_m336652B9B8E9AEA736F87783B9567F10401EED08 (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * __this, int32_t ___typeIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceReader_FindType_m336652B9B8E9AEA736F87783B9567F10401EED08_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { int32_t L_0 = ___typeIndex0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000f; } } { int32_t L_1 = ___typeIndex0; RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_2 = __this->get__typeTable_8(); NullCheck(L_2); if ((((int32_t)L_1) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))))) { goto IL_001f; } } IL_000f: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral832516C0534BD67EE81E26D6F23DB40E1291FDB2, /*hidden argument*/NULL); BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 * L_4 = (BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9 *)il2cpp_codegen_object_new(BadImageFormatException_t0994B7CA8CE7F391EF179F30094DA4DCB366F4B9_il2cpp_TypeInfo_var); BadImageFormatException__ctor_mA5C18468FAEC29F4CE61209B9AED6A530EE6023E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ResourceReader_FindType_m336652B9B8E9AEA736F87783B9567F10401EED08_RuntimeMethod_var); } IL_001f: { RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_5 = __this->get__typeTable_8(); int32_t L_6 = ___typeIndex0; NullCheck(L_5); int32_t L_7 = L_6; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = (L_5)->GetAt(static_cast(L_7)); IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var); bool L_9 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_8, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_008d; } } { BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_10 = __this->get__store_0(); NullCheck(L_10); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_11 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_10); NullCheck(L_11); int64_t L_12 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_11); V_0 = L_12; } IL_0040: try { // begin try (depth: 1) BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_13 = __this->get__store_0(); NullCheck(L_13); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_14 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_13); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = __this->get__typeNamePositions_9(); int32_t L_16 = ___typeIndex0; NullCheck(L_15); int32_t L_17 = L_16; int32_t L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_14); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_14, (((int64_t)((int64_t)L_18)))); BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_19 = __this->get__store_0(); NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_19); V_1 = L_20; RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_21 = __this->get__typeTable_8(); int32_t L_22 = ___typeIndex0; String_t* L_23 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m8A8A6481B24551476F2AF999A970AD705BA68C7A, L_23, (bool)1, "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); NullCheck(L_21); ArrayElementTypeCheck (L_21, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_24, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))); (L_21)->SetAt(static_cast(L_22), (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_24, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var))); IL2CPP_LEAVE(0x8D, FINALLY_007b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007b; } FINALLY_007b: { // begin finally (depth: 1) BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * L_25 = __this->get__store_0(); NullCheck(L_25); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_26 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_25); int64_t L_27 = V_0; NullCheck(L_26); VirtActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_26, L_27); IL2CPP_END_FINALLY(123) } // end finally (depth: 1) IL2CPP_CLEANUP(123) { IL2CPP_JUMP_TBL(0x8D, IL_008d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008d: { RuntimeTypeU5BU5D_tD8ADAF35960AACE7B524A8DDF0CEAC7D151161FE* L_28 = __this->get__typeTable_8(); int32_t L_29 = ___typeIndex0; NullCheck(L_28); int32_t L_30 = L_29; RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_31 = (L_28)->GetAt(static_cast(L_30)); return L_31; } } #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.Resources.ResourceReader_ResourceEnumerator::.ctor(System.Resources.ResourceReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceEnumerator__ctor_m332EA0C7EFA41649166DB61965183A85A3A0B38F (ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * __this, ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * ___reader0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); __this->set__currentName_2((-1)); ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_0 = ___reader0; __this->set__reader_0(L_0); __this->set__dataPosition_3(((int32_t)-2)); return; } } // System.Boolean System.Resources.ResourceReader_ResourceEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResourceEnumerator_MoveNext_m6A3D37C26CF53095AC59EC0B83DD8EC071935606 (ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__currentName_2(); ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_1 = __this->get__reader_0(); NullCheck(L_1); int32_t L_2 = L_1->get__numResources_11(); if ((((int32_t)L_0) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0022; } } { int32_t L_3 = __this->get__currentName_2(); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_0036; } } IL_0022: { __this->set__currentIsValid_1((bool)0); __this->set__currentName_2(((int32_t)-2147483648LL)); return (bool)0; } IL_0036: { __this->set__currentIsValid_1((bool)1); int32_t L_4 = __this->get__currentName_2(); __this->set__currentName_2(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); return (bool)1; } } // System.Object System.Resources.ResourceReader_ResourceEnumerator::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceEnumerator_get_Key_m0BB2A5342EF1CA72A6622BE68C137F423CD12BE4 (ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceEnumerator_get_Key_m0BB2A5342EF1CA72A6622BE68C137F423CD12BE4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__currentName_2(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_001d; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral672E8F4CE93C075F32B4FD6C0D0EDAC1BDDB9469, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ResourceEnumerator_get_Key_m0BB2A5342EF1CA72A6622BE68C137F423CD12BE4_RuntimeMethod_var); } IL_001d: { bool L_3 = __this->get__currentIsValid_1(); if (L_3) { goto IL_0035; } } { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral700336D6AF60425DC8D362092DE4C0FFB8576432, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ResourceEnumerator_get_Key_m0BB2A5342EF1CA72A6622BE68C137F423CD12BE4_RuntimeMethod_var); } IL_0035: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_6 = __this->get__reader_0(); NullCheck(L_6); Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_7 = L_6->get__resCache_1(); if (L_7) { goto IL_0052; } } { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4A64F09C12EA2942AB28BED390AA4F90A659A94C, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_9 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ResourceEnumerator_get_Key_m0BB2A5342EF1CA72A6622BE68C137F423CD12BE4_RuntimeMethod_var); } IL_0052: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_10 = __this->get__reader_0(); int32_t L_11 = __this->get__currentName_2(); int32_t* L_12 = __this->get_address_of__dataPosition_3(); NullCheck(L_10); String_t* L_13 = ResourceReader_AllocateStringForNameIndex_m1C5E953B681E1B33DE3519542B6E8F2FCC08B5F1(L_10, L_11, (int32_t*)L_12, /*hidden argument*/NULL); return L_13; } } // System.Object System.Resources.ResourceReader_ResourceEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceEnumerator_get_Current_mA0491B28C27C1281453B32024B208ECEA35E3CF5 (ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceEnumerator_get_Current_mA0491B28C27C1281453B32024B208ECEA35E3CF5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_0 = ResourceEnumerator_get_Entry_mFE1ABE5691EDD95C756BAD75AED222D2CA6FC9C3(__this, /*hidden argument*/NULL); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_1 = L_0; RuntimeObject * L_2 = Box(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var, &L_1); return L_2; } } // System.Int32 System.Resources.ResourceReader_ResourceEnumerator::get_DataPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceEnumerator_get_DataPosition_m3D779FD24325B2CA8F8A8C02405853B43C1A03B1 (ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dataPosition_3(); return L_0; } } // System.Collections.DictionaryEntry System.Resources.ResourceReader_ResourceEnumerator::get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 ResourceEnumerator_get_Entry_mFE1ABE5691EDD95C756BAD75AED222D2CA6FC9C3 (ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceEnumerator_get_Entry_mFE1ABE5691EDD95C756BAD75AED222D2CA6FC9C3_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject * V_1 = NULL; ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * V_2 = NULL; bool V_3 = false; Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * V_4 = NULL; bool V_5 = false; ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C V_6; memset((&V_6), 0, sizeof(V_6)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { int32_t L_0 = __this->get__currentName_2(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_001d; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral672E8F4CE93C075F32B4FD6C0D0EDAC1BDDB9469, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ResourceEnumerator_get_Entry_mFE1ABE5691EDD95C756BAD75AED222D2CA6FC9C3_RuntimeMethod_var); } IL_001d: { bool L_3 = __this->get__currentIsValid_1(); if (L_3) { goto IL_0035; } } { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral700336D6AF60425DC8D362092DE4C0FFB8576432, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ResourceEnumerator_get_Entry_mFE1ABE5691EDD95C756BAD75AED222D2CA6FC9C3_RuntimeMethod_var); } IL_0035: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_6 = __this->get__reader_0(); NullCheck(L_6); Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_7 = L_6->get__resCache_1(); if (L_7) { goto IL_0052; } } { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4A64F09C12EA2942AB28BED390AA4F90A659A94C, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_9 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ResourceEnumerator_get_Entry_mFE1ABE5691EDD95C756BAD75AED222D2CA6FC9C3_RuntimeMethod_var); } IL_0052: { V_1 = NULL; ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_10 = __this->get__reader_0(); V_2 = L_10; V_3 = (bool)0; } IL_005d: try { // begin try (depth: 1) { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_11 = V_2; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_11, (bool*)(&V_3), /*hidden argument*/NULL); ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_12 = __this->get__reader_0(); NullCheck(L_12); Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_13 = L_12->get__resCache_1(); V_4 = L_13; V_5 = (bool)0; } IL_0075: try { // begin try (depth: 2) { Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_14 = V_4; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_14, (bool*)(&V_5), /*hidden argument*/NULL); ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_15 = __this->get__reader_0(); int32_t L_16 = __this->get__currentName_2(); int32_t* L_17 = __this->get_address_of__dataPosition_3(); NullCheck(L_15); String_t* L_18 = ResourceReader_AllocateStringForNameIndex_m1C5E953B681E1B33DE3519542B6E8F2FCC08B5F1(L_15, L_16, (int32_t*)L_17, /*hidden argument*/NULL); V_0 = L_18; ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_19 = __this->get__reader_0(); NullCheck(L_19); Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_20 = L_19->get__resCache_1(); String_t* L_21 = V_0; NullCheck(L_20); bool L_22 = Dictionary_2_TryGetValue_mD38CD097655DBED69787BE280C81E38279549A14(L_20, L_21, (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(&V_6), /*hidden argument*/Dictionary_2_TryGetValue_mD38CD097655DBED69787BE280C81E38279549A14_RuntimeMethod_var); if (!L_22) { goto IL_00b3; } } IL_00ab: { RuntimeObject * L_23 = ResourceLocator_get_Value_mF1002747C81B5FFCF67CBEEA377ABAB91CA57B92_inline((ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(&V_6), /*hidden argument*/NULL); V_1 = L_23; } IL_00b3: { RuntimeObject * L_24 = V_1; if (L_24) { goto IL_00e5; } } IL_00b6: { int32_t L_25 = __this->get__dataPosition_3(); if ((!(((uint32_t)L_25) == ((uint32_t)(-1))))) { goto IL_00d3; } } IL_00bf: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_26 = __this->get__reader_0(); int32_t L_27 = __this->get__currentName_2(); NullCheck(L_26); RuntimeObject * L_28 = ResourceReader_GetValueForNameIndex_m338A2D9EF12007CA2933D1F0425CA51A2CCD10A3(L_26, L_27, /*hidden argument*/NULL); V_1 = L_28; IL2CPP_LEAVE(0xFD, FINALLY_00e7); } IL_00d3: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_29 = __this->get__reader_0(); int32_t L_30 = __this->get__dataPosition_3(); NullCheck(L_29); RuntimeObject * L_31 = ResourceReader_LoadObject_mB16EB48B92B11E692E424B65E77A2C83DD359032(L_29, L_30, /*hidden argument*/NULL); V_1 = L_31; } IL_00e5: { IL2CPP_LEAVE(0xFD, FINALLY_00e7); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e7; } FINALLY_00e7: { // begin finally (depth: 2) { bool L_32 = V_5; if (!L_32) { goto IL_00f2; } } IL_00eb: { Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_33 = V_4; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_33, /*hidden argument*/NULL); } IL_00f2: { IL2CPP_END_FINALLY(231) } } // end finally (depth: 2) IL2CPP_CLEANUP(231) { IL2CPP_END_CLEANUP(0xFD, FINALLY_00f3); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f3; } FINALLY_00f3: { // begin finally (depth: 1) { bool L_34 = V_3; if (!L_34) { goto IL_00fc; } } IL_00f6: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_35 = V_2; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_35, /*hidden argument*/NULL); } IL_00fc: { IL2CPP_END_FINALLY(243) } } // end finally (depth: 1) IL2CPP_CLEANUP(243) { IL2CPP_JUMP_TBL(0xFD, IL_00fd) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00fd: { String_t* L_36 = V_0; RuntimeObject * L_37 = V_1; DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_38; memset((&L_38), 0, sizeof(L_38)); DictionaryEntry__ctor_m67BC38CD2B85F134F3EB2473270CDD3933F7CD9B((&L_38), L_36, L_37, /*hidden argument*/NULL); return L_38; } } // System.Object System.Resources.ResourceReader_ResourceEnumerator::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceEnumerator_get_Value_m075AD61830CDC9263B4FB5B7002E5E44C0D0EE85 (ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceEnumerator_get_Value_m075AD61830CDC9263B4FB5B7002E5E44C0D0EE85_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__currentName_2(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_001d; } } { String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral672E8F4CE93C075F32B4FD6C0D0EDAC1BDDB9469, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ResourceEnumerator_get_Value_m075AD61830CDC9263B4FB5B7002E5E44C0D0EE85_RuntimeMethod_var); } IL_001d: { bool L_3 = __this->get__currentIsValid_1(); if (L_3) { goto IL_0035; } } { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral700336D6AF60425DC8D362092DE4C0FFB8576432, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ResourceEnumerator_get_Value_m075AD61830CDC9263B4FB5B7002E5E44C0D0EE85_RuntimeMethod_var); } IL_0035: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_6 = __this->get__reader_0(); NullCheck(L_6); Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_7 = L_6->get__resCache_1(); if (L_7) { goto IL_0052; } } { String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4A64F09C12EA2942AB28BED390AA4F90A659A94C, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_9 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ResourceEnumerator_get_Value_m075AD61830CDC9263B4FB5B7002E5E44C0D0EE85_RuntimeMethod_var); } IL_0052: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_10 = __this->get__reader_0(); int32_t L_11 = __this->get__currentName_2(); NullCheck(L_10); RuntimeObject * L_12 = ResourceReader_GetValueForNameIndex_m338A2D9EF12007CA2933D1F0425CA51A2CCD10A3(L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Void System.Resources.ResourceReader_ResourceEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceEnumerator_Reset_m0F5FE16F630FADD76B1B746EBDF42BA492238CD2 (ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceEnumerator_Reset_m0F5FE16F630FADD76B1B746EBDF42BA492238CD2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_0 = __this->get__reader_0(); NullCheck(L_0); Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_1 = L_0->get__resCache_1(); if (L_1) { goto IL_001d; } } { String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4A64F09C12EA2942AB28BED390AA4F90A659A94C, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ResourceEnumerator_Reset_m0F5FE16F630FADD76B1B746EBDF42BA492238CD2_RuntimeMethod_var); } IL_001d: { __this->set__currentIsValid_1((bool)0); __this->set__currentName_2((-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.Resources.ResourceSet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceSet__ctor_mCEC4C6E03EAC024887A6C0F818183FA549DC5A0E (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); ResourceSet_CommonInit_m668B9A9BA4DB9CB2C3C975BEAC2A8CD54A62493F(__this, /*hidden argument*/NULL); return; } } // System.Void System.Resources.ResourceSet::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceSet__ctor_m9A0002B5C6E94D901E63C0B0CEF4E397FE91F62A (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, bool ___junk0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Resources.ResourceSet::CommonInit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceSet_CommonInit_m668B9A9BA4DB9CB2C3C975BEAC2A8CD54A62493F (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceSet_CommonInit_m668B9A9BA4DB9CB2C3C975BEAC2A8CD54A62493F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL); __this->set_Table_1(L_0); return; } } // System.Void System.Resources.ResourceSet::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceSet_Dispose_mA34EB8EA3D3DFAB6199EC8FFDAFA7C3201B7A642 (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceSet_Dispose_mA34EB8EA3D3DFAB6199EC8FFDAFA7C3201B7A642_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { bool L_0 = ___disposing0; if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = __this->get_Reader_0(); V_0 = L_1; __this->set_Reader_0((RuntimeObject*)NULL); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_001a; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); InterfaceActionInvoker0::Invoke(0 /* System.Void System.Resources.IResourceReader::Close() */, IResourceReader_t32EA6DD358C3793C4E0BCD3B940EEFD52E7481BE_il2cpp_TypeInfo_var, L_3); } IL_001a: { __this->set_Reader_0((RuntimeObject*)NULL); __this->set__caseInsensitiveTable_2((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)NULL); __this->set_Table_1((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)NULL); return; } } // System.Void System.Resources.ResourceSet::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceSet_Dispose_mD79BEBA639CD14A05DB03449084CC23C94EF6EDA (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(6 /* System.Void System.Resources.ResourceSet::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Collections.IDictionaryEnumerator System.Resources.ResourceSet::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResourceSet_GetEnumerator_mB08DB10BF8D2581823992FBC29E1572F1A8C6041 (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = ResourceSet_GetEnumeratorHelper_mFB1A5645584BF92F69F8211753D49874AA39F873(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.IEnumerator System.Resources.ResourceSet::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResourceSet_System_Collections_IEnumerable_GetEnumerator_mEF6351400B8FD09D63956336983F5C7E182414C8 (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = ResourceSet_GetEnumeratorHelper_mFB1A5645584BF92F69F8211753D49874AA39F873(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.IDictionaryEnumerator System.Resources.ResourceSet::GetEnumeratorHelper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResourceSet_GetEnumeratorHelper_mFB1A5645584BF92F69F8211753D49874AA39F873 (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceSet_GetEnumeratorHelper_mFB1A5645584BF92F69F8211753D49874AA39F873_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * G_B2_0 = NULL; Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * G_B1_0 = NULL; { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_Table_1(); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_001a; } } { String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralEAE112E51241C5680C456AED935D78E97AD01F03, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(L_3, (String_t*)NULL, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ResourceSet_GetEnumeratorHelper_mFB1A5645584BF92F69F8211753D49874AA39F873_RuntimeMethod_var); } IL_001a: { NullCheck(G_B2_0); RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, G_B2_0); return L_4; } } // System.String System.Resources.ResourceSet::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceSet_GetString_m3E5C451C32D2C3B2CE788E4F912868D47188EC69 (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceSet_GetString_m3E5C451C32D2C3B2CE788E4F912868D47188EC69_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { String_t* L_0 = ___name0; RuntimeObject * L_1 = ResourceSet_GetObjectInternal_m64239DA3F131E1454744EBB16B5BA6DD7112E18E(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0008: try { // begin try (depth: 1) RuntimeObject * L_2 = V_0; V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); goto IL_002c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0011; throw e; } CATCH_0011: { // begin catch(System.InvalidCastException) ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3; String_t* L_5 = ___name0; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); String_t* L_6 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral22EC0567FF74921E9C49380CA69F2B6ED84767F8, L_4, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_7 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ResourceSet_GetString_m3E5C451C32D2C3B2CE788E4F912868D47188EC69_RuntimeMethod_var); } // end catch (depth: 1) IL_002c: { String_t* L_8 = V_1; return L_8; } } // System.String System.Resources.ResourceSet::GetString(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceSet_GetString_m44EAF4652DC89C3EC7A8B713AE2F1704050431AC (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceSet_GetString_m44EAF4652DC89C3EC7A8B713AE2F1704050431AC_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { String_t* L_0 = ___name0; RuntimeObject * L_1 = ResourceSet_GetObjectInternal_m64239DA3F131E1454744EBB16B5BA6DD7112E18E(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0008: try { // begin try (depth: 1) RuntimeObject * L_2 = V_0; V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); goto IL_002c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0011; throw e; } CATCH_0011: { // begin catch(System.InvalidCastException) ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3; String_t* L_5 = ___name0; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); String_t* L_6 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral22EC0567FF74921E9C49380CA69F2B6ED84767F8, L_4, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_7 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ResourceSet_GetString_m44EAF4652DC89C3EC7A8B713AE2F1704050431AC_RuntimeMethod_var); } // end catch (depth: 1) IL_002c: { String_t* L_8 = V_1; if (L_8) { goto IL_0032; } } { bool L_9 = ___ignoreCase1; if (L_9) { goto IL_0034; } } IL_0032: { String_t* L_10 = V_1; return L_10; } IL_0034: { String_t* L_11 = ___name0; RuntimeObject * L_12 = ResourceSet_GetCaseInsensitiveObjectInternal_mBED629356689D4FA89C8CF972091622005CA4850(__this, L_11, /*hidden argument*/NULL); V_0 = L_12; } IL_003c: try { // begin try (depth: 1) RuntimeObject * L_13 = V_0; V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_13, String_t_il2cpp_TypeInfo_var)); goto IL_0060; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0045; throw e; } CATCH_0045: { // begin catch(System.InvalidCastException) ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_14; String_t* L_16 = ___name0; NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(0), (RuntimeObject *)L_16); String_t* L_17 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral22EC0567FF74921E9C49380CA69F2B6ED84767F8, L_15, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_18 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ResourceSet_GetString_m44EAF4652DC89C3EC7A8B713AE2F1704050431AC_RuntimeMethod_var); } // end catch (depth: 1) IL_0060: { String_t* L_19 = V_2; return L_19; } } // System.Object System.Resources.ResourceSet::GetObject(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceSet_GetObject_mDFA513D57FA220582C74A2F3EAE5B52A2D383E41 (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; RuntimeObject * L_1 = ResourceSet_GetObjectInternal_m64239DA3F131E1454744EBB16B5BA6DD7112E18E(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object System.Resources.ResourceSet::GetObject(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceSet_GetObject_mC8DDC56821823AAC231677A0065D5B4B83CD5879 (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { String_t* L_0 = ___name0; RuntimeObject * L_1 = ResourceSet_GetObjectInternal_m64239DA3F131E1454744EBB16B5BA6DD7112E18E(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; if (L_2) { goto IL_000e; } } { bool L_3 = ___ignoreCase1; if (L_3) { goto IL_0010; } } IL_000e: { RuntimeObject * L_4 = V_0; return L_4; } IL_0010: { String_t* L_5 = ___name0; RuntimeObject * L_6 = ResourceSet_GetCaseInsensitiveObjectInternal_mBED629356689D4FA89C8CF972091622005CA4850(__this, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object System.Resources.ResourceSet::GetObjectInternal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceSet_GetObjectInternal_m64239DA3F131E1454744EBB16B5BA6DD7112E18E (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceSet_GetObjectInternal_m64239DA3F131E1454744EBB16B5BA6DD7112E18E_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * G_B4_0 = NULL; Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * G_B3_0 = NULL; { String_t* L_0 = ___name0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ResourceSet_GetObjectInternal_m64239DA3F131E1454744EBB16B5BA6DD7112E18E_RuntimeMethod_var); } IL_000e: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = __this->get_Table_1(); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = L_2; G_B3_0 = L_3; if (L_3) { G_B4_0 = L_3; goto IL_0028; } } { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralEAE112E51241C5680C456AED935D78E97AD01F03, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_5 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(L_5, (String_t*)NULL, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ResourceSet_GetObjectInternal_m64239DA3F131E1454744EBB16B5BA6DD7112E18E_RuntimeMethod_var); } IL_0028: { String_t* L_6 = ___name0; NullCheck(G_B4_0); RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, G_B4_0, L_6); return L_7; } } // System.Object System.Resources.ResourceSet::GetCaseInsensitiveObjectInternal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceSet_GetCaseInsensitiveObjectInternal_mBED629356689D4FA89C8CF972091622005CA4850 (ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ResourceSet_GetCaseInsensitiveObjectInternal_mBED629356689D4FA89C8CF972091622005CA4850_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_0 = NULL; Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_1 = NULL; RuntimeObject* V_2 = NULL; { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_Table_1(); V_0 = L_0; Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = V_0; if (L_1) { goto IL_001b; } } { String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralEAE112E51241C5680C456AED935D78E97AD01F03, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(L_3, (String_t*)NULL, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ResourceSet_GetCaseInsensitiveObjectInternal_mBED629356689D4FA89C8CF972091622005CA4850_RuntimeMethod_var); } IL_001b: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = __this->get__caseInsensitiveTable_2(); V_1 = L_4; Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_5 = V_1; if (L_5) { goto IL_005a; } } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var); StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_6 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline(/*hidden argument*/NULL); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m97E445FF917A8828D5927A66E70CF89394A16D4A(L_7, L_6, /*hidden argument*/NULL); V_1 = L_7; Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = V_0; NullCheck(L_8); RuntimeObject* L_9 = VirtFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_8); V_2 = L_9; goto IL_004b; } IL_0039: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_10 = V_1; RuntimeObject* L_11 = V_2; NullCheck(L_11); RuntimeObject * L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_11); RuntimeObject* L_13 = V_2; NullCheck(L_13); RuntimeObject * L_14 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_13); NullCheck(L_10); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_10, L_12, L_14); } IL_004b: { RuntimeObject* L_15 = V_2; NullCheck(L_15); bool L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_0039; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_17 = V_1; __this->set__caseInsensitiveTable_2(L_17); } IL_005a: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_18 = V_1; String_t* L_19 = ___name0; NullCheck(L_18); RuntimeObject * L_20 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_18, L_19); return L_20; } } #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.Resources.RuntimeResourceSet::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeResourceSet__ctor_m531D864E5A93D9BEFD6E453BA71BCE552B1DFD8B (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * __this, String_t* ___fileName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeResourceSet__ctor_m531D864E5A93D9BEFD6E453BA71BCE552B1DFD8B_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL; { ResourceSet__ctor_m9A0002B5C6E94D901E63C0B0CEF4E397FE91F62A(__this, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_il2cpp_TypeInfo_var); FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63 * L_0 = ((FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_StaticFields*)il2cpp_codegen_static_fields_for(FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_il2cpp_TypeInfo_var))->get_Default_0(); Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_1 = (Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 *)il2cpp_codegen_object_new(Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3ED72361A7CE26968996D1FEF8F9739E3EA00F7F(L_1, L_0, /*hidden argument*/Dictionary_2__ctor_m3ED72361A7CE26968996D1FEF8F9739E3EA00F7F_RuntimeMethod_var); __this->set__resCache_4(L_1); String_t* L_2 = ___fileName0; FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_3 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)il2cpp_codegen_object_new(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var); FileStream__ctor_mB254658F1E758D76B41C942CB91BDF38FD544C83(L_3, L_2, 3, 1, 1, /*hidden argument*/NULL); V_0 = L_3; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = V_0; Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_5 = __this->get__resCache_4(); ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_6 = (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 *)il2cpp_codegen_object_new(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442_il2cpp_TypeInfo_var); ResourceReader__ctor_mF57230EBDF59341DD7DD5A7AAEBE25B8677BF768(L_6, L_4, L_5, /*hidden argument*/NULL); __this->set__defaultReader_5(L_6); ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_7 = __this->get__defaultReader_5(); ((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)__this)->set_Reader_0(L_7); return; } } // System.Void System.Resources.RuntimeResourceSet::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeResourceSet__ctor_m1B73A2C81E85ACE4DA7E09C1B2A95E443F5F5270 (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeResourceSet__ctor_m1B73A2C81E85ACE4DA7E09C1B2A95E443F5F5270_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ResourceSet__ctor_m9A0002B5C6E94D901E63C0B0CEF4E397FE91F62A(__this, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_il2cpp_TypeInfo_var); FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63 * L_0 = ((FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_StaticFields*)il2cpp_codegen_static_fields_for(FastResourceComparer_tFC8A21F7B9C0F4EB4EE1520D6AE87AA5F6D69B63_il2cpp_TypeInfo_var))->get_Default_0(); Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_1 = (Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 *)il2cpp_codegen_object_new(Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3ED72361A7CE26968996D1FEF8F9739E3EA00F7F(L_1, L_0, /*hidden argument*/Dictionary_2__ctor_m3ED72361A7CE26968996D1FEF8F9739E3EA00F7F_RuntimeMethod_var); __this->set__resCache_4(L_1); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = ___stream0; Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_3 = __this->get__resCache_4(); ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_4 = (ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 *)il2cpp_codegen_object_new(ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442_il2cpp_TypeInfo_var); ResourceReader__ctor_mF57230EBDF59341DD7DD5A7AAEBE25B8677BF768(L_4, L_2, L_3, /*hidden argument*/NULL); __this->set__defaultReader_5(L_4); ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_5 = __this->get__defaultReader_5(); ((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)__this)->set_Reader_0(L_5); return; } } // System.Void System.Resources.RuntimeResourceSet::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeResourceSet_Dispose_m9BA60606D4CFD426C33504048D42A67F542CCD28 (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * __this, bool ___disposing0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { RuntimeObject* L_0 = ((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)__this)->get_Reader_0(); if (L_0) { goto IL_0009; } } { return; } IL_0009: { bool L_1 = ___disposing0; if (!L_1) { goto IL_0058; } } { RuntimeObject* L_2 = ((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)__this)->get_Reader_0(); V_0 = L_2; V_1 = (bool)0; } IL_0015: try { // begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_3, (bool*)(&V_1), /*hidden argument*/NULL); __this->set__resCache_4((Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 *)NULL); ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_4 = __this->get__defaultReader_5(); if (!L_4) { goto IL_003e; } } IL_002c: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_5 = __this->get__defaultReader_5(); NullCheck(L_5); ResourceReader_Close_mCD281029D1B483C1D2A4C7A94AEDBFFED4CA195F(L_5, /*hidden argument*/NULL); __this->set__defaultReader_5((ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 *)NULL); } IL_003e: { __this->set__caseInsensitiveTable_6((Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 *)NULL); bool L_6 = ___disposing0; ResourceSet_Dispose_mA34EB8EA3D3DFAB6199EC8FFDAFA7C3201B7A642(__this, L_6, /*hidden argument*/NULL); IL2CPP_LEAVE(0x74, FINALLY_004e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004e; } FINALLY_004e: { // begin finally (depth: 1) { bool L_7 = V_1; if (!L_7) { goto IL_0057; } } IL_0051: { RuntimeObject* L_8 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_8, /*hidden argument*/NULL); } IL_0057: { IL2CPP_END_FINALLY(78) } } // end finally (depth: 1) IL2CPP_CLEANUP(78) { IL2CPP_JUMP_TBL(0x74, IL_0074) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0058: { __this->set__resCache_4((Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 *)NULL); __this->set__caseInsensitiveTable_6((Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 *)NULL); __this->set__defaultReader_5((ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 *)NULL); bool L_9 = ___disposing0; ResourceSet_Dispose_mA34EB8EA3D3DFAB6199EC8FFDAFA7C3201B7A642(__this, L_9, /*hidden argument*/NULL); } IL_0074: { return; } } // System.Collections.IDictionaryEnumerator System.Resources.RuntimeResourceSet::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeResourceSet_GetEnumerator_m236CBCE596ADA3426D332DF0FCDF1C4DF2DECBD1 (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = RuntimeResourceSet_GetEnumeratorHelper_m15ED969AD90F7F9906AC8AB086DACD9F8C44203F(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.IEnumerator System.Resources.RuntimeResourceSet::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeResourceSet_System_Collections_IEnumerable_GetEnumerator_m13CEA5A2371C0F30E1E84ACAEA9BAE9B0E3C129C (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = RuntimeResourceSet_GetEnumeratorHelper_m15ED969AD90F7F9906AC8AB086DACD9F8C44203F(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.IDictionaryEnumerator System.Resources.RuntimeResourceSet::GetEnumeratorHelper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeResourceSet_GetEnumeratorHelper_m15ED969AD90F7F9906AC8AB086DACD9F8C44203F (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeResourceSet_GetEnumeratorHelper_m15ED969AD90F7F9906AC8AB086DACD9F8C44203F_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* G_B2_0 = NULL; RuntimeObject* G_B1_0 = NULL; RuntimeObject* G_B3_0 = NULL; { RuntimeObject* L_0 = ((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)__this)->get_Reader_0(); RuntimeObject* L_1 = L_0; G_B1_0 = L_1; if (!L_1) { G_B2_0 = L_1; goto IL_0011; } } { Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_2 = __this->get__resCache_4(); G_B2_0 = G_B1_0; if (L_2) { G_B3_0 = G_B1_0; goto IL_0022; } } IL_0011: { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralEAE112E51241C5680C456AED935D78E97AD01F03, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_4 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(L_4, (String_t*)NULL, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, RuntimeResourceSet_GetEnumeratorHelper_m15ED969AD90F7F9906AC8AB086DACD9F8C44203F_RuntimeMethod_var); } IL_0022: { NullCheck(G_B3_0); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Collections.IDictionaryEnumerator System.Resources.IResourceReader::GetEnumerator() */, IResourceReader_t32EA6DD358C3793C4E0BCD3B940EEFD52E7481BE_il2cpp_TypeInfo_var, G_B3_0); return L_5; } } // System.String System.Resources.RuntimeResourceSet::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeResourceSet_GetString_m6AFF60ABFD45D770F61AAC3AE59368F307691B56 (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeResourceSet_GetString_m6AFF60ABFD45D770F61AAC3AE59368F307691B56_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___key0; RuntimeObject * L_1 = RuntimeResourceSet_GetObject_mF51E5B04E39C773FCA4171BB9FFE99531ADC8307(__this, L_0, (bool)0, (bool)1, /*hidden argument*/NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); } } // System.String System.Resources.RuntimeResourceSet::GetString(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeResourceSet_GetString_m1160F966BBFC3E4324DEF016BD75B319E7695B6F (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * __this, String_t* ___key0, bool ___ignoreCase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeResourceSet_GetString_m1160F966BBFC3E4324DEF016BD75B319E7695B6F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___key0; bool L_1 = ___ignoreCase1; RuntimeObject * L_2 = RuntimeResourceSet_GetObject_mF51E5B04E39C773FCA4171BB9FFE99531ADC8307(__this, L_0, L_1, (bool)1, /*hidden argument*/NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); } } // System.Object System.Resources.RuntimeResourceSet::GetObject(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeResourceSet_GetObject_m07DAAA9FCBB5865E518A01ABC904A082ADF861B3 (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * __this, String_t* ___key0, const RuntimeMethod* method) { { String_t* L_0 = ___key0; RuntimeObject * L_1 = RuntimeResourceSet_GetObject_mF51E5B04E39C773FCA4171BB9FFE99531ADC8307(__this, L_0, (bool)0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Object System.Resources.RuntimeResourceSet::GetObject(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeResourceSet_GetObject_m96D9AADA9ECC987BB164CA71A156493A27179526 (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * __this, String_t* ___key0, bool ___ignoreCase1, const RuntimeMethod* method) { { String_t* L_0 = ___key0; bool L_1 = ___ignoreCase1; RuntimeObject * L_2 = RuntimeResourceSet_GetObject_mF51E5B04E39C773FCA4171BB9FFE99531ADC8307(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.Object System.Resources.RuntimeResourceSet::GetObject(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeResourceSet_GetObject_mF51E5B04E39C773FCA4171BB9FFE99531ADC8307 (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * __this, String_t* ___key0, bool ___ignoreCase1, bool ___isString2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeResourceSet_GetObject_mF51E5B04E39C773FCA4171BB9FFE99531ADC8307_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C V_1; memset((&V_1), 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; bool V_3 = false; RuntimeObject * V_4 = NULL; bool V_5 = false; bool V_6 = false; int32_t V_7 = 0; int32_t V_8 = 0; Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * V_9 = NULL; bool V_10 = false; RuntimeObject * V_11 = NULL; RuntimeObject* V_12 = NULL; DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_13; memset((&V_13), 0, sizeof(V_13)); String_t* V_14 = NULL; ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C V_15; memset((&V_15), 0, sizeof(V_15)); ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * V_16 = NULL; String_t* V_17 = NULL; int32_t V_18 = 0; ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C V_19; memset((&V_19), 0, sizeof(V_19)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 3); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); int32_t G_B21_0 = 0; int32_t G_B20_0 = 0; RuntimeObject * G_B22_0 = NULL; int32_t G_B22_1 = 0; { String_t* L_0 = ___key0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RuntimeResourceSet_GetObject_mF51E5B04E39C773FCA4171BB9FFE99531ADC8307_RuntimeMethod_var); } IL_000e: { RuntimeObject* L_2 = ((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)__this)->get_Reader_0(); if (!L_2) { goto IL_001e; } } { Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_3 = __this->get__resCache_4(); if (L_3) { goto IL_002f; } } IL_001e: { String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralEAE112E51241C5680C456AED935D78E97AD01F03, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_5 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(L_5, (String_t*)NULL, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, RuntimeResourceSet_GetObject_mF51E5B04E39C773FCA4171BB9FFE99531ADC8307_RuntimeMethod_var); } IL_002f: { V_0 = NULL; RuntimeObject* L_6 = ((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)__this)->get_Reader_0(); V_2 = L_6; V_3 = (bool)0; } IL_003a: try { // begin try (depth: 1) { RuntimeObject* L_7 = V_2; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_7, (bool*)(&V_3), /*hidden argument*/NULL); RuntimeObject* L_8 = ((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)__this)->get_Reader_0(); if (L_8) { goto IL_005b; } } IL_004a: { String_t* L_9 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralEAE112E51241C5680C456AED935D78E97AD01F03, /*hidden argument*/NULL); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_10 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(L_10, (String_t*)NULL, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, RuntimeResourceSet_GetObject_mF51E5B04E39C773FCA4171BB9FFE99531ADC8307_RuntimeMethod_var); } IL_005b: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_11 = __this->get__defaultReader_5(); if (!L_11) { goto IL_0120; } } IL_0066: { V_7 = (-1); Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_12 = __this->get__resCache_4(); String_t* L_13 = ___key0; NullCheck(L_12); bool L_14 = Dictionary_2_TryGetValue_mD38CD097655DBED69787BE280C81E38279549A14(L_12, L_13, (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_mD38CD097655DBED69787BE280C81E38279549A14_RuntimeMethod_var); if (!L_14) { goto IL_008a; } } IL_0079: { RuntimeObject * L_15 = ResourceLocator_get_Value_mF1002747C81B5FFCF67CBEEA377ABAB91CA57B92_inline((ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(&V_1), /*hidden argument*/NULL); V_0 = L_15; int32_t L_16 = ResourceLocator_get_DataPosition_mD4231A2CE03010DB5E270120B18F86C13E82F59B_inline((ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(&V_1), /*hidden argument*/NULL); V_7 = L_16; } IL_008a: { int32_t L_17 = V_7; if ((!(((uint32_t)L_17) == ((uint32_t)(-1))))) { goto IL_00a0; } } IL_008f: { RuntimeObject * L_18 = V_0; if (L_18) { goto IL_00a0; } } IL_0092: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_19 = __this->get__defaultReader_5(); String_t* L_20 = ___key0; NullCheck(L_19); int32_t L_21 = ResourceReader_FindPosForResource_m5BF84B80BDC8951B4A2E2D44639C921E89073C7F(L_19, L_20, /*hidden argument*/NULL); V_7 = L_21; } IL_00a0: { int32_t L_22 = V_7; if ((((int32_t)L_22) == ((int32_t)(-1)))) { goto IL_0112; } } IL_00a5: { RuntimeObject * L_23 = V_0; if (L_23) { goto IL_0112; } } IL_00a8: { bool L_24 = ___isString2; if (!L_24) { goto IL_00be; } } IL_00ab: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_25 = __this->get__defaultReader_5(); int32_t L_26 = V_7; NullCheck(L_25); String_t* L_27 = ResourceReader_LoadString_mB0C772B31F06AD45EC57F29486CDA6ECCACB4BF4(L_25, L_26, /*hidden argument*/NULL); V_0 = L_27; V_8 = 1; goto IL_00ce; } IL_00be: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_28 = __this->get__defaultReader_5(); int32_t L_29 = V_7; NullCheck(L_28); RuntimeObject * L_30 = ResourceReader_LoadObject_mEC5DE385B0D288BDD2C650AFEE9E0CFF7D68B3D0(L_28, L_29, (int32_t*)(&V_8), /*hidden argument*/NULL); V_0 = L_30; } IL_00ce: { int32_t L_31 = V_7; int32_t L_32 = V_8; bool L_33 = ResourceLocator_CanCache_m9D7FCA4F1B5C7F74234F9D7D6A40A83175C1C032(L_32, /*hidden argument*/NULL); G_B20_0 = L_31; if (L_33) { G_B21_0 = L_31; goto IL_00dc; } } IL_00d9: { G_B22_0 = NULL; G_B22_1 = G_B20_0; goto IL_00dd; } IL_00dc: { RuntimeObject * L_34 = V_0; G_B22_0 = L_34; G_B22_1 = G_B21_0; } IL_00dd: { ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_35; memset((&L_35), 0, sizeof(L_35)); ResourceLocator__ctor_m117CC55E99954CC1ED8B8D5138B3BE4E8ED0F694((&L_35), G_B22_1, G_B22_0, /*hidden argument*/NULL); V_1 = L_35; Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_36 = __this->get__resCache_4(); V_9 = L_36; V_10 = (bool)0; } IL_00ee: try { // begin try (depth: 2) Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_37 = V_9; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_37, (bool*)(&V_10), /*hidden argument*/NULL); Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_38 = __this->get__resCache_4(); String_t* L_39 = ___key0; ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_40 = V_1; NullCheck(L_38); Dictionary_2_set_Item_mD43DF743618C13D3423CB1C156CCF6EA086F52D5(L_38, L_39, L_40, /*hidden argument*/Dictionary_2_set_Item_mD43DF743618C13D3423CB1C156CCF6EA086F52D5_RuntimeMethod_var); IL2CPP_LEAVE(0x112, FINALLY_0106); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0106; } FINALLY_0106: { // begin finally (depth: 2) { bool L_41 = V_10; if (!L_41) { goto IL_0111; } } IL_010a: { Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_42 = V_9; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_42, /*hidden argument*/NULL); } IL_0111: { IL2CPP_END_FINALLY(262) } } // end finally (depth: 2) IL2CPP_CLEANUP(262) { IL2CPP_JUMP_TBL(0x112, IL_0112) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0112: { RuntimeObject * L_43 = V_0; if (L_43) { goto IL_0118; } } IL_0115: { bool L_44 = ___ignoreCase1; if (L_44) { goto IL_0120; } } IL_0118: { RuntimeObject * L_45 = V_0; V_11 = L_45; IL2CPP_LEAVE(0x283, FINALLY_0279); } IL_0120: { bool L_46 = __this->get__haveReadFromReader_7(); if (L_46) { goto IL_020c; } } IL_012b: { bool L_47 = ___ignoreCase1; if (!L_47) { goto IL_0146; } } IL_012e: { Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_48 = __this->get__caseInsensitiveTable_6(); if (L_48) { goto IL_0146; } } IL_0136: { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var); StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_49 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline(/*hidden argument*/NULL); Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_50 = (Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 *)il2cpp_codegen_object_new(Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3ED72361A7CE26968996D1FEF8F9739E3EA00F7F(L_50, L_49, /*hidden argument*/Dictionary_2__ctor_m3ED72361A7CE26968996D1FEF8F9739E3EA00F7F_RuntimeMethod_var); __this->set__caseInsensitiveTable_6(L_50); } IL_0146: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_51 = __this->get__defaultReader_5(); if (L_51) { goto IL_01bd; } } IL_014e: { RuntimeObject* L_52 = ((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)__this)->get_Reader_0(); NullCheck(L_52); RuntimeObject* L_53 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Collections.IDictionaryEnumerator System.Resources.IResourceReader::GetEnumerator() */, IResourceReader_t32EA6DD358C3793C4E0BCD3B940EEFD52E7481BE_il2cpp_TypeInfo_var, L_52); V_12 = L_53; goto IL_01a4; } IL_015d: { RuntimeObject* L_54 = V_12; NullCheck(L_54); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_55 = InterfaceFuncInvoker0< DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 >::Invoke(2 /* System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator::get_Entry() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_54); V_13 = L_55; RuntimeObject * L_56 = DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_13), /*hidden argument*/NULL); V_14 = ((String_t*)CastclassSealed((RuntimeObject*)L_56, String_t_il2cpp_TypeInfo_var)); RuntimeObject * L_57 = DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_13), /*hidden argument*/NULL); ResourceLocator__ctor_m117CC55E99954CC1ED8B8D5138B3BE4E8ED0F694((ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(&V_15), (-1), L_57, /*hidden argument*/NULL); Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_58 = __this->get__resCache_4(); String_t* L_59 = V_14; ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_60 = V_15; NullCheck(L_58); Dictionary_2_Add_m2DA1C6A89288329B197B5ADCCFC9C52EC4103456(L_58, L_59, L_60, /*hidden argument*/Dictionary_2_Add_m2DA1C6A89288329B197B5ADCCFC9C52EC4103456_RuntimeMethod_var); bool L_61 = ___ignoreCase1; if (!L_61) { goto IL_01a4; } } IL_0195: { Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_62 = __this->get__caseInsensitiveTable_6(); String_t* L_63 = V_14; ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_64 = V_15; NullCheck(L_62); Dictionary_2_Add_m2DA1C6A89288329B197B5ADCCFC9C52EC4103456(L_62, L_63, L_64, /*hidden argument*/Dictionary_2_Add_m2DA1C6A89288329B197B5ADCCFC9C52EC4103456_RuntimeMethod_var); } IL_01a4: { RuntimeObject* L_65 = V_12; NullCheck(L_65); bool L_66 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_65); if (L_66) { goto IL_015d; } } IL_01ad: { bool L_67 = ___ignoreCase1; if (L_67) { goto IL_0205; } } IL_01b0: { RuntimeObject* L_68 = ((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)__this)->get_Reader_0(); NullCheck(L_68); InterfaceActionInvoker0::Invoke(0 /* System.Void System.Resources.IResourceReader::Close() */, IResourceReader_t32EA6DD358C3793C4E0BCD3B940EEFD52E7481BE_il2cpp_TypeInfo_var, L_68); goto IL_0205; } IL_01bd: { ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_69 = __this->get__defaultReader_5(); NullCheck(L_69); ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * L_70 = ResourceReader_GetEnumeratorInternal_m06513594F9F6CDC2727DE7CEF29B9A79E50AB97A(L_69, /*hidden argument*/NULL); V_16 = L_70; goto IL_01fc; } IL_01cc: { ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * L_71 = V_16; NullCheck(L_71); RuntimeObject * L_72 = ResourceEnumerator_get_Key_m0BB2A5342EF1CA72A6622BE68C137F423CD12BE4(L_71, /*hidden argument*/NULL); V_17 = ((String_t*)CastclassSealed((RuntimeObject*)L_72, String_t_il2cpp_TypeInfo_var)); ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * L_73 = V_16; NullCheck(L_73); int32_t L_74 = ResourceEnumerator_get_DataPosition_m3D779FD24325B2CA8F8A8C02405853B43C1A03B1_inline(L_73, /*hidden argument*/NULL); V_18 = L_74; int32_t L_75 = V_18; ResourceLocator__ctor_m117CC55E99954CC1ED8B8D5138B3BE4E8ED0F694((ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(&V_19), L_75, NULL, /*hidden argument*/NULL); Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_76 = __this->get__caseInsensitiveTable_6(); String_t* L_77 = V_17; ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_78 = V_19; NullCheck(L_76); Dictionary_2_Add_m2DA1C6A89288329B197B5ADCCFC9C52EC4103456(L_76, L_77, L_78, /*hidden argument*/Dictionary_2_Add_m2DA1C6A89288329B197B5ADCCFC9C52EC4103456_RuntimeMethod_var); } IL_01fc: { ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * L_79 = V_16; NullCheck(L_79); bool L_80 = ResourceEnumerator_MoveNext_m6A3D37C26CF53095AC59EC0B83DD8EC071935606(L_79, /*hidden argument*/NULL); if (L_80) { goto IL_01cc; } } IL_0205: { __this->set__haveReadFromReader_7((bool)1); } IL_020c: { V_4 = NULL; V_5 = (bool)0; V_6 = (bool)0; ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_81 = __this->get__defaultReader_5(); if (!L_81) { goto IL_0242; } } IL_021d: { Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_82 = __this->get__resCache_4(); String_t* L_83 = ___key0; NullCheck(L_82); bool L_84 = Dictionary_2_TryGetValue_mD38CD097655DBED69787BE280C81E38279549A14(L_82, L_83, (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_mD38CD097655DBED69787BE280C81E38279549A14_RuntimeMethod_var); if (!L_84) { goto IL_0242; } } IL_022d: { V_5 = (bool)1; ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_85 = V_1; String_t* L_86 = ___key0; Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_87 = __this->get__resCache_4(); bool L_88 = V_6; RuntimeObject * L_89 = RuntimeResourceSet_ResolveResourceLocator_m87D2722C39FB1C7955864380748853035DCEBB36(__this, L_85, L_86, L_87, L_88, /*hidden argument*/NULL); V_4 = L_89; } IL_0242: { bool L_90 = V_5; bool L_91 = ___ignoreCase1; if (!((int32_t)((int32_t)((((int32_t)L_90) == ((int32_t)0))? 1 : 0)&(int32_t)L_91))) { goto IL_0273; } } IL_024b: { Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_92 = __this->get__caseInsensitiveTable_6(); String_t* L_93 = ___key0; NullCheck(L_92); bool L_94 = Dictionary_2_TryGetValue_mD38CD097655DBED69787BE280C81E38279549A14(L_92, L_93, (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_mD38CD097655DBED69787BE280C81E38279549A14_RuntimeMethod_var); if (!L_94) { goto IL_0273; } } IL_025b: { V_5 = (bool)1; V_6 = (bool)1; ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_95 = V_1; String_t* L_96 = ___key0; Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_97 = __this->get__resCache_4(); bool L_98 = V_6; RuntimeObject * L_99 = RuntimeResourceSet_ResolveResourceLocator_m87D2722C39FB1C7955864380748853035DCEBB36(__this, L_95, L_96, L_97, L_98, /*hidden argument*/NULL); V_4 = L_99; } IL_0273: { RuntimeObject * L_100 = V_4; V_11 = L_100; IL2CPP_LEAVE(0x283, FINALLY_0279); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0279; } FINALLY_0279: { // begin finally (depth: 1) { bool L_101 = V_3; if (!L_101) { goto IL_0282; } } IL_027c: { RuntimeObject* L_102 = V_2; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_102, /*hidden argument*/NULL); } IL_0282: { IL2CPP_END_FINALLY(633) } } // end finally (depth: 1) IL2CPP_CLEANUP(633) { IL2CPP_JUMP_TBL(0x283, IL_0283) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0283: { RuntimeObject * L_103 = V_11; return L_103; } } // System.Object System.Resources.RuntimeResourceSet::ResolveResourceLocator(System.Resources.ResourceLocator,System.String,System.Collections.Generic.Dictionary`2,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeResourceSet_ResolveResourceLocator_m87D2722C39FB1C7955864380748853035DCEBB36 (RuntimeResourceSet_t7E95F095E21DA53B482E22FFD90D40FF26D1F373 * __this, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___resLocation0, String_t* ___key1, Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * ___copyOfCache2, bool ___keyInWrongCase3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RuntimeResourceSet_ResolveResourceLocator_m87D2722C39FB1C7955864380748853035DCEBB36_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { RuntimeObject * L_0 = ResourceLocator_get_Value_mF1002747C81B5FFCF67CBEEA377ABAB91CA57B92_inline((ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(&___resLocation0), /*hidden argument*/NULL); V_0 = L_0; RuntimeObject * L_1 = V_0; if (L_1) { goto IL_0059; } } { RuntimeObject* L_2 = ((ResourceSet_t10641C682C1DFE03D88203324E6C4846273AF3EE *)__this)->get_Reader_0(); V_2 = L_2; V_3 = (bool)0; } IL_0014: try { // begin try (depth: 1) RuntimeObject* L_3 = V_2; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_3, (bool*)(&V_3), /*hidden argument*/NULL); ResourceReader_tFD2E7D93B3A482480028F8353C81F3CEFF2D0442 * L_4 = __this->get__defaultReader_5(); int32_t L_5 = ResourceLocator_get_DataPosition_mD4231A2CE03010DB5E270120B18F86C13E82F59B_inline((ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(&___resLocation0), /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject * L_6 = ResourceReader_LoadObject_mEC5DE385B0D288BDD2C650AFEE9E0CFF7D68B3D0(L_4, L_5, (int32_t*)(&V_1), /*hidden argument*/NULL); V_0 = L_6; IL2CPP_LEAVE(0x3D, FINALLY_0033); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0033; } FINALLY_0033: { // begin finally (depth: 1) { bool L_7 = V_3; if (!L_7) { goto IL_003c; } } IL_0036: { RuntimeObject* L_8 = V_2; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_8, /*hidden argument*/NULL); } IL_003c: { IL2CPP_END_FINALLY(51) } } // end finally (depth: 1) IL2CPP_CLEANUP(51) { IL2CPP_JUMP_TBL(0x3D, IL_003d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003d: { bool L_9 = ___keyInWrongCase3; if (L_9) { goto IL_0059; } } { int32_t L_10 = V_1; bool L_11 = ResourceLocator_CanCache_m9D7FCA4F1B5C7F74234F9D7D6A40A83175C1C032(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0059; } } { RuntimeObject * L_12 = V_0; ResourceLocator_set_Value_mB4C2215C8A53B0B9B09719222D7B66E84B579B2B_inline((ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(&___resLocation0), L_12, /*hidden argument*/NULL); Dictionary_2_t7690AF77D84C2AADF9FF68C4D360E6B4A0B80532 * L_13 = ___copyOfCache2; String_t* L_14 = ___key1; ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_15 = ___resLocation0; NullCheck(L_13); Dictionary_2_set_Item_mD43DF743618C13D3423CB1C156CCF6EA086F52D5(L_13, L_14, L_15, /*hidden argument*/Dictionary_2_set_Item_mD43DF743618C13D3423CB1C156CCF6EA086F52D5_RuntimeMethod_var); } IL_0059: { RuntimeObject * L_16 = V_0; return L_16; } } #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.Resources.SatelliteContractVersionAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SatelliteContractVersionAttribute__ctor_mAACDBF264F0C4FEDBAD46709BA9138A531E81E98 (SatelliteContractVersionAttribute_tF05E6DCCDC8C9ED9EC7611F1EDBA5295AA24EBA3 * __this, String_t* ___version0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SatelliteContractVersionAttribute__ctor_mAACDBF264F0C4FEDBAD46709BA9138A531E81E98_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL); String_t* L_0 = ___version0; if (L_0) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SatelliteContractVersionAttribute__ctor_mAACDBF264F0C4FEDBAD46709BA9138A531E81E98_RuntimeMethod_var); } IL_0014: { String_t* L_2 = ___version0; __this->set__version_0(L_2); return; } } // System.String System.Resources.SatelliteContractVersionAttribute::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SatelliteContractVersionAttribute_get_Version_mF5FBD4568C4445121E0A31E7BE50F47F5CCC10AE (SatelliteContractVersionAttribute_tF05E6DCCDC8C9ED9EC7611F1EDBA5295AA24EBA3 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__version_0(); 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 #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 // Conversion methods for marshalling of: System.Runtime.CompilerServices.AsyncMethodBuilderCore IL2CPP_EXTERN_C void AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshal_pinvoke(const AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01& unmarshaled, AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshaled_pinvoke& marshaled) { Exception_t* ___m_stateMachine_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_stateMachine' of type 'AsyncMethodBuilderCore': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_stateMachine_0Exception, NULL); } IL2CPP_EXTERN_C void AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshal_pinvoke_back(const AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshaled_pinvoke& marshaled, AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01& unmarshaled) { Exception_t* ___m_stateMachine_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_stateMachine' of type 'AsyncMethodBuilderCore': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_stateMachine_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Runtime.CompilerServices.AsyncMethodBuilderCore IL2CPP_EXTERN_C void AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshal_pinvoke_cleanup(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Runtime.CompilerServices.AsyncMethodBuilderCore IL2CPP_EXTERN_C void AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshal_com(const AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01& unmarshaled, AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshaled_com& marshaled) { Exception_t* ___m_stateMachine_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_stateMachine' of type 'AsyncMethodBuilderCore': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_stateMachine_0Exception, NULL); } IL2CPP_EXTERN_C void AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshal_com_back(const AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshaled_com& marshaled, AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01& unmarshaled) { Exception_t* ___m_stateMachine_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_stateMachine' of type 'AsyncMethodBuilderCore': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_stateMachine_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Runtime.CompilerServices.AsyncMethodBuilderCore IL2CPP_EXTERN_C void AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshal_com_cleanup(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshaled_com& marshaled) { } // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncMethodBuilderCore_SetStateMachine_m92D9A4AB24A2502F03512F543EA5F7C39A5336B6 (AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncMethodBuilderCore_SetStateMachine_m92D9A4AB24A2502F03512F543EA5F7C39A5336B6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___stateMachine0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral1C8728773F47B06B3495EFEE77C3BE7FB67037E3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, AsyncMethodBuilderCore_SetStateMachine_m92D9A4AB24A2502F03512F543EA5F7C39A5336B6_RuntimeMethod_var); } IL_000e: { RuntimeObject* L_2 = __this->get_m_stateMachine_0(); if (!L_2) { goto IL_0026; } } { String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD72DB4CC250EF021C860E82B51A67AE870B54422, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, AsyncMethodBuilderCore_SetStateMachine_m92D9A4AB24A2502F03512F543EA5F7C39A5336B6_RuntimeMethod_var); } IL_0026: { RuntimeObject* L_5 = ___stateMachine0; __this->set_m_stateMachine_0(L_5); return; } } IL2CPP_EXTERN_C void AsyncMethodBuilderCore_SetStateMachine_m92D9A4AB24A2502F03512F543EA5F7C39A5336B6_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncMethodBuilderCore_SetStateMachine_m92D9A4AB24A2502F03512F543EA5F7C39A5336B6(_thisAdjusted, ___stateMachine0, method); } // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::GetCompletionAction(System.Threading.Tasks.Task,System.Runtime.CompilerServices.AsyncMethodBuilderCore_MoveNextRunner&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * AsyncMethodBuilderCore_GetCompletionAction_mB3B95AFDC67BFA14476429E35225C7221256DB6B (AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___taskForTracing0, MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A ** ___runnerToInitialize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncMethodBuilderCore_GetCompletionAction_mB3B95AFDC67BFA14476429E35225C7221256DB6B_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * V_0 = NULL; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * V_1 = NULL; MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Debugger_t3DB04278A3AA5DF846CC56744D05F18B7037C22E_il2cpp_TypeInfo_var); Debugger_NotifyOfCrossThreadDependency_m8387594B996D7068C44BA22E2D85266D3BAF4307(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = ExecutionContext_FastCapture_m45BB22D28452F5CF987B1D0C33EE75FB801D9856(/*hidden argument*/NULL); V_0 = L_0; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_1 = V_0; if (!L_1) { goto IL_005a; } } { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_2 = V_0; NullCheck(L_2); bool L_3 = ExecutionContext_get_IsPreAllocatedDefault_mFD07D73B6F109B0CC3444D45542A6A63D4B373D4(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_005a; } } { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_4 = __this->get_m_defaultContextAction_1(); V_1 = L_4; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_5 = V_1; if (!L_5) { goto IL_0022; } } { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_6 = V_1; return L_6; } IL_0022: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_7 = V_0; RuntimeObject* L_8 = __this->get_m_stateMachine_0(); MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A * L_9 = (MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A *)il2cpp_codegen_object_new(MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A_il2cpp_TypeInfo_var); MoveNextRunner__ctor_m779B6AB21846739811D73AA05D92EA7B5506FF09(L_9, L_7, L_8, /*hidden argument*/NULL); V_2 = L_9; MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A * L_10 = V_2; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_11 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var); Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_11, L_10, (intptr_t)((intptr_t)MoveNextRunner_Run_m58F5A88A10853D5B1999E8B3A1CA15A55385C59F_RuntimeMethod_var), /*hidden argument*/NULL); V_1 = L_11; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_12 = ___taskForTracing0; if (!L_12) { goto IL_0051; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_13 = ___taskForTracing0; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_14 = V_1; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_15 = AsyncMethodBuilderCore_OutputAsyncCausalityEvents_m990A7FDAB59D03EFCE7BF3AB57BA7669E38209A6((AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 *)__this, L_13, L_14, /*hidden argument*/NULL); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_16 = L_15; V_1 = L_16; __this->set_m_defaultContextAction_1(L_16); goto IL_0080; } IL_0051: { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_17 = V_1; __this->set_m_defaultContextAction_1(L_17); goto IL_0080; } IL_005a: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_18 = V_0; RuntimeObject* L_19 = __this->get_m_stateMachine_0(); MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A * L_20 = (MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A *)il2cpp_codegen_object_new(MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A_il2cpp_TypeInfo_var); MoveNextRunner__ctor_m779B6AB21846739811D73AA05D92EA7B5506FF09(L_20, L_18, L_19, /*hidden argument*/NULL); V_2 = L_20; MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A * L_21 = V_2; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_22 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var); Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_22, L_21, (intptr_t)((intptr_t)MoveNextRunner_Run_m58F5A88A10853D5B1999E8B3A1CA15A55385C59F_RuntimeMethod_var), /*hidden argument*/NULL); V_1 = L_22; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_23 = ___taskForTracing0; if (!L_23) { goto IL_0080; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_24 = ___taskForTracing0; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_25 = V_1; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_26 = AsyncMethodBuilderCore_OutputAsyncCausalityEvents_m990A7FDAB59D03EFCE7BF3AB57BA7669E38209A6((AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 *)__this, L_24, L_25, /*hidden argument*/NULL); V_1 = L_26; } IL_0080: { RuntimeObject* L_27 = __this->get_m_stateMachine_0(); if (L_27) { goto IL_008b; } } { MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A ** L_28 = ___runnerToInitialize1; MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A * L_29 = V_2; *((RuntimeObject **)L_28) = (RuntimeObject *)L_29; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_28, (void*)(RuntimeObject *)L_29); } IL_008b: { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_30 = V_1; return L_30; } } IL2CPP_EXTERN_C Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * AsyncMethodBuilderCore_GetCompletionAction_mB3B95AFDC67BFA14476429E35225C7221256DB6B_AdjustorThunk (RuntimeObject * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___taskForTracing0, MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A ** ___runnerToInitialize1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * _thisAdjusted = reinterpret_cast(__this + _offset); return AsyncMethodBuilderCore_GetCompletionAction_mB3B95AFDC67BFA14476429E35225C7221256DB6B(_thisAdjusted, ___taskForTracing0, ___runnerToInitialize1, method); } // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::OutputAsyncCausalityEvents(System.Threading.Tasks.Task,System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * AsyncMethodBuilderCore_OutputAsyncCausalityEvents_m990A7FDAB59D03EFCE7BF3AB57BA7669E38209A6 (AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___innerTask0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___continuation1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncMethodBuilderCore_OutputAsyncCausalityEvents_m990A7FDAB59D03EFCE7BF3AB57BA7669E38209A6_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass4_0_t91BE7D82E3148DC17AD2CF3AFA190EE3018F2368 * V_0 = NULL; { U3CU3Ec__DisplayClass4_0_t91BE7D82E3148DC17AD2CF3AFA190EE3018F2368 * L_0 = (U3CU3Ec__DisplayClass4_0_t91BE7D82E3148DC17AD2CF3AFA190EE3018F2368 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass4_0_t91BE7D82E3148DC17AD2CF3AFA190EE3018F2368_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass4_0__ctor_m1FEEA75D3B5B48FF9F50E3A29B8FBC8A013DDC08(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass4_0_t91BE7D82E3148DC17AD2CF3AFA190EE3018F2368 * L_1 = V_0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_2 = ___innerTask0; NullCheck(L_1); L_1->set_innerTask_0(L_2); U3CU3Ec__DisplayClass4_0_t91BE7D82E3148DC17AD2CF3AFA190EE3018F2368 * L_3 = V_0; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_4 = ___continuation1; NullCheck(L_3); L_3->set_continuation_1(L_4); U3CU3Ec__DisplayClass4_0_t91BE7D82E3148DC17AD2CF3AFA190EE3018F2368 * L_5 = V_0; NullCheck(L_5); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_6 = L_5->get_continuation_1(); U3CU3Ec__DisplayClass4_0_t91BE7D82E3148DC17AD2CF3AFA190EE3018F2368 * L_7 = V_0; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_8 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var); Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass4_0_U3COutputAsyncCausalityEventsU3Eb__0_m102583FC03F581239A20EAD3F78A10192048B11E_RuntimeMethod_var), /*hidden argument*/NULL); U3CU3Ec__DisplayClass4_0_t91BE7D82E3148DC17AD2CF3AFA190EE3018F2368 * L_9 = V_0; NullCheck(L_9); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_10 = L_9->get_innerTask_0(); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_11 = AsyncMethodBuilderCore_CreateContinuationWrapper_mF34EF435AD6F1F24255D59B1CF4F9BE5853EFD44(L_6, L_8, L_10, /*hidden argument*/NULL); return L_11; } } IL2CPP_EXTERN_C Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * AsyncMethodBuilderCore_OutputAsyncCausalityEvents_m990A7FDAB59D03EFCE7BF3AB57BA7669E38209A6_AdjustorThunk (RuntimeObject * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___innerTask0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___continuation1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * _thisAdjusted = reinterpret_cast(__this + _offset); return AsyncMethodBuilderCore_OutputAsyncCausalityEvents_m990A7FDAB59D03EFCE7BF3AB57BA7669E38209A6(_thisAdjusted, ___innerTask0, ___continuation1, method); } // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore::PostBoxInitialization(System.Runtime.CompilerServices.IAsyncStateMachine,System.Runtime.CompilerServices.AsyncMethodBuilderCore_MoveNextRunner,System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncMethodBuilderCore_PostBoxInitialization_mE935AC678191E0DD24290C8E986645E81BA18387 (AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * __this, RuntimeObject* ___stateMachine0, MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A * ___runner1, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___builtTask2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncMethodBuilderCore_PostBoxInitialization_mE935AC678191E0DD24290C8E986645E81BA18387_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = ___builtTask2; if (!L_0) { goto IL_003b; } } { bool L_1 = AsyncCausalityTracer_get_LoggingOn_m1A633E7FCD4DF7D870FFF917FDCDBEDAF24725B7(/*hidden argument*/NULL); if (!L_1) { goto IL_002d; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_2 = ___builtTask2; NullCheck(L_2); int32_t L_3 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(L_2, /*hidden argument*/NULL); RuntimeObject* L_4 = ___stateMachine0; NullCheck(L_4); Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_5); String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral5DF1FD1F43BB24443DE17E3357A31169F3FEAC32, L_6, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationCreation_m7B5DBD272BC20E986A5120FBF6665241BBACF060(0, L_3, L_7, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); } IL_002d: { IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); bool L_8 = ((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields*)il2cpp_codegen_static_fields_for(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var))->get_s_asyncDebuggingEnabled_12(); if (!L_8) { goto IL_003b; } } { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_9 = ___builtTask2; IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var); Task_AddToActiveTasks_m840B00A5EE550016686305EDB927B9A7FE37C421(L_9, /*hidden argument*/NULL); } IL_003b: { RuntimeObject* L_10 = ___stateMachine0; __this->set_m_stateMachine_0(L_10); RuntimeObject* L_11 = __this->get_m_stateMachine_0(); RuntimeObject* L_12 = __this->get_m_stateMachine_0(); NullCheck(L_11); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void System.Runtime.CompilerServices.IAsyncStateMachine::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) */, IAsyncStateMachine_tEFDFBE18E061A6065AB2FF735F1425FB59F919BC_il2cpp_TypeInfo_var, L_11, L_12); MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A * L_13 = ___runner1; RuntimeObject* L_14 = __this->get_m_stateMachine_0(); NullCheck(L_13); L_13->set_m_stateMachine_1(L_14); return; } } IL2CPP_EXTERN_C void AsyncMethodBuilderCore_PostBoxInitialization_mE935AC678191E0DD24290C8E986645E81BA18387_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A * ___runner1, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___builtTask2, const RuntimeMethod* method) { int32_t _offset = 1; AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncMethodBuilderCore_PostBoxInitialization_mE935AC678191E0DD24290C8E986645E81BA18387(_thisAdjusted, ___stateMachine0, ___runner1, ___builtTask2, method); } // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore::ThrowAsync(System.Exception,System.Threading.SynchronizationContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncMethodBuilderCore_ThrowAsync_m8E0BCAB5F06B0BCA2E34472B66754461FA188F31 (Exception_t * ___exception0, SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ___targetContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncMethodBuilderCore_ThrowAsync_m8E0BCAB5F06B0BCA2E34472B66754461FA188F31_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * G_B3_0 = NULL; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * G_B3_1 = NULL; SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * G_B2_0 = NULL; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * G_B2_1 = NULL; WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * G_B7_0 = NULL; WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * G_B6_0 = NULL; { Exception_t * L_0 = ___exception0; ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_1 = ExceptionDispatchInfo_Capture_m8E5F721466EDFE9AA8BC532F9AE7A859E0766E23(L_0, /*hidden argument*/NULL); V_0 = L_1; SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_2 = ___targetContext1; if (!L_2) { goto IL_004e; } } IL_000a: try { // begin try (depth: 1) { SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * L_3 = ___targetContext1; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_il2cpp_TypeInfo_var); SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_4 = ((U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_il2cpp_TypeInfo_var))->get_U3CU3E9__6_0_1(); SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_5 = L_4; G_B2_0 = L_5; G_B2_1 = L_3; if (L_5) { G_B3_0 = L_5; G_B3_1 = L_3; goto IL_002a; } } IL_0013: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_il2cpp_TypeInfo_var); U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079 * L_6 = ((U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_7 = (SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 *)il2cpp_codegen_object_new(SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01_il2cpp_TypeInfo_var); SendOrPostCallback__ctor_mA3A6885EC5474314128A4FDE77E93F8B7EEC2619(L_7, L_6, (intptr_t)((intptr_t)U3CU3Ec_U3CThrowAsyncU3Eb__6_0_m2B3A1631A3AEB8646B94640F54C5A34CD082814F_RuntimeMethod_var), /*hidden argument*/NULL); SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * L_8 = L_7; ((U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_il2cpp_TypeInfo_var))->set_U3CU3E9__6_0_1(L_8); G_B3_0 = L_8; G_B3_1 = G_B2_1; } IL_002a: { ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_9 = V_0; NullCheck(G_B3_1); VirtActionInvoker2< SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 *, RuntimeObject * >::Invoke(5 /* System.Void System.Threading.SynchronizationContext::Post(System.Threading.SendOrPostCallback,System.Object) */, G_B3_1, G_B3_0, L_9); goto IL_0074; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0032; throw e; } CATCH_0032: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_10 = (ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209*)(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209*)SZArrayNew(ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209_il2cpp_TypeInfo_var, (uint32_t)2); ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_11 = L_10; Exception_t * L_12 = ___exception0; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (Exception_t *)L_12); ExceptionU5BU5D_t09C3EFFA7CF3F84DA802016E2017E1608442F209* L_13 = L_11; Exception_t * L_14 = V_1; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(1), (Exception_t *)L_14); AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E * L_15 = (AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E *)il2cpp_codegen_object_new(AggregateException_t9217B9E89DF820D5632411F2BD92F444B17BD60E_il2cpp_TypeInfo_var); AggregateException__ctor_m4BE6D1A4009BE2081C418E517FFDFE415B6CF908(L_15, L_13, /*hidden argument*/NULL); ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_16 = ExceptionDispatchInfo_Capture_m8E5F721466EDFE9AA8BC532F9AE7A859E0766E23(L_15, /*hidden argument*/NULL); V_0 = L_16; goto IL_004e; } // end catch (depth: 1) IL_004e: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_il2cpp_TypeInfo_var); WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_17 = ((U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_il2cpp_TypeInfo_var))->get_U3CU3E9__6_1_2(); WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_18 = L_17; G_B6_0 = L_18; if (L_18) { G_B7_0 = L_18; goto IL_006d; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_il2cpp_TypeInfo_var); U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079 * L_19 = ((U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_20 = (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC *)il2cpp_codegen_object_new(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var); WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31(L_20, L_19, (intptr_t)((intptr_t)U3CU3Ec_U3CThrowAsyncU3Eb__6_1_mBC3B6AF8F28D1C685F5D416D84236AC10495B5E4_RuntimeMethod_var), /*hidden argument*/NULL); WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_21 = L_20; ((U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_il2cpp_TypeInfo_var))->set_U3CU3E9__6_1_2(L_21); G_B7_0 = L_21; } IL_006d: { ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_22 = V_0; ThreadPool_QueueUserWorkItem_mF344DA7B44CDBE8C7163C1539D429F27E8553185(G_B7_0, L_22, /*hidden argument*/NULL); } IL_0074: { return; } } // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::CreateContinuationWrapper(System.Action,System.Action,System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * AsyncMethodBuilderCore_CreateContinuationWrapper_mF34EF435AD6F1F24255D59B1CF4F9BE5853EFD44 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___continuation0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___invokeAction1, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___innerTask2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncMethodBuilderCore_CreateContinuationWrapper_mF34EF435AD6F1F24255D59B1CF4F9BE5853EFD44_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = ___continuation0; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_1 = ___invokeAction1; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_2 = ___innerTask2; ContinuationWrapper_tCC429E05B578FB77DAD5970B18B3DD07748DB201 * L_3 = (ContinuationWrapper_tCC429E05B578FB77DAD5970B18B3DD07748DB201 *)il2cpp_codegen_object_new(ContinuationWrapper_tCC429E05B578FB77DAD5970B18B3DD07748DB201_il2cpp_TypeInfo_var); ContinuationWrapper__ctor_m74A7C5DF68BC9A8DD43CD9F3E550C09A8364560F(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_4 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var); Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_4, L_3, (intptr_t)((intptr_t)ContinuationWrapper_Invoke_m38930D6BEE433B1BEE9F68D993515E80BB08E65E_RuntimeMethod_var), /*hidden argument*/NULL); return L_4; } } // System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncMethodBuilderCore::TryGetContinuationTask(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * AsyncMethodBuilderCore_TryGetContinuationTask_mB59A1A2590DAA564DB02F17099F42E52A023D16F (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncMethodBuilderCore_TryGetContinuationTask_mB59A1A2590DAA564DB02F17099F42E52A023D16F_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContinuationWrapper_tCC429E05B578FB77DAD5970B18B3DD07748DB201 * V_0 = NULL; { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = ___action0; if (!L_0) { goto IL_0019; } } { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_1 = ___action0; NullCheck(L_1); RuntimeObject * L_2 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline(L_1, /*hidden argument*/NULL); V_0 = ((ContinuationWrapper_tCC429E05B578FB77DAD5970B18B3DD07748DB201 *)IsInstClass((RuntimeObject*)L_2, ContinuationWrapper_tCC429E05B578FB77DAD5970B18B3DD07748DB201_il2cpp_TypeInfo_var)); ContinuationWrapper_tCC429E05B578FB77DAD5970B18B3DD07748DB201 * L_3 = V_0; if (!L_3) { goto IL_0019; } } { ContinuationWrapper_tCC429E05B578FB77DAD5970B18B3DD07748DB201 * L_4 = V_0; NullCheck(L_4); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = L_4->get_m_innerTask_2(); return L_5; } IL_0019: { return (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)NULL; } } #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.Runtime.CompilerServices.AsyncMethodBuilderCore_<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m9EB8B6F3053C2596D529C5D174DAE7E62D88A1FA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m9EB8B6F3053C2596D529C5D174DAE7E62D88A1FA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079 * L_0 = (U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079 *)il2cpp_codegen_object_new(U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m1B0CDD3613B616408407020B90334694D751D293(L_0, /*hidden argument*/NULL); ((U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore_<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m1B0CDD3613B616408407020B90334694D751D293 (U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore_<>c::b__6_0(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CThrowAsyncU3Eb__6_0_m2B3A1631A3AEB8646B94640F54C5A34CD082814F (U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079 * __this, RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3CThrowAsyncU3Eb__6_0_m2B3A1631A3AEB8646B94640F54C5A34CD082814F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___state0; NullCheck(((ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A *)CastclassSealed((RuntimeObject*)L_0, ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A_il2cpp_TypeInfo_var))); ExceptionDispatchInfo_Throw_m9630C06EF8D7CDF5BD5DC76144CD98C4D9E8D26F(((ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A *)CastclassSealed((RuntimeObject*)L_0, ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore_<>c::b__6_1(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CThrowAsyncU3Eb__6_1_mBC3B6AF8F28D1C685F5D416D84236AC10495B5E4 (U3CU3Ec_tFBB9560424DFB5E39123CDE092BE03875E657079 * __this, RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3CThrowAsyncU3Eb__6_1_mBC3B6AF8F28D1C685F5D416D84236AC10495B5E4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___state0; NullCheck(((ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A *)CastclassSealed((RuntimeObject*)L_0, ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A_il2cpp_TypeInfo_var))); ExceptionDispatchInfo_Throw_m9630C06EF8D7CDF5BD5DC76144CD98C4D9E8D26F(((ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A *)CastclassSealed((RuntimeObject*)L_0, ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A_il2cpp_TypeInfo_var)), /*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.Runtime.CompilerServices.AsyncMethodBuilderCore_<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m1FEEA75D3B5B48FF9F50E3A29B8FBC8A013DDC08 (U3CU3Ec__DisplayClass4_0_t91BE7D82E3148DC17AD2CF3AFA190EE3018F2368 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore_<>c__DisplayClass4_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0_U3COutputAsyncCausalityEventsU3Eb__0_m102583FC03F581239A20EAD3F78A10192048B11E (U3CU3Ec__DisplayClass4_0_t91BE7D82E3148DC17AD2CF3AFA190EE3018F2368 * __this, const RuntimeMethod* method) { { Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = __this->get_innerTask_0(); NullCheck(L_0); int32_t L_1 = Task_get_Id_mA2A4DA7A476AFEF6FF4B4F29BF1F98D0481E28AD(L_0, /*hidden argument*/NULL); AsyncCausalityTracer_TraceSynchronousWorkStart_m1A1EE1813BE623AF47CA240A8DA14DAE98A6279D(0, L_1, 2, /*hidden argument*/NULL); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_2 = __this->get_continuation_1(); NullCheck(L_2); Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(L_2, /*hidden argument*/NULL); AsyncCausalityTracer_TraceSynchronousWorkCompletion_m55EB5CB50B1797EDC8071C3D1BF3FDEB92D5025C(0, 2, /*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.Runtime.CompilerServices.AsyncMethodBuilderCore_ContinuationWrapper::.ctor(System.Action,System.Action,System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContinuationWrapper__ctor_m74A7C5DF68BC9A8DD43CD9F3E550C09A8364560F (ContinuationWrapper_tCC429E05B578FB77DAD5970B18B3DD07748DB201 * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___continuation0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___invokeAction1, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___innerTask2, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = ___innerTask2; if (L_0) { goto IL_0011; } } { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_1 = ___continuation0; Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_2 = AsyncMethodBuilderCore_TryGetContinuationTask_mB59A1A2590DAA564DB02F17099F42E52A023D16F(L_1, /*hidden argument*/NULL); ___innerTask2 = L_2; } IL_0011: { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_3 = ___continuation0; __this->set_m_continuation_0(L_3); Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_4 = ___innerTask2; __this->set_m_innerTask_2(L_4); Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_5 = ___invokeAction1; __this->set_m_invokeAction_1(L_5); return; } } // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore_ContinuationWrapper::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContinuationWrapper_Invoke_m38930D6BEE433B1BEE9F68D993515E80BB08E65E (ContinuationWrapper_tCC429E05B578FB77DAD5970B18B3DD07748DB201 * __this, const RuntimeMethod* method) { { Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = __this->get_m_invokeAction_1(); NullCheck(L_0); Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(L_0, /*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.Runtime.CompilerServices.AsyncMethodBuilderCore_MoveNextRunner::.ctor(System.Threading.ExecutionContext,System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MoveNextRunner__ctor_m779B6AB21846739811D73AA05D92EA7B5506FF09 (MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A * __this, ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___context0, RuntimeObject* ___stateMachine1, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = ___context0; __this->set_m_context_0(L_0); RuntimeObject* L_1 = ___stateMachine1; __this->set_m_stateMachine_1(L_1); return; } } // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore_MoveNextRunner::Run() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MoveNextRunner_Run_m58F5A88A10853D5B1999E8B3A1CA15A55385C59F (MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MoveNextRunner_Run_m58F5A88A10853D5B1999E8B3A1CA15A55385C59F_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = __this->get_m_context_0(); if (!L_0) { goto IL_0045; } } IL_0008: try { // begin try (depth: 1) { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_1 = ((MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A_StaticFields*)il2cpp_codegen_static_fields_for(MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A_il2cpp_TypeInfo_var))->get_s_invokeMoveNext_2(); V_0 = L_1; ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_2 = V_0; if (L_2) { goto IL_0024; } } IL_0011: { ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_3 = (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 *)il2cpp_codegen_object_new(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_il2cpp_TypeInfo_var); ContextCallback__ctor_m079F8FC3EE21C47D9FDD09FD90C14BDD34539493(L_3, NULL, (intptr_t)((intptr_t)MoveNextRunner_InvokeMoveNext_mDDBDFE3402137780DC55FEB4966D21E252679CED_RuntimeMethod_var), /*hidden argument*/NULL); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_4 = L_3; V_0 = L_4; ((MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A_StaticFields*)il2cpp_codegen_static_fields_for(MoveNextRunner_t6A0B9DE31628DAC797ABC84945D4C62B07C3E65A_il2cpp_TypeInfo_var))->set_s_invokeMoveNext_2(L_4); } IL_0024: { ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_5 = __this->get_m_context_0(); ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_6 = V_0; RuntimeObject* L_7 = __this->get_m_stateMachine_1(); IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var); ExecutionContext_Run_mFF76DDA6501D993EB4A4B79EFDAF1F6476920945(L_5, L_6, L_7, (bool)1, /*hidden argument*/NULL); IL2CPP_LEAVE(0x50, FINALLY_0039); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0039; } FINALLY_0039: { // begin finally (depth: 1) ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_8 = __this->get_m_context_0(); NullCheck(L_8); ExecutionContext_Dispose_mC5B9EB90B72938BC56CE08155CC5DFAF40F16A69(L_8, /*hidden argument*/NULL); IL2CPP_END_FINALLY(57) } // end finally (depth: 1) IL2CPP_CLEANUP(57) { IL2CPP_JUMP_TBL(0x50, IL_0050) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0045: { RuntimeObject* L_9 = __this->get_m_stateMachine_1(); NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.Runtime.CompilerServices.IAsyncStateMachine::MoveNext() */, IAsyncStateMachine_tEFDFBE18E061A6065AB2FF735F1425FB59F919BC_il2cpp_TypeInfo_var, L_9); } IL_0050: { return; } } // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore_MoveNextRunner::InvokeMoveNext(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MoveNextRunner_InvokeMoveNext_mDDBDFE3402137780DC55FEB4966D21E252679CED (RuntimeObject * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MoveNextRunner_InvokeMoveNext_mDDBDFE3402137780DC55FEB4966D21E252679CED_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___stateMachine0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_0, IAsyncStateMachine_tEFDFBE18E061A6065AB2FF735F1425FB59F919BC_il2cpp_TypeInfo_var))); InterfaceActionInvoker0::Invoke(0 /* System.Void System.Runtime.CompilerServices.IAsyncStateMachine::MoveNext() */, IAsyncStateMachine_tEFDFBE18E061A6065AB2FF735F1425FB59F919BC_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_0, IAsyncStateMachine_tEFDFBE18E061A6065AB2FF735F1425FB59F919BC_il2cpp_TypeInfo_var))); 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.Runtime.CompilerServices.AsyncStateMachineAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncStateMachineAttribute__ctor_mA2039463D3C01D71496F553BE6D5AED1A62D92F5 (AsyncStateMachineAttribute_t71790D316286529022E8E3342C82150023358A00 * __this, Type_t * ___stateMachineType0, const RuntimeMethod* method) { { Type_t * L_0 = ___stateMachineType0; StateMachineAttribute__ctor_m7EEDA6960D8103D94DF9D0AB22BDF8CC202C2608(__this, L_0, /*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.Threading.Tasks.Task`1[] System.Runtime.CompilerServices.AsyncTaskCache::CreateInt32Tasks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20* AsyncTaskCache_CreateInt32Tasks_m697579149683F8624A776EB276964219C4DBA769 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncTaskCache_CreateInt32Tasks_m697579149683F8624A776EB276964219C4DBA769_MetadataUsageId); s_Il2CppMethodInitialized = true; } Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20* V_0 = NULL; int32_t V_1 = 0; { Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20* L_0 = (Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20*)(Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20*)SZArrayNew(Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); V_0 = L_0; V_1 = 0; goto IL_001b; } IL_000c: { Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20* L_1 = V_0; int32_t L_2 = V_1; int32_t L_3 = V_1; IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskCache_t34A97832FCD6948CE68777740FA37AEAB550E6CF_il2cpp_TypeInfo_var); Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_4 = AsyncTaskCache_CreateCacheableTask_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m5F5160505A6EE6A22FFF5538CA8FDEAF541CD461(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)(-1))), /*hidden argument*/AsyncTaskCache_CreateCacheableTask_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m5F5160505A6EE6A22FFF5538CA8FDEAF541CD461_RuntimeMethod_var); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(L_2), (Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *)L_4); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001b: { int32_t L_6 = V_1; Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20* L_7 = V_0; NullCheck(L_7); if ((((int32_t)L_6) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))))))) { goto IL_000c; } } { Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20* L_8 = V_0; return L_8; } } // System.Void System.Runtime.CompilerServices.AsyncTaskCache::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskCache__cctor_m7C4E023061D4C50C3120ABB3D1C6A54D82AD20C5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncTaskCache__cctor_m7C4E023061D4C50C3120ABB3D1C6A54D82AD20C5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * L_0 = AsyncTaskCache_CreateCacheableTask_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m0AF876A682791C78325B15BEE612FD3586E914F9((bool)1, /*hidden argument*/AsyncTaskCache_CreateCacheableTask_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m0AF876A682791C78325B15BEE612FD3586E914F9_RuntimeMethod_var); ((AsyncTaskCache_t34A97832FCD6948CE68777740FA37AEAB550E6CF_StaticFields*)il2cpp_codegen_static_fields_for(AsyncTaskCache_t34A97832FCD6948CE68777740FA37AEAB550E6CF_il2cpp_TypeInfo_var))->set_TrueTask_0(L_0); Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * L_1 = AsyncTaskCache_CreateCacheableTask_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m0AF876A682791C78325B15BEE612FD3586E914F9((bool)0, /*hidden argument*/AsyncTaskCache_CreateCacheableTask_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m0AF876A682791C78325B15BEE612FD3586E914F9_RuntimeMethod_var); ((AsyncTaskCache_t34A97832FCD6948CE68777740FA37AEAB550E6CF_StaticFields*)il2cpp_codegen_static_fields_for(AsyncTaskCache_t34A97832FCD6948CE68777740FA37AEAB550E6CF_il2cpp_TypeInfo_var))->set_FalseTask_1(L_1); Task_1U5BU5D_tF1E5C7D356B3C934B63AB0B3384819D681C4FD20* L_2 = AsyncTaskCache_CreateInt32Tasks_m697579149683F8624A776EB276964219C4DBA769(/*hidden argument*/NULL); ((AsyncTaskCache_t34A97832FCD6948CE68777740FA37AEAB550E6CF_StaticFields*)il2cpp_codegen_static_fields_for(AsyncTaskCache_t34A97832FCD6948CE68777740FA37AEAB550E6CF_il2cpp_TypeInfo_var))->set_Int32Tasks_2(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Runtime.CompilerServices.AsyncTaskMethodBuilder IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshal_pinvoke(const AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487& unmarshaled, AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshaled_pinvoke& marshaled) { Exception_t* ___m_builder_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_builder' of type 'AsyncTaskMethodBuilder'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_builder_1Exception, NULL); } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshal_pinvoke_back(const AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshaled_pinvoke& marshaled, AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487& unmarshaled) { Exception_t* ___m_builder_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_builder' of type 'AsyncTaskMethodBuilder'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_builder_1Exception, NULL); } // Conversion method for clean up from marshalling of: System.Runtime.CompilerServices.AsyncTaskMethodBuilder IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshal_pinvoke_cleanup(AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Runtime.CompilerServices.AsyncTaskMethodBuilder IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshal_com(const AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487& unmarshaled, AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshaled_com& marshaled) { Exception_t* ___m_builder_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_builder' of type 'AsyncTaskMethodBuilder'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_builder_1Exception, NULL); } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshal_com_back(const AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshaled_com& marshaled, AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487& unmarshaled) { Exception_t* ___m_builder_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_builder' of type 'AsyncTaskMethodBuilder'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___m_builder_1Exception, NULL); } // Conversion method for clean up from marshalling of: System.Runtime.CompilerServices.AsyncTaskMethodBuilder IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshal_com_cleanup(AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshaled_com& marshaled) { } // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 AsyncTaskMethodBuilder_Create_m081DF9A202E7C2F3CF3D41E1E63E63DA18F19FDB (const RuntimeMethod* method) { AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 )); AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 L_0 = V_0; return L_0; } } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetStateMachine_mB5DD68F7C49EA6D452AEBA02B1B98AED898C3C25 (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncTaskMethodBuilder_SetStateMachine_mB5DD68F7C49EA6D452AEBA02B1B98AED898C3C25_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 * L_0 = __this->get_address_of_m_builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_1_SetStateMachine_m69471716E68A2553BAA340A0A780CD6953E3ECD3((AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 *)L_0, L_1, /*hidden argument*/AsyncTaskMethodBuilder_1_SetStateMachine_m69471716E68A2553BAA340A0A780CD6953E3ECD3_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_SetStateMachine_mB5DD68F7C49EA6D452AEBA02B1B98AED898C3C25_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_SetStateMachine_mB5DD68F7C49EA6D452AEBA02B1B98AED898C3C25(_thisAdjusted, ___stateMachine0, method); } // System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncTaskMethodBuilder::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * AsyncTaskMethodBuilder_get_Task_m3E45BC00F7D224FEA04AB9BF26DB52E131D33022 (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncTaskMethodBuilder_get_Task_m3E45BC00F7D224FEA04AB9BF26DB52E131D33022_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 * L_0 = __this->get_address_of_m_builder_1(); Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * L_1 = AsyncTaskMethodBuilder_1_get_Task_mB90A654E7FBAE31DB64597AA0B3B5ED3712E2966((AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 *)L_0, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_mB90A654E7FBAE31DB64597AA0B3B5ED3712E2966_RuntimeMethod_var); return L_1; } } IL2CPP_EXTERN_C Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * AsyncTaskMethodBuilder_get_Task_m3E45BC00F7D224FEA04AB9BF26DB52E131D33022_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * _thisAdjusted = reinterpret_cast(__this + _offset); return AsyncTaskMethodBuilder_get_Task_m3E45BC00F7D224FEA04AB9BF26DB52E131D33022(_thisAdjusted, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetResult_m151016FB698F3BB34A73BAE693A97513A7E4C838 (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncTaskMethodBuilder_SetResult_m151016FB698F3BB34A73BAE693A97513A7E4C838_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 * L_0 = __this->get_address_of_m_builder_1(); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_il2cpp_TypeInfo_var); Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * L_1 = ((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_StaticFields*)il2cpp_codegen_static_fields_for(AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_il2cpp_TypeInfo_var))->get_s_cachedCompleted_0(); AsyncTaskMethodBuilder_1_SetResult_mBD219CF220624C992AC67B976E3D8DCE381DF027((AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 *)L_0, L_1, /*hidden argument*/AsyncTaskMethodBuilder_1_SetResult_mBD219CF220624C992AC67B976E3D8DCE381DF027_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_SetResult_m151016FB698F3BB34A73BAE693A97513A7E4C838_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_SetResult_m151016FB698F3BB34A73BAE693A97513A7E4C838(_thisAdjusted, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetException_m370C484922A63A6EF96E241D1370B8814F1F2D6B (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, Exception_t * ___exception0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncTaskMethodBuilder_SetException_m370C484922A63A6EF96E241D1370B8814F1F2D6B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 * L_0 = __this->get_address_of_m_builder_1(); Exception_t * L_1 = ___exception0; AsyncTaskMethodBuilder_1_SetException_m8CC12F7B6A27AFFE39709338214C83162CF8D315((AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 *)L_0, L_1, /*hidden argument*/AsyncTaskMethodBuilder_1_SetException_m8CC12F7B6A27AFFE39709338214C83162CF8D315_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_SetException_m370C484922A63A6EF96E241D1370B8814F1F2D6B_AdjustorThunk (RuntimeObject * __this, Exception_t * ___exception0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_SetException_m370C484922A63A6EF96E241D1370B8814F1F2D6B(_thisAdjusted, ___exception0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder__cctor_m8495513450DE0A5E1F96479FEFCDD33F716EDADB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsyncTaskMethodBuilder__cctor_m8495513450DE0A5E1F96479FEFCDD33F716EDADB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9_il2cpp_TypeInfo_var); Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * L_0 = ((AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9_StaticFields*)il2cpp_codegen_static_fields_for(AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9_il2cpp_TypeInfo_var))->get_s_defaultResultTask_0(); ((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_StaticFields*)il2cpp_codegen_static_fields_for(AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_il2cpp_TypeInfo_var))->set_s_cachedCompleted_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimeMethodHandle_get_Value_mAE0C2A06E0086C8C46F0D47F2F0179D1CD7B66BA_inline (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_value_0(); return (intptr_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimeTypeHandle_get_Value_m3277019DD9C1A7E5D22F075DDF8CBDFA4D146BC6_inline (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_value_0(); return (intptr_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_inline (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, intptr_t ___v0, const RuntimeMethod* method) { { intptr_t L_0 = ___v0; __this->set_value_0((intptr_t)L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * ParameterInfo_GetDefaultValueImpl_m3DA485ED84215E1B67DB91EF53939D1F6BFE9A97_inline (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_DefaultValueImpl_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 DecimalConstantAttribute_get_Value_mCEFD6C12C165DF69F2C816D6B92533DBC0774D45_inline (DecimalConstantAttribute_t3DFC057911F4AF28AD6A0472300EBE4C038BD9B5 * __this, const RuntimeMethod* method) { { Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_0 = __this->get_dec_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_mC56A17E597E9F767B889DA10DB866F0B96CF0D65_inline (intptr_t* __this, const RuntimeMethod* method) { { intptr_t L_0 = *__this; return (void*)(L_0); } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void IntPtr__ctor_m6360250F4B87C6AE2F0389DA0DEE1983EED73FB6_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method) { { void* L_0 = ___value0; *__this = ((intptr_t)L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t RuntimePropertyHandle_get_Value_m7E3310961322C33208B6990B897516AE849FD7C2_inline (RuntimePropertyHandle_tFFD677B19D1E7D3E4B66A0C086E051AC52C34DCB * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_value_0(); return (intptr_t)L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NeutralResourcesLanguageAttribute_get_CultureName_m721F74C770FD6CB4E388BBC94FF3CA2636FE2E70_inline (NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__culture_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NeutralResourcesLanguageAttribute_get_Location_mCCD2EA7764CA5831DB01F787287DE29B37D7805D_inline (NeutralResourcesLanguageAttribute_t6FDE01C62215AA1CFE2542DE48ED5A889A98EB26 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__fallbackLoc_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ResourceLocator_get_DataPosition_mD4231A2CE03010DB5E270120B18F86C13E82F59B_inline (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dataPos_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * ResourceLocator_get_Value_mF1002747C81B5FFCF67CBEEA377ABAB91CA57B92_inline (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ResourceLocator_set_Value_mB4C2215C8A53B0B9B09719222D7B66E84B579B2B_inline (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set__value_0(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * CustomAttributeTypedArgument_get_Value_m11CEBA0F1359637E888E86CB46188B6F3B0C7553_inline (CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_value_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SatelliteContractVersionAttribute_get_Version_mF5FBD4568C4445121E0A31E7BE50F47F5CCC10AE_inline (SatelliteContractVersionAttribute_tF05E6DCCDC8C9ED9EC7611F1EDBA5295AA24EBA3 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__version_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * AssemblyName_get_CultureInfo_m611D937A0D0CAEFCAA2F4BCCE7BA936A61A4F6D1_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method) { { CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = __this->get_cultureinfo_6(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ResourceManager_get_FallbackLocation_mB6CCD60835B83592996520EC990B4D4DF6BB546B_inline (ResourceManager_t966CE0B6B59F36DD8797BDC20B5EEFACE0A883FF * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__fallbackLoc_12(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, int64_t ___ticks0, const RuntimeMethod* method) { { int64_t L_0 = ___ticks0; __this->set__ticks_3(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9mscorlib11_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var); StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->get__ordinalIgnoreCase_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__key_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ResourceEnumerator_get_DataPosition_m3D779FD24325B2CA8F8A8C02405853B43C1A03B1_inline (ResourceEnumerator_t0AA92BEF106526E0564401C437C8B70BE75EADD1 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dataPosition_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline (Delegate_t * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_target_2(); return L_0; } }